HomeSort by relevance Sort by last modified time
    Searched full:desired (Results 126 - 150 of 6587) sorted by null

1 2 3 4 56 7 8 91011>>

  /bootable/recovery/applypatch/
applypatch_main.cpp 20 // is safe (the original file is not touched until we have the desired
  /build/make/target/board/
treble_common_32.mk 20 # be overwritten in specific BoardConfig.mk, if so desired.
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSmcLibNull/
ArmSmcLibNull.inf 3 # ArmSmcLib when no SMC support is desired (might be the case for CPU without the
  /external/autotest/client/cros/video/
video_player.py 121 Uses javascript to set currentTime property of video to desired time.
146 Helper method to wait for a desired condition.
149 desired condition is achieved.
150 @param exception_msg: string, an exception message to show when desired
  /external/autotest/client/site_tests/login_OobeLocalization/
control 10 configuration do not include the desired values.
  /external/autotest/server/site_tests/desktopui_CrashyRebootServer/
control 21 device into the desired states.
  /external/clang/test/Analysis/
atomics.c 76 uint32_t desired = 3; local
77 _Bool result = __c11_atomic_compare_exchange_strong((volatile _Atomic(uint32_t) *)&s->refCount, &expected, desired, memory_order_relaxed, memory_order_relaxed);
88 uint32_t desired = 3; local
89 _Bool result = __c11_atomic_compare_exchange_weak((volatile _Atomic(uint32_t) *)&s->refCount, &expected, desired, memory_order_relaxed, memory_order_relaxed);
  /external/clang/test/CodeGen/
blockstret.c 89 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
90 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE);
106 desired global flags: 1879048192
107 desired stack flags: 1610612736
  /external/compiler-rt/test/asan/TestCases/Posix/
print_cmdline.cc 1 // Check that ASan can print reproducer cmdline for failed binary if desired.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleMatcherTest.java 197 final ULocale desired = new ULocale("sv"); local
213 assertEquals(expected, matcherShort.getBestMatch(desired));
214 assertEquals(expected, matcherLong.getBestMatch(desired));
215 assertEquals(expected, matcherVeryLong.getBestMatch(desired));
225 timeShortNew = timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations);
226 timeMediumNew = timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations);
227 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations);
237 timeShortOld = timeLocaleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations);
238 timeMediumOld = timeLocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations);
239 timeLongOld = timeLocaleMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations)
297 Iterable<String> desired = COMMA_SPACE.split(arguments.get(1)); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleMatcherTest.java 194 final ULocale desired = new ULocale("sv"); local
210 assertEquals(expected, matcherShort.getBestMatch(desired));
211 assertEquals(expected, matcherLong.getBestMatch(desired));
212 assertEquals(expected, matcherVeryLong.getBestMatch(desired));
222 timeShortNew = timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations);
223 timeMediumNew = timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations);
224 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations);
234 timeShortOld = timeLocaleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations);
235 timeMediumOld = timeLocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations);
236 timeLongOld = timeLocaleMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations)
294 Iterable<String> desired = COMMA_SPACE.split(arguments.get(1)); local
    [all...]
  /external/iptables/extensions/
libxt_TEE.man 4 further if so desired.
  /external/kernel-headers/original/uapi/linux/
memfd.h 14 * size other than the default is desired. See hugetlb_encode.h.
mman.h 17 * size other than the default is desired. See hugetlb_encode.h.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_apply.3 11 capng_apply will transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.
capng_print_caps_numeric.3 13 The set parameter controls what is included in the representation. The legal options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
  /external/libmojo/third_party/jinja2/
README.chromium 24 Script checks hash then unpacks archive and installs desired files.
  /external/libmojo/third_party/markupsafe/
README.chromium 23 unpacks archive and installs desired files.
  /external/llvm/test/tools/llvm-cov/Inputs/
instrprof-comdat.h 22 // compile a program with two calls to Foo<int>::DoIt(10) for each desired
  /external/nos/host/android/
README.md 18 desired. Support for this could be added in:
  /external/skia/infra/bots/assets/skimage/
create.py 26 'your desired changes in the following directory and press enter '
  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.h 18 * on the target having MSAA if AA is desired.
  /external/skqp/infra/bots/assets/skimage/
create.py 26 'your desired changes in the following directory and press enter '
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.h 18 * on the target having MSAA if AA is desired.
  /external/syslinux/core/thread/
thread_asm.S 35 call *%esi /* Run the desired function */

Completed in 1485 milliseconds

1 2 3 4 56 7 8 91011>>