HomeSort by relevance Sort by last modified time
    Searched full:present (Results 51 - 75 of 15387) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/
Optional.java 35 * If a value is present, {@code isPresent()} will return {@code true} and
40 * (return a default value if value not present) and
42 * of code if the value is present).
53 * If non-null, the value; if null, indicates no value is present
68 * Returns an empty {@code Optional} instance. No value is present for this
86 * Constructs an instance with the value present.
88 * @param value the non-null value to be present
96 * Returns an {@code Optional} with the specified present non-null value.
99 * @param value the value to be present, which must be non-null
100 * @return an {@code Optional} with the value present
    [all...]
  /external/autotest/client/site_tests/kernel_CrosECSysfs/
control 8 CRITERIA = 'Fails if EC sysfs interface is not present'
16 DOC = 'Checks that the sysfs interface to the EC is present and working.'
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
control 8 CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid'
16 DOC = 'Checks that the sysfs interface to the EC accels is present and working.'
  /external/autotest/client/site_tests/platform_InputScreenshot/
control 7 PURPOSE = "Verify that screenshot file is present after pressing ctrl+f5."
15 Press Ctrl+F5 to create a screenshot file and verify it is present.
  /external/autotest/client/tests/sound_infrastructure/
control 7 PURPOSE = "Ensure minimal sound devices are present."
18 are present when the system is running. And that permissions are sane
  /external/clang/test/Preprocessor/
c90.c 13 * CHECK: {{^}}// this comment should be present{{$}}
15 // this comment should be present
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowInputEventReceiver.java 12 // object isn't present. Since the native object will never be present in Robolectric tests, it
  /external/tcpdump/tests/
gre-heapoverflow-2.out 6 48.48.48.48 > 48.48.48.48: GREv0, Flags [checksum present, routing present], sum 0x3030, off 0x3030, (rtaf=0x3030)[|gre]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/
PlatformSecureLib.c 2 Provides a secure platform-specific method to detect physically present user.
91 is operating by a physically present user.
95 Boot Services or after exiting EFI Boot Services. Only a physically present user
101 @retval TRUE The platform is operated by a physically present user.
102 @retval FALSE The platform is NOT operated by a physically present user.
114 // If user has already been detected as present, then return TRUE
121 // Check to see if user is present now
125 // User is still not present, then return FALSE
131 // User has gone from not present to present state, so set
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
strings.xml 2 <string name="menu_present_to">Present to</string>
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/res/values/
strings.xml 2 <string name="menu_present_to">Present to</string>
  /development/samples/browseable/BasicMediaRouter/res/values/
strings.xml 2 <string name="menu_present_to">Present to</string>
  /development/samples/browseable/LNotifications/
_index.jd 10 metadata. (Priority metadata has been present since Jelly Bean, but actually unused).
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiDependency.h 2 Present the dependency expression values in PI.
21 /// If present, this must be the first and only opcode,
27 /// If present, this must be the first and only opcode,
42 /// If present, this must be the first opcode,
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformSecureLib/
PlatformSecureLib.c 20 is operating by a physically present user.
24 Boot Services or after exiting EFI Boot Services. Only a physically present user
30 @retval TRUE The platform is operated by a physically present user.
31 @retval FALSE The platform is NOT operated by a physically present user.
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformSecureLib/
PlatformSecureLib.c 19 is operating by a physically present user.
23 Boot Services or after exiting EFI Boot Services. Only a physically present user
29 @retval TRUE The platform is operated by a physically present user.
30 @retval FALSE The platform is NOT operated by a physically present user.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
PlatformSecureLibNull.uni 2 // NULL platform secure library instance that alway returns TRUE for a user physical present
4 // NULL PlatformSecureLib instance does NOT really detect whether a physical present
21 #string STR_MODULE_ABSTRACT #language en-US "NULL platform secure library instance that always returns TRUE for a user physical present"
23 #string STR_MODULE_DESCRIPTION #language en-US "NULL PlatformSecureLib instance does NOT really detect whether a physical present user exists but returns TRUE directly. This instance can be used to verify security related features during platform enabling and development. It should be replaced by a platform-specific method(e.g. Button pressed) in a real platform for product."
  /external/clang/test/Modules/
merge-using-decls.cpp 40 // expected-error@b.h:* {{'E::value' from module 'B' is not present in definition of 'E<T>' in module 'A'}}
41 // expected-error@b.h:* {{'E::v' from module 'B' is not present in definition of 'E<T>' in module 'A'}}
43 // expected-error@b.h:* {{'F::type' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
44 // expected-error@b.h:* {{'F::t' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
45 // expected-error@b.h:* {{'F::value' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
46 // expected-error@b.h:* {{'F::v' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
53 // expected-error@a.h:* {{'D::type' from module 'A' is not present in definition of 'D<T>' in module 'B'}}
54 // expected-error@a.h:* {{'D::value' from module 'A' is not present in definition of 'D<T>' in module 'B'}}
58 // expected-error@a.h:* {{'E::type' from module 'A' is not present in definition of 'E<T>' in module 'B'}}
59 // expected-error@a.h:* {{'E::t' from module 'A' is not present in definition of 'E<T>' in module 'B'}
    [all...]
odr.cpp 4 // expected-error@a.h:8 {{'X::n' from module 'a' is not present in definition of 'X' provided earlier}}
21 // expected-error@b.h:5 {{'E::e2' from module 'b' is not present in definition of 'E' in module 'a'}}
22 // expected-error@a.h:3 {{'Y::f' from module 'a' is not present in definition of 'Y' in module 'b'}}
23 // expected-error@a.h:2 {{'Y::n' from module 'a' is not present in definition of 'Y' in module 'b'}}
  /external/libmojo/base/android/java/src/org/chromium/base/
VisibleForTesting.java 8 * Annotation used to mark code that has wider visibility or present for testing code.
  /external/libxml2/result/schemas/
src-attribute2_0_0.err 1 ./test/schemas/src-attribute2_0.xsd:9: element attribute: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}attribute': The value of the attribute 'use' must be 'optional' if the attribute 'default' is present.
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
TODO.txt 4 present, prevent the related categories from running.
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
lit.cfg 8 config.available_features.add('a-present-feature')
  /external/proguard/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
  /external/skia/tools/skqp/
remove_unneeded_assets 24 present = set(os.listdir('gmkb'))
25 to_delete = present & nope
27 to_delete |= (present - known)
30 sys.stdout.write('%s: %d of %d models removed\n' %(sys.argv[0], len(to_delete), len(present)))

Completed in 1091 milliseconds

1 23 4 5 6 7 8 91011>>