Searched defs:required (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java10 * Unless required by applicable law or agreed to in writing, software
470 private int findViewLocked(View view, boolean required) { argument
472 if (required && index < 0) {
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java10 * Unless required by applicable law or agreed to in writing, software
37 * specifies authorized uses of the imported key, such as whether user authentication is required
367 * being required is <em>indistinguishability under chosen-plaintext attack ({@code
393 * user is successfully authenticated. This has effect only if user authentication is required
399 * @return duration in seconds or {@code -1} if authentication is required for every use of the
536 * required by some cipher suites, and some stacks request decryption using no padding
606 * property being required is <em>indistinguishability under chosen-plaintext attack
612 * <p>By default, {@code IND-CPA} is required.
614 * <p>When {@code IND-CPA} is required:
638 public Builder setRandomizedEncryptionRequired(boolean required) { argument
679 setUserAuthenticationRequired(boolean required) argument
[all...]
H A DKeyGenParameterSpec.java10 * Unless required by applicable law or agreed to in writing, software
43 * is required for using the key, what operations are authorized (e.g., signing, but not
519 * being required is <em>indistinguishability under chosen-plaintext attack ({@code
545 * user is successfully authenticated. This has effect only if user authentication is required
551 * @return duration in seconds or {@code -1} if authentication is required for every use of the
881 * required by some cipher suites, and some stacks request decryption using no padding
927 * property being required is <em>indistinguishability under chosen-plaintext attack
933 * <p>By default, {@code IND-CPA} is required.
935 * <p>When {@code IND-CPA} is required:
961 public Builder setRandomizedEncryptionRequired(boolean required) { argument
1003 setUserAuthenticationRequired(boolean required) argument
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp10 * Unless required by applicable law or agreed to in writing, software
298 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_PLAYER]; local
305 /* Initialize arrays required[] and iidArray[] */
307 required[i] = SL_BOOLEAN_FALSE;
322 required[0] = SL_BOOLEAN_TRUE;
325 required[1] = SL_BOOLEAN_TRUE;
328 required[2] = SL_BOOLEAN_TRUE;
347 // FIXME valid value required but currently ignored
360 NUM_EXPLICIT_INTERFACES_FOR_PLAYER, iidArray, required);
H A DslesTestDecodeAac.cpp10 * Unless required by applicable law or agreed to in writing, software
476 SLboolean required[NUM_EXPLICIT_INTERFACES_FOR_PLAYER]; local
483 /* Initialize arrays required[] and iidArray[] */
486 required[i] = SL_BOOLEAN_FALSE;
494 required[0] = SL_BOOLEAN_TRUE;
497 required[1] = SL_BOOLEAN_TRUE;
500 required[2] = SL_BOOLEAN_TRUE;
504 required[3] = SL_BOOLEAN_TRUE;
538 iidArray, required);
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c10 * Unless required by applicable law or agreed to in writing, software
44 // number of required interfaces for the MediaPlayer creation
377 XAboolean required[NB_MAXAL_INTERFACES] local
389 required /*const XAboolean *pInterfaceRequired*/);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp10 * Unless required by applicable law or agreed to in writing, software
873 int32_t required; local
876 if (details->findInt32(advancedFeatures[ix], &required) &&
877 required != 0) {
1052 int32_t required = -1; local
1064 } else if (!strcmp(attrs[i], "optional") || !strcmp(attrs[i], "required")) {
1069 required = value;
1085 if (optional == required && optional != -1) {
1086 ALOGE("feature '%s' is both/neither optional and required", name);
1090 if ((optional != -1 || required !
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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) {
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) {
/frameworks/native/cmds/atrace/
H A Datrace.cpp10 * Unless required by applicable law or agreed to in writing, software
76 requiredness required; member in struct:TracingCategory::__anon1271
332 // rootness. A category is supported only if all its required /sys/ files are
346 bool req = category.sysfiles[i].required == REQ;
371 bool req = category.sysfiles[i].required == REQ;
769 bool required = c.sysfiles[j].required == REQ; local
773 } else if (required) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java10 * Unless required by applicable law or agreed to in writing, software
1410 public void setCredentialRequiredToDecrypt(boolean required) { argument
1418 Settings.Global.REQUIRE_PASSWORD_TO_DECRYPT, required ? 1 : 0);
1492 * Strong authentication is not required.
1497 * Strong authentication is required because the user has not authenticated since boot.
1502 * Strong authentication is required because a device admin has requested it.
1507 * Some authentication is required because the user has temporarily disabled trust.
1512 * Strong authentication is required because the user has been locked out after too many
1518 * Some authentication is required because the user has entered a wrong credential.
1551 * Returns {@link #STRONG_AUTH_NOT_REQUIRED} if strong authentication is not required,
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp238 png_bytep row, int width, bool transparent, bool required,
277 if (required && !found) {
287 png_bytepp rows, int offset, int height, bool transparent, bool required,
326 if (required && !found) {
336 png_bytep row, int width, bool transparent, bool /* required */,
374 png_bytepp rows, int offset, int height, bool transparent, bool /* required */,
237 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
286 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
H A DCommand.cpp496 Feature() : required(false), version(-1) {}
497 Feature(bool required, int32_t version = -1) : required(required), version(version) {} argument
500 * Whether the feature is required.
502 bool required; member in struct:Feature
527 * OpenGL ES version required
560 const bool required = feature.required; local
564 printf(" uses-feature%s: name='%s'", (required
[all...]
H A DResource.cpp478 const char* ns, const char* attr, const char* validChars, bool required)
568 if (required) {
569 fprintf(stderr, "%s:%d: Tag <%s> missing required attribute %s.\n",
887 fprintf(stderr, "package name is required with --rename-manifest-package.\n");
1124 // Build an empty <application> tag (required).
1146 // First, look for a package file to parse. This is required to
1991 RESOURCES_ANDROID_NAMESPACE, "required");
1999 "android:required=\"false\" when inside a "
2852 // First, look for a package file to parse. This is required to
476 validateAttr(const String8& path, const ResTable& table, const ResXMLParser& parser, const char* ns, const char* attr, const char* validChars, bool required) argument
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp10 * Unless required by applicable law or agreed to in writing, software
660 static bool getHorizontalTicks(png_bytep row, int width, bool transparent, bool required, argument
697 if (required && !found) {
706 bool required, int32_t* outTop, int32_t* outBottom,
742 if (required && !found) {
751 bool /* required */, int32_t* outLeft,
784 bool /* required */, int32_t* outTop, int32_t* outBottom,
705 getVerticalTicks(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
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java10 * Unless required by applicable law or agreed to in writing, software
1555 protected PanelFeatureState getPanelState(int featureId, boolean required) { argument
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java10 * Unless required by applicable law or agreed to in writing, software
655 * An int extra holding a minimum required version code for the device admin package. If the
1411 * case letters required in the password. After setting this, the user will not be able to enter
1428 * @param length The new desired minimum number of upper case letters required in the password.
1444 * Retrieve the current number of upper case letters required in the password
1459 * @return The minimum number of upper case letters required in the
1480 * case letters required in the password. After setting this, the user will not be able to enter
1497 * @param length The new desired minimum number of lower case letters required in the password.
1513 * Retrieve the current number of lower case letters required in the password
1528 * @return The minimum number of lower case letters required i
3223 setAutoTimeRequired(@onNull ComponentName admin, boolean required) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java10 * Unless required by applicable law or agreed to in writing, software
2230 st = getPanelState(curFeatureId, false /* required */);
2232 // The panel must not have been required, and is currently not around, skip it
2836 private DrawableFeatureState getDrawableState(int featureId, boolean required) { argument
2838 if (!required) {
2864 * @param required Whether the panel is required (if it is required and it
2868 PanelFeatureState getPanelState(int featureId, boolean required) { argument
2869 return getPanelState(featureId, required, nul
2882 getPanelState(int featureId, boolean required, PanelFeatureState convertPanelState) argument
[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
3879 + " does not meet required quality 0x"
3888 + " does not meet required length " + length);
3917 + " does not meet required number of letters " + neededLetters);
3923 + " does not meet required number of numerical digits "
3931 + " does not meet required number of lowercase letters "
3939 + " does not meet required number of uppercase letters "
3946 + " does not meet required number of special symbols " + neededSymbols);
3953 + " does not meet required number of non-letter characters "
5214 * Set whether auto time is required b
5217 setAutoTimeRequired(ComponentName who, boolean required) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5040 milliseconds

12