HomeSort by relevance Sort by last modified time
    Searched refs:once (Results 276 - 300 of 803) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
distance.hpp 15 # pragma once
functions.hpp 15 # pragma once
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_has_sync.hpp 4 // MS compatible compilers support #pragma once
7 # pragma once
spinlock_pt.hpp 4 // MS compatible compilers support #pragma once
7 # pragma once
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 1 #pragma once
  /packages/apps/Nfc/nci/jni/
Mutex.h 21 #pragma once
SyncEvent.h 20 #pragma once
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmon.h 21 #pragma once
  /sdk/find_java2/src/
JavaPath.h 17 #pragma once
  /system/bt/btcore/include/
module.h 19 #pragma once
  /system/bt/hci/include/
packet_fragmenter.h 19 #pragma once
  /system/bt/osi/include/
alarm.h 19 #pragma once
57 // TODO: Remove this function once PM timers can be re-factored
array.h 19 #pragma once
data_dispatcher.h 19 #pragma once
  /external/skia/tests/
OnceTest.cpp 39 SkOnceFlag* once; member in class:__anon18441::Racer
43 SkOnce(once, add_six, ptr);
57 racers[i].once = &mt_once;
  /external/v8/src/base/
lazy-instance.h 9 // be called once, even if two threads are racing to create the object. Get()
50 // which is explicitly called once.
72 #include "src/base/once.h"
147 static void Init(OnceType* once, Function function, Storage storage) {
148 CallOnce(once, function, storage);
156 static void Init(OnceType* once, Function function, Storage storage) {
157 if (*once == ONCE_STATE_UNINITIALIZED) {
159 *once = ONCE_STATE_DONE;
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 191 .andReturn("").once(); method
195 .andReturn(null).once();
212 .andReturn("").once(); method
216 EasyMock.expectLastCall().once();
219 EasyMock.expectLastCall().once();
222 EasyMock.expectLastCall().once();
225 EasyMock.expectLastCall().once();
335 .once(); method
339 .andReturn(null).once();
354 EasyMock.expectLastCall().once();
374 .once(); method
506 .once(); method
540 .once(); method
609 .once(); method
659 .once(); method
705 andReturn("").once(); method
713 .andReturn("").once(); method
759 andReturn("").once(); method
774 .andReturn("").once(); method
867 andReturn("").once(); method
893 .andReturn("").once(); method
1133 andReturn("").once(); method
1147 .andReturn("").once(); method
1419 andReturn("").once(); method
1523 .andReturn("").once(); method
1679 andReturn("").once(); method
1718 .andReturn("").once(); method
1721 .andReturn("").once(); method
1877 andReturn("root 1234 com.drawelement.deqp").once(); method
1880 andReturn("").once(); method
1886 andReturn("").once(); method
2111 andReturn("root 1234 com.drawelement.deqp").once(); method
2113 andReturn("").once(); method
2119 andReturn("root 1234 com.drawelement.deqp").once(); method
2127 andReturn("root 1234 com.drawelement.deqp").once(); method
2129 andReturn("").once(); method
2135 andReturn("root 1234 com.drawelement.deqp").once(); method
2177 andReturn("").once(); method
2266 andReturn("").once(); method
2318 .andReturn("").once(); method
2321 .andReturn("").once(); method
    [all...]
  /external/boringssl/src/crypto/
thread_win.c 35 volatile LONG *once = in_once; local
38 assert((((uintptr_t) once) & 3) == 0);
40 /* This assumes that reading *once has acquire semantics. This should be true
43 #error "Windows once code may not work on other platforms." \
46 if (*once == 1) {
51 switch (InterlockedCompareExchange(once, 2, 0)) {
57 InterlockedExchange(once, 1);
123 run_once(&lock->once, static_lock_init, lock);
  /development/host/windows/usb/api/
stdafx.h 23 #pragma once
  /development/host/windows/usb/winusb/
stdafx.h 23 #pragma once
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 1 #pragma once
SurfaceTextureRenderer.h 1 #pragma once
WarpRenderer.h 1 #pragma once
  /external/chromium-libpac/src/
net_util.h 7 #pragma once
proxy_resolver_v8.h 7 #pragma once

Completed in 1352 milliseconds

<<11121314151617181920>>