Searched
refs:strings (Results
351 -
375 of
533) sorted by null
<<11121314151617181920>>
| /external/icu4c/test/perf/collationperf/ |
| CollPerf.pl | 188 <td>Timing for string collation, an incremental compare of strings.</td>
|
| /external/netperf/ |
| netserver.c | 79 # include <strings.h>
|
| netsh.c | 44 #ifndef STRINGS 46 #else /* STRINGS */ 47 #include <strings.h> 48 #endif /* STRINGS */ 240 /* netperf_usage done as two concatenated strings to make the MS
|
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-port.h | 152 // GetArgvs() - returns the command line as a vector of strings. 215 #include <strings.h> // NOLINT 492 // Determines whether the system compiler uses UTF-16 for encoding wide strings. [all...] |
| /external/protobuf/src/google/protobuf/compiler/ |
| importer_unittest.cc | 68 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
|
| parser_unittest.cc | 67 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", 127 // Compare by comparing debug strings. [all...] |
| /external/qemu/distrib/sdl-1.2.12/include/ |
| SDL_stdinc.h | 61 # include <strings.h>
|
| /external/v8/src/ |
| platform-openbsd.cc | 45 #include <strings.h> // index
|
| /external/v8/test/cctest/ |
| test-heap-profiler.cc | 769 const v8::HeapGraphNode* strings = GetChild(snapshot->GetRoot(), local 772 CHECK_NE(NULL, strings); 773 CHECK_NE(0, strings->GetSelfSize()); 774 CHECK_NE(0, strings->GetInstancesCount()); [all...] |
| test-heap.cc | 512 static void CheckSymbols(const char** strings) { 513 for (const char* string = *strings; *strings != 0; string = *strings++) { [all...] |
| /external/webkit/Tools/android/flex-2.5.4a/ |
| flexdef.h | 53 #include <strings.h> [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| Phone.java | [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
| CdmaLteServiceStateTracker.java | 63 String[] strings; local
|
| /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
| UsimDataDownloadCommands.java | 512 public void invokeOemRilRequestStrings(String[] strings, Message response) {
|
| /ndk/sources/host-tools/make-3.81/ |
| getopt.c | 203 # include <strings.h>
|
| make.h | 222 # include <strings.h>
|
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| utils.c | 29 # include <strings.h>
|
| /prebuilt/darwin-x86/sdl/include/SDL/ |
| SDL_stdinc.h | 61 # include <strings.h>
|
| /prebuilt/linux-x86/sdl/include/SDL/ |
| SDL_stdinc.h | 61 # include <strings.h>
|
| /prebuilt/windows/sdl/include/SDL/ |
| SDL_stdinc.h | 61 # include <strings.h>
|
| /system/core/adb/ |
| usb_libusb.c | 30 #include <strings.h>
|
| /development/scripts/app_engine_server/gae_shell/static/ |
| shell.js | 36 * The shell history. history is an array of strings, ordered oldest to
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
| ObjectInputStreamTest.java | 331 * two fields (Strings) and simple implementations of readObject and 1019 String[] strings = new String[] { "AAA", "BBB" }; local [all...] |
| /external/chromium/sdch/open-vcdiff/ |
| Makefile.am | 16 AM_CXXFLAGS += -Wall -Wwrite-strings -Woverloaded-virtual -W
|
| /external/chromium/testing/gtest/test/ |
| gtest-printers_test.cc | 202 using ::testing::internal::Strings; 381 // Tests printing C strings. 402 // Tests that C strings are escaped properly. 414 // would cause pointers to unsigned shorts be printed as wide strings, 439 // Tests that wide C strings are escaped properly. 699 // same for wide strings. 864 const list<string> strings(a, a + 2); 865 EXPECT_EQ("{ \"hello\", \"world\" }", Print(strings)); [all...] |
Completed in 1924 milliseconds
<<11121314151617181920>>