HomeSort by relevance Sort by last modified time
    Searched full:initial_value (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
eventfd.h 43 extern int eventfd(unsigned int initial_value, int flags);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
eventfd.h 43 extern int eventfd(unsigned int initial_value, int flags);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
eventfd.h 43 extern int eventfd(unsigned int initial_value, int flags);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
eventfd.h 43 extern int eventfd(unsigned int initial_value, int flags);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
eventfd.h 43 extern int eventfd(unsigned int initial_value, int flags);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 35 self.assertEqual(None, self.seq.initial_value(start_value))
75 self.seq.initial_value(seq_range[0])
108 self.assertEqual(None, self.seq.initial_value(value_plus-1))
117 self.assertEqual(None, self.seq.initial_value(value_minus))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 35 self.assertEqual(None, self.seq.initial_value(start_value))
75 self.seq.initial_value(seq_range[0])
108 self.assertEqual(None, self.seq.initial_value(value_plus-1))
117 self.assertEqual(None, self.seq.initial_value(value_minus))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 18 unsigned int rc_init_swizzle(unsigned int initial_value, unsigned int channels);
radeon_compiler_util.c 62 * @param channels The number of channels in initial_value that have a
67 unsigned int rc_init_swizzle(unsigned int initial_value, unsigned int channels)
71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED);
73 return initial_value;
  /external/webrtc/webrtc/system_wrappers/include/
atomic32.h 31 Atomic32(int32_t initial_value = 0);
  /external/chromium-trace/catapult/third_party/webapp2/tests/
webapp1_test.py 104 initial_value = u'äëïöü'
107 quoted_value = urllib.quote(initial_value.encode('utf-8'))
122 self.assertEqual(final_value, initial_value)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arenastring.h 288 const ::std::string* initial_value) {
290 if (initial_value != NULL) {
291 ptr_ = new ::std::string(*initial_value);
299 GOOGLE_ATTRIBUTE_NOINLINE void CreateInstanceNoArena(const ::std::string* initial_value) {
300 if (initial_value != NULL) {
301 ptr_ = new ::std::string(*initial_value);
  /external/v8/src/runtime/
runtime-scopes.cc 102 Handle<Object> initial_value(pairs->get(i + 1), isolate);
107 bool is_var = initial_value->IsUndefined();
108 bool is_const = initial_value->IsTheHole();
109 bool is_function = initial_value->IsSharedFunctionInfo();
117 Handle<SharedFunctionInfo>::cast(initial_value);
209 Handle<Object> initial_value,
219 bool is_var = *initial_value == NULL;
220 bool is_const = initial_value->IsTheHole();
221 bool is_function = initial_value->IsJSFunction();
251 is_function ? initial_value
    [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 69 // Waits until *var != initial_value.
72 // the return value is different from initial_value, and that that
92 T WaitForVariableChange(volatile T* var, T initial_value, pthread_cond_t* cond,
97 if (new_value != initial_value) {
104 if (new_value != initial_value) {
111 if (new_value == initial_value) {
114 assert(new_value != initial_value);
  /system/update_engine/
update_attempter_unittest.cc 776 int64_t initial_value = 5; local
782 EXPECT_TRUE(fake_prefs.SetInt64(kPrefsUpdateCheckCount, initial_value));
805 EXPECT_EQ(initial_value - 1, new_value);
811 initial_value = 0;
812 EXPECT_TRUE(fake_prefs.SetInt64(kPrefsUpdateCheckCount, initial_value));
831 int64_t initial_value = 8; local
    [all...]
  /external/llvm/test/Transforms/SCCP/
2006-10-23-IPSCCP-Crash.ll 55 define void @initial_value() {
  /external/webrtc/webrtc/base/
criticalsection_unittest.cc 159 explicit AtomicOpRunner(int initial_value) : RunnerBase(initial_value) {}
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 55 const FlowIds CreateFlowIdRange(int initial_value, int last_value) {
56 int size = last_value - initial_value + 1;
59 for (int i = initial_value; i <= last_value; ++i) {
60 flow_ids_array[i - initial_value] = i;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mutex.h 112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mutex.h 112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
  /prebuilts/misc/windows/sdl2/include/
SDL_mutex.h 112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mutex.h 112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 268 XSyncValue /*initial_value*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
sync.h 270 XSyncValue /*initial_value*/
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]

Completed in 568 milliseconds

12 3