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

1 2 34 5 6 7 8 91011>>

  /external/libcap-ng/libcap-ng-0.7/docs/
capng_have_capabilities.3 11 capng_have_capabilities will check the selected internal capabilities sets to see what the status is. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The 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/llvm/test/CodeGen/ARM/
cmpxchg-weak.ll 3 define void @test_cmpxchg_weak(i32 *%addr, i32 %desired, i32 %new) {
6 %pair = cmpxchg weak i32* %addr, i32 %desired, i32 %new seq_cst monotonic
32 define i1 @test_cmpxchg_weak_to_bool(i32, i32 *%addr, i32 %desired, i32 %new) {
35 %pair = cmpxchg weak i32* %addr, i32 %desired, i32 %new seq_cst monotonic
  /external/llvm/test/CodeGen/X86/
inline-asm.ll 35 define void @test6(i1 zeroext %desired) nounwind {
37 tail call void asm sideeffect "foo $0", "q,~{dirflag},~{fpsr},~{flags}"(i1 %desired) nounwind
41 define void @test7(i1 zeroext %desired, i32* %p) nounwind {
43 %0 = tail call i8 asm sideeffect "xchg $0, $1", "=r,*m,0,~{memory},~{dirflag},~{fpsr},~{flags}"(i32* %p, i1 %desired) nounwind
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
TODO 10 Desired features?
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 9 * You can implement any desired method (such as popping up a dialog for example )
SecureAccountManager.java 8 * You can implement any desired method (such as popping up a dialog for example )
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DecodeBmp.pbtxt 17 The attr `channels` indicates the desired number of color channels for the
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_performance.h 18 /// @param scheduler_policy NULL-terminated ASCII string containing the desired
  /frameworks/opt/setupwizard/navigationbar/
common.mk 4 # Make sure to include it after you've set all your desired LOCAL variables.
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PlaybackRowPresenter.java 6 * Subclass of {@link RowPresenter} that can define the desired behavior when the view
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
FixedAspectSurfaceView.java 27 * A SurfaceView that maintains its aspect ratio to be a desired target value.
36 /** Desired width/height ratio */
56 * Set the desired aspect ratio for this view.
58 * @param aspect the desired width/height ratio in the current UI orientation. Must be a positive
  /prebuilts/misc/windows/sdl2/test/
testautomation_audio.c 123 SDL_AudioSpec desired; local
148 SDL_memset(&desired, 0, sizeof(desired));
151 /* Set standard desired spec */
152 desired.freq = 22050;
153 desired.format = AUDIO_S16SYS;
154 desired.channels = 2;
155 desired.samples = 4096;
156 desired.callback = _audio_testCallback;
157 desired.userdata = NULL
555 SDL_AudioSpec desired, obtained; local
613 SDL_AudioSpec desired, obtained; local
775 SDL_AudioSpec desired, obtained; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLocaleMatcher.java 24 * Immutable class that picks best match between user's desired locales and application's supported locales.
244 * Get the best match between the desired languages and supported languages
246 * @param outputBestDesired The one of the desired languages that matched best.
255 // TODO produce optimized version for single desired ULocale
315 * Get the best match between the desired languages and supported languages
317 * @param outputBestDesired The one of the desired languages that matched best.
375 /** Combine features of the desired locale into those of the supported, and return result. */
385 // copy the region from the desired, if there is one
391 // copy the variants from desired, if there is one
398 // copy the extensions from desired, if there are an
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleMatcher.java 23 * Immutable class that picks best match between user's desired locales and application's supported locales.
242 * Get the best match between the desired languages and supported languages
244 * @param outputBestDesired The one of the desired languages that matched best.
253 // TODO produce optimized version for single desired ULocale
313 * Get the best match between the desired languages and supported languages
315 * @param outputBestDesired The one of the desired languages that matched best.
373 /** Combine features of the desired locale into those of the supported, and return result. */
383 // copy the region from the desired, if there is one
389 // copy the variants from desired, if there is one
396 // copy the extensions from desired, if there are an
    [all...]
  /external/tcpdump/tests/
bfd-raw-auth-simple-v.out 6 Desired min Tx Interval: 1000 ms
16 Desired min Tx Interval: 1000 ms
26 Desired min Tx Interval: 1000 ms
36 Desired min Tx Interval: 1000 ms
46 Desired min Tx Interval: 1000 ms
56 Desired min Tx Interval: 1000 ms
66 Desired min Tx Interval: 1000 ms
76 Desired min Tx Interval: 1000 ms
86 Desired min Tx Interval: 1000 ms
96 Desired min Tx Interval: 1000 m
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 47 final ULocale desired; field in class:XLocaleDistanceTest.Arguments
53 this.desired = new ULocale.Builder().setLanguageTag(args.get(0)).build(); // use more complicated expression to check syntax
83 final ULocale desired = test.desired; local
89 final ULocale desiredMax = ULocale.addLikelySubtags(desired);
94 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax);
95 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax);
99 final LSR desiredLSR = LSR.fromMaximalized(desired);
192 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
193 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 44 final ULocale desired; field in class:XLocaleDistanceTest.Arguments
50 this.desired = new ULocale.Builder().setLanguageTag(args.get(0)).build(); // use more complicated expression to check syntax
80 final ULocale desired = test.desired; local
86 final ULocale desiredMax = ULocale.addLikelySubtags(desired);
91 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax);
92 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax);
96 final LSR desiredLSR = LSR.fromMaximalized(desired);
189 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
190 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption)
    [all...]
  /external/autotest/server/site_tests/firmware_ECCharging/
control 21 - Charger target voltage should be less than 105% of battery desired voltage.
22 - Charger target current should be less than 105% of battery desired current.
  /external/autotest/server/site_tests/provision_AndroidUpdate/
control 16 ab-version label of a host to the desired setting and reimage the host to a
25 # Autoserv may inject a local variable called value to supply the desired
  /external/autotest/server/site_tests/provision_TestbedUpdate/
control 16 testbed-version label of a testbed to the desired setting and reimage the
25 # Autoserv may inject a local variable called value to supply the desired
  /external/clang/lib/Headers/
stdatomic.h 131 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST)
137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST)
140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
coverage.txt 28 Set the time to desired value + 1/2 resolution time. Get the time. Ensure
29 that time gotten isn't too much larger than desired value + resolution time.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 22 // scale = coefficient to convert counts/ms to desired units,
48 // To convert counts/ms to desired units
  /frameworks/av/packages/MediaComponents/res/values-sw600dp/
dimens.xml 18 <!-- The platform's desired fixed width for a dialog along the major axis
21 <!-- The platform's desired fixed width for a dialog along the minor axis
  /frameworks/av/packages/MediaComponents/res/values-sw720dp/
dimens.xml 18 <!-- The platform's desired fixed width for a dialog along the major axis
21 <!-- The platform's desired fixed width for a dialog along the minor axis

Completed in 1553 milliseconds

1 2 34 5 6 7 8 91011>>