HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 326 - 350 of 2053) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 126 int one = 1; local
137 ib[1].reset(&one);
155 id[2].reset(&one);
165 ie[2].reset(&one);
176 ig[2].reset(&one);
177 ig[3].reset(&one);
187 ih[1].reset(&one);
188 ih[2].reset(&one);
198 ii[1].reset(&one);
199 ii[2].reset(&one);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 126 int one = 1; local
137 ib[1].reset(&one);
155 id[2].reset(&one);
165 ie[2].reset(&one);
176 ig[2].reset(&one);
177 ig[3].reset(&one);
187 ih[1].reset(&one);
188 ih[2].reset(&one);
198 ii[1].reset(&one);
199 ii[2].reset(&one);
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListMapTest.java 21 map.put(one, "A");
67 assertTrue(map.containsKey(one));
86 assertEquals("A", (String)map.get(one));
88 assertNull(empty.get(one));
106 assertEquals(one, map.firstKey());
150 assertTrue(s.contains(one));
165 assertEquals(last, one);
222 assertEquals(last, one);
274 (e.getKey().equals(one) && e.getValue().equals("A")) ||
293 (e.getKey().equals(one) && e.getValue().equals("A")) |
    [all...]
  /art/test/003-omnibus-opcodes/src/
Throw.java 29 public void one() { method in class:Throw
30 System.out.println("Throw.one");
119 th.one();
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modf.c 30 static const double one = 1.0; variable
62 *iptr = x*one;
  /build/core/
distdir.mk 37 define copy-one-dist-file
47 # copy-one-dist-file to avoid multiple rules for the same target.
66 $(eval $(call copy-one-dist-file,\
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 14 # share the same one across all mini-emulators
  /external/chromium_org/third_party/skia/platform_tools/nacl/
nacl_make 12 echo "ERROR: setenv() requires one argument."
74 echo "ERROR: build() requires one argument."
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.h 28 //extern int comparePaths(const SkPath& one, const SkPath& two);
29 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap);
30 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
  /external/chromium_org/tools/gn/
string_utils_unittest.cc 17 int64 one = 1; local
18 scope.SetValue("one", Value(NULL, one), NULL);
19 scope.SetValue("onestring", Value(NULL, "one"), NULL);
48 EXPECT_TRUE(CheckExpansionCase("hello #$one", "hello #1", true));
49 EXPECT_TRUE(CheckExpansionCase("hello #$one/two", "hello #1/two", true));
50 EXPECT_TRUE(CheckExpansionCase("hello #${one}", "hello #1", true));
51 EXPECT_TRUE(CheckExpansionCase("hello #${one}one", "hello #1one", true))
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-368243.js 17 "one" : { x : 1},
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/test/Bindings/Ocaml/
linker.ml 40 let m1 = make_module "one"
46 let m1 = make_module "one"
51 let m1 = make_module "one"
52 and m2 = make_module "one" in
  /external/llvm/test/MC/ARM/
directive-fpu-multiple.s 3 @ The later .fpu directive should overwrite the earlier one.
  /external/llvm/test/MC/Mips/
mips-register-names-invalid.s 5 # an off-by-one bug.
  /external/openssl/crypto/ocsp/
ocsp_cl.c 84 OCSP_ONEREQ *one = NULL; local
86 if (!(one = OCSP_ONEREQ_new())) goto err;
87 if (one->reqCert) OCSP_CERTID_free(one->reqCert);
88 one->reqCert = cid;
90 !sk_OCSP_ONEREQ_push(req->tbsRequest->requestList, one))
92 return one;
94 OCSP_ONEREQ_free(one);
138 * name of an optional signers certificate and include one
  /external/skia/platform_tools/nacl/
nacl_make 12 echo "ERROR: setenv() requires one argument."
74 echo "ERROR: build() requires one argument."
  /external/skia/tests/
PathOpsExtendedTest.h 25 //extern int comparePaths(const SkPath& one, const SkPath& two);
26 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap);
27 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
  /external/wpa_supplicant_8/
Android.mk 6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 5 # configuration file does not exist. Use default one
  /ndk/tests/build/no-installable-modules/jni/
Android.mk 10 # Import another module, which is not used by the one declared here.
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 148 * Processes one file.
262 for (ZipEntry one : entriesList) {
263 if (one.isDirectory()) {
267 String path = one.getName();
269 InputStream in = zip.getInputStream(one);
284 any |= consumer.processFileBytes(path, one.getTime(), bytes);
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator_test.cc 115 SpdySessionKey key1(HostPortPair("one.com", 443), ProxyServer::Direct(),
122 // Creates one.com.
123 HpackEncoder* one = peer_.ObtainEncoder(key1); local
129 EXPECT_NE(one, two);
131 // Touch one.com.
132 EXPECT_EQ(one, peer_.ObtainEncoder(key1));
136 EXPECT_EQ(one, peer_.ObtainEncoder(key1));
137 EXPECT_NE(one, three);

Completed in 846 milliseconds

<<11121314151617181920>>