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

<<21222324252627282930>>

  /external/llvm/tools/llvm-config/
BuildVariables.inc.in 22 #define LLVM_CFLAGS " -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
24 #define LLVM_CXXFLAGS " -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
  /external/lzma/CPP/Windows/
Registry.cpp 324 LONG CKey::SetValue_Strings(LPCTSTR valueName, const UStringVector &strings)
328 for (i = 0; i < strings.Size(); i++)
329 numChars += strings[i].Length() + 1;
333 for (i = 0; i < strings.Size(); i++)
335 const UString &s = strings[i];
342 LONG CKey::GetValue_Strings(LPCTSTR valueName, UStringVector &strings)
344 strings.Clear();
360 strings.Add(s);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowList.java 95 * @param methods - the Iterator of Strings defining the methods supported
101 * unexpectedly while parsing the Strings defining the methods supported.
  /external/pcre/dist/doc/html/
pcre.html 33 libraries: the original, which supports 8-bit character strings (including
34 UTF-8 strings), and a second library that supports 16-bit character strings
35 (including UTF-16 strings). The build process allows either one or both to be
41 library that supports 32-bit character strings (including UTF-32 strings). The
62 including support for UTF-8/16/32 encoded strings and Unicode general category
125 subjects as strings of UTF-8 characters instead of individual 8-bit characters.
  /external/pcre/dist/doc/
pcre.3 15 libraries: the original, which supports 8-bit character strings (including
16 UTF-8 strings), and a second library that supports 16-bit character strings
17 (including UTF-16 strings). The build process allows either one or both to be
22 library that supports 32-bit character strings (including UTF-32 strings). The
44 including support for UTF-8/16/32 encoded strings and Unicode general category
128 subjects as strings of UTF-8 characters instead of individual 8-bit characters.
  /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
  /frameworks/av/media/libmedia/
StringArray.cpp 18 // Sortable array of strings. STL-ish, but STL-free.
29 // An expanding array of strings. Add, get, sort, delete.
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
JsonParser.java 39 * The object's fields can only be objects, strings or arrays of strings.
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 63 String s, String s2, String[] strings, Bundle bundle)
96 Account account, String[] strings)
  /frameworks/base/tools/aapt/
ResourceIdCache.cpp 22 // concatenation of the relevant strings into a single instance
33 // djb2; reasonable choice for strings when collisions aren't particularly important
StringPool.cpp 72 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
100 // Strings with styles go first, to reduce the size of the styles array.
101 // We don't care about the relative order of these strings.
109 // Sort unstyled strings by type, then by logical configuration.
279 printf("SORTING STRINGS BY CONFIGURATION...\n");
284 printf("DONE SORTING STRINGS BY CONFIGURATION.\n");
416 // our client placed their own strings in it.
438 // Now build the pool of unique strings.
440 const size_t STRINGS = mEntries.size();
452 for (i=0; i<STRINGS; i++)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimRecords.java 41 * @return an array of IMS public user identity strings, or null if not available
53 * @return an array of PCSCF strings with one PCSCF per string, or null if
  /packages/apps/Camera2/src/com/android/camera/settings/
DefaultsStore.java 40 * values. Since all settings values are saved as Strings in
42 * Strings. This simplifies default values management.
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java 37 private static String[] s(String... strings) {
38 return strings;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DeletedContactUtil.java 62 * @return A list of records. Where each record is represented as an array of strings.
72 * @return A list of records. Where each record is represented as an array of strings.
  /packages/services/Telephony/src/com/android/phone/
PhoneDisplayMessage.java 38 * @param context context to get strings.
51 * @param context context to get strings.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
utf8.h 36 /** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */
39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
utf8.h 36 /** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */
39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 6 * methods of the given names, they operate on ASCII byte strings.
23 /* Shared __doc__ strings. */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 6 * methods of the given names, they operate on ASCII byte strings.
23 /* Shared __doc__ strings. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
StringEvaluator.java 38 * A template handler which can evaluate simple strings. Used to evaluate
43 * evaluator supports only simple strings, referencing only values from the
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 63 strings/basic.string/string.ops/string_compare/size_size_string_size_size \
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 54 strings/basic.string/string.ops/string_compare/size_size_string_size_size \
    [all...]
  /external/google-breakpad/src/client/mac/Breakpad.xcodeproj/
project.pbxproj 53 33880C800F9E097100817F82 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33880C7E0F9E097100817F82 /* InfoPlist.strings */; };
205 F945849E0F280E3C009A47BF /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F945849C0F280E3C009A47BF /* Localizable.strings */; };
212 F9C44DBC0EF072A0003AEBAA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F9C44DB80EF072A0003AEBAA /* InfoPlist.strings */; };
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 126 strings.setLength(0);
353 strings=builderStrings;
373 if(strings.charAt(i)!=strings.charAt(j)) {
394 LinearMatchNode suffixNode=new LinearMatchNode(strings, i, length-prefixLength, next);
400 char thisChar=strings.charAt(i);
431 strings, i, length-(prefixLength+1), next);
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
493 hash=hash*37+strings.charAt(i);
497 private CharSequence strings; field in class:StringTrieBuilder.LinearMatchNode
885 protected StringBuilder strings=new StringBuilder(); field in class:StringTrieBuilder
    [all...]

Completed in 777 milliseconds

<<21222324252627282930>>