/external/junit/src/org/junit/internal/runners/rules/ |
RuleFieldValidator.java | 87 String suffix) { 89 + field.getName() + "' " + suffix;
|
/external/llvm/test/TableGen/ |
TargetInstrSpec.td | 84 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), 91 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)),
|
/external/openfst/src/extensions/far/ |
farprintstrings.cc | 25 DEFINE_string(filename_suffix, "", "Suffix to append to filenames"); 34 DEFINE_bool(print_weight, false, "Suffix each string by its weight");
|
/external/openssl/crypto/asn1/ |
bio_asn1.c | 61 * can be provided to add prefix and suffix data. 104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t 105 /* Extra buffer for prefix and suffix data */ 396 ctx->suffix = ex_func->ex_func; 402 ex_func->ex_func = ctx->suffix; 421 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix, 487 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) 489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 71 for (String suffix : suffixes) { 72 addRow(cursor, query + suffix);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 35 private final static String SUFFIX = ".tmp"; 50 final File intermediateFile = File.createTempFile(PREFIX, SUFFIX);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 60 ## # On platforms where the default shared library suffix is '.so', 70 ## # and the default suffix is either none or '.dylib'.
|
/external/opencv/cv/src/ |
_cvipp.h | 73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \ 74 IPCVAPI_EX( CvStatus, icvMoments##suffix##_C##cn##R, \ 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ 383 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##GetBufSize_##flavor##_C1R, \ 384 "ippiFilterSobel" #suffix "GetBufferSize_" #flavor "_C1R", \ 386 IPCVAPI_EX( CvStatus, icvFilterSobel##suffix##Border_##flavor##_C1R, \ 387 "ippiFilterSobel" #suffix "Border_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ 406 IPCVAPI_EX( CvStatus, icvFilterScharr##suffix##GetBufSize_##flavor##_C1R, \ 407 "ippiFilterScharr" #suffix "GetBufferSize_" #flavor "_C1R", [all...] |
/ndk/sources/host-tools/make-3.81/ |
rule.c | 1 /* Pattern and suffix rule internals for GNU Make. 59 /* Maximum length of a suffix. */ 157 /* Create a pattern rule from a suffix rule. 158 TARGET is the target suffix; SOURCE is the source suffix. 173 `.X.a' suffix rule; the target pattern is always `(%.o)'. */ 214 /* Convert old-style suffix rules to pattern rules. 240 /* Make a rule that is just the suffix, with no deps or commands. 246 /* Record a pattern for this suffix's null-suffix rule. * [all...] |
/external/chromium_org/third_party/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/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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
test_tools.ipp | 132 char const* suffix; 138 suffix = " passed"; 143 suffix = " is not satisfied"; 148 suffix = " failed"; 153 suffix = " failed"; 162 << ll << prefix << check_descr << suffix; 174 unit_test_log << prefix << "'" << check_descr << "'" << suffix; 202 << ll << prefix << arg1_descr << check_str[ct-CHECK_EQUAL] << arg2_descr << suffix; 284 unit_test_log << " )" << suffix; 324 << suffix; [all...] |
/external/jpeg/ |
makefile.sas | 14 SUFFIX= 18 #SUFFIX=.030 108 all: libjpeg.lib cjpeg$(SUFFIX) djpeg$(SUFFIX) jpegtran$(SUFFIX) rdjpgcom$(SUFFIX) wrjpgcom$(SUFFIX) 118 cjpeg$(SUFFIX): $(COBJECTS) libjpeg.lib 121 TO cjpeg$(SUFFIX) 126 djpeg$(SUFFIX): $(DOBJECTS) libjpeg.li [all...] |
/external/qemu/distrib/jpeg-6b/ |
makefile.sas | 14 SUFFIX= 18 #SUFFIX=.030 108 all: libjpeg.lib cjpeg$(SUFFIX) djpeg$(SUFFIX) jpegtran$(SUFFIX) rdjpgcom$(SUFFIX) wrjpgcom$(SUFFIX) 118 cjpeg$(SUFFIX): $(COBJECTS) libjpeg.lib 121 TO cjpeg$(SUFFIX) 126 djpeg$(SUFFIX): $(DOBJECTS) libjpeg.li [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tempfile.py | 270 def mkstemp(suffix="", prefix=template, dir=None, text=False): 275 If 'suffix' is specified, the file name will end with that suffix, 276 otherwise there will be no suffix. 304 return _mkstemp_inner(dir, prefix, suffix, flags) 307 def mkdtemp(suffix="", prefix=template, dir=None): 327 file = _os.path.join(dir, prefix + name + suffix) 338 def mktemp(suffix="", prefix=template, dir=None): 361 file = _os.path.join(dir, prefix + name + suffix) 430 def NamedTemporaryFile(mode='w+b', bufsize=-1, suffix="" [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline.py | 54 def _baseline_name(fs, test_name, suffix): 55 return fs.splitext(test_name)[0] + TestResultWriter.FILENAME_SUFFIX_EXPECTED + "." + suffix 100 def _file_name_for_actual_result(self, test_name, suffix): 101 return "%s-actual.%s" % (self._test_root(test_name), suffix) 103 def _file_name_for_expected_result(self, test_name, suffix): 104 return "%s-expected.%s" % (self._test_root(test_name), suffix) 135 def _copy_existing_baseline(self, builder_name, test_name, suffix): 145 old_baseline = port.expected_filename(test_name, "." + suffix) 150 new_baseline = self._tool.filesystem.join(port.baseline_path(), self._file_name_for_expected_result(test_name, suffix)) 174 for suffix in options.suffixes.split(',') [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 413 /// decimal-constant integer-suffix 414 /// octal-constant integer-suffix 415 /// hexadecimal-constant integer-suffix 416 /// binary-literal integer-suffix [GNU, C++1y] 418 /// decimal-literal ud-suffix 419 /// octal-literal ud-suffix 420 /// hexadecimal-literal ud-suffix 421 /// binary-literal ud-suffix [GNU, C++1y] 437 /// integer-suffix: 438 /// unsigned-suffix [long-suffix [all...] |
/development/ndk/samples/hello-jni/tests/ |
AndroidManifest.xml | 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/development/ndk/samples/two-libs/tests/ |
AndroidManifest.xml | 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/development/tools/templates/ |
AndroidManifest.tests.template | 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/external/bison/m4/ |
locale-ja.m4 | 32 not at the environment variables. Also, when an encoding suffix such 58 /* On Cygwin, avoid locale names without encoding suffix, because the 59 locale_charset() function relies on the encoding suffix. Note that 101 # Test for the locale name with explicit encoding suffix.
|
/external/chromium_org/android_webview/native/ |
aw_settings.h | 28 // Called from Java. Methods with "Locked" suffix require that the settings
|
/external/chromium_org/base/ |
os_compat_android_unittest.cc | 22 // Not six XXXXXX at the suffix of the path.
|