Searched defs:exchange (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/core/
H A DSkExchange.h15 // std::exchange is in C++14
17 inline static T exchange(T& obj, U&& new_val) { function in namespace:skstd
/external/skqp/src/core/
H A DSkExchange.h15 // std::exchange is in C++14
17 inline static T exchange(T& obj, U&& new_val) { function in namespace:skstd
/external/pdfium/
H A Dupdate_pdfium.py105 def exchange(currentDir, newDir, oldDir): function
127 exchange(targetDir, newDir, oldDir)
/external/deqp/framework/delibs/dethread/
H A DdeAtomic.h87 * \brief Atomic compare and exchange (CAS) 32-bit value.
90 * \param exchange New value.
95 * exchange value.
100 DE_INLINE deUint32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deUint32 exchange) argument
103 return _InterlockedCompareExchange((volatile long*)dstAddr, exchange, compare);
105 return __sync_val_compare_and_swap(dstAddr, compare, exchange);
171 * \brief Atomic compare and exchange (CAS) 64-bit value.
174 * \param exchange New value.
179 * exchange value.
184 DE_INLINE deUint64 deAtomicCompareExchangeUint64 (volatile deUint64* dstAddr, deUint64 compare, deUint64 exchange) argument
243 deAtomicCompareExchangePtr(void* volatile* dstAddr, void* compare, void* exchange) argument
[all...]
/external/libusb/examples/getopt/
H A Dgetopt.c303 static void exchange (char **);
307 exchange (argv)
566 exchange them so that the options come first. */
569 exchange ((char **) argv);
583 then exchange with previous non-options as if it were an option,
591 exchange ((char **) argv);
304 exchange (argv) function
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar ... org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/exchange/ org/osgi/service/prefs/BackingStoreException.class BackingStoreException.java ...
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h723 typedef packedstruct { mDNSu16 preference; domainname exchange; } rdataMX; variable
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 696 milliseconds