/external/chromium_org/ppapi/generators/ |
idl_gen_pnacl.py | 244 def TestFiles(filenames, test_releases): 245 ast = ParseFiles(filenames) 260 filenames = ParseOptions(args) 262 if not filenames: 265 filenames = glob.glob(idldir) 266 filenames = sorted(filenames) 269 return TestFiles(filenames, test_releases) 272 ast = ParseFiles(filenames) 273 return pnaclgen.GenerateRange(ast, test_releases, filenames) [all...] |
generator.py | 40 filenames = ParseOptions(args) 41 ast = ParseFiles(filenames)
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_ppapi.py | 40 def PartitionFiles(filenames): 45 for filename in filenames: 140 # For ppapi_cpp_private, we don't fail if there are expected filenames... 142 # unexpected filenames, though. 164 for lib_name, filenames in lib_files.iteritems(): 165 if not filenames: 169 GetChangedAndRemovedFilenames(filenames, directory_list)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragData.cpp | 81 url = filePathToURL(m_platformDragData->filenames()[0]); 92 return m_platformDragData->filenames().size(); 102 const Vector<String>& filenames = m_platformDragData->filenames(); local 103 for (size_t i = 0; i < filenames.size(); ++i) 104 result.append(filenames[i]); 140 * * Filenames
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.8.in | 71 or if the input and output filenames differ, 92 The filenames can be absolute, or relative to the source/dest dir paths. 124 file extension containing a list of item filenames, or an ICU 133 file extension containing a list of item filenames, or an ICU 142 file extension containing a list of item filenames, or an ICU 186 filenames while adding or extracting items, not to ICU .dat package or list 187 filenames.
|
/external/icu4c/tools/icupkg/ |
icupkg.8.in | 71 or if the input and output filenames differ, 92 The filenames can be absolute, or relative to the source/dest dir paths. 124 file extension containing a list of item filenames, or an ICU 133 file extension containing a list of item filenames, or an ICU 142 file extension containing a list of item filenames, or an ICU 186 filenames while adding or extracting items, not to ICU .dat package or list 187 filenames.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.c | 93 dbgfmt_dwarf2->filenames = 96 dbgfmt_dwarf2->filenames[i].pathname = NULL; 97 dbgfmt_dwarf2->filenames[i].filename = NULL; 98 dbgfmt_dwarf2->filenames[i].dir = 0; 127 if (dbgfmt_dwarf2->filenames[i].pathname) 128 yasm_xfree(dbgfmt_dwarf2->filenames[i].pathname); 129 if (dbgfmt_dwarf2->filenames[i].filename) 130 yasm_xfree(dbgfmt_dwarf2->filenames[i].filename); 132 yasm_xfree(dbgfmt_dwarf2->filenames);
|
/cts/tools/signature-tools/src/signature/io/impl/ |
BinaryApi.java | 56 Set<String> fileNames, Set<String> packageNames) throws
61 if (fileNames.size() != 1) {
66 String fileName = fileNames.iterator().next();
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFileChooserCompletionImpl.cpp | 45 void WebFileChooserCompletionImpl::didChooseFile(const WebVector<WebString>& fileNames) 48 for (size_t i = 0; i < fileNames.size(); ++i) 49 fileInfo.append(WebCore::FileChooserFileInfo(fileNames[i]));
|
/external/llvm/utils/lint/ |
common_lint.py | 77 def RunLintOverAllFiles(linter, filenames): 82 filenames: list of all files whose contents will be linted 89 for filename in filenames:
|
/external/openfst/src/extensions/far/ |
farprintstrings.cc | 24 DEFINE_string(filename_prefix, "", "Prefix to append to filenames"); 25 DEFINE_string(filename_suffix, "", "Suffix to append to filenames"); 27 "Generate N digit numeric filenames (def: use keys)");
|
/cts/tools/signature-tools/src/signature/io/ |
IApiLoader.java | 26 IApi loadApi(String name, Visibility visibility, Set<String> fileNames,
|
/external/chromium_org/content/common/ |
drag_traits.h | 26 IPC_STRUCT_TRAITS_MEMBER(filenames)
|
/external/chromium_org/tools/idl_parser/ |
idl_lexer_test.py | 35 self.filenames = [ 48 for filename in self.filenames: 73 for filename in self.filenames: 92 self.filenames = [
|
idl_parser_test.py | 23 self.filenames = glob.glob('test_parser/*_web.idl') 51 for filename in self.filenames: 64 self.filenames = glob.glob('test_parser/*_ppapi.idl') 95 for filename in self.filenames:
|
/external/oprofile/pp/ |
opannotate_options.h | 36 /// classes of sample filenames to handle
|
/external/valgrind/main/memcheck/tests/linux/ |
with-space.vgtest | 3 # correctly for filenames containing spaces (bug #88678).
|
/libcore/luni/src/test/java/libcore/java/util/ |
ServiceLoaderTestInterface.java | 21 * resource file, and our build system can't cope with $ in filenames.
|
ServiceLoaderTestInterfaceMissingClass.java | 21 * resource file, and our build system can't cope with $ in filenames.
|
ServiceLoaderTestInterfaceParseError.java | 21 * resource file, and our build system can't cope with $ in filenames.
|
ServiceLoaderTestInterfaceWrongType.java | 21 * resource file, and our build system can't cope with $ in filenames.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
runtests.py | 13 mask mask to select filenames containing testcases, wildcards allowed
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
runtests.py | 13 mask mask to select filenames containing testcases, wildcards allowed
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
github_file_system.py | 146 filenames = zip_file.namelist() 148 filenames = [f[len(filenames[0]) - 1:] for f in filenames] 149 # Remove the path of the directory we're listing from the filenames. 150 filenames = [f[len(path):] for f in filenames 153 return [f for f in filenames if f[:-1].count('/') == 0]
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
list_idl_files_with_partial_interface.py | 42 def DoMain(filenames): 43 partial_interface_filenames = [filename for filename in filenames
|