/external/chromium_org/third_party/re2/re2/testing/ |
string_generator_test.cc | 25 // * it generates strings that are non-decreasing in length. 26 // * strings of the same length are sorted in alphabet order. 28 // * it generates the right number of strings. 32 // strings can just be compared lexicographically.
|
/external/chromium_org/third_party/skia/include/core/ |
SkStringUtils.h | 16 * is used to streamline the creation of ASCII flag strings within the toString
|
/external/chromium_org/tools/gyp/test/mac/app-bundle/ |
test-error.gyp | 18 'TestApp/English.lproj/InfoPlist-error.strings',
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-unicode-settings.py | 8 Verifies that unicode strings in 'xcode_settings' work.
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_android.h | 12 #include "base/strings/string16.h"
|
/external/chromium_org/ui/gfx/ |
point_f.cc | 7 #include "base/strings/stringprintf.h"
|
size_f.cc | 7 #include "base/strings/stringprintf.h"
|
/external/chromium_org/ui/views/examples/ |
example_combobox_model.h | 17 ExampleComboboxModel(const char** strings, int count);
|
/external/icu4c/i18n/ |
smpdtfst.h | 10 * parsing of literal characters in date/time strings.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/ |
GeneratedTextureKey.java | 14 * strings.
|
/external/qemu/android/protocol/ |
core-commands.h | 65 * including actual "name" and "display" strings. */ 69 /* Zero-terminated NetworkSpeed's "name" strings starts here. The "display" 82 * including actual "name" and "display" strings. */ 86 /* Zero-terminated NetworkLatency's "name" strings starts here. The "display"
|
/external/regex-re2/re2/testing/ |
exhaustive_tester.h | 17 // then generate all strings of a given length over a given alphabet, 22 // of random regexp and strings, allowing testing of larger expressions 48 // Causes testing to generate random input strings. 63 bool randomstrings_; // Whether to use random strings
|
string_generator_test.cc | 25 // * it generates strings that are non-decreasing in length. 26 // * strings of the same length are sorted in alphabet order. 28 // * it generates the right number of strings. 32 // strings can just be compared lexicographically.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
Strings.java | 6 public class Strings {
|
/external/skia/include/core/ |
SkStringUtils.h | 16 * is used to streamline the creation of ASCII flag strings within the toString
|
/external/yaffs2/ |
Android.mk | 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
|
/frameworks/base/docs/downloads/devbytes/ |
LayoutTransChanging.zip | |
/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
|
/libcore/libart/src/main/java/java/lang/ |
DexCache.java | 40 * A dex cache holds resolved copies of strings, fields, methods, and classes from the dexfile. 71 * References to strings as they become resolved following interpreter semantics. All strings 74 String[] strings; field in class:DexCache
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
ChangeLog | 5 * Fix display of empty strings with STLport 5.0.x if
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/ |
ChangeLog | 5 * Fix display of empty strings with STLport 5.0.x if
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/ |
ChangeLog | 5 * Fix display of empty strings with STLport 5.0.x if
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
image_burner.js | 10 * @param {Object} strings Localized state strings. 13 function State(strings) { 14 this.setStrings(strings); 59 * Sets the state strings. 60 * @param {Object} strings Localized state strings. 62 setStrings: function(strings) { 64 strings.getString('statusDevicesNone'); 66 strings.getString('warningDevicesNone') [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
InstallShortcutReceiver.java | 71 Set<String> strings = sharedPrefs.getStringSet(key, null); local 72 if (strings == null) { 73 strings = new HashSet<String>(0); 75 strings = new HashSet<String>(strings); 77 strings.add(value); 78 editor.putStringSet(key, strings); 118 Set<String> strings = sharedPrefs.getStringSet(APPS_PENDING_INSTALL, null); local 120 Log.d(TAG, "APPS_PENDING_INSTALL: " + strings 123 if (strings != null) 153 Set<String> strings = sharedPrefs.getStringSet(APPS_PENDING_INSTALL, null); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_quopri.py | 66 # Each entry is a tuple of (plaintext, encoded string). These strings are 68 STRINGS = ( 69 # Some normal strings 84 # Add some trailing MUST QUOTE strings 132 for p, e in self.STRINGS: 137 for p, e in self.STRINGS: 142 for p, e in self.STRINGS: 147 for p, e in self.STRINGS: 155 for p, e in self.STRINGS: 178 (p, e) = self.STRINGS[-1 [all...] |