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

<<21222324252627282930>>

  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 47 #define MAKENAME(suffix) ClampX_ClampY ## suffix
55 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
63 #define MAKENAME(suffix) GeneralXY ## suffix
  /frameworks/base/core/java/android/util/
TimeUtils.java 253 static private int accumField(int amt, int suffix, boolean always, int zeropad) {
255 return 3+suffix;
258 return 2+suffix;
261 return 1+suffix;
266 static private int printField(char[] formatStr, int amt, char suffix, int pos,
284 formatStr[pos] = suffix;
  /system/extras/ksmutils/
ksminfo.c 345 char suffix[13]; local
374 index = snprintf(suffix, sizeof(suffix), ":%d",
377 index += snprintf(suffix + index, sizeof(suffix) - index, "[%d]",
380 printf("%-12s", 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/chromium-trace/trace-viewer/src/tracing/importer/
v8_log_importer.js 112 var suffix = kV8BinarySuffixes[i];
113 if (name.indexOf(suffix, name.length - suffix.length) >= 0) {
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 142 // Returns true iff the given string ends with the given suffix, ignoring
143 // case. Any string is considered to end with an empty suffix.
145 const std::string& str, const std::string& suffix);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 113 suffix = ''
116 suffix = ' \\'
121 print matches[0].expand (r'\1' + lang + r'\3"' + text + r'"\7') + suffix
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 96 // Return true if str ends in suffix.
98 // Given a string and a putative suffix, returns the string minus the
99 // suffix string if the suffix matches, otherwise the original
103 const string& suffix) {
104 return str.size() >= suffix.size() &&
105 str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0;
108 inline string StripSuffixString(const string& str, const string& suffix) {
    [all...]
  /external/chromium_org/tools/resources/
find_unused_resources.py 48 for suffix in suffixes:
49 if resource_id.endswith(suffix):
50 resource_id = resource_id[:-len(suffix)]
  /external/chromium_org/ui/base/l10n/
time_format.cc 272 icu::UnicodeString suffix(GetFallbackFormatSuffix(format_type), -1, US_INV);
275 pattern += UNICODE_STRING_SIMPLE("one{# ") + kUnits[index][0] + suffix;
277 pattern += UNICODE_STRING_SIMPLE(" other{# ") + kUnits[index][1] + suffix;
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 113 suffix = ''
116 suffix = ' \\'
121 print matches[0].expand (r'\1' + lang + r'\3"' + text + r'"\7') + suffix
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 96 // Return true if str ends in suffix.
98 // Given a string and a putative suffix, returns the string minus the
99 // suffix string if the suffix matches, otherwise the original
103 const string& suffix) {
104 return str.size() >= suffix.size() &&
105 str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0;
108 inline string StripSuffixString(const string& str, const string& suffix) {
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 313 bool AString::endsWith(const char *suffix) const {
314 size_t suffixLen = strlen(suffix);
320 return !strcmp(mData + mSize - suffixLen, suffix);
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 983 String suffix = format; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 247 final byte[] suffix = {
260 System.arraycopy(suffix, 0, bytes, prefixLength, suffix.length);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 142 // Returns true iff the given string ends with the given suffix, ignoring
143 // case. Any string is considered to end with an empty suffix.
145 const std::string& str, const std::string& suffix);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 40 real only, _CPLX means complex only. If there is no suffix, we are
41 defining a function of one generic argument. If the suffix is _n
42 it is a function of n generic arguments. If the suffix is _m_n it
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 40 real only, _CPLX means complex only. If there is no suffix, we are
41 defining a function of one generic argument. If the suffix is _n
42 it is a function of n generic arguments. If the suffix is _m_n it
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 44 real only, _CPLX means complex only. If there is no suffix, we are
45 defining a function of one generic argument. If the suffix is _n
46 it is a function of n generic arguments. If the suffix is _m_n it
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 44 real only, _CPLX means complex only. If there is no suffix, we are
45 defining a function of one generic argument. If the suffix is _n
46 it is a function of n generic arguments. If the suffix is _m_n it
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 40 real only, _CPLX means complex only. If there is no suffix, we are
41 defining a function of one generic argument. If the suffix is _n
42 it is a function of n generic arguments. If the suffix is _m_n it
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 40 real only, _CPLX means complex only. If there is no suffix, we are
41 defining a function of one generic argument. If the suffix is _n
42 it is a function of n generic arguments. If the suffix is _m_n it
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 132 #define OPLUS_ OPC(9) /* + prefix fwd to suffix */
133 #define O_PLUS OPC(10) /* + suffix back to prefix */
134 #define OQUEST_ OPC(11) /* ? prefix fwd to suffix */
135 #define O_QUEST OPC(12) /* ? suffix back to prefix */
  /build/target/product/
AndroidProducts.mk 25 # and the .mk suffix) of the product makefile, "<product_name>:" can be
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 167 * suffix on the name helps disambiguate this from the instance
174 * suffix on the name helps disambiguate this from the instance
181 * suffix on the name helps disambiguate this from the instance
188 * suffix on the name helps disambiguate this from the instance
195 * suffix on the name helps disambiguate this from the instance
202 * suffix on the name helps disambiguate this from the instance
209 * suffix on the name helps disambiguate this from the instance
216 * suffix on the name helps disambiguate this from the instance
223 * suffix on the name helps disambiguate this from the instance

Completed in 1205 milliseconds

<<21222324252627282930>>