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

<<11121314151617181920>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 34 uptr dummy;
35 if (!start) start = &dummy;
36 if (!end) end = &dummy;
37 if (!offset) offset = &dummy;
38 if (!protection) protection = &dummy;
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap04.c 59 static char *dummy; variable
92 * Read the file contents into the dummy
95 if (read(fildes, dummy, page_sz) < 0) {
104 if (memcmp(dummy, addr, page_sz)) {
168 /* Allocate and initialize dummy string of system page size bytes */
169 if ((dummy = calloc(page_sz, sizeof(char))) == NULL) {
170 tst_brkm(TFAIL, cleanup, "calloc failed (dummy)");
183 free(dummy);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue114/
PreserveTypeTest.java 31 private int dummy; field in class:PreserveTypeTest.MyBean
34 return dummy;
37 public void setDummy(int dummy) {
38 this.dummy = dummy;
  /external/skia/tests/
TDPQueueTest.cpp 67 struct Dummy {
72 static bool LessP(Dummy* const& a, Dummy* const& b) { return a->fPriority < b->fPriority; }
73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; }
75 bool operator== (const Dummy& that) const {
78 bool operator!= (const Dummy& that) const { return !(*this == that); }
83 static const Dummy kSentinel = {-1, -1, -1};
86 // Create a random set of Dummy objects
91 Dummy* dummy = array.append(); local
164 Dummy *dummy = testArray.append(); local
175 Dummy *dummy = controlArray.append(); local
    [all...]
  /external/skqp/tests/
TDPQueueTest.cpp 67 struct Dummy {
72 static bool LessP(Dummy* const& a, Dummy* const& b) { return a->fPriority < b->fPriority; }
73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; }
75 bool operator== (const Dummy& that) const {
78 bool operator!= (const Dummy& that) const { return !(*this == that); }
83 static const Dummy kSentinel = {-1, -1, -1};
86 // Create a random set of Dummy objects
91 Dummy* dummy = array.append(); local
164 Dummy *dummy = testArray.append(); local
175 Dummy *dummy = controlArray.append(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
firstsets.c 37 static bitset dummy; local
46 if (dummy == NULL)
47 dummy = newbitset(1);
48 if (d->d_first == dummy) {
56 d->d_first = dummy;
85 if (d1->d_first == dummy) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
firstsets.c 37 static bitset dummy; local
46 if (dummy == NULL)
47 dummy = newbitset(1);
48 if (d->d_first == dummy) {
56 d->d_first = dummy;
85 if (d1->d_first == dummy) {
  /external/python/cpython2/Parser/
firstsets.c 37 static bitset dummy; local
46 if (dummy == NULL)
47 dummy = newbitset(1);
48 if (d->d_first == dummy) {
56 d->d_first = dummy;
85 if (d1->d_first == dummy) {
  /external/python/cpython3/Parser/
firstsets.c 37 static bitset dummy; local
46 if (dummy == NULL)
47 dummy = newbitset(1);
48 if (d->d_first == dummy) {
56 d->d_first = dummy;
85 if (d1->d_first == dummy) {
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
intr.h 22 static __inline int splraise(int dummy) { return 0; }
23 static __inline void spllower(int dummy) { }
  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 43 C<Q, int> dummy; variable
48 dummy.f(qinst);
  /external/icu/icu4c/source/tools/tzcode/
scheck.c 18 char dummy; local
60 if (sscanf(string, fbuf, &dummy) != 1)
  /external/llvm/test/tools/dsymutil/ARM/
scattered.c 1 RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.h 59 static int dummy(void *arg) function
74 dummy, NULL);
  /external/skia/src/utils/
SkEventTracer.cpp 37 static const char* dummy = "dummy"; variable
38 return dummy;
  /external/skqp/src/utils/
SkEventTracer.cpp 37 static const char* dummy = "dummy"; variable
38 return dummy;
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
crt0-efi-ia32.S 67 // hand-craft a dummy .reloc section so EFI knows it's a relocatable executable:
70 dummy: .long 0 label
74 .long dummy // Page RVA
76 .word (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy
  /external/valgrind/drd/tests/
threaded-fork.c 11 static void *threadmain(void *dummy)
13 sleep((unsigned long)dummy);
  /external/valgrind/none/tests/
threaded-fork.c 9 static void *threadmain( void *dummy )
11 sleep( (unsigned long)dummy );
  /external/valgrind/none/tests/x86-solaris/
syscalls.c 31 int pid, pid2, dummy; local
55 SYSCALL("int $0xd2", T_GETHRTIME, dummy);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
attr-pid-opts-mpid-far.d 4 #source: dummy.s
attr-pid-opts-mpid-near.d 4 #source: dummy.s
endian-1.d 4 #source: dummy.s
endian-2.d 4 #source: dummy.s
endian-3.d 4 #source: dummy.s

Completed in 2078 milliseconds

<<11121314151617181920>>