/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 748 private String[] splitRightHandSide(String fileNames, String pattern) { 749 String[] names = fileNames.split(pattern);
|
/external/bzip2/ |
bzip2.1.preformatted | 67 As with compression, supplying no filenames causes decom 306 the extracted blocks. The output filenames are
|
/external/chromium_org/chrome/test/functional/ |
ntp.py | 64 filenames = ['title1.html', 'title2.html'] 66 urls = map(lambda name: self.GetFileURLForDataPath(name), filenames)
|
/external/chromium_org/ppapi/generators/ |
idl_thunk.py | 575 filenames = glob.glob(idldir) 576 ast = ParseFiles(filenames)
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.cpp | 231 * We pass it the filenames, and udata_swapPackage() will extract the 382 * Extract the package names from the in/out filenames.
|
/external/chromium_org/third_party/lcov/ |
CHANGES | 9 - Fixed handling of '<' in filenames 359 characters in paths/filenames)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
tasm.c | 651 static char ** const filenames[] = { variable 653 }, ** const * cur_filename = &filenames[0];
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
genpyx.py | 492 def pyx_decls(self, filenames, modname, macros = {}, names = {}, func_cb=None, cprefix="", **kw): 498 for filename in filenames:
|
/external/dropbear/libtomcrypt/ |
Makefile.in | 50 #Output filenames for various targets. 182 #Compressed filenames
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 231 * We pass it the filenames, and udata_swapPackage() will extract the 382 * Extract the package names from the in/out filenames.
|
/external/valgrind/main/docs/xml/ |
manual-writing-tools.xml | 72 <para>In what follows, all filenames are relative to Valgrind's 421 involving underscores in filenames, so don't use '_'.</para>
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 667 for root, dirnames, filenames in os.walk(path): 668 for filename in fnmatch.filter(filenames, self.manifest_name):
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 313 * This number is used to generate partially randomized filenames to avoid 323 * If the filename coming in is [base].[ext], the generated filenames are
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 64 def __init__(self, filenames=(), strict=True): 75 for name in filenames:
|
os.py | 215 dirpath, dirnames, filenames 219 filenames is a list of the names of the non-directory files in dirpath.
|
shutil.py | 452 for dirpath, dirnames, filenames in os.walk(base_dir): 453 for name in filenames:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 64 def __init__(self, filenames=(), strict=True): 75 for name in filenames:
|
os.py | 215 dirpath, dirnames, filenames 219 filenames is a list of the names of the non-directory files in dirpath.
|
shutil.py | 452 for dirpath, dirnames, filenames in os.walk(base_dir): 453 for name in filenames:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 429 # We only care about filenames when we're linting, in which case the filenames are the same. 430 # Not clear that there's anything better to do when not linting and the filenames are different. [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
android.py | 310 "Spaces in action input filenames not supported (%s)" % input) 313 "Spaces in action output filenames not supported (%s)" % output) 774 filenames that will need to be put in front of make for either [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MetadataDbHelper.java | 860 final List<String> filenames = new LinkedList<String>(); local [all...] |
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
960.gridder.js | 15 * - Due to a lot of inquries regarding affiliation with jQuery the filenames has
|
/dalvik/dexopt/ |
OptMain.cpp | 413 * an error by comparing filenames or by opening the bootclasspath files
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 96 // remainder are filenames, even if they start with "--"
|