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

1 2 3 4 5

  /external/libffi/testsuite/libffi.call/
call.exp 26 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O0 -W -Wall" ""
27 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2" ""
28 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O3" ""
29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-Os" ""
30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2 -fomit-frame-pointer" ""
  /external/libffi/testsuite/libffi.special/
special.exp 29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O0 -W -Wall"
30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O2"
31 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-O3"
32 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options "-Os"
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 276 /* glob must be valid UTF-8 */
468 _xdg_glob_determine_type (const char *glob)
474 ptr = glob;
492 /* glob must be valid UTF-8 */
495 const char *glob,
502 assert (glob != NULL);
504 type = _xdg_glob_determine_type (glob);
509 glob_hash->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type), weight);
512 glob_hash->simple_node = _xdg_glob_hash_insert_text (glob_hash->simple_node, glob + 1, mime_type, weight);
515 glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_type), weight)
574 char *mimetype, *glob; local
    [all...]
xdgmimeglob.h 62 const char *glob,
65 XdgGlobType _xdg_glob_determine_type (const char *glob);
test-mime.c 30 test_individual_glob (const char *glob,
35 test_type = _xdg_glob_determine_type (glob);
39 glob,
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_files.py 37 import glob namespace
52 directory. glob patterns are ok.
58 # If there's an * in the name, assume it's a glob pattern.
61 filenames = glob.glob(path)
  /external/dropbear/libtommath/
gen.pl 9 foreach my $filename (glob "bn*.c") {
pretty.build 16 foreach my $filename (glob "*.c") {
23 foreach my $filename (glob "*.c") {
dep.pl 13 foreach my $filename (glob "bn*.c") {
54 foreach my $filename (glob "bn*.c") {
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 518 "test", null, "data GLOB ?", new String[]{"*'*"}, null, null, null);
583 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null));
585 "SELECT source from tokens where token GLOB '" + key + "*'", null));
587 "SELECT token_index from tokens where token GLOB '" + key + "*'", null));
590 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null));
592 "SELECT source from tokens where token GLOB '" + key + "*'", null));
594 "SELECT token_index from tokens where token GLOB '" + key + "*'", null));
598 "SELECT count(*) from tokens where token GLOB '" + key + "*'", null));
600 "SELECT source from tokens where token GLOB '" + key + "*'", null));
602 "SELECT token_index from tokens where token GLOB '" + key + "*'", null))
    [all...]
  /development/tools/findunused/
find_unused_resources.rb 91 def recordJavaUses(glob)
92 Dir.glob(glob).each { |filename|
111 Dir.glob("#{dir}/res/**/*.xml").each { |filename|
131 Dir.glob("#{dir}/AndroidManifest.xml").each { |filename|
170 Dir.glob("#{dir}/**/res").each { |filename|
findunusedtranslations 39 @matches = (glob($pattern1), glob($pattern2));
  /external/webkit/WebKit/chromium/
gyp_webkit 33 import glob
67 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi'))
  /external/webkit/WebKitTools/wx/packaging/
build-win-installer.py 30 import glob namespace
80 dlls = glob.glob(os.path.join(wxwebkit_dir, "*.dll"))
build-mac-installer.py 30 import glob namespace
123 files = glob.glob(os.path.join(wxwebkit_dir, wildcard))
  /development/testrunner/
coverage.py 21 import glob namespace
48 # vendor glob file path patterns to tests, relative to android
258 coverage_files = glob.glob(file_pattern)
275 target_file_paths = glob.glob(vendor_targets_pattern)
294 html_files_iter = glob.glob(html_file_pattern)
  /external/iproute2/include/linux/
atmioc.h 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
  /external/kernel-headers/original/linux/
atmioc.h 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
  /bionic/libc/
Jamfile 117 for entry in [ Glob $(paths) : * ] {
129 return [ Glob $(path) : *.S *.c ] ;
208 if [ Glob $(dir) : rules.jam ] {
214 _sources = [ Glob $(dir) : *.S *.c ] ;
304 local local_rules = [ Glob $(1) : rules.jam ] ;
319 sources = [ Glob $(1) : *.S *.c ] ;
330 sources = [ Glob $(1) : *.S *.c ] ;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
testing.sgml 323 @soutpattern: a glob-style <link linkend="glib-Glob-style-pattern-matching">pattern</link>
333 @soutpattern: a glob-style <link linkend="glib-Glob-style-pattern-matching">pattern</link>
343 @serrpattern: a glob-style <link linkend="glib-Glob-style-pattern-matching">pattern</link>
353 @serrpattern: a glob-style <link linkend="glib-Glob-style-pattern-matching">pattern</link>
patterns.sgml 2 Glob-style pattern matching
11 as the standard glob() function: '*' matches an arbitrary, possibly empty,
15 Note that in contrast to glob(), the '/' character <emphasis>can</emphasis>
  /bionic/libc/kernel/tools/
find_users.py 8 import sys, cpp, glob, os, re, getopt namespace
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 187 "+com.package.* : whole package, with glob\n" +
188 "+com.package.Class[$Inner] or ...Class*: whole classes with optional glob\n" +
192 "-com.package.* : whole package, with glob\n" +
193 "-com.package.Class[$Inner] or ...Class*: whole classes with optional glob\n" +
  /external/blktrace/btt/
bno_plot.py 41 import getopt, glob, os, sys, tempfile namespace
78 else: bnos = glob.glob('blknos*[rw].dat')
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_find.cpp 83 if ((retval = glob(path.get_cstr(), GLOB_ERR | GLOB_NOSORT , NULL, &hFind)) == 0)
126 // support linux having no glob.h support in glob pattern matching
140 // make the behavior consistent with the glob-based implementation
410 // globmatch matches pattern strings p from str, follows linux glob.c man spec.

Completed in 56 milliseconds

1 2 3 4 5