Home
last modified time | relevance | path

Searched defs:desired (Results 1 – 25 of 43) sorted by relevance

12

/external/libcxx/test/support/
Dcmpxchg_loop.h13 bool cmpxchg_weak_loop(A& atomic, T& expected, T desired) { in cmpxchg_weak_loop()
24 bool cmpxchg_weak_loop(A& atomic, T& expected, T desired, in cmpxchg_weak_loop()
38 bool c_cmpxchg_weak_loop(A* atomic, T* expected, T desired) { in c_cmpxchg_weak_loop()
49 bool c_cmpxchg_weak_loop(A* atomic, T* expected, T desired, in c_cmpxchg_weak_loop()
/external/webrtc/webrtc/base/
Dratelimiter.cc15 bool RateLimiter::CanUse(size_t desired, double time) { in CanUse()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java147 …public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match()
309 String desired = desiredToMatchingLanguages.getKey(); in processMapping() local
327 private void addFiltered(String desired, R3<ULocale, ULocale, Double> localeToMaxAndWeight) { in addFiltered()
507 …void addDataToScores(String desired, String supported, R3<LocalePatternMatcher,LocalePatternMatche… in addDataToScores()
588 LocalePatternMatcher desired = item.get0(); in getMatchingLanguages() local
672 …public LanguageMatcherData addDistance(String desired, String supported, int percent, String comme… in addDistance()
680 …public LanguageMatcherData addDistance(String desired, String supported, int percent, boolean onew… in addDistance()
684 …private LanguageMatcherData addDistance(String desired, String supported, int percent, boolean one… in addDistance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java149 …public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match()
316 String desired = desiredToMatchingLanguages.getKey(); in processMapping() local
334 private void addFiltered(String desired, R3<ULocale, ULocale, Double> localeToMaxAndWeight) { in addFiltered()
514 …void addDataToScores(String desired, String supported, R3<LocalePatternMatcher,LocalePatternMatche… in addDataToScores()
595 LocalePatternMatcher desired = item.get0(); in getMatchingLanguages() local
679 …public LanguageMatcherData addDistance(String desired, String supported, int percent, String comme… in addDistance()
687 …public LanguageMatcherData addDistance(String desired, String supported, int percent, boolean onew… in addDistance()
691 …private LanguageMatcherData addDistance(String desired, String supported, int percent, boolean one… in addDistance()
/external/clang/test/Analysis/
Datomics.c76 uint32_t desired = 3; in test_atomic_compare_exchange_strong() local
88 uint32_t desired = 3; in test_atomic_compare_exchange_weak() local
/external/webrtc/talk/app/webrtc/
Dremotevideocapturer.cc76 const cricket::VideoFormat& desired, cricket::VideoFormat* best_format) { in GetBestCaptureFormat()
Dremotevideocapturer_unittest.cc114 VideoFormat desired = VideoFormat(kTestFormat); in TEST_F() local
Dandroidvideocapturer.cc243 const cricket::VideoFormat& desired, in GetBestCaptureFormat()
/external/clang/lib/Headers/
Dstdatomic.h131 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument
137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument
140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… argument
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… argument
/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc112 cricket::VideoFormat desired( in TEST_F() local
129 cricket::VideoFormat desired = capturer_->GetSupportedFormats()->at(0); in TEST_F() local
/external/dng_sdk/source/
Ddng_jpeg_memory_source.cpp49 boolean ResyncToRestart(j_decompress_ptr cinfo, int desired) { in ResyncToRestart()
/external/compiler-rt/test/BlocksRuntime/
Dfail.c82 char desired[512]; in main() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java434 private void showDistance(LocaleMatcher matcher, String desired, String supported) { in showDistance()
597 final String desired = "sv, en"; in testPerf() local
621 private long timeLocaleMatcher(String title, String desired, LocaleMatcher matcher, in timeLocaleMatcher()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java435 private void showDistance(LocaleMatcher matcher, String desired, String supported) { in showDistance()
598 final String desired = "sv, en"; in testPerf() local
622 private long timeLocaleMatcher(String title, String desired, LocaleMatcher matcher, in timeLocaleMatcher()
/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc340 cricket::VideoFormat desired(640, 480, in TEST_F() local
357 cricket::VideoFormat desired(1920, 1080, in TEST_F() local
415 cricket::VideoFormat desired(960, 720, in TEST_F() local
/external/clang/test/CodeGen/
Dc11atomics-ios.c277 _Bool test_promoted_cmpxchg(_Atomic(PS) *addr, PS *desired, PS *new) { in test_promoted_cmpxchg()
Dc11atomics.c444 _Bool test_promoted_cmpxchg(_Atomic(PS) *addr, PS *desired, PS *new) { in test_promoted_cmpxchg()
/external/icu/icu4c/source/i18n/
Dastro.cpp731 UDate CalendarAstronomer::getSunTime(double desired, UBool next) in getSunTime()
1247 UDate CalendarAstronomer::getMoonTime(double desired, UBool next) in getMoonTime()
1267 UDate CalendarAstronomer::getMoonTime(const CalendarAstronomer::MoonAge& desired, UBool next) { in getMoonTime()
1299 UDate CalendarAstronomer::timeOfAngle(AngleFunc& func, double desired, in timeOfAngle()
/external/libchrome/base/timer/
Dtimer.h121 void set_desired_run_time(TimeTicks desired) { desired_run_time_ = desired; } in set_desired_run_time()
/external/skia/include/private/
DSkAtomics.h128 bool sk_atomic_compare_exchange(T* ptr, T* expected, T desired, in sk_atomic_compare_exchange()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, in GetBestCaptureFormat()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1149 void AddChar(const char desired) { in AddChar()
1163 bool AddFirst(const char desired, const char input) { in AddFirst()
1193 bool DecodeDataBuilder::AddCharacter(const char desired, const char input) { in AddCharacter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java660 public long getSunTime(double desired, boolean next) in getSunTime()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java662 public long getSunTime(double desired, boolean next) in getSunTime()
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c247 unsigned long desired) in cmpxchg()

12