HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 826 - 850 of 7947) sorted by null

<<31323334353637383940>>

  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 88 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X", field in class:WifiConfiguration.KeyMgmt
105 public static final String[] strings = { "WPA", "RSN" }; field in class:WifiConfiguration.Protocol
123 public static final String[] strings = { "OPEN", "SHARED", "LEAP" }; field in class:WifiConfiguration.AuthAlgorithm
141 public static final String[] strings = { "NONE", "TKIP", "CCMP" }; field in class:WifiConfiguration.PairwiseCipher
167 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" }; field in class:WifiConfiguration.GroupCipher
181 public static final String[] strings = { "current", "disabled", "enabled" }; field in class:WifiConfiguration.Status
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 26 You can escape other strings of data by passing a dictionary as
28 strings; each key will be replaced with its corresponding value.
42 You can unescape other strings of data by passing a dictionary as
44 strings; each key will be replaced with its corresponding value.
60 You can escape other strings of data by passing a dictionary as
62 strings; each key will be replaced with its corresponding value.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_struct.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 26 You can escape other strings of data by passing a dictionary as
28 strings; each key will be replaced with its corresponding value.
42 You can unescape other strings of data by passing a dictionary as
44 strings; each key will be replaced with its corresponding value.
60 You can escape other strings of data by passing a dictionary as
62 strings; each key will be replaced with its corresponding value.
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 104 public static final String STRINGS_KEY = "strings";
389 * objects, such as Strings, Integers or lists of Strings. In this case, we
412 ArrayList<CharSequence> strings = new ArrayList<CharSequence>(); local
415 strings.add(item.getTitle());
416 strings.add(item.getLink());
417 strings.add(item.getDescription());
419 outState.putSerializable(STRINGS_KEY, strings);
447 List<CharSequence> strings = (ArrayList<CharSequence>)state.getSerializable(STRINGS_KEY);
449 for (int i = 0; i < strings.size(); i += 3)
    [all...]
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 76 // offset within this compilation unit's strings. If S has been added
99 // Each compilation unit's strings start with an empty string.
106 // Finish off the current CU's strings.
114 // The offset of the start of this compilation unit's strings.
120 // A map from the strings that have been added to this section to
129 // Create a StabsAssembler that uses StringAssembler for its strings.
199 // The final size of this compilation unit's strings.
203 // The strings for our STABS entries.
231 StabsFixture() : stabs(&strings), unitized(true) { }
234 // strings, and pass the parsed information to mock_handler. Use th
255 StringAssembler strings; member in struct:__anon9459::StabsFixture
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 49 // 2. Sort all of the strings encountered by length, since they will need to
103 // Comparison function for ordering strings in the string pool.
314 // This is done in two steps. First the data is assembled into vectors and strings,
320 // Strings of length one are not entered into the strings array.
323 // (Strings in the table are sorted by length)
337 // strings of length one do not get an entry in the string table.
393 // collections and strings. Copy it from there to the final flat
448 // The Strings Table.
453 UChar *strings
    [all...]
  /external/clang/test/Driver/
clang_f_opts.c 3 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings -fsplit-stack %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
4 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fno-show-source-location -fshort-enums -fshort-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
9 // CHECK-OPTIONS1: -fpascal-strings
19 // RUN: %clang -### -S -Wwrite-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS1 %s
20 // WRITE-STRINGS1: -fconst-strings
21 // RUN: %clang -### -S -Wwrite-strings -Wno-write-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS2 %
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 158 * This is a shortcut to detect strings that are going to Time.format()
    [all...]
  /art/test/109-suspend-check/src/
Main.java 156 private String[] strings = { "a", "b", "c", "d" }; field in class:InfiniteWhileLoopWithIntrinsic
162 sum += strings[i & 3].length();
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 34 #include <strings.h>
46 * __builtin_nan(). In fact, we're only 100% compatible for strings we
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 36 * Utility methods for strings.
38 public class Strings {
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 53 for (String string : dex.strings()) {
62 System.out.println("type " + index + ": " + dex.strings().get(type));
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 88 String s, String s2, String[] strings, Bundle bundle)
121 Account account, String[] strings)
  /developers/build/templates/include/
common.ftl 26 template-params.xml are Strings, even those that are human-readable as ints.
47 template-params.xml are Strings, even those that are human-readable as ints.
  /developers/samples/android/admin/AppRestrictionSchema/
template-params.xml 26 <strings>
35 </strings>
  /developers/samples/android/admin/BasicManagedProfile/
template-params.xml 32 <strings>
42 </strings>
  /developers/samples/android/admin/DeviceOwner/
template-params.xml 23 <strings>
32 </strings>
  /developers/samples/android/admin/NfcProvisioning/
template-params.xml 25 <strings>
33 </strings>
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 88 String s, String s2, String[] strings, Bundle bundle)
121 Account account, String[] strings)
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/
template-params.xml 25 <strings>
32 </strings>
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 29 <strings>
41 </strings>
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
template-params.xml 26 <strings>
37 </strings>
  /developers/samples/android/connectivity/wifidirect/DirectP2P/
template-params.xml 28 <strings>
43 </strings>
  /developers/samples/android/content/DirectShare/
template-params.xml 25 <strings>
32 </strings>

Completed in 335 milliseconds

<<31323334353637383940>>