Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 133) sorted by relevance

123456

/external/ltrace/
Dglob.c28 match_character_class(const char *glob, size_t length, size_t from) in match_character_class() argument
31 const char *colon = memchr(glob + from + 2, ':', length - 1); in match_character_class()
34 return colon - glob; in match_character_class()
38 match_brack(const char *glob, size_t length, size_t from, int *exclmp) in match_brack() argument
47 if (glob[i] == '^' || glob[i] == '!') { in match_brack()
48 *exclmp = glob[i++] == '!'; in match_brack()
55 if (glob[i] == '[' && glob[i + 1] == ':') { in match_brack()
56 ssize_t j = match_character_class(glob, length, i); in match_brack()
65 char c = glob[i]; in match_brack()
66 if (c == '[' && glob[i + 1] == ':') { in match_brack()
[all …]
/external/libvpx/libvpx/
Dwebmenc.cc23 void write_webm_file_header(struct EbmlGlobal *glob, in write_webm_file_header() argument
28 mkvmuxer::MkvWriter *const writer = new mkvmuxer::MkvWriter(glob->stream); in write_webm_file_header()
38 if (!glob->debug) { in write_webm_file_header()
52 if (glob->debug) { in write_webm_file_header()
55 glob->writer = writer; in write_webm_file_header()
56 glob->segment = segment; in write_webm_file_header()
59 void write_webm_block(struct EbmlGlobal *glob, in write_webm_block() argument
63 reinterpret_cast<mkvmuxer::Segment*>(glob->segment); in write_webm_block()
66 if (pts_ns <= glob->last_pts_ns) in write_webm_block()
67 pts_ns = glob->last_pts_ns + 1000000; in write_webm_block()
[all …]
Dwebmenc.h41 void write_webm_file_header(struct EbmlGlobal *glob,
47 void write_webm_block(struct EbmlGlobal *glob,
51 void write_webm_file_footer(struct EbmlGlobal *glob);
/external/llvm/test/Assembler/
DConstantExprNoFold.ll35 ; CHECK: @F = global i1 icmp eq (i32* @weakany, i32* @glob)
36 @F = global i1 icmp eq (i32* @weakany, i32* @glob)
45 ; Don't add an inbounds on @glob.a3, since it's not inbounds.
46 ; CHECK: @glob.a3 = alias getelementptr (i32, i32* @glob.a2, i32 1)
47 @glob = global i32 0
48 @glob.a3 = alias getelementptr (i32, i32* @glob.a2, i32 1)
49 @glob.a2 = alias getelementptr (i32, i32* @glob.a1, i32 1)
50 @glob.a1 = alias i32* @glob
/external/compiler-rt/test/asan/TestCases/
Dinit-order-pthread-create.cc17 void *glob = bar((void*)0x1234, false); variable
21 void **glob = (void**)arg; in poll() local
24 printf("glob is now: %p\n", *glob); in poll()
34 pthread_create(&p, 0, poll, &glob); in GlobalPollerStarter()
41 printf("%p %p\n", glob, glob2); in main()
/external/compiler-rt/test/tsan/
Dpthread_atfork_deadlock.c9 int glob = 0; variable
13 glob++; in worker()
19 glob++; in atfork()
27 glob++; in main()
/external/clang/utils/analyzer/
DSATestBuild.py44 import glob
267 for FullFileName in glob.glob(Dir + "/*"):
347 for F in glob.glob(SBOutputDir + "/*/*.plist"):
361 Failures = glob.glob(SBOutputDir + "/*/failures/*.stderr.txt")
365 Plists = glob.glob(SBOutputDir + "/*/*.plist")
414 RefList = glob.glob(RefDir + "/*")
415 NewList = glob.glob(NewDir + "/*")
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m5 int glob;
8 @property int glob; property
19 - (int) Meth { return glob; } // no warning
20 @synthesize glob;
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-test-32bit.elf.c3 extern int glob;
7 return a + glob; in foo()
12 return glob - foo(a); in bar()
/external/v8/build/
Dgyp_v833 import glob
102 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
173 for f in glob.glob(os.path.join(v8_root, 'out', 'Makefile.*')):
/external/llvm/test/LTO/X86/
Dlist-symbols.ll7 ; CHECK-DAG: glob
9 ; CHECK-DAG: glob
12 @glob = global i32 0
/external/libxml2/doc/examples/
Dindex.py6 import glob
219 for file in glob.glob('*.xml'):
221 for file in glob.glob('*.res'):
305 for file in glob.glob('*.c'):
/external/mesa3d/src/glsl/builtins/tools/
Dgenerate_builtins.py8 from glob import glob
27 for filename in glob(path.join(path.join(builtins_dir, 'ir'), '*.ir')):
33 for filename in glob(path.join(path.join(builtins_dir, 'glsl'), '*.glsl')):
131 profile_files.extend(glob(path_glob))
/external/llvm/test/CodeGen/ARM/
Dcompare-call.ll3 define void @test3(float* %glob, i32 %X) {
5 %tmp = load float, float* %glob ; <float> [#uses=1]
6 %tmp2 = getelementptr float, float* %glob, i32 2 ; <float*> [#uses=1]
/external/ceres-solver/scripts/
Dmake_docs.py36 import glob
102 for name in glob.glob('%s/*.html' % html_dir):
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py90 import glob
101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
178 import glob
226 for testPath in glob.glob(os.path.join(testDir, test_glob)):
/external/blktrace/btt/
Dbno_plot.py41 import getopt, glob, os, sys, tempfile
78 else: bnos = glob.glob('blknos*[rw].dat')
Dbtt_plot.py64 import getopt, glob, os, sys
361 for fn in glob.glob('*c.dat'):
368 files = glob.glob('*%s.dat' % type)
/external/jsoncpp/test/
Drunjsontests.py4 from glob import glob
44 tests = glob( os.path.join( input_dir, '*.json' ) )
46 test_jsonchecker = glob( os.path.join( input_dir, '../jsonchecker', '*.json' ) )
/external/skia/tools/skp/
Dwebpages_playback.py55 import glob
190 ps = glob.glob(page_sets)
224 for archive_file in glob.glob(
409 subdirs = glob.glob(os.path.join(TMP_SKP_DIR, '*'))
421 largest_skp = max(glob.glob(os.path.join(site, '*.skp')),
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
Dsimplefileflags.py22 import glob
83 for result in glob.glob(f):
/external/clang/test/Index/
Dannotate-module.m4 int glob;
23 // CHECK-NEXT: Keyword: "int" [4:1 - 4:4] VarDecl=glob:4:5
24 // CHECK-NEXT: Identifier: "glob" [4:5 - 4:9] VarDecl=glob:4:5
/external/libxml2/
Dregressions.py2 import glob, os, string, sys, thread, time
223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
233 glb = glob.glob(dir + f)
/external/linux-tools-perf/src/tools/perf/tests/
Dattr.py5 import glob
247 for f in glob.glob(tempdir + '/event*'):
264 for f in glob.glob(options.test_dir + '/' + options.test):
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py10 import glob
40 readelf = glob.glob(readelf_glob)[0]

123456