Searched refs:required (Results 301 - 325 of 329) sorted by relevance

<<11121314

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_mdct_18_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_dct_16_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_chroma_hor_ver.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_chroma_ver.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_hor_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_ver_half.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_ver_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsd_interpolate_hor_ver_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl11 ** Unless required by applicable law or agreed to in writing, software
260 void setAutoTimeRequired(in ComponentName who, boolean required);
H A DDevicePolicyManager.java10 * Unless required by applicable law or agreed to in writing, software
754 * An int extra holding a minimum required version code for the device admin package. If the
1931 * case letters required in the password. After setting this, the user will not be able to enter
1948 * @param length The new desired minimum number of upper case letters required in the password.
1964 * Retrieve the current number of upper case letters required in the password
1979 * @return The minimum number of upper case letters required in the
2000 * case letters required in the password. After setting this, the user will not be able to enter
2017 * @param length The new desired minimum number of lower case letters required in the password.
2033 * Retrieve the current number of lower case letters required in the password
2048 * @return The minimum number of lower case letters required i
4124 setAutoTimeRequired(@onNull ComponentName admin, boolean required) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java10 * Unless required by applicable law or agreed to in writing, software
1321 public void setCredentialRequiredToDecrypt(boolean required) { argument
1329 Settings.Global.REQUIRE_PASSWORD_TO_DECRYPT, required ? 1 : 0);
1534 * Strong authentication is not required.
1539 * Strong authentication is required because the user has not authenticated since boot.
1544 * Strong authentication is required because a device admin has requested it.
1549 * Some authentication is required because the user has temporarily disabled trust.
1554 * Strong authentication is required because the user has been locked out after too many
1560 * Strong authentication is required because it hasn't been used for a time required b
[all...]
/frameworks/base/data/sounds/
H A DAudioTv.mk9 # Unless required by applicable law or agreed to in writing, software
H A DAllAudio.mk9 # Unless required by applicable law or agreed to in writing, software
/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) {
/frameworks/rs/script_api/
H A Drs_for_each.spec10 # Unless required by applicable law or agreed to in writing, software
201 by options, no input or output allocation is required for a kernel launch using
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java10 * Unless required by applicable law or agreed to in writing, software
2195 st = getPanelState(curFeatureId, false /* required */);
2197 // The panel must not have been required, and is currently not around, skip it
2802 private DrawableFeatureState getDrawableState(int featureId, boolean required) { argument
2804 if (!required) {
2830 * @param required Whether the panel is required (if it is required and it
2834 PanelFeatureState getPanelState(int featureId, boolean required) { argument
2835 return getPanelState(featureId, required, nul
2848 getPanelState(int featureId, boolean required, PanelFeatureState convertPanelState) argument
[all...]
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp10 * Unless required by applicable law or agreed to in writing, software
34 #define INIT_PROC(required, obj, proc) \
38 if (UNLIKELY(required && !data.dispatch.proc)) { \
46 #define INIT_PROC_EXT(ext, required, obj, proc) \
49 INIT_PROC(required, obj, proc); \
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java10 * Unless required by applicable law or agreed to in writing, software
1577 protected PanelFeatureState getPanelState(int featureId, boolean required) {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp10 * Unless required by applicable law or agreed to in writing, software
1229 size_t minCount, size_t maxCount, bool required) const {
1233 if (CC_UNLIKELY( entry.count == 0 ) && required) {
2021 /*required*/false);

Completed in 3187 milliseconds

<<11121314