/external/chromium/testing/gmock/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/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 30 #define MAKENAME(suffix) ClampX_ClampY ## suffix 42 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix 53 #define MAKENAME(suffix) GeneralXY ## suffix
|
/external/chromium/chrome/common/ |
time_format.cc | 246 icu::UnicodeString suffix(GetFallbackFormatSuffix(format_type), -1, US_INV); 249 pattern += UNICODE_STRING_SIMPLE("one{# ") + kUnits[index][0] + suffix; 251 pattern += UNICODE_STRING_SIMPLE(" other{# ") + kUnits[index][1] + suffix;
|
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 915 my $suffix = $SubTypeSuffixes{$subtype}; 932 print qq|${prefix}eq_float($result->{name}.$subtype\[$value\], $values[$value]$suffix)|; 936 print qq|${prefix}eq_double($result->{name}.$subtype\[$value\], $values[$value]$suffix)|; 940 print qq|${prefix}$result->{name}.$subtype\[$value\] == $values[$value]$suffix|; 962 my $suffix = $SubTypeSuffixes{$subtype}; 977 print qq| printf(" $result->{name}.$subtype\[$value\] = $SubTypeFormats{$subtype} (expected $SubTypeFormats{$subtype})\\n", $result->{name}.$subtype\[$value\], $values[$value]$suffix);\n|;
|
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 877 my $suffix = $SubTypeSuffixes{$subtype}; 894 print qq|${prefix}eq_float($result->{name}.$subtype\[$value\], $values[$value]$suffix)|; 898 print qq|${prefix}eq_double($result->{name}.$subtype\[$value\], $values[$value]$suffix)|; 902 print qq|${prefix}$result->{name}.$subtype\[$value\] == $values[$value]$suffix|; 924 my $suffix = $SubTypeSuffixes{$subtype}; 939 print qq| printf(" $result->{name}.$subtype\[$value\] = $SubTypeFormats{$subtype} (expected $SubTypeFormats{$subtype})\\n", $result->{name}.$subtype\[$value\], $values[$value]$suffix);\n|;
|
/frameworks/base/cmds/installd/ |
utils.c | 156 /* Suffix -X is fine to let versioning of packages. 376 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix) { 377 dst->len = src->len + strlen(suffix); 382 || snprintf(dst->path, dstSize, "%s%s", src->path, suffix)
|
installd.h | 124 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix);
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
residual.cpp | 158 int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; local 336 suffix = (value - 1) & sufmask; 339 status = BitstreamWriteBits(stream, numPrefix + vlcnum + 1, (1 << (shift + 1)) | (suffix << 1) | sign);
|
/external/clang/lib/Headers/ |
stdint.h | 257 #define __int_c(v, suffix) __int_c_join(v, suffix) 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
|
/external/icu4c/common/ |
udata.cpp | 391 const char *item, const char *suffix, UBool doCheckLastFour, 399 const char *suffix; /* item suffix (can be null) */ member in class:UDataPathIterator 408 * to match, checks last 4 chars of suffix with 417 * @param suffix Optional item suffix, if not-null (ex. ".dat") then 'path' can contain 'item' explicitly. 455 fprintf(stderr, "SUFFIX=%s [%p]\n", inSuffix, inSuffix); 458 /** Suffix **/ 460 suffix = inSuffix; 462 suffix = "" [all...] |
/external/stlport/src/ |
num_put_float.cpp | 521 char *suffix = expbuf + MAXEDIGITS + 2; local 522 *suffix = 0; 528 *--suffix = (char) todigit(nn % 10); 529 *--suffix = (char) todigit(nn); 536 while (suffix > &expbuf[MAXEDIGITS]) 537 *--suffix = '0'; 540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-'); 543 *--suffix = flags & ios_base::uppercase ? 'E' : 'e'; 545 // copy the suffix 546 buf += suffix; [all...] |
/external/v8/test/sputnik/ |
testcfg.py | 54 self.tmpfile = sputnik.TempFile(suffix='.js', prefix='sputnik-', text=True)
|
/frameworks/compile/libbcc/runtime/make/ |
util.mk | 94 # Cancel all suffix rules. We don't want no stinking suffix rules.
|
/ndk/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 520 char *suffix = expbuf + MAXEDIGITS + 2; local 521 *suffix = 0; 527 *--suffix = (char) todigit(nn % 10); 528 *--suffix = (char) todigit(nn); 535 while (suffix > &expbuf[MAXEDIGITS]) 536 *--suffix = '0'; 539 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-'); 542 *--suffix = flags & ios_base::uppercase ? 'E' : 'e'; 544 // copy the suffix 545 buf += suffix; [all...] |
/prebuilt/sdk/11/renderscript/clang-include/ |
stdint.h | 257 #define __int_c(v, suffix) __int_c_join(v, suffix) 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
|
/prebuilt/sdk/12/renderscript/clang-include/ |
stdint.h | 257 #define __int_c(v, suffix) __int_c_join(v, suffix) 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
|
/prebuilt/sdk/13/renderscript/clang-include/ |
stdint.h | 257 #define __int_c(v, suffix) __int_c_join(v, suffix) 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
|
/prebuilt/sdk/14/renderscript/clang-include/ |
stdint.h | 257 #define __int_c(v, suffix) __int_c_join(v, suffix) 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
|
/external/libxslt/libxslt/ |
numbers.c | 854 int count=0; /* will hold total length of prefix/suffix */ 859 * prefix / suffix ends at end of string or at 877 * for +ve prefix/suffix, allow only a 914 * subpattern := {prefix}integer{.fraction}{suffix} 916 * suffix := '\\u0000'..'\\uFFFD' - specialCharacters 937 * X any other characters can be used in the prefix or suffix 938 * ' used to quote special characters in a prefix or suffix. 950 xmlChar *the_format, *prefix = NULL, *suffix = NULL; local 960 * permille to be treated as suffix 1028 * appears at the end, it may be part of the suffix instead [all...] |
/external/llvm/test/MC/ARM/ |
diagnostics.s | 9 @ CHECK-ERRORS: but 's' suffix specified 101 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
|
/external/openssl/apps/ |
apps.h | 298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai); 303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
/external/v8/test/mjsunit/ |
cyrillic.js | 180 var suffix = add_non_ascii_character_to_subject ? "\ufffe" : ""; 191 re.test("A" + suffix), 193 assertTrue(re.test("a" + suffix), 59 + flag + f); 194 assertTrue(re.test("~" + suffix), 60 + flag + f);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
RemoteObject.js | 213 _concatenate: function(prefix, suffix, formatProperty) 229 buffer += suffix;
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 193 def open_binary_tempfile(self, suffix): 195 temp_fd, temp_name = tempfile.mkstemp(suffix)
|