HomeSort by relevance Sort by last modified time
    Searched refs:dummy (Results 326 - 350 of 1722) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 86 uint32_t dummy = 0; local
87 uint32_t *ptr = &dummy;
  /device/google/vrservices/vrcore/sepolicy/
keys.conf 11 USER : device/google/vrservices/vrcore/sepolicy/certs/vrcore-dummy.x509.pem
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
snprintf.c 69 unsigned char dummy[1]; local
83 f._bf._base = f._p = dummy;
vsnprintf.c 62 unsigned char dummy[1]; local
76 f._bf._base = f._p = dummy;
  /external/iw/
version.sh 15 if git diff-index --name-only HEAD | read dummy ; then
  /external/ltp/testcases/kernel/containers/netns/
netns_sysfs.sh 57 ip link add $DUMMYDEV_HOST type dummy || \
58 tst_brkm TBROK "failed to add a new (host) dummy device"
61 ns_exec $NS_HANDLE $NS_TYPE ip link add $DUMMYDEV type dummy || \
62 tst_brkm TBROK "failed to add a new dummy device"
  /external/ltp/testscripts/
sysfs.sh 27 # dummy network module must exist.
47 KERN_MODULE=/lib/modules/$KERNEL_NAME/kernel/drivers/net/dummy.ko
80 # insmod/rmmod net/dummy.ko creates and deletes a directory
  /external/strace/tests/
times.c 56 volatile int dummy = 0; local
75 ++dummy;
  /external/strace/tests-m32/
times.c 56 volatile int dummy = 0; local
75 ++dummy;
  /external/strace/tests-mx32/
times.c 56 volatile int dummy = 0; local
75 ++dummy;
  /external/toybox/tests/
ifconfig.test 9 # 1. Verify the dummy interface actually has the modified characteristics
33 # Add a dummy interface to test with
34 modprobe dummy 2>/dev/null
43 "ifconfig dummy0 down && ifconfig | grep dummy | wc -l" \
49 "ifconfig dummy0 up && ifconfig dummy0 | grep dummy | wc -l" \
195 # Disable the dummy interface
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BatteryControllerImpl.java 145 Intent dummy = new Intent(Intent.ACTION_BATTERY_CHANGED);
150 dummy.putExtra("level", saveLevel);
151 dummy.putExtra("plugged", savePlugged);
152 dummy.putExtra("testmode", false);
154 dummy.putExtra("level", curLevel);
155 dummy.putExtra("plugged", incr > 0 ? BatteryManager.BATTERY_PLUGGED_AC
157 dummy.putExtra("testmode", true);
159 context.sendBroadcast(dummy);
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
dummy_publicsuffix_test.go 18 return "dummy"
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
dummy_publicsuffix_test.go 18 return "dummy"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test.h 17 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__)
20 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__)
  /toolchain/binutils/binutils-2.27/gold/testsuite/
tls_test.cc 68 char dummy; variable
69 __thread char* p2 = &dummy;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr13683.d 2 #source: dummy.s
pr14265.d 2 #source: dummy.s
pr19161.d 2 #source: dummy.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
x86-64.exp 185 {"build 32-bit object with 33 locals" "-melf_x86_64 -e 0" "" "--32" {32bit.s} {{ ld incompatible.l }} "dummy" }
186 {"build 64-bit object" "-melf_x86_64 -e 0 --defsym foo=1" "" "--64" {64bit.s} {} "dummy" }
189 "--64" {dummy.s} {} ""}
190 {"PR ld/17313 (2)" "-melf_x86_64 -shared --just-symbols=tmpdir/dummy.o" ""
205 "--64" { dummy.s } {{readelf {-rW} pr19827.rd}} "pr19827"}
546 { dummy.s } \
606 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
688 { dummy.s } \
696 { dummy.s } \
727 { dummy.s }
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rand/
urandom.c 122 uint8_t dummy; local
124 syscall(__NR_getrandom, &dummy, sizeof(dummy), GRND_NONBLOCK);
137 syscall(__NR_getrandom, &dummy, sizeof(dummy), 0 /* no flags */);
  /system/extras/mmap-perf/
mmapPerf.cpp 34 int dummy = 0; variable
88 dummy += *targetPtr;
92 *targetPtr = dummy;
96 dummy += *targetPtr;
100 *targetPtr = dummy;
  /toolchain/binutils/binutils-2.27/gprof/
corefile.c 80 char dummy[1024];
97 matches = fscanf (file, "%[^\n:]", dummy);
102 if (!strncmp (dummy, "No symbols in ", 14))
111 matches = fscanf (file, "%[^\n]\n", dummy);
131 matches = fscanf (file, "%[^\n:]", dummy);
136 if (!strncmp (dummy, "No symbols in ", 14))
144 /* dummy has the filename, go ahead and copy it. */
145 symbol_map[count].file_name = (char *) xmalloc (strlen (dummy) + 1);
146 strcpy (symbol_map[count].file_name, dummy);
149 matches = fscanf (file, "%[^\n]\n", dummy);
79 char dummy[1024]; local
764 Sym *prev, dummy, *sym; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 60 CRITICAL_SECTION dummy; local
61 InitializeCriticalSection(&dummy);
62 EnterCriticalSection(&dummy);
64 _debug_printf("%p %p\n", cs->OwningThread, dummy.OwningThread);
65 bool ret = cs->OwningThread == dummy.OwningThread;
66 LeaveCriticalSection(&dummy);
67 DeleteCriticalSection(&dummy);
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateArray.h 136 return dummy;
141 return dummy;
147 return dummy;
152 return dummy;
157 return dummy;
162 return dummy;
168 EIGEN_STRONG_INLINE array() : dummy() { }
171 EIGEN_DEVICE_FUNC array(std::initializer_list<T> l) : dummy() {
177 T dummy; member in class:Eigen::array

Completed in 710 milliseconds

<<11121314151617181920>>