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

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/stubs/
substitute.h 32 // from google3/strings/substitute.h
43 namespace strings { namespace in namespace:google::protobuf
46 // strings::Substitute()
47 // strings::SubstituteAndAppend()
52 // return strings::Substitute("My name is $0 $1 and I am $2 years old.",
66 // * Strings (const char*, const string&)
68 // your strings. In fact, you shouldn't; it will be slower.
77 // strings::SubstituteAndAppend(&str,
82 // large strings, it may be orders of magnitude faster.
166 } // namespace strings
    [all...]
  /external/qemu/slirp-android/
slirp.h 107 # include <strings.h>
  /external/skia/gpu/src/
GrGLProgram.h 276 const char** strings,
  /external/v8/test/mjsunit/compiler/
expression-trees.js 31 // strings, return an array of all binary tree strings with the leaves
  /hardware/libhardware/include/hardware/
audio.h 22 #include <strings.h>
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 25 # include <strings.h>
  /system/core/nexus/
Property.cpp 19 #include <strings.h>
  /external/bluetooth/glib/glib/
gtestutils.c 154 g_printerr (":{%s}", msg->strings[ui]);
211 msg.strings = astrings;
    [all...]
  /external/llvm/test/Scripts/
elf-dump 47 def __init__(self, strings):
48 self.string_table = strings
macho-dumpx 51 def registerStringTable(self, strings):
55 self.string_table = strings
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 357 return strings::Substitute(
370 return strings::Substitute(
  /external/v8/test/mjsunit/
compare-character.js 29 // strings.
deep-recursion.js 29 * @fileoverview Check that flattening deep trees of cons strings does not
unicode-string-to-number.js 40 // Check that long strings with non-ASCII characters cannot convert.
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 68 // These are magic strings understood by the Eclipse plugin.
196 String[] strings = value.split(","); local
197 int[] list = new int[strings.length];
198 for (int i = 0; i < strings.length; i++) {
199 list[i] = Integer.valueOf(strings[i]);
209 String[] strings = value.split(","); local
210 long[] list = new long[strings.length];
211 for (int i = 0; i < strings.length; i++) {
212 list[i] = Long.valueOf(strings[i]);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/concurrent/
CopyOnWriteArrayListTest.java 276 String[] strings = { "a", "b", "c" }; local
277 List<String> asList = Arrays.asList(strings);
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 78 backslash-quote. Check for unterminated strings.
92 endless loop; quoted strings within an argument list
151 # include <strings.h>
159 # include <strings.h>
  /external/icu4c/test/cintltst/
creststn.c 606 /* This strcpy fixes compiler warnings about long strings */
2250 const char* strings[] = { local
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 752 Vector<WebString> strings;
756 strings.append(WebString::fromUTF8(*item));
760 strings.append(suggestions[i]);
763 strings.append(WebString::fromUTF8(*item));
766 return strings;
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 405 // check invariant: styles follow the strings
407 LOGW("Bad style block: style block starts at %d, before strings at %d\n",
428 const char16_t* strings = (const char16_t*)mStrings; local
429 char16_t* s = const_cast<char16_t*>(strings);
431 s[i] = dtohs(strings[i]);
527 * Strings in UTF-16 format have length indicated by a length encoded in the
549 * Strings in UTF-8 format have length indicated by a length encoded in the
577 const char16_t* strings = (char16_t*)mStrings; local
578 const char16_t* str = strings+off;
581 if ((uint32_t)(str+*u16len-strings) < mStringPoolSize)
588 const uint8_t* strings = (uint8_t*)mStrings; local
642 const uint8_t* strings = (uint8_t*)mStrings; local
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 333 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); local
334 fr.setZoneStrings(strings, rowCount, columnCount);
338 if( strings[i][j] != strings1[i][j] ) {
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 440 String[] strings = nativeGetAccessoryStrings(); local
441 if (strings != null) {
442 mCurrentAccessory = new UsbAccessory(strings);
  /frameworks/base/tools/localize/
localize.cpp 118 const set<StringResource>& strings = values->GetStrings(); local
119 for (set<StringResource>::const_iterator it=strings.begin(); it!=strings.end(); it++) {
168 * translation memory or tools to notice that the strings haven't changed, and populate the
323 // pull out the strings and add them to the XLIFFFile
409 " config files translate comments strings\n"
591 " --big Pad strings so they get longer.\n"
600 "Reads the base strings and prints warnings about bad resources from the given files.\n"
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 431 * This is just a serial collection of strings, each of which is a
434 private void readStringTable(ByteBuffer data, String[] strings) {
435 int count = strings.length;
441 strings[i] = descriptorToDot(descriptor);
454 * (2b) number of class name strings
455 * (2b) number of method name strings
456 * (2b) number of source file name strings
467 * (xb) class name strings
468 * (xb) method name strings
469 * (xb) source file strings
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 350 // strings
365 public void drawBoxedStrings(int x, int y, List<?> strings) {
376 for (Object s : strings) {
387 // Finally draw strings on top
390 for (Object s : strings) {

Completed in 1161 milliseconds

<<11121314151617181920>>