HomeSort by relevance Sort by last modified time
    Searched refs:upper (Results 51 - 75 of 1465) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vixl/tools/
generate_simulator_traces.py 168 trace_f.write("#ifndef VIXL_" + test_name.upper() + "_TRACE_AARCH64_H_\n")
169 trace_f.write("#define VIXL_" + test_name.upper() + "_TRACE_AARCH64_H_\n")
174 + test_name.upper() + "_TRACE_AARCH64_H_" + '\n')
214 trace_f.write("#ifndef VIXL_" + test_name.upper() + "_H_\n")
215 trace_f.write("#define VIXL_" + test_name.upper() + "_H_\n")
220 '\n' + "#endif // VIXL_" + test_name.upper() + "_H_" + '\n')
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 39 assert(f.is(F::upper, L'A'));
40 assert(!f.is(F::upper, L'a'));
64 assert(f.is(F::upper, L'\x00DA'));
82 assert(f.is(F::upper, L'A'));
83 assert(!f.is(F::upper, L'a'));
107 assert(!f.is(F::upper, L'\x00DA'));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 41 assert(f.is(F::upper, L'A'));
42 assert(!f.is(F::upper, L'a'));
66 assert(f.is(F::upper, L'\x00DA'));
84 assert(f.is(F::upper, L'A'));
85 assert(!f.is(F::upper, L'a'));
109 assert(!f.is(F::upper, L'\x00DA'));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
UnivariateRealIntegratorImpl.java 159 * @param upper upper endpoint
162 protected void verifyInterval(double lower, double upper) throws
164 if (lower >= upper) {
167 lower, upper);
172 * Verifies that the upper and lower limits of iterations are valid.
  /external/libcxx/test/std/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
  /external/r8/tools/
create_art_tests.py 8 from string import Template, upper
69 tool_enum = upper(tool)
75 testGeneratingToolchainEnum=upper(toolchain),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/
ctype_base.pass.cpp 26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencjkcodecs.py 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 128 # within the given lower and upper bounds,
140 def bound( lower, upper=nil )
142 return self unless upper
143 return upper if self > upper
  /external/hyphenation-patterns/de/
create_chr.py 34 uppercase = u'\u1E9E' if c == u'\u00DF' else c.upper()
  /external/python/cpython2/Doc/includes/sqlite3/
complete_statement.py 24 if buffer.lstrip().upper().startswith("SELECT"):
  /external/python/cpython2/Tools/unicode/
gencjkcodecs.py 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
  /packages/apps/Messaging/build/
process_style_output.py 35 message = message[0].upper() + message[1:]
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
LocaleUtils.java 117 private static boolean isAlphabetSequence(final String text, final int lower, final int upper) {
119 if (length < lower || length > upper) {
130 private static boolean isDigitSequence(final String text, final int lower, final int upper) {
132 if (length < lower || length > upper) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 49 static const mask upper = _ISupper; member in struct:ctype_base
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_classname.pass.cpp 40 | std::ctype_base::upper | std::ctype_base::lower);
42 | std::ctype_base::upper | std::ctype_base::lower);
44 | std::ctype_base::upper | std::ctype_base::lower, true);
46 | std::ctype_base::upper | std::ctype_base::lower, true);
108 test("upper", std::ctype_base::upper);
109 test("UPPER", std::ctype_base::upper);
110 test("upper", std::ctype_base::upper | std::ctype_base::alpha, true)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
white.s 1 # test handling of whitespace, and upper-case
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfAsBuiltProcess.py 70 if String.upper().startswith('GUID') and GuidMatchedObj and 'Version' in String:
71 VersionStr = String[String.upper().find('VERSION') + 8:]
234 if File.upper().endswith(".INF"):
246 if InfFile.strip().upper() == CurrentInfFileName.strip().upper():
278 if FileGuidString.strip().upper() == Guid.upper() and \
279 VerString.strip().upper() == Version.upper():
  /external/autotest/client/cros/faft/utils/
kernel_handler.py 90 dev = self.partition_map[section.upper()]['device']
101 dev = self.partition_map[section.upper()]['device']
159 self._modify_kernel(section.upper(), self.DELTA)
163 self._modify_kernel(section.upper(), -self.DELTA)
167 return self.partition_map[section.upper()]['version']
171 return self.partition_map[section.upper()]['datakey_version']
176 dev = self.partition_map[section.upper()]['device']
184 self._modify_kernel(section.upper(), version, KERNEL_VERSION_MOD)
188 self._modify_kernel(section.upper(),
  /external/webp/src/dsp/
lossless_enc_sse2.c 475 static void PredictorSub0_SSE2(const uint32_t* in, const uint32_t* upper,
485 VP8LPredictorsSub_C[0](in + i, upper + i, num_pixels - i, out + i);
490 static void PredictorSub##X##_SSE2(const uint32_t* in, const uint32_t* upper, \
500 VP8LPredictorsSub_C[(X)](in + i, upper + i, num_pixels - i, out + i); \
505 GENERATE_PREDICTOR_1(2, upper[i]) // Predictor2: T
506 GENERATE_PREDICTOR_1(3, upper[i + 1]) // Predictor3: TR
507 GENERATE_PREDICTOR_1(4, upper[i - 1]) // Predictor4: TL
511 static void PredictorSub5_SSE2(const uint32_t* in, const uint32_t* upper,
516 const __m128i T = _mm_loadu_si128((const __m128i*)&upper[i]);
517 const __m128i TR = _mm_loadu_si128((const __m128i*)&upper[i + 1])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 34 Section = {TAB_UNKNOWN.upper() : MODEL_UNKNOWN,
35 TAB_DEC_DEFINES.upper() : MODEL_META_DATA_HEADER,
36 TAB_INCLUDES.upper() : MODEL_EFI_INCLUDE,
37 TAB_LIBRARY_CLASSES.upper() : MODEL_EFI_LIBRARY_CLASS,
38 TAB_COMPONENTS.upper() : MODEL_META_DATA_COMPONENT,
39 TAB_GUIDS.upper() : MODEL_EFI_GUID,
40 TAB_PROTOCOLS.upper() : MODEL_EFI_PROTOCOL,
41 TAB_PPIS.upper() : MODEL_EFI_PPI,
42 TAB_PCDS_FIXED_AT_BUILD_NULL.upper() : MODEL_PCD_FIXED_AT_BUILD,
43 TAB_PCDS_PATCHABLE_IN_MODULE_NULL.upper() : MODEL_PCD_PATCHABLE_IN_MODULE,
    [all...]

Completed in 1809 milliseconds

1 23 4 5 6 7 8 91011>>