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

1 2 3

  /external/chromium_org/build/
gdb-add-index 15 FILENAME="$1"
16 if [[ ! -f "$FILENAME" ]]; then
17 echo "Path $FILENAME does not exist."
30 so_files=$(ldd "$FILENAME" 2>/dev/null \
31 | grep $(dirname "$FILENAME") \
35 for file in "$FILENAME" $so_files; do
  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 9 FILENAME="$(basename $SRC_URL)"
10 SHA1_FILENAME="$FILENAME.sha1"
26 HASHFILE_REGEX="^[0-9a-f]{40} $FILENAME" # 40-digit hash, followed by filename
30 echo "SHA-1 hash file $SHA1_FILENAME does not contain hash for $FILENAME," \
40 "archive file $FILENAME corrupt or compromised!"
45 tar xvzf "$FILENAME"
52 rm "$FILENAME"
  /ndk/build/tools/
dev-platform-compress.sh 89 for FILENAME in $FILES; do
90 FILENAME=${FILENAME##./} # Get rid of leading ./
91 PFILE=$PDIR/$FILENAME
92 CFILE=$SDIR/$FILENAME
93 DFILE=$DDIR/$FILENAME
109 DFILE=$DDIR/$FILENAME
build-compiler-rt.sh 174 FILENAME=`basename $SOURCE`
175 FILENAME=$"${FILENAME/\.c/}"
177 FOUND=$(echo $ARCH_SOURCES | grep $FILENAME)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
version.rc.h 20 VALUE "OriginalFilename", FILENAME ".dll"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
version.rc.h 20 VALUE "OriginalFilename", FILENAME ".dll"
  /ndk/tests/build/import-install/
build.sh 25 for FILENAME in libfoo.so libpath1.so libpath2.so; do
26 FILE=$DIR/$FILENAME
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/
TestSharedPreferencesTest.java 22 protected final static String FILENAME = "filename";
31 sharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
44 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
62 content.put(FILENAME, new HashMap<String, Object>());
63 content.get(FILENAME).put("deleteMe", "foo");
72 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3);
85 content.put(FILENAME, new HashMap<String, Object>());
86 content.get(FILENAME).put("deleteMe", "foo");
93 TestSharedPreferences anotherSharedPreferences = new TestSharedPreferences(content, FILENAME, 3)
    [all...]
  /external/tcpdump/
makemib 88 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
189 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
196 inn(FILENAME), parent, new, value
202 inn(FILENAME), parent, new, value, oid[new]
213 inn(FILENAME), new, parent, \
  /development/testrunner/
android_manifest.py 33 FILENAME = 'AndroidManifest.xml'
64 self._manifest_path = os.path.join(app_path, self.FILENAME)
121 manifest_path = os.path.join(path, AndroidManifest.FILENAME)
create_test.py 102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
139 tests_mk_path = "%s/%s" % (tests_path, mk.FILENAME)
146 mk_path = "%s/%s" % (app_path, mk.FILENAME)
212 (mk.PACKAGE_NAME, mk.FILENAME))
216 raise RuntimeError("Variable package missing from %s" % manifest.FILENAME)
android_mk.py 36 FILENAME = "Android.mk"
159 def CreateAndroidMK(path, filename=AndroidMK.FILENAME):
164 filename: the filename of the makefile
169 mk_path = os.path.join(path, filename)
  /external/libmtp/examples/
delfile.c 39 printf("Usage: delfile [-n] <fileid/trackid> | -f <filename>\n");
61 int FILENAME = 1;
68 field_type = FILENAME;
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 59 private final String FILENAME =
70 initOis(FILENAME);
98 initOis(FILENAME);
122 initOis(FILENAME);
238 initOis(FILENAME);
244 private void initOis(String fileName) throws Exception {
249 getClass().getResourceAsStream(fileName));
OldObjectOutputStreamPutFieldTest.java 65 private final String FILENAME =
80 refContent = getRefContent(FILENAME);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 9 FILENAME = linecache.__file__
16 MODULE_PATH = os.path.dirname(FILENAME)
45 self.assertEqual(getline(FILENAME, 2**15), EMPTY)
46 self.assertEqual(getline(FILENAME, -1), EMPTY)
49 self.assertRaises(TypeError, getline, FILENAME, 1.1)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
58 for index, line in enumerate(open(filename)):
59 self.assertEqual(line, getline(filename, index + 1))
63 filename = os.path.join(MODULE_PATH, entry) + '.py'
64 for index, line in enumerate(open(filename))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 9 FILENAME = linecache.__file__
16 MODULE_PATH = os.path.dirname(FILENAME)
45 self.assertEqual(getline(FILENAME, 2**15), EMPTY)
46 self.assertEqual(getline(FILENAME, -1), EMPTY)
49 self.assertRaises(TypeError, getline, FILENAME, 1.1)
57 filename = os.path.join(TEST_PATH, entry) + '.py'
58 for index, line in enumerate(open(filename)):
59 self.assertEqual(line, getline(filename, index + 1))
63 filename = os.path.join(MODULE_PATH, entry) + '.py'
64 for index, line in enumerate(open(filename))
    [all...]
  /external/clang/test/Preprocessor/
has_include.c 123 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
127 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
139 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{invalid token at start of a preprocessor expression}}
143 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
147 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}
    [all...]
  /external/skia/tools/
reformat-json.py 41 def Reformat(filename):
42 print 'Reformatting file %s...' % filename
43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)
47 parser.add_argument('filenames', metavar='FILENAME', nargs='+',
50 for filename in args.filenames:
51 Reformat(filename)
  /external/chromium_org/third_party/lcov/bin/
gendesc 71 if (!GetOptions("output-filename=s" => \$output_filename,
97 # Check for input filename
100 die("No input filename specified\n".
125 -o, --output-filename FILENAME Write description to FILENAME
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 74 if (!GetOptions("output-filename=s" => \$output_filename,
100 # Check for input filename
103 die("No input filename specified\n".
128 -o, --output-filename FILENAME Write description to FILENAME
  /external/chromium_org/tools/git/
for-all-touched-files.py 10 The special token [[FILENAME]] (or whatever you choose using the -t
19 %prog -x gyp,gypi "tools/format_xml.py [[FILENAME]]"
20 %prog -c "tools/sort-headers.py [[FILENAME]]"
66 filename = line.split()[0]
67 if filename:
68 filename = filename.rstrip()
69 ext = filename.rsplit('.')[-1]
71 filenames.append(filename)
77 run command with token replaced with the filename. If extensions i
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PepperPluginManager.java 39 private static final String FILENAME = "filename";
47 String filename = metaData.getString(FILENAME); local
48 if (filename == null || filename.isEmpty()) {
60 plugin.append(filename);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 40 FILENAME,
  /external/chromium_org/tools/grit/grit/tool/
android2grd_unittest.py 59 'Open <xliff:g id="FILENAME" example="internet.html">%s</xliff:g>?'
63 self.assertEqual(msg.GetPlaceholders()[0].presentation, 'FILENAME')
163 # The header node should have an "<emit>" child and the proper filename.

Completed in 2558 milliseconds

1 2 3