HomeSort by relevance Sort by last modified time
    Searched refs:strings (Results 376 - 400 of 533) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/cintltst/
cdtrgtst.c 136 const char* strings[] = { local
178 u_uastrcpy(s, strings[i]);
199 * SimpleDateFormat does not properly parse date strings without delimiters
364 Please extend the parsing method(s) to handle strings with
  /external/libffi/
ltcf-c.sh 281 strings "$collect2name" | grep resolve_lib_name >/dev/null
    [all...]
ltcf-gcj.sh 280 strings "$collect2name" | grep resolve_lib_name >/dev/null
  /external/llvm/autoconf/m4/
ltdl.m4 84 AC_CHECK_HEADERS([string.h strings.h], [break])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 84 AC_CHECK_HEADERS([string.h strings.h], [break])
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 147 // empty string for strings, empty list for repeated fields, and
309 "value", strings::CHexEscape(file_descriptor_serialized_));
725 return strings::Substitute(
    [all...]
  /external/v8/test/mjsunit/
fuzz-natives.js 184 // Only applicable to strings.
stack-traces.js 114 // Utility function for testing that the expected strings occur
string-index.js 29 * @fileoverview Test indexing on strings with [].
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 190 // Normalize the cookie strings.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 10 // a PHP date like function, for formatting date strings
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 10 // a PHP date like function, for formatting date strings
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotView.js 766 profile.strings = snapshot.strings;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 799 public void invokeOemRilRequestStrings(String[] strings, Message response) {
800 mCM.invokeOemRilRequestStrings(strings, response);
    [all...]
PhoneProxy.java 577 public void invokeOemRilRequestStrings(String[] strings, Message response) {
578 mActivePhone.invokeOemRilRequestStrings(strings, response);
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 330 * two fields (Strings) and simple implementations of readObject and
1018 String[] strings = new String[] { "AAA", "BBB" }; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.rpath 289 strings "$collect2name" | grep resolve_lib_name >/dev/null
306 aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
309 aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 79 // Strings used as internal ids, group ids and prefixes for actions
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 223 """Converts all text strings in camelCase or PascalCase to lowers with underscores."""
258 A pair of strings (prefix before first unmatched ')',
699 # Matches strings. Escape codes should already be removed by ESCAPES.
798 1) elided member contains lines without strings and comments,
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 2469 HChar* strings = STRINGS_PATH; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-002.js 41 * This test was created by running various patterns and strings through the
67 var strings = new Array();
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 175 // GetArgvs() - returns the command line as a vector of strings.
252 // strings.h (tracked in
254 # include <strings.h> // Native Client doesn't provide strings.h.
562 // Determines whether the system compiler uses UTF-16 for encoding wide strings.
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 478 * Verify that strings which contain incomplete specifications are parsed
780 * Verify the correct behavior when handling invalid input strings.
790 const char* strings[] = { local
793 int32_t strings_length = (int32_t)(sizeof(strings) / sizeof(strings[0]));
801 const char* text = strings[i];
874 * the input strings in each row.
    [all...]

Completed in 2713 milliseconds

<<11121314151617181920>>