/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
MainPage.xaml.cpp | 93 /// which usually is "C:\Users\{username}\AppData\Local\Packages\{package_id}\TempState\{random_name}.{suffix}" 95 /// <param name="suffix">Temporary file suffix, e.g. "tmp"</param> 96 std::string OcvImageProcessing::MainPage::CreateTempFile(const std::string &suffix) { 97 return cv::tempfile(suffix.c_str());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armOMX.h | 28 * all of the function names can be given a user specified suffix. 37 * - you want to rename all the functions to versions with a suffix so that 54 /* Define the suffix to add to all functions - the default is no suffix */ 59 /* Define what happens to the bare suffix-less functions, down to the sub-domain accuracy */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armOMX.h | 28 * all of the function names can be given a user specified suffix. 37 * - you want to rename all the functions to versions with a suffix so that 54 /* Define the suffix to add to all functions - the default is no suffix */ 59 /* Define what happens to the bare suffix-less functions, down to the sub-domain accuracy */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armOMX.h | 28 * all of the function names can be given a user specified suffix. 37 * - you want to rename all the functions to versions with a suffix so that 54 /* Define the suffix to add to all functions - the default is no suffix */ 59 /* Define what happens to the bare suffix-less functions, down to the sub-domain accuracy */
|
/libcore/ojluni/src/main/java/sun/misc/ |
CharacterEncoder.java | 48 * [Line Prefix][encoded data atoms][Line Suffix] 49 * [Buffer Suffix] 96 * Encode the suffix for the entire buffer. 109 * Encode the suffix that ends every output line. By default 138 * input stream, but does not print the line suffix for a final
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CompactDecimalFormat.java | 132 * Create a short number "from scratch". Intended for internal use. The prefix, suffix, and divisor arrays are 134 * found, then the value is divided by the divisor, and the prefix and suffix are set (using 135 * setPositivePrefix/Suffix). 138 * A number format pattern. Note that the prefix and suffix are discarded, and the decimals are 310 // We do this here so that the prefix or suffix we choose is always consistent 392 recordError(debugCreationErrors, "Prefix or suffix is null for " + pluralCategory + ", " + i + ", " + Arrays.asList(pair)); 404 + " for [prefix/suffix/index-log(divisor)" + key.replace('\uFFFF', ';'));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CompactDecimalFormat.java | 137 * Create a short number "from scratch". Intended for internal use. The prefix, suffix, and divisor arrays are 139 * found, then the value is divided by the divisor, and the prefix and suffix are set (using 140 * setPositivePrefix/Suffix). 143 * A number format pattern. Note that the prefix and suffix are discarded, and the decimals are 323 // We do this here so that the prefix or suffix we choose is always consistent 405 recordError(debugCreationErrors, "Prefix or suffix is null for " + pluralCategory + ", " + i + ", " + Arrays.asList(pair)); 417 + " for [prefix/suffix/index-log(divisor)" + key.replace('\uFFFF', ';'));
|
/external/mesa3d/src/egl/main/ |
egldriver.c | 340 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);
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 255 static private int accumField(int amt, int suffix, boolean always, int zeropad) { 262 return num + suffix; 265 return 3+suffix; 268 return 2+suffix; 271 return 1+suffix; 277 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, 311 formatStr[pos] = suffix;
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-2 | 255 suffix (*note Old-Fashioned Suffix Rules: Suffix Rules.), `$*' is 256 set to the target name minus the suffix. For example, if the 258 suffix. GNU `make' does this bizarre thing only for compatibility 263 recognized suffix, `$*' is set to the empty string for that rule. 344 A target pattern is composed of a `%' between a prefix and a suffix, 346 only if the file name starts with the prefix and ends with the suffix, 347 without overlap. The text between the prefix and the suffix is called 356 before it is compared with the target prefix and suffix. After th [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
NameSplitterTest.java | 314 String middleName, String familyName, String suffix) { 321 assertEquals(suffix, name.getSuffix()); 325 String middleName, String familyName, String suffix) { 327 familyName, suffix, true); 331 String middleName, String familyName, String suffix, boolean givenNameFirst) { 338 name.suffix = suffix;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsnamed.c | 507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) 521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1); 522 v->Prefix[32] = v->Suffix[32] = 0; 543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); 551 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix)); 603 char* Suffix, [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
i386.exp | 53 run_dump_test "opcode-suffix" 76 run_dump_test "suffix" 77 run_dump_test "suffix-intel" 89 run_dump_test "rep-suffix" 135 run_dump_test "simd-suffix" 449 run_dump_test "x86-64-stack-suffix" 463 run_dump_test "x86-64-crx-suffix" 465 run_dump_test "x86-64-drx-suffix" 469 run_dump_test "x86-64-rep-suffix" 480 run_dump_test "x86-64-io-suffix" [all...] |
/external/llvm/tools/bugpoint/ |
Miscompilation.cpp | 52 std::vector<std::string> &Suffix, 62 std::vector<std::string> &Suffix, 64 // First, run the program with just the Suffix passes. If it is still broken 66 outs() << "Checking to see if '" << getPassesString(Suffix) 70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, 74 BD.setPassesToRun(Suffix); 86 if (Suffix.empty()) { 128 // Ok, so now we know that the prefix passes work, try running the suffix 140 // Don't check if there are no passes in the suffix. 141 if (Suffix.empty() [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-arc.c | 221 /* Only put the first entry of each equivalently named suffix in the 742 as_bad (_("invalid suffix class")); 751 as_bad (_("expected comma after suffix class")); 797 as_bad (_("unknown suffix class")); 1534 const struct arc_operand_value *suffix = NULL; local [all...] |
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
ast.py | 134 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 = '%s %s' % (self.type, self.name [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationDataBuilder.java | 217 CharSequence suffix = s.subSequence(cLength, s.length()); local 219 append(prefix).append(suffix).toString(); 220 unsafeBackwardSet.addAll(suffix); 349 * Context strings sort by prefix length, then by prefix, then by contraction suffix. 368 * then the prefix string, then the contraction suffix. 604 ce32 = base.getCE32FromContexts(index); // Default if no suffix match. 645 ce32 = base.getCE32FromContexts(trieIndex); // Default if no suffix match. 1084 String suffix = cond.context.substring(suffixStart); local [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationDataBuilder.java | 216 CharSequence suffix = s.subSequence(cLength, s.length()); local 218 append(prefix).append(suffix).toString(); 219 unsafeBackwardSet.addAll(suffix); 348 * Context strings sort by prefix length, then by prefix, then by contraction suffix. 367 * then the prefix string, then the contraction suffix. 603 ce32 = base.getCE32FromContexts(index); // Default if no suffix match. 644 ce32 = base.getCE32FromContexts(trieIndex); // Default if no suffix match. 1083 String suffix = cond.context.substring(suffixStart); local [all...] |
/build/kati/ |
dep.go | 70 suffix string 90 suffix: name, 109 if (entry.suffix == "" && name == "") || strings.HasSuffix(name, entry.suffix[1:]) { 133 // TODO: Factor out the logic around suffix rules and use 242 panic(fmt.Sprintf("FIXME: unexpected number of input for a suffix rule (%d)", len(irule.inputs))) 397 // suffix rule. 402 // This is a suffix rule. 530 logStats("node=%d explicit=%d implicit=%d suffix=%d explicitWOCmd=%d", 581 logStats("%d suffix rules", len(db.suffixRules) [all...] |
/external/llvm/include/llvm/ADT/ |
StringRef.h | 233 /// Check if this string ends with the given \p Suffix. 235 bool endswith(StringRef Suffix) const { 236 return Length >= Suffix.Length && 237 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; 240 /// Check if this string ends with the given \p Suffix, ignoring case. 241 bool endswith_lower(StringRef Suffix) const; 416 /// suffix (starting with \p Start) will be returned. 447 /// number of characters remaining in the string, the string suffix [all...] |
Twine.h | 155 /// RHS - The suffix in the concatenation, which may be uninitialized for 424 Twine concat(const Twine &Suffix) const; 487 inline Twine Twine::concat(const Twine &Suffix) const { 489 if (isNull() || Suffix.isNull()) 494 return Suffix; 495 if (Suffix.isEmpty()) 502 NewRHS.twine = &Suffix; 508 if (Suffix.isUnary()) { 509 NewRHS = Suffix.LHS; 510 NewRHSKind = Suffix.getLHSKind() [all...] |
/external/lzma/C/ |
Ppmd7.c | 32 #define SUFFIX(ctx) CTX((ctx)->Suffix)
302 p->MinContext->Suffix = 0;
354 while (c->Suffix)
358 c = SUFFIX(c);
407 c1->Suffix = REF(c);
429 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
431 c = SUFFIX(p->MinContext);
505 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
643 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) + [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imputil.py | 53 def add_suffix(self, suffix, importFunc): 55 self.fs_imp.add_suffix(suffix, importFunc) 409 # byte-compiled file suffix character 412 # byte-compiled file suffix 532 def add_suffix(self, suffix, importFunc): 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes: 568 filename = pathname + suffix 579 # SUFFIX-BASED IMPORTERS 699 # importer classes by registering a suffix or a Boolean function, plus [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imputil.py | 53 def add_suffix(self, suffix, importFunc): 55 self.fs_imp.add_suffix(suffix, importFunc) 409 # byte-compiled file suffix character 412 # byte-compiled file suffix 532 def add_suffix(self, suffix, importFunc): 534 self.suffixes.append((suffix, importFunc)) 567 for suffix, importFunc in self.suffixes: 568 filename = pathname + suffix 579 # SUFFIX-BASED IMPORTERS 699 # importer classes by registering a suffix or a Boolean function, plus [all...] |
/prebuilts/go/darwin-x86/src/bytes/ |
bytes.go | 348 // HasSuffix tests whether the byte slice s ends with suffix. 349 func HasSuffix(s, suffix []byte) bool { 350 return len(s) >= len(suffix) && Equal(s[len(s)-len(suffix):], suffix) 512 // TrimSuffix returns s without the provided trailing suffix string. 513 // If s doesn't end with suffix, s is returned unchanged. 514 func TrimSuffix(s, suffix []byte) []byte { 515 if HasSuffix(s, suffix) { 516 return s[:len(s)-len(suffix)] [all...] |