HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 451 - 475 of 2729) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 24 record_path = tempfile.NamedTemporaryFile(suffix='.stamp')
  /external/chromium_org/chrome/browser/
memory_details_mac.cc 119 for (const char* const* suffix = chrome::kHelperFlavorSuffixes;
120 *suffix;
121 ++suffix) {
124 helper_name.append(*suffix);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 39 * Suffix to append to baseURL if requesting high resoultion wallpaper.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_unittest.cc 98 // prefixes and only be distinguished by the given suffix ID which could be a
101 void AddOrigin(std::string status, const char* suffix) {
102 const GURL origin(std::string("chrome-extension://app_") + suffix);
103 const std::string resource_id(std::string("folder:resource_id") + suffix);
  /external/chromium_org/components/autofill/core/browser/
phone_field_unittest.cc 90 // <area code> - <prefix> - <suffix>, or
92 // size: <prefix> is no bigger than 3 characters, and <suffix> is no bigger
134 // This scenario of explicitly labeled "prefix" and "suffix" phone numbers
150 field.name = ASCIIToUTF16("suffix");
  /external/chromium_org/components/url_matcher/
url_matcher.cc 48 // Case 1: {host,path,query}_{prefix,suffix,equals} searches.
85 // host_suffix(suffix) = suffix ED
92 // Similarly for path query parameters ({path, query}_{prefix, suffix, equals}).
97 // Case 2: url_{prefix,suffix,equals,contains} searches.
278 const std::string& suffix) {
280 suffix + kEndOfDomain);
301 const std::string& suffix) {
302 return CreateCondition(URLMatcherCondition::PATH_SUFFIX, suffix + kEndOfPath);
328 const std::string& suffix) {
    [all...]
  /external/chromium_org/net/http/
http_byte_range.cc 44 HttpByteRange HttpByteRange::Suffix(int64 suffix_length) {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_protocol_externs.py 116 suffix = "" variable
118 suffix = "|undefined" variable
122 typedef_args.append("%s:(%s%s)" % (property["name"], enum_name, suffix))
124 typedef_args.append("%s:(%s%s)" % (property["name"], param_type(domain_name, property), suffix))
  /external/chromium_org/third_party/icu/source/common/unicode/
uvernum.h 19 * patchlevel, suffix, version, short version constants, namespace,
73 /** Glued version suffix for renamers
79 /** Glued version suffix function for renamers
81 * If a custom suffix (such as matching library suffixes) is desired, this can be modified.
  /external/chromium_org/third_party/icu/source/test/compat/
Makefile.in 34 ## Clear suffix list
  /external/chromium_org/third_party/icu/source/tools/dumpce/
Makefile.in 33 ## Clear suffix list
  /external/chromium_org/tools/gyp/test/library_dirs/subdir/
test-win.gyp 25 'target_name': 'libraries-search-path-test-lib-suffix',
  /external/chromium_org/tools/metrics/histograms/
diffutil.py 37 temp = NamedTemporaryFile(suffix='.html', delete=False)
  /external/clang/test/SemaCXX/
warn-func-as-bool.cpp 31 expected-note {{suffix with parentheses to turn this into a function call}}
  /external/giflib/
gif_lib_private.h 51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
  /external/icu4c/samples/cal/
Makefile.in 34 ## Clear suffix list
  /external/icu4c/samples/date/
Makefile.in 34 ## Clear suffix list
  /external/icu4c/test/compat/
Makefile.in 34 ## Clear suffix list
  /external/icu4c/test/thaitest/
Makefile.in 37 ## Clear suffix list
  /external/icu4c/tools/dumpce/
Makefile.in 33 ## Clear suffix list
  /external/icu4c/tools/gentest/
Makefile.in 35 ## Clear suffix list
  /external/libmtp/examples/
util.c 57 printf("Could not determine language suffix for your system. Please check your setup!\n");
  /external/llvm/lib/Support/
regex2.h 80 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
82 #define OQUEST_ (11LU<<OPSHIFT) /* ? prefix fwd to suffix */
83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */
  /external/llvm/test/MC/COFF/
weak-symbol.ll 2 ; sections with the mangled name as suffix. Ensure that the weak linkage
  /external/llvm/test/Transforms/GVN/
2008-12-09-SelfRemove.ll 11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) nounwind {

Completed in 619 milliseconds

<<11121314151617181920>>