HomeSort by relevance Sort by last modified time
    Searched defs:glob1 (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-gdesc-got.s 15 2: bl glob1(tlscall)
17 1: .word glob1(tlsdesc) + (. - 2b)
40 .globl glob1
41 .type glob1, %object
42 glob1: .space 4 label
tls-longplt-lib.s 45 @ glob1 and glob2 used by tls-longplt
46 .type glob1, %object
47 .globl glob1
48 glob1: .space 4 label
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 74 return self.glob1(self._path_module.curdir, basename)
90 sublist = self.glob1(dirname, basename)
96 def glob1(self, dirname, pattern): # pylint: disable-msg=C6409 member in class:FakeGlobModule
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 74 return self.glob1(self._path_module.curdir, basename)
90 sublist = self.glob1(dirname, basename)
96 def glob1(self, dirname, pattern): # pylint: disable-msg=C6409 member in class:FakeGlobModule
  /external/libcxxabi/test/
test_exception_storage.pass.cpp 26 globals_t *glob1, *glob2; local
28 glob1 = __cxxabiv1::__cxa_get_globals ();
29 if ( NULL == glob1 )
33 if ( glob1 != glob2 )
36 *result = (size_t) glob1;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.pass.cpp 26 globals_t *glob1, *glob2; local
28 glob1 = __cxxabiv1::__cxa_get_globals ();
29 if ( NULL == glob1 )
33 if ( glob1 != glob2 )
36 *result = (size_t) glob1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
glob.py 44 for name in glob1(os.curdir, basename):
55 glob_in_dir = glob1
63 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
66 def glob1(dirname, pattern): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
glob.py 44 for name in glob1(os.curdir, basename):
55 glob_in_dir = glob1
63 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
66 def glob1(dirname, pattern): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 44 for name in glob1(os.curdir, basename):
55 glob_in_dir = glob1
63 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
66 def glob1(dirname, pattern): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 44 for name in glob1(os.curdir, basename):
55 glob_in_dir = glob1
63 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
66 def glob1(dirname, pattern): function
  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 16 char glob1[1]; variable
  /external/v8/test/mjsunit/
object-literal-overwrite.js 107 var glob1 = 0; variable
109 var bar1 = { x: glob1++, x: glob1++, x: glob1++, x: 7};
111 assertEquals(3, glob1);
  /external/avahi/avahi-daemon/
glob.c 158 static int glob1(Char *, glob_t *, size_t *);
436 * quotes), calls glob1() to do the real pattern matching, and finally
504 if ((err = glob1(patbuf, pglob, limit)) != 0)
534 glob1(Char *pattern, glob_t *pglob, size_t *limit) function
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 167 static int glob1(Char *, glob_t *, struct glob_limit *);
468 * quotes), calls glob1() to do the real pattern matching, and finally
545 if ((error = glob1(patbuf, pglob, limit)) != 0)
583 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) function

Completed in 240 milliseconds