HomeSort by relevance Sort by last modified time
    Searched refs:strings (Results 426 - 450 of 533) sorted by null

<<11121314151617181920>>

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 179 // GetArgvs() - returns the command line as a vector of strings.
260 // strings.h (tracked in
262 # include <strings.h> // Native Client doesn't provide strings.h.
576 // Determines whether the system compiler uses UTF-16 for encoding wide strings.
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 31 // from google3/strings/strutil.cc
496 namespace strings { namespace in namespace:google::protobuf
516 } // namespace strings
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
text_format_unittest.cc 695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
    [all...]
  /external/v8/src/
date.js 386 // strings over and over again.
530 // Reused output buffer. Used when parsing date strings.
platform-linux.cc 52 #include <strings.h> // index
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 393 cmp (%rsi), %ebx # do the strings match?
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 391 cmp (%esi), %ebx # do the strings match?
  /external/webkit/Source/JavaScriptCore/runtime/
JSString.h 49 // Non-trivial strings are two or more characters long.
56 // Should be used for strings that are owned by an object that will
439 friend JSValue jsString(ExecState* exec, Register* strings, unsigned count);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 432 are strings composed of individual option descriptions. Several
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 487 this._strings = profile.strings;
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 842 ;;; Test the strings for equality, 8 bytes at a time. At the end,
846 ;;; strings match each other, and they can be safely passed over before
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 144 # include <strings.h>
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 4241 String[] strings = mContext.getResources().getStringArray( local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 340 * Parses all directives that take arbitrary strings as input,
  /external/clang/lib/Sema/
SemaExprObjC.cpp 33 Expr **strings,
35 StringLiteral **Strings = reinterpret_cast<StringLiteral**>(strings);
37 // Most ObjC strings are formed out of a single piece. However, we *can*
38 // have strings formed out of multiple @ strings with multiple pptokens in
41 StringLiteral *S = Strings[0];
45 // Concatenate objc strings.
50 S = Strings[i];
52 // ObjC strings can't be wide or UTF
    [all...]
  /external/gtest/src/
gtest.cc 56 #include <strings.h>
71 // On z/OS we additionally need strings.h for strcasecmp.
72 #include <strings.h> // NOLINT
868 // Compares two C strings. Returns true iff they have the same content.
    [all...]
  /external/pcre/
pcregexp.pas 306 Uses strings, collect, messages, dnapp, commands, advance0, stringsx
  /external/v8/test/mjsunit/
regexp.js 43 // Test strings containing all line separators
  /external/libxml2/
nanohttp.c 61 #include <strings.h>
    [all...]
  /external/mksh/src/
sh.h 82 #include <strings.h>
982 #define AF_ARGS_ALLOCED 0x2 /* argument strings allocated */
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 88 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 252 String[] strings; local
603 + "strings and got " + states.length + " strings");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 263 String[] strings; local
    [all...]

Completed in 932 milliseconds

<<11121314151617181920>>