HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 976 - 1000 of 3940) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/catapult/telemetry/telemetry/util/
image_util_unittest.py 48 temp_file = tempfile.NamedTemporaryFile(suffix='.png').name
64 temp_file = tempfile.NamedTemporaryFile(suffix='.png').name
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
simplefileflags.py 59 suffix = filename[filename.rfind('.'):]
60 return suffix in suffixes
  /external/clang/include/clang/Driver/
Types.def 30 // The fourth value is the suffix to use when creating temporary files
37 // A - The type's temporary suffix should be appended when generating
  /external/e2fsprogs/debugfs/
set_fields.c 279 int suffix, prefix_len; local
315 * If there is a valid _hi or a _lo suffix, strip it off
317 suffix = check_suffix(arg);
318 if (suffix > 0)
322 if (suffix && ss->ptr2 == 0)
349 int suffix = check_suffix(field); local
360 if (suffix == 1)
362 if (suffix == 2) {
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 120 private byte[] suffix; field in class:GifDecoder
539 if (suffix == null) {
540 suffix = new byte[MAX_STACK_SIZE];
557 suffix[code] = (byte) code;
605 pixelStack[top++] = suffix[code];
616 pixelStack[top++] = suffix[code];
619 first = ((int) suffix[code]) & 0xff;
625 suffix[available] = (byte) first;
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 34 * include only those domain names which end in a recognized public suffix; see
107 "Domain name does not have a recognized public suffix: " + host);
  /external/icu/icu4c/source/config/
mh-aix-gcc 72 ## Shared object suffix
78 ## Non-shared intermediate object suffix
mh-aix-va 78 ## Shared object suffix
82 ## Non-shared intermediate object suffix
mh-beos 57 ## Shared object suffix
59 ## Non-shared intermediate object suffix
mh-cygwin 53 ## Shared object suffix
55 ## Non-shared intermediate object suffix
mh-cygwin64 53 ## Shared object suffix
55 ## Non-shared intermediate object suffix
mh-hpux-acc 96 ## Shared object suffix
98 ## Non-shared intermediate object suffix
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 235 * <em>Need not be quoted in prefix or suffix.</em>
241 * <em>Need not be quoted in prefix or suffix.</em>
249 * <td>Prefix or suffix
254 * <td>Prefix or suffix
259 * <td>Prefix or suffix
269 * <td>Prefix or suffix
271 * <td>Used to quote special characters in a prefix or suffix,
277 * <td>Prefix or suffix boundary
284 * prefix, a numeric part, and a suffix. If there is no explicit negative
288 * prefix and suffix; the number of digits, minimal digits, and othe
    [all...]
  /external/libdivsufsort/examples/
suftest.c 146 /* Construct the suffix array. */
156 /* Check the suffix array. */
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 127 /// base, with the specified suffix.
129 StringRef Suffix, Mangler &Mang,
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 39 // Trim any suffix off and append the next number.
46 // Try insert the vmap entry with this suffix.
  /external/lzma/C/
Ppmd7Dec.c 148 if (!p->MinContext->Suffix)
150 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
Ppmd7Enc.c 149 if (!p->MinContext->Suffix)
151 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
  /external/opencv/cxcore/src/
cxswitcher.cpp 591 const char** suffix = i == CV_PLUGIN_OPTCV ? opencv_sfx : local
593 if( suffix == mkl_sfx_ia32 )
596 suffix++;
598 suffix++;
601 for( ; *suffix != 0; suffix++ )
604 plugins[i].basename, *suffix );
617 plugins[i].basename, *suffix );
  /external/opencv3/samples/cpp/tutorial_code/video/
bg_sub.cpp 152 string suffix = fn.substr(index2); local
170 string nextFrameFilename = prefix + nextFrameNumberString + suffix;
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 127 uint8_t suffix; member in struct:CGifLZWDecoder::tag_Table
164 uint8_t suffix; member in struct:CGifLZWEncoder::tag_Table
  /external/skia/include/core/
SkOSFile.h 97 Iter(const char path[], const char suffix[] = NULL);
100 void reset(const char path[], const char suffix[] = NULL);
  /external/skia/tools/
skdiff_utils.cpp 98 static SkString filename_to_derived_filename(const SkString& filename, const char *suffix) {
103 diffName.append(suffix);
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
LightCodeInsightParsingTestCase.java 123 protected void doTest(String suffix) throws IOException {
129 checkResult(name + suffix, myFile);
  /external/v8/test/mjsunit/
testcfg.py 80 testfilename = os.path.join(self.root, testcase.path + self.suffix())
100 filename = os.path.join(self.root, testcase.path + self.suffix())

Completed in 911 milliseconds

<<31323334353637383940>>