HomeSort by relevance Sort by last modified time
    Searched refs:glob (Results 1 - 25 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.c 3 extern int glob;
7 return a + glob;
12 return glob - foo(a);
  /external/clang/test/Preprocessor/
macro_rparen_scan2.c 7 static int glob = (1 + FUNC(1 R_PAREN );
9 // CHECK: static int glob = (1 + 1 );
  /external/compiler-rt/test/tsan/
pthread_atfork_deadlock.c 9 int glob = 0; variable
13 glob++;
19 glob++;
27 glob++;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-dump-1.s 1 .global glob
2 .ent glob
3 glob: label
7 lw $4,%call16(glob)($28)
9 .end glob
got-dump-2.s 1 .global glob
2 .ent glob
3 glob: label
7 ld $4,%call16(glob)($28)
9 .end glob
  /external/clang/test/CodeGenCXX/
debug-info-global-ctor-dtor.cpp 12 A glob; variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
fixup.s 3 .global glob
17 .long 0, 0, 0, glob
20 glob: label
pic.s 3 .global glob
42 ila 8,glob
43 .reloc .,SPU_ADD_PIC,glob
67 glob: label
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-pthread-create.cc 21 void *glob = bar((void*)0x1234, false); variable
25 void **glob = (void**)arg; local
28 printf("glob is now: %p\n", *glob);
38 pthread_create(&p, 0, poll, &glob);
40 printf("glob poller is started");
45 printf("%p %p\n", glob, glob2);
glob.cc 9 #include <glob.h>
22 int res = glob(pattern.c_str(), 0, 0, &globbuf);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16193.go 7 // The compiler used the name "glob" as the function holding a global
8 // function literal, colliding with an actual function named "glob".
12 func glob() { func
24 glob()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16193.go 7 // The compiler used the name "glob" as the function holding a global
8 // function literal, colliding with an actual function named "glob".
12 func glob() { func
24 glob()
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
pcrel.s 5 .global glob
13 glob: label
18 jmp glob
29 jmp glob - abs
40 jmp glob - abs2
47 jmp glob - loc
48 jmp glob - loc2
absrel.s 5 .global glob
13 glob: label
18 mov glob, %eax
29 mov glob - abs, %eax
40 mov glob - abs2,%eax
47 mov glob - loc, %eax
48 mov glob - loc2,%eax
  /external/compiler-rt/test/asan/TestCases/Linux/
syscalls.cc 9 #include <glob.h>
  /frameworks/av/media/libstagefright/include/foundation/
AStringUtils.h 28 // matches a string (str) to a glob pattern that supports:
31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
  /external/compiler-rt/test/msan/Linux/
glob_nomatch.cc 5 #include <glob.h>
15 int res = glob(buf, 0, 0, &globbuf);
glob.cc 6 #include <glob.h>
17 int res = glob(buf, 0, 0, &globbuf);
tcgetattr.cc 4 #include <glob.h>
  /frameworks/av/media/libstagefright/foundation/
AStringUtils.cpp 30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) {
35 while (globIx < globLen && glob[globIx] != '*') {
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) {
47 while (globIx < globLen && glob[globIx] != '*') {
51 const char *pattern = glob + start;
  /external/curl/src/
tool_urlglob.c 35 glob->error = string, glob->pos = column, code
37 void glob_cleanup(URLGlob* glob);
39 static CURLcode glob_fixed(URLGlob *glob, char *fixed, size_t len)
41 URLPattern *pat = &glob->pattern[glob->size];
75 static CURLcode glob_set(URLGlob *glob, char **patternp,
84 char *buf = glob->glob_buffer;
89 pat = &glob->pattern[glob->size]
    [all...]
  /external/libchrome/base/win/
scoped_hglobal.h 20 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-longplt.s 42 @ glob used by tls-longplt-lib
43 .type glob, %object
44 .globl glob
45 glob: .space 4 label
tls-thumb1.s 30 2: bl +glob(tlscall)
33 1: .word glob(tlsdesc) + (. - 2b)
  /build/kati/testcase/
include_glob_order.mk 3 # GNU make 4 doesn't sort glob results.

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>