HomeSort by relevance Sort by last modified time
    Searched refs:trip (Results 1 - 24 of 24) sorted by null

  /external/chromium/base/
sys_string_conversions_unittest.cc 185 std::wstring trip = base::SysNativeMBToWide(base::SysWideToNativeMB(wide)); local
186 EXPECT_EQ(wide.size(), trip.size());
187 EXPECT_EQ(wide, trip);
193 std::wstring trip = base::SysNativeMBToWide(WideToUTF8(wide)); local
194 EXPECT_EQ(wide.size(), trip.size());
195 EXPECT_EQ(wide, trip);
200 std::wstring trip = UTF8ToWide(base::SysWideToNativeMB(wide)); local
201 EXPECT_EQ(wide.size(), trip.size());
202 EXPECT_EQ(wide, trip);
  /external/chromium_org/base/strings/
sys_string_conversions_unittest.cc 165 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide)); local
166 EXPECT_EQ(wide.size(), trip.size());
167 EXPECT_EQ(wide, trip);
173 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide)); local
174 EXPECT_EQ(wide.size(), trip.size());
175 EXPECT_EQ(wide, trip);
180 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide)); local
181 EXPECT_EQ(wide.size(), trip.size());
182 EXPECT_EQ(wide, trip);
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 125 private final Condition trip = lock.newCondition(); field in class:CyclicBarrier
141 * Updates state on barrier trip and wakes up everyone.
146 trip.signalAll();
159 trip.signalAll();
201 trip.await();
203 nanos = trip.awaitNanos(nanos);
233 * Creates a new {@code CyclicBarrier} that will trip when the
252 * Creates a new {@code CyclicBarrier} that will trip when the
265 * Returns the number of parties required to trip this barrier.
267 * @return the number of parties required to trip this barrie
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
function-decompilation-operators.js 24 description("This test checks toString() round-trip decompilation for binary and unary operators.");
  /external/chromium_org/v8/test/webkit/
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
toString-elision-trailing-comma.js 25 "This test checks that toString() round-trip on a function that has a array with elision does not remove a comma."
toString-number-dot-expr.js 25 "This test checks that toString() round-trip on a function that has a expression of form 4..x does not lose its meaning."
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
  /external/clang/test/Parser/
cxx0x-attributes.cpp 49 [[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid' ignored}}
  /external/oprofile/events/x86-64/family10/
unit_masks 215 0x04 Number of times the HTC trip point is crossed
216 0x08 Number of clocks when STC trip point active
217 0x10 Number of times the STC trip point is crossed
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 49 // TODO(koz): fs.root.getFile() makes a trip to the browser process,
  /external/chromium_org/v8/test/mjsunit/
unbox-double-arrays.js 28 // Test dictionary -> double elements -> dictionary elements round trip
  /external/v8/test/mjsunit/
unbox-double-arrays.js 28 // Test dictionary -> double elements -> dictionary elements round trip
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 71 let trip = "i686-apple-darwin8" in
72 set_target_triple trip m;
73 insist (trip = target_triple m)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 737 =item * round-trip integrity
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 737 =item * round-trip integrity
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 737 =item * round-trip integrity
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 202 lossy operation that will not round-trip correctly and should be used
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 225 // Passing entry to fetchers may save one round-trip to APIs.
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 407 my $b_obj = B::svref_2object(\$value); # for round trip problem
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 407 my $b_obj = B::svref_2object(\$value); # for round trip problem
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 407 my $b_obj = B::svref_2object(\$value); # for round trip problem
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 758 milliseconds