HomeSort by relevance Sort by last modified time
    Searched refs:strings (Results 226 - 250 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/v8/test/mjsunit/
stack-traces.js 104 // Utility function for testing that the expected strings occur
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 10 // a PHP date like function, for formatting date strings
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 10 // a PHP date like function, for formatting date strings
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 101 GCDEFS := $(GCDEFS) -pipe -fpascal-strings -fasm-blocks -fmessage-length=0
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 163 A pair of strings (prefix before first unmatched ')',
436 # Matches strings. Escape codes should already be removed by ESCAPES.
535 1) elided member contains lines without strings and comments,
557 """Collapses strings and chars on a line to simple "" or '' blocks.
559 We nix strings first so we're not fooled by text like '"http://"'
565 The line with collapsed strings.
570 # outside of strings and chars.
591 strings and comments when matching; and the line we return is the
656 lines: An array of strings, each representing a line of the file.
699 lines: An array of strings, each representing a line of the file
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/webkit/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...]
perlstress-001.js 41 * This test was created by running various patterns and strings through the
95 var strings = new Array();
    [all...]
  /dalvik/vm/
Thread.c 2460 char** strings; local
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 25 #include <strings.h>
  /external/icu4c/test/intltest/
dtfmttst.cpp 448 * Verify that strings which contain incomplete specifications are parsed
734 * Verify the correct behavior when handling invalid input strings.
744 const char* strings[] = { local
747 int32_t strings_length = (int32_t)(sizeof(strings) / sizeof(strings[0]));
755 const char* text = strings[i];
828 * the input strings in each row.
    [all...]
ssearch.cpp 1712 const StringList *strings = collData->getStringList(ce); local
    [all...]
  /external/libpng/
pngconf.h 391 # include <strings.h>
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 343 # include <strings.h>
    [all...]
  /external/v8/src/
platform-freebsd.cc 46 #include <strings.h> // index
platform-linux.cc 50 #include <strings.h> // index
  /external/webkit/JavaScriptCore/runtime/
JSString.h 49 // Non-trivial strings are two or more characters long.
56 // Should be used for strings that are owned by an object that will
73 // A Rope is composed from a set of smaller strings called Fibers.
372 friend JSValue jsString(ExecState* exec, Register* strings, unsigned count);
UString.cpp 48 #include <strings.h>
149 // These static strings are immutable, except for rc, whose initial value is chosen to
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 42 // if (SINCE_DATA[i] < minLevel) option.addClass("absent"); // always false for strings (codenames)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 2820 String[] strings = mContext.getResources().getStringArray( local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 777 String[] strings = r.getStringArray(R.array.reminder_minutes_values); local
778 int size = strings.length;
781 list.add(Integer.parseInt(strings[i]));
    [all...]

Completed in 4987 milliseconds

1 2 3 4 5 6 7 8 91011>>