Searched refs:suffix (Results 151 - 175 of 597) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/common/matcher/
H A Durl_matcher.h26 // host suffix or the containment of a string in the query component of a GURL.
134 URLMatcherCondition CreateHostSuffixCondition(const std::string& suffix);
139 URLMatcherCondition CreatePathSuffixCondition(const std::string& suffix);
144 URLMatcherCondition CreateQuerySuffixCondition(const std::string& suffix);
168 URLMatcherCondition CreateURLSuffixCondition(const std::string& suffix);
/external/chromium_org/sync/engine/
H A Dsyncer_util.h56 // The suffix parameter is the unique bookmark tag for the item being updated.
61 const std::string& suffix);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.h43 String suffix() const;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dbase.js30 base.endsWith = function(string, suffix)
32 if (suffix.length > string.length)
34 var expectedIndex = string.length - suffix.length;
35 return string.lastIndexOf(suffix) == expectedIndex;
/external/chromium_org/third_party/skia/src/utils/ios/
H A DSkOSFile_iOS.mm43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()];
44 NSString* path = [bundle pathForResource:name ofType:suffix];
/external/chromium_org/v8/test/intl/
H A Dtestcfg.py61 files.append(os.path.join(self.root, testcase.path + self.suffix()))
/external/clang/test/SemaCXX/
H A Dwarn-func-as-bool.cpp31 expected-note {{suffix with parentheses to turn this into a function call}}
/external/jdiff/src/jdiff/
H A DJDiff.java102 int suffix = oldFileName.lastIndexOf('.');
103 String commentsFileName = "user_comments_for_" + oldFileName.substring(0, suffix);
104 suffix = newFileName.lastIndexOf('.');
105 commentsFileName += "_to_" + newFileName.substring(0, suffix) + ".xml";
/external/linux-tools-perf/util/
H A Dcache.h78 char *strip_path_suffix(const char *path, const char *suffix);
/external/llvm/utils/lit/lit/
H A DProgressBar.py239 suffix = ''
248 suffix = ' ETA: %02d:%02d:%02d'%(h,m,s)
249 barWidth = self.width - len(prefix) - len(suffix) - 2
257 (self.bar % (prefix, '='*n, '-'*(barWidth-n), suffix)) +
/external/skia/src/utils/ios/
H A DSkOSFile_iOS.mm43 NSString* suffix = [NSString stringWithUTF8String:csuffix.c_str()];
44 NSString* path = [bundle pathForResource:name ofType:suffix];
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
H A DGIFImageReader.cpp252 *rowIter++ = suffix[code];
273 // Even though suffix[] only holds characters through suffix[avail - 1],
277 stack[stackp++] = suffix[code];
284 stack[stackp++] = firstchar = suffix[code];
289 suffix[avail] = firstchar;
782 // Clearing the whole suffix table lets us be more tolerant of bad data.
783 memset(suffix, 0, sizeof(suffix));
788 suffix[
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c340 const char *suffix = library_suffix(); local
341 size_t slen = strlen(suffix);
346 need_suffix = (p < filename || strcmp(p, suffix) != 0);
351 strcpy(path + len, suffix);
483 char *suffix = strchr(env, '.'); local
484 name_len = (suffix) ? suffix - env : strlen(env);
/external/mesa3d/src/egl/main/
H A Degldriver.c340 const char *suffix = library_suffix(); local
341 size_t slen = strlen(suffix);
346 need_suffix = (p < filename || strcmp(p, suffix) != 0);
351 strcpy(path + len, suffix);
483 char *suffix = strchr(env, '.'); local
484 name_len = (suffix) ? suffix - env : strlen(env);
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dby_dir.c79 int suffix; member in struct:lookup_dir_hashes_st
352 k = hent->suffix;
436 /* If a CRL, update the last file suffix added for this */
456 hent->suffix = k;
465 else if (hent->suffix < k)
466 hent->suffix = k;
/external/chromium_org/v8/src/third_party/vtune/
H A Dittnotify_config.h195 #define __ITT_BUILD_ASSERT(expr, suffix) do { static char __itt_build_check_##suffix[(expr) ? 1 : -1]; __itt_build_check_##suffix[0] = 0; } while(0)
196 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
/external/openssl/crypto/x509/
H A Dby_dir.c79 int suffix; member in struct:lookup_dir_hashes_st
346 k = hent->suffix;
430 /* If a CRL, update the last file suffix added for this */
450 hent->suffix = k;
459 else if (hent->suffix < k)
460 hent->suffix = k;
/external/valgrind/main/VEX/priv/
H A Dhost_s390_disasm.c107 static HChar *suffix[] = { local
115 /* strcat(buf, suffix); */
116 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
127 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask) argument
142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf);
152 /* strcat(buf, suffix); */
153 for (from = suffix; *from; ++from, ++to) {
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py134 def _StringHelper(self, name, suffix):
136 return '%s(%s)' % (name, suffix)
137 return '%s(%d, %d, %s)' % (name, self.start, self.end, suffix)
225 suffix = '%s %s' % (name, self.name)
227 suffix += ' = ' + ''.join([d.name for d in self.default])
228 return self._StringHelper(self.__class__.__name__, suffix)
243 def _TypeStringHelper(self, suffix):
246 suffix += ' in ' + '::'.join(names)
247 return self._StringHelper(self.__class__.__name__, suffix)
263 suffix
[all...]
/external/open-vcdiff/gflags/src/
H A Dgflags_completions.cc468 static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) { argument
471 s += suffix;
499 for (vector<string>::const_iterator suffix = suffixes.begin();
500 suffix != suffixes.end();
501 ++suffix) {
503 if (it->filename.find(*suffix) != string::npos) {
707 string suffix; local
709 suffix =
713 return prefix + suffix;
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */
178 | (suffix)=> suffix
198 suffix : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel {setTokenPrec((GrammarAST)input.LT(1), outerAlt);} element+ EOA ) ;
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dv8_log_importer.js112 var suffix = kV8BinarySuffixes[i];
113 if (name.indexOf(suffix, name.length - suffix.length) >= 0) {
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp82 #define MAKENAME(suffix) ClampX_ClampY ## suffix
90 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
98 #define MAKENAME(suffix) GeneralXY ## suffix
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c357 const char* suffix; local
359 suffix = NULL;
362 suffix = suffixs + (logicalno*2);
364 if (slen + 4 < len && suffix) {
367 namebuf[slen++] = suffix[0];
368 namebuf[slen++] = suffix[1];
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp82 #define MAKENAME(suffix) ClampX_ClampY ## suffix
90 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
98 #define MAKENAME(suffix) GeneralXY ## suffix

Completed in 967 milliseconds

1234567891011>>