HomeSort by relevance Sort by last modified time
    Searched refs:STRINGS (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 35 private static final String[] STRINGS = {
54 for (String s : STRINGS) {
75 assertEquals(STRINGS.length, result.length);
84 MoreAsserts.assertEquals(STRINGS, results);
99 STRINGS[4], // "boy"
100 STRINGS[0], // sundry forms of "cote"
101 STRINGS[1],
102 STRINGS[2],
103 STRINGS[3],
104 STRINGS[6], // "COTE
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
z80.php 101 'STRINGS' => array(
ruby.php 156 'STRINGS' => array(
rails.php 336 'STRINGS' => array(
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 423 'BRACKETS', 'STRINGS', 'NUMBERS', 'METHODS', 'SYMBOLS',
433 && !(('STRINGS' == $style_kind || 'ESCAPE_CHAR' == $style_kind) && 'HARD' == $sk_key)) {
570 if (isset($language_data['STYLES']['STRINGS']['HARD'])) {
572 report_error(TYPE_NOTICE, "Language file contains superfluous \$language_data['STYLES']['STRINGS'] specification for key 'HARD', but no 'HARDQUOTE's are defined!");
574 unset($language_data['STYLES']['STRINGS']['HARD']);
576 foreach($language_data['STYLES']['STRINGS'] as $sk => $sv) {
578 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['STRINGS'] specification for non-existing quotemark key $sk!");
    [all...]
  /external/webkit/Tools/Scripts/
extract-localizable-strings 33 # 2) It supports UTF-8 in key strings (and hence uses "" strings rather than @"" strings;
34 # @"" strings only reliably support ASCII since they are decoded based on the system encoding
36 # 3) It looks for strings that are not marked for localization, using both macro names that are
43 # The exceptions file has a list of strings in quotes, filenames, and filename/string pairs separated by :.
51 @ARGV >= 2 or die "Usage: extract-localizable-strings <exceptions file> <file to update> [ directory... ]\nDid you mean to run update-webkit-localizable-strings instead?\n";
336 print "$file:$line:encountered the same key, \"$key\", twice, with different strings\n";
364 print "$localizedCount localizable strings\n" if $localizedCount
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 780 STRINGS=$BH_HOST_CONFIG-strings
781 export CC CXX LD AR AS RANLIB NM STRIP STRINGS
build-host-gcc.sh     [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 47 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
75 // Strings with styles go first, to reduce the size of the styles array.
76 // We don't care about the relative order of these strings.
84 // Sort unstyled strings by type, then by logical configuration.
242 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n"));
247 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n"));
378 // our client placed their own strings in it.
400 // Now build the pool of unique strings.
402 const size_t STRINGS = mEntries.size();
414 for (i=0; i<STRINGS; i++)
442 uint8_t* strings = (uint8_t*)dat; local
450 uint16_t* strings = (uint16_t*)dat; local
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 245 UnicodeString strings [] = { local
260 UnicodeString s = strings[i];
564 Please extend the parsing method(s) to handle strings with
811 UnicodeString strings [] = { local
836 UnicodeString text = strings[i];
921 UnicodeString strings [] = { local
946 UnicodeString dateString = strings[i];
    [all...]
  /external/netperf/
netsh.c 44 #ifndef STRINGS
46 #else /* STRINGS */
47 #include <strings.h>
48 #endif /* STRINGS */
240 /* netperf_usage done as two concatenated strings to make the MS
  /external/v8/src/
code-stubs.cc 213 case CompareIC::STRINGS:
type-info.cc 319 case CompareIC::STRINGS:
445 case CompareIC::STRINGS:
ic.cc 812 // Use specialized code for getting the length of strings and
    [all...]
ic.h 776 STRINGS,
  /external/elfutils/
elfutils.spec 139 %{_bindir}/eu-strings
248 - readelf: new options --hex-dump (or -x), --strings (or -p)
327 - strings: New program.
346 sectionto have STRINGS and MERGE flag set.
352 sectionto have STRINGS and MERGE flag set.
  /external/elfutils/src/
elflint.c 85 /* Strings for arguments in help texts. */
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]

Completed in 2267 milliseconds