HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 826 - 850 of 1983) sorted by null

<<31323334353637383940>>

  /external/libweave/third_party/chromium/base/json/
json_parser.cc 632 // The input string will be adjusted (either by combining the two
956 bool JSONParser::StringsAreEqual(const char* one, const char* two, size_t len) {
957 return strncmp(one, two, len) == 0;
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/tools/msbuild/
install.bat 9 REM Loop over the two platforms in awkward batch file fashion.
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 186 bool operator()(const int one, const int two) {
187 return fDistances[one] < fDistances[two];
  /external/tremolo/Tremolo/
bitwise.c 564 static int two[6]={61,255,255,251,231,29}; local
594 cliptest(testbuffer3,test3size,0,two,twosize);
  /external/v8/src/js/
runtime.js 130 // For the fallback with --harmony-species off, there are two possible choices:
  /external/v8/test/mjsunit/
constant-folding.js 81 // Test comparison operations that involve one or two constant smis.
debug-stepin-builtin-callback.js 124 // Test two levels of builtin callbacks:
elements-transition.js 43 // We apply the same operations to two identical arrays. The first array
  /external/v8/test/mjsunit/regress/
regress-2443.js 78 // Note that the the last two steps are reversed for toFixed.
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedListTest.java 477 q.add(two);
483 assertSame(it.next(), two); local
SynchronousQueueTest.java 597 q.put(two);
609 assertTrue(l.contains(two));
  /ndk/tests/device/hard-float/jni/
Android.mk 15 # The following two examples are relevant only to armeabi-v7a
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 87 R.id.one, R.id.two, R.id.three,
388 case R.id.two: {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 191 "%s %s" ("-f FILE"), because those are the two syntaxes that
290 # The help for each option consists of two parts:
593 "must be at least two characters long" % opt, self)
    [all...]
smtplib.py 694 >>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 191 "%s %s" ("-f FILE"), because those are the two syntaxes that
290 # The help for each option consists of two parts:
593 "must be at least two characters long" % opt, self)
    [all...]
smtplib.py 694 >>> tolist=["one@one.org","two@two.org","three@three.org","four@four.org"]
  /prebuilts/go/darwin-x86/doc/codewalk/
markov.go 18 and suffixes, or "chain": (This table assumes a prefix length of two words.)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 23 // Asm defines some two-character lexemes. We make up
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 21 // funcOutput takes two file names as arguments, a coverage profile to read as input and an output
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 22 // The list is assumed to have two kinds of entries: names without slashes,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
a.out.go 95 /* these two registers are declared in runtime.h */
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 32 {"d747fc1719c7eacb84058196cfe56d57", "Discard medicine more than two years old."},
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 126 // historical accident, the CRT for the first two primes is handled
207 // crypto/rand should set the top two bits in each prime.
248 // crypto/rand should set the top two bits in each prime.
386 // prime (being the product of two primes) rather than truly

Completed in 1660 milliseconds

<<31323334353637383940>>