/external/guava/guava-tests/benchmark/com/google/common/base/ |
Utf8Benchmark.java | 38 * decimal numerals, hex strings, and some symbolic names 89 private String[] strings; field in class:Utf8Benchmark 94 * byte arrays, Strings, and StringBuilders (in a CharSequence[] to 101 strings = new String[stringCount]; 114 strings[i] = sb.toString(); 115 byteArrays[i] = strings[i].getBytes(Charsets.UTF_8); 136 * Benchmarks {@link Utf8#length} on valid strings containing 143 for (String string : strings) {
|
/external/openfst/src/include/fst/extensions/far/ |
farlib.h | 25 #include <fst/extensions/far/compile-strings.h> 29 #include <fst/extensions/far/print-strings.h>
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AndroidHttpClientTest.java | 8 import com.xtremelabs.robolectric.util.Strings; 40 assertThat(Strings.fromStream(resp.getEntity().getContent()), equalTo("foo"));
|
/external/selinux/libselinux/man/man3/ |
selinux_file_context_cmp.3 | 15 compares two context strings excluding the user component with 64 then the actual strings compared are:
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_Version.h | 17 /* Define this in order to turn on ARM version/release/build strings in each domain */ 30 /* They are used in the ARM version strings defined for each domain. */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_Version.h | 17 /* Define this in order to turn on ARM version/release/build strings in each domain */ 30 /* They are used in the ARM version strings defined for each domain. */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM_Version.h | 17 /* Define this in order to turn on ARM version/release/build strings in each domain */ 30 /* They are used in the ARM version strings defined for each domain. */
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
ArrayUtils.java | 67 * <p>Strings not appearing in {@code convertFrom} are ignored (with a logged warning); 68 * strings appearing in {@code convertFrom} but not {@code convertTo} are silently 71 * @param list Source list of strings 72 * @param convertFrom Conversion list of strings 97 * <p>Strings not appearing in {@code convertFrom} are ignored (with a logged warning); 98 * strings appearing in {@code convertFrom} but not {@code convertTo} are silently 101 * @param list Source list of strings 102 * @param convertFrom Conversion list of strings
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbAccessory.java | 29 * The manufacturer, model and version strings are used by the USB Manager to choose 87 public UsbAccessory(String[] strings) { 88 mManufacturer = strings[MANUFACTURER_STRING]; 89 mModel = strings[MODEL_STRING]; 90 mDescription = strings[DESCRIPTION_STRING]; 91 mVersion = strings[VERSION_STRING]; 92 mUri = strings[URI_STRING]; 93 mSerial = strings[SERIAL_STRING];
|
/frameworks/base/core/java/android/nfc/ |
TechListParcel.java | 27 public TechListParcel(String[]... strings) { 28 mTechLists = strings;
|
/frameworks/base/core/java/android/os/ |
PooledStringReader.java | 20 * Helper class for reading pooling strings from a Parcel. It must be used 29 * The pool of strings we have collected so far.
|
/frameworks/base/docs/downloads/training/ |
OpenGLES.zip | |
/ndk/sources/android/crazy_linker/tests/ |
foo_with_static_constructor.cpp | 10 // Libc is not required to copy strings passed to putenv(). If it does 12 // library unload. To guard against this, putenv() strings are first
|
/ndk/sources/host-tools/make-3.81/ |
strcache.c | 32 struct strcache *next; /* The next block of strings. */ 34 int count; /* # of strings in this buffer (for stats). */ 95 /* Hash table of strings in the cache. */ 115 static struct hash_table strings; variable in typeref:struct:hash_table 121 char **slot = (char **) hash_find_slot (&strings, str); 129 hash_insert_at (&strings, key, slot); 176 hash_init (&strings, 1000, str_hash_1, str_hash_2, str_hash_cmp); 210 printf (_("\n%s # of strings in strcache: %d\n"), prefix, numstrs);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Dialog.py | 22 *cnf['strings'])) 36 'strings': ('Save File',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Dialog.py | 22 *cnf['strings'])) 36 'strings': ('Save File',
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/ |
BaseBuilderTest.java | 28 String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty 'some warning text"; 32 assertEquals("C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml", m.group(1));
|
/art/test/021-string2/src/ |
Main.java | 82 String[] strings = test.split("/"); local 83 Assert.assertEquals(4, strings.length); 88 Class Strings = Class.forName("com.android.org.bouncycastle.util.Strings"); 89 Method fromUTF8ByteArray = Strings.getDeclaredMethod("fromUTF8ByteArray", byte[].class);
|
/dalvik/dx/src/com/android/dx/command/grep/ |
Grep.java | 70 out.println(location() + " " + dex.strings().get(index)); 79 return className + "." + dex.strings().get(methodId.getNameIndex()); 99 // find the strings in encoded constants 105 // find the strings in method bodies 122 for (String s : dex.strings()) {
|
/external/boringssl/src/ssl/test/runner/ |
recordingconn.go | 11 "strings" 91 if strings.HasPrefix(line, ">>> ") { 103 if i := strings.IndexByte(line, ' '); i >= 0 { 109 if i := strings.IndexByte(line, '|'); i >= 0 { 115 hexBytes := strings.Fields(line)
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdatePair.cpp | 55 static void TestDuplicateString(const UStringVector &strings, const CIntVector &indices)
58 if (CompareFileNames(strings[indices[i]], strings[indices[i + 1]]) == 0)
59 ThrowError(kDuplicateFileNameMessage, strings[indices[i]], strings[indices[i + 1]]);
|
/external/skia/src/animator/ |
SkGetCondensedInfo.cpp | 22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { 27 if (strcmp(&strings[lengths[mid << 2]], target) < 0) 32 if (strcmp(&strings[lengths[hi << 2]], target) != 0) 83 const char* strings = gInfoNames[lookup]; local 84 int index = _searchByName(&info->fName, count, strings, match);
|
/external/skia/src/gpu/gl/ |
GrGLExtensions.cpp | 21 // finds the index of ext in strings or a negative result if ext is not found. 22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { 23 if (strings.empty()) { 27 int idx = SkTSearch<SkString, extension_compare>(&strings.front(), 28 strings.count(),
|
/libcore/luni/src/test/java/libcore/util/ |
CollectionUtilsTest.java | 38 Iterable<String> strings = CollectionUtils.dereferenceIterable(refs, true); local 39 assertEquals(Arrays.<String>asList("a", "b", "c", "d", "e"), toList(strings)); 42 assertEquals(Arrays.<String>asList("a", "c", "d", "e"), toList(strings)); 45 Iterator<String> i = strings.iterator(); 64 assertEquals(Arrays.<String>asList(), toList(strings));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
names.h | 54 * names (as strings). 61 char ** scalars ; /**< The scalar names (an array of strings). */ 62 char ** scattering ; /**< The scattering names (an array of strings). */ 63 char ** iterators ; /**< The iterator names (an array of strings). */ 64 char ** parameters ; /**< The parameter names (an array of strings). */
|