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

1 2 3 4 5 67 8 91011>>

  /external/dbus/dbus/
dbus-spawn-win.c 474 compose_string (char **strings, char separator)
482 if (!strings || !strings[0])
484 for (i = 0; strings[i]; i++)
485 n += strlen (strings[i]) + 1;
491 for (i = 0; strings[i]; i++)
493 strcpy (p, strings[i]);
494 p += strlen (strings[i]);
  /external/dhcpcd/mk/
cc.mk 14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
  /external/llvm/
llvm-device-build.mk 10 -Wwrite-strings \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
shell.js 44 function testRegExp(statuses, patterns, strings, actualmatches, expectedmatches)
60 string = strings[i];
184 * b) Represent |undefined| and |null| by empty strings
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 72 messages: A list of log message strings.
197 messages: A list of log message strings.
255 messages: A list of log message strings.
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 778 private void setLengths(String[] strings) throws IOException {
779 if (strings.length != valueCount) {
780 throw invalidLengths(strings);
784 for (int i = 0; i < strings.length; i++) {
785 lengths[i] = Long.parseLong(strings[i]);
788 throw invalidLengths(strings);
792 private IOException invalidLengths(String[] strings) throws IOException {
793 throw new IOException("unexpected journal line: " + Arrays.toString(strings));
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 237 void userLog(String ...strings) {
238 mService.userLog(strings);
  /packages/experimental/RpcPerformance/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /packages/experimental/StrictModeTest/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 53 public void drawBoxedStrings(int x, int y, List<?> strings) {
54 mDrawn.add("drawBoxedStrings(" + x + "," + y + "," + strings + ")");
  /bionic/libc/include/
stdlib.h 42 #include <strings.h>
  /bionic/libc/netbsd/net/
nsdispatch.c 87 #include <strings.h>
  /dalvik/vm/
UtfString.cpp 99 * Like "strlen", but for strings encoded with "modified" UTF-8.
353 * that the strings really match.
385 ArrayObject* dvmCreateStringArray(const std::vector<std::string>& strings) {
390 ArrayObject* stringArray = dvmAllocArrayByClass(elementClass, strings.size(), ALLOC_DEFAULT);
398 for (size_t i = 0; i < strings.size(); i++) {
399 Object* str = (Object*) dvmCreateStringFromCstr(strings[i]);
  /development/ndk/platforms/android-3/include/
stdlib.h 42 #include <strings.h>
  /development/ndk/platforms/android-8/include/
stdlib.h 42 #include <strings.h>
  /development/ndk/platforms/android-9/include/
stdlib.h 42 #include <strings.h>
  /external/icu4c/test/intltest/
thcoll.cpp 362 UChar strings[LINES][20]; local
380 len = u_unescape(tests[i], strings[i], 20);
381 strings[i][len] = 0;
382 toSort[i] = strings[i];
394 errln("Inconsistent ordering between strings %i and %i", i, j);
  /external/v8/test/mjsunit/
string-compare-alignment.js 28 // Test that we can compare two strings that are not 4-byte aligned.
29 // This situation can arise with sliced strings. This tests for an ARM bug
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 34 #include <strings.h>
  /frameworks/base/include/utils/
ObbFile.h 21 #include <strings.h>
  /libcore/json/src/main/java/org/json/
JSONTokener.java 45 * <li>Strings that are unquoted or {@code 'single quoted'}.
196 * For strings that are free of escape sequences, we can just extract
316 * unquoted strings. Fall through to try floating point.
367 throw syntaxError("Names must be strings, but " + name
479 * for JSON strings that contain the character '\0'.
501 * method is ambiguous for JSON strings that contain the character '\0'.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 52 #include <strings.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdlib.h 42 #include <strings.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdlib.h 42 #include <strings.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdlib.h 42 #include <strings.h>

Completed in 678 milliseconds

1 2 3 4 5 67 8 91011>>