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

<<11121314151617181920>>

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceBridge.java 279 public void processNewLines(String[] strings) {
280 if (strings.length > 0) {
282 Matcher matcher = pattern.matcher(strings[0]);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest1.java 619 String[] strings = { "foo", "bar", "java" }; local
620 objToSave = strings;
813 String[] strings = new String[2]; local
814 strings[0] = FOO;
815 strings[1] = (" " + FOO + " ").trim(); // Safe way to get a copy
817 objToSave = strings;
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 243 UnicodeString strings [] = { local
258 UnicodeString s = strings[i];
560 Please extend the parsing method(s) to handle strings with
807 UnicodeString strings [] = { local
832 UnicodeString text = strings[i];
917 UnicodeString strings [] = { local
942 UnicodeString dateString = strings[i];
    [all...]
  /external/icu4c/i18n/
zstrfmt.h 80 * ZSFStringPool Pool of (UChar *) strings. Provides for sharing of repeated
81 * strings within ZoneStringFormats.
102 * Used for strings from resource bundles, which will persist without copying.
107 * for looking up a string. All pointers to pooled strings remain valid.
162 // Name type index, these constants are used for index in the zone strings array.
228 ZoneStringFormat(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount, UErrorCode &status);
236 * Create a snapshot of old zone strings array for the given date
422 * ZoneStrings is a container of localized zone strings used by ZoneStringFormat
426 ZoneStrings(UnicodeString *strings,
458 * for collecting search results for localized zone strings
    [all...]
  /external/v8/test/mjsunit/
bit-not.js 35 // to avoid concatenating strings.
mirror-number.js 56 // NaN values are encoded as strings.
mirror-string.js 70 // Test a number of different strings.
  /bootable/recovery/minelf/
Retouch.c 23 #include <strings.h>
  /dalvik/vm/
BitVector.cpp 23 #include <strings.h>
Init.cpp 1770 char** strings = backtrace_symbols(stackFrames, frameCount); local
    [all...]
  /development/build/
sdk.atree 95 development/tools/templates/strings.template platforms/${PLATFORM_NAME}/templates/strings.template
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 272 String[] strings = { "0", "1", "2", "3", "4", "5", "6" }; local
275 list1.add(strings[i]);
288 // be equals to related elements in strings array
289 for (int i = location + 1; i < strings.length; i++) {
290 assertEquals(strings[i], list1.get(i + integers.length - 1));
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.h 246 gchar **strings; /* NULL terminated */ member in struct:__anon2115
  /external/e2fsprogs/intl/
localcharset.c 37 # include <strings.h>
  /external/icu4c/i18n/unicode/
dtfmtsym.h 88 * based on hard-coded strings.
116 * based on hard-coded strings.
119 * Will be used to access the correct set of strings.
134 * Will be used to access the correct set of strings.
183 * Gets abbreviated era strings. For example: "AD" and "BC".
186 * @return the era strings.
192 * Sets abbreviated era strings. For example: "AD" and "BC".
193 * @param eras Array of era strings (DateFormatSymbols retains ownership.)
200 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
203 * @return the era name strings
    [all...]
  /external/netcat/
stupidh 46 getopt string strings signal setjmp io param stat types time timeb utime \
  /external/netperf/
netcpu_kstat.c 22 # include <strings.h>
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 290 return strings::Substitute(
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 203 return strings::Substitute("$0: $1, $2, $3\n",
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 31 // from google3/strings/strutil.h
57 // strings, so locale should not be taken into account.
132 // strings.
173 // These methods concatenate a vector of strings into a C++ string, using
268 namespace strings { namespace in namespace:google::protobuf
274 } // namespace strings
  /external/qemu/slirp/
slirp.h 115 # include <strings.h>
  /external/valgrind/main/none/tests/ppc32/
power5+_round.c 27 #include <strings.h>
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 470 NSEnumerator *strings = [self objectEnumerator];
473 while ((string = [strings nextObject]) != nil) {
  /frameworks/base/tools/aapt/
XMLNode.h 181 status_t flatten_node(const StringPool& strings, const sp<AaptFile>& dest,
  /hardware/libhardware/include/hardware/
audio_effect.h 23 #include <strings.h>
57 // Maximum length of character strings in structures defines by this API.
    [all...]

Completed in 2056 milliseconds

<<11121314151617181920>>