Searched defs:required (Results 26 - 39 of 39) sorted by last modified time

12

/frameworks/base/tools/aapt/
H A DCommand.cpp493 * OpenGL ES version required
519 const bool required = grp.features[i]; local
522 printf(" uses-feature%s: name='%s'\n", (required ? "" : "-not-required"),
831 // These permissions are required by services implementing services
1509 req ? "" : "-not-required", ResTable::normalizeForOutput(
H A DImages.cpp235 png_bytep row, int width, bool transparent, bool required,
274 if (required && !found) {
284 png_bytepp rows, int offset, int height, bool transparent, bool required,
323 if (required && !found) {
333 png_bytep row, int width, bool transparent, bool required,
371 png_bytepp rows, int offset, int height, bool transparent, bool required,
234 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
283 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
332 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
370 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError) argument
H A DResource.cpp457 const char* ns, const char* attr, const char* validChars, bool required)
547 if (required) {
548 fprintf(stderr, "%s:%d: Tag <%s> missing required attribute %s.\n",
862 fprintf(stderr, "package name is required with --rename-manifest-package.\n");
1096 // Build an empty <application> tag (required).
1118 // First, look for a package file to parse. This is required to
1950 RESOURCES_ANDROID_NAMESPACE, "required");
1958 "android:required=\"false\" when inside a "
2815 // First, look for a package file to parse. This is required to
455 validateAttr(const String8& path, const ResTable& table, const ResXMLParser& parser, const char* ns, const char* attr, const char* validChars, bool required) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java9 * Unless required by applicable law or agreed to in writing, software
2074 st = getPanelState(curFeatureId, false /* required */);
2076 // The panel must not have been required, and is currently not around, skip it
3831 private DrawableFeatureState getDrawableState(int featureId, boolean required) { argument
3833 if (!required) {
3859 * @param required Whether the panel is required (if it is required and it
3863 private PanelFeatureState getPanelState(int featureId, boolean required) { argument
3864 return getPanelState(featureId, required, nul
3877 getPanelState(int featureId, boolean required, PanelFeatureState convertPanelState) argument
[all...]
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java10 * Unless required by applicable law or agreed to in writing, software
93 "Current hash did not match required value");
135 throw new IllegalStateException("Missing required content path, ignoring.");
143 throw new IllegalStateException("Missing required version number, ignoring.");
151 throw new IllegalStateException("Missing required previous hash, ignoring.");
159 throw new IllegalStateException("Missing required signature, ignoring.");
210 private boolean verifyPreviousHash(String current, String required) { argument
211 // this is an optional value- if the required field is NONE then we ignore it
212 if (required.equals("NONE")) {
216 return current.equals(required);
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10 * Unless required by applicable law or agreed to in writing, software
2656 + " does not meet required quality 0x"
2665 + " does not meet required length " + length);
2694 + " does not meet required number of letters " + neededLetters);
2700 + " does not meet required number of numerical digits "
2707 + " does not meet required number of lowercase letters "
2714 + " does not meet required number of uppercase letters "
2721 + " does not meet required number of special symbols " + neededSymbols);
2727 + " does not meet required number of non-letter characters "
3571 * Set whether auto time is required b
3573 setAutoTimeRequired(ComponentName who, int userHandle, boolean required) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java10 * Unless required by applicable law or agreed to in writing, software
183 private void sendIntent(String contentPath, String version, String required, String sig) { argument
188 i.putExtra(EXTRA_REQUIRED_HASH, required);
193 private String runTest(String cert, String content, String version, String required, String sig) argument
198 sendIntent(contentPath, version, required, sig);
203 private String runTestWithoutSig(String cert, String content, String version, String required) argument
205 String sig = createSignature(content, version, required);
206 return runTest(cert, content, version, required, sig);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java10 * Unless required by applicable law or agreed to in writing, software
938 public void pushEvent(int eventId, boolean required) { argument
940 if (required) {
H A DImageShader.java10 * Unless required by applicable law or agreed to in writing, software
751 private ProgramUniform getProgramUniform(String name, boolean required) { argument
753 if (result == null && required) {
759 private VertexAttribute getProgramAttribute(String name, boolean required) { argument
766 } else if (required) {
/frameworks/base/keystore/java/android/security/
H A DKeyStoreParameter.java10 * Unless required by applicable law or agreed to in writing, software
106 public Builder setEncryptionRequired(boolean required) { argument
107 if (required) {
118 * @throws IllegalArgumentException if a required field is missing
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java10 * Unless required by applicable law or agreed to in writing, software
393 private int findViewLocked(View view, boolean required) { argument
395 if (required && index < 0) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java10 * Unless required by applicable law or agreed to in writing, software
592 final boolean required = isCredentialRequiredToDecrypt(true);
593 if (!required) {
1718 public void setCredentialRequiredToDecrypt(boolean required) { argument
1724 Settings.Global.REQUIRE_PASSWORD_TO_DECRYPT, required ? 1 : 0);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java10 * Unless required by applicable law or agreed to in writing, software
414 * <p>If there is already a profile owner active or the caller doesn't have the required
777 * minimum number of upper case letters required in the password. After
794 * required in the password. A value of 0 means there is no
808 * Retrieve the current number of upper case letters required in the
817 * @return The minimum number of upper case letters required in the
838 * minimum number of lower case letters required in the password. After
855 * required in the password. A value of 0 means there is no
869 * Retrieve the current number of lower case letters required in the
878 * @return The minimum number of lower case letters required i
2059 setAutoTimeRequired(ComponentName admin, boolean required) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp10 * Unless required by applicable law or agreed to in writing, software
610 int32_t required; local
613 if (details->findInt32(advancedFeatures[ix], &required) &&
614 required != 0) {
796 int32_t required = -1; local
808 } else if (!strcmp(attrs[i], "optional") || !strcmp(attrs[i], "required")) {
813 required = value;
829 if (optional == required && optional != -1) {
830 ALOGE("feature '%s' is both/neither optional and required", name);
834 if ((optional != -1 || required !
[all...]

Completed in 537 milliseconds

12