OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trip
(Results
1 - 8
of
8
) 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/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
transition-property-names.js
2
'This test checks that CSS property names work round
trip
in the transition property.'
/libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java
124
private final Condition
trip
= lock.newCondition();
field in class:CyclicBarrier
140
* Updates state on barrier
trip
and wakes up everyone.
145
trip
.signalAll();
158
trip
.signalAll();
200
trip
.await();
202
nanos =
trip
.awaitNanos(nanos);
232
* Creates a new <tt>CyclicBarrier</tt> that will
trip
when the
251
* Creates a new <tt>CyclicBarrier</tt> that will
trip
when the
264
* Returns the number of parties required to
trip
this barrier.
266
* @return the number of parties required to
trip
this barrie
[
all
...]
/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/v8/test/mjsunit/
unbox-double-arrays.js
28
// Test dictionary -> double elements -> dictionary elements round
trip
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
70
let
trip
= "i686-apple-darwin8" in
71
set_target_triple
trip
m;
72
insist (
trip
= target_triple m)
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
Completed in 453 milliseconds