HomeSort by relevance Sort by last modified time
    Searched defs:dummy (Results 76 - 100 of 808) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp 12 int dummy; member in struct:std_ostream
  /external/eigen/bench/btl/generic_bench/
bench.hh 73 float dummy; local
74 cblas_saxpy(1,0,&dummy,1,&dummy,1);
  /external/gtest/test/
gtest_nc.cc 189 testing::StaticAssertTypeEq<int, int> dummy; variable
196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
  /external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
DummyInput.java 33 package com.jme3.input.dummy;
  /external/kernel-headers/original/asm-mips/
system.h 86 unsigned long dummy; local
97 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
101 unsigned long dummy; local
115 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
138 unsigned long dummy; local
147 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
151 unsigned long dummy; local
163 : "=&r" (retval), "=m" (*m), "=&r" (dummy)
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 101 void *dummy; member in struct:vpx_usec_timer
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_modeset.h 36 int dummy; member in struct:native_connector
  /external/openssl/apps/
gendsa.c 282 static void *dummy=&dummy; variable
  /external/openssl/crypto/evp/
e_old.c 60 static void *dummy = &dummy; variable
  /external/openssl/crypto/pem/
pem_seal.c 188 static void *dummy=&dummy; variable
  /external/protobuf/gtest/test/
gtest-port_test.cc 112 void* dummy; local
113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
gtest_nc.cc 189 testing::StaticAssertTypeEq<int, int> dummy; variable
196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c 64 long dummy; local
73 mint_present = (Getcookie(C_MiNT, &dummy) == C_FOUND);
  /external/skia/tests/
AndroidPaintTest.cpp 74 SkPaint dummy; local
77 Reconstruct(defaultOptions, &dummy) < Reconstruct(nonDefaultOptions, &dummy));
  /external/speex/libspeex/
fixed_arm4.h 41 int dummy; local
46 : "=&r"(res), "=&r" (dummy)
54 int dummy; local
59 : "=&r"(res), "=&r" (dummy)
  /external/srec/srec/crec/
comp_stats.c 117 FILETIME dummy, kernelCPU, userCPU; local
118 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU, local
144 FILETIME dummy, kernelCPU, userCPU; local
145 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU, local
  /external/webrtc/test/testsupport/
frame_reader_unittest.cc 30 // Cleanup any previous dummy input file.
33 // Create a dummy input file.
34 FILE* dummy = fopen(kInputFilename.c_str(), "wb"); local
35 fprintf(dummy, "%s", kInputFileContents.c_str());
36 fclose(dummy);
43 // Cleanup the dummy input file.
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 62 void *dummy; local
63 pthread_join(mThread, &dummy);
64 status_t err = (status_t) dummy;
  /frameworks/av/media/mtp/
MtpUtils.cpp 51 time_t dummy; local
52 localtime_r(&dummy, &tm);
  /ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp 48 void* dummy; local
49 pthread_join( sThreads[nn], &dummy );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
container_fwd.hpp 158 struct dummy struct in namespace:boost::container::detail_really_deep_namespace
160 dummy() function in struct:boost::container::detail_really_deep_namespace::dummy
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp 44 struct dummy { void nonnull() {}; }; struct in class:boost::test_tools::predicate_result
45 typedef void (dummy::*safe_bool)();
59 operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0; }
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 82 void* dummy; local
83 pthread_join( threads[nn], &dummy );
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /bootable/recovery/minzip/
SysUtil.c 152 off_t dummy; local
160 if (getFileStartAndLength(fd, &dummy, &fileLength) < 0)

Completed in 725 milliseconds

1 2 34 5 6 7 8 91011>>