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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbdi.h 25 #pragma once
usbrpmif.h 21 #pragma once
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /sdk/find_java2/src/
FindJava2Dlg.h 17 #pragma once
  /system/bt/btif/include/
btif_config.h 19 #pragma once
  /system/bt/device/include/
controller.h 19 #pragma once
  /system/bt/gki/common/
gki.h 19 #pragma once
  /system/bt/hci/include/
bt_hci_bdroid.h 30 #pragma once
hci_hal.h 19 #pragma once
hci_packet_factory.h 19 #pragma once
  /system/bt/include/
gki_target.h 19 #pragma once
  /system/bt/osi/include/
fixed_queue.h 19 #pragma once
list.h 1 #pragma once
socket.h 19 #pragma once
  /system/bt/stack/include/
l2cap_client.h 19 #pragma once
  /external/lldb/
Android.mk 2 # This guard will be removed once lldb is working
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 12 # FIXME: Test dst and friends once we can parse them.
  /external/easymock/src/org/easymock/
MockControl.java 137 * Records that the mock object will expect the last method call once, and
148 .once(); method
152 * Records that the mock object will expect the last method call once, and
169 .andThrow(throwable).once();
173 * Records that the mock object will expect the last method call once, and
186 .andReturn(value).once();
414 public static final Range ONE = MocksControl.ONCE;
468 EasyMock.expectLastCall().andReturn(value).once();
550 EasyMock.expect(ignored).andThrow(throwable).once();
639 setter.once();
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashingInputStreamTest.java 45 EasyMock.expect(hashFunction.newHasher()).andReturn(hasher).once();
50 EasyMock.expect(hasher.putByte((byte) 'y')).andReturn(hasher).once();
63 .andReturn(hasher).once();
80 .andReturn(hasher).once();
101 .andReturn(hasher).once();
  /bionic/benchmarks/
pthread_benchmark.cpp 71 pthread_once_t once = PTHREAD_ONCE_INIT; local
72 pthread_once(&once, DummyPthreadOnceInitFunction);
76 pthread_once(&once, DummyPthreadOnceInitFunction);
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 40 #include <google/protobuf/stubs/once.h>
58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) {
59 once_ = once;

Completed in 2119 milliseconds

<<11121314151617181920>>