HomeSort by relevance Sort by last modified time
    Searched full:filenames (Results 251 - 275 of 1194) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 948 char *filenames[2] = {"/etc/drirc", NULL}; local
962 filenames[1] = MALLOC (len + 7+1);
963 if (filenames[1] == NULL)
966 memcpy (filenames[1], home, len);
967 memcpy (filenames[1] + len, "/.drirc", 7+1);
973 if (filenames[i] == NULL)
980 userData.name = filenames[i];
992 if (filenames[1])
993 FREE (filenames[1]);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
shell_dialogs_mac.mm 396 NSArray* filenames = [static_cast<NSOpenPanel*>(panel) filenames];
397 for (NSString* filename in filenames)
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 199 // will also attempt to convert filenames in |pboard| to file URLs.
244 // filenames in the drag are not converted to file URLs.
275 data->filenames.push_back(base::SysNSStringToUTF16(filename));
web_drop_target.h 63 // will also attempt to convert filenames in |pboard| to file URLs.
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 240 // All legal encoded filenames end in kEscapeChar.
250 // the filenames back into URLs.
260 // to deal with long filenames.
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 182 def ParsePropertyFiles(directory, filenames):
186 property_filenames: An array of Property filenames.
195 for filename in filenames:
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 238 // All legal encoded filenames end in kEscapeChar.
248 // the filenames back into URLs.
258 // to deal with long filenames.
  /external/chromium_org/tools/gyp/tools/
pretty_vcproj.py 113 def FixFilenames(filenames, current_directory):
115 for filename in filenames:
304 # Fix the filenames to be absolute.
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 220 files: A list of filenames.
263 filenames = args
267 return analyzer.Report(filenames, None)
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 45 FilenameCache Filenames;
141 Filenames.getFullPath(FirstLocScope));
166 Filenames.getFullPath(scope));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 80 # file or Extension target language, checking source filenames.
112 # (library names, not filenames: eg. "foo" not "libfoo.a")
515 'sources' must be a list of filenames, most likely C/C++
519 filenames, one per source filename in 'sources'. Depending on
521 compiled, but all corresponding object filenames will be
553 'depends', if given, is a list of filenames that all targets
576 # Return *all* object filenames, not just the ones we just built.
631 library names, not filenames, since they're translated into
632 filenames in a platform-specific way (eg. "foo" becomes "libfoo.a"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 80 # file or Extension target language, checking source filenames.
112 # (library names, not filenames: eg. "foo" not "libfoo.a")
515 'sources' must be a list of filenames, most likely C/C++
519 filenames, one per source filename in 'sources'. Depending on
521 compiled, but all corresponding object filenames will be
553 'depends', if given, is a list of filenames that all targets
576 # Return *all* object filenames, not just the ones we just built.
631 library names, not filenames, since they're translated into
632 filenames in a platform-specific way (eg. "foo" becomes "libfoo.a"
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 28 * When dealing with filenames you can hit problems when moving from a Windows
52 * Note that this class works best if directory filenames end with a separator.
    [all...]
  /build/core/
multi_prebuilt.mk 45 # Elements in the file list may be bare filenames,
  /build/tools/releasetools/
check_target_files_signatures 130 for dirpath, dirnames, filenames in os.walk(top):
132 for i in filenames if i.endswith(".x509.pem")]
241 for dirpath, dirnames, filenames in os.walk(d):
242 for fn in filenames:
  /external/chromium/base/i18n/
file_util_icu_unittest.cc 39 // For Mac & Windows, which both do Unicode validation on filenames. These
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 544 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); local
545 if (!filenames) {
551 for (GSList* iter = filenames; iter != NULL; iter = g_slist_next(iter)) {
558 g_slist_free(filenames);
  /external/chromium/chrome/common/
chrome_constants.h 40 // filenames
  /external/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 203 // These are the filenames of PAC scripts which each return a non-string
206 static const char* const filenames[] = { local
215 for (size_t i = 0; i < arraysize(filenames); ++i) {
217 int result = resolver.SetPacScriptFromDisk(filenames[i]);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
full_test.py 95 If sys.argv[1:] is non-empty, it is interpreted as a list of filenames in
  /external/chromium_org/chrome/browser/storage_monitor/
image_capture_device.h 34 // be passed as "dir/subdir/filename". These same relative filenames should
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_gtk2.cc 587 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); local
588 if (!filenames) {
594 for (GSList* iter = filenames; iter != NULL; iter = g_slist_next(iter)) {
601 g_slist_free(filenames);
select_file_dialog_impl_kde.cc 464 std::vector<std::string> filenames; local
465 Tokenize(output, "\n", &filenames);
467 for (std::vector<std::string>::iterator iter = filenames.begin();
468 iter != filenames.end(); ++iter) {
  /external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc 64 // Try to pass a few funny filenames with a dummy PNaCl directory set.
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 40 # Flip the dictionary (map tuple of filenames -> license text).

Completed in 506 milliseconds

<<11121314151617181920>>