OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equivalent
(Results
276 - 300
of
6364
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/sepolicy/
wpa.te
1
# wpa - wpa supplicant or
equivalent
/system/update_engine/payload_generator/
xz.h
29
// will be the
equivalent
of running xz -9 --check=none
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_ldmstm_bad.s
24
@ an
equivalent
, and well-defined instruction automatically.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg5.d
4
#
equivalent
for GREGs.
greg6.d
4
#
equivalent
for GREGs; like greg5 but the other way round.
greg7.d
3
# GAS must know that .text and expressions around 0 can be
equivalent
for
greg8.d
4
#
equivalent
for GREGs; like greg7 but the other way round.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/
x.s
3
;# supposed to be
equivalent
of C++ template instantiations; the
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
x.s
3
;# supposed to be
equivalent
of C++ template instantiations; the
/tools/test/connectivity/acts/framework/acts/controllers/
sl4a_types.py
32
"""SL4A
equivalent
of an Android NetworkInfo Object"""
/external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c
228
*mod = False; // GDBTD???? VEX
equivalent
fcrtl
237
*mod = False; // GDBTD???? VEX
equivalent
fstat
254
*mod = False; // GDBTD???? VEX
equivalent
ftag
257
case 35: *mod = False; break; // GDBTD ???
equivalent
of fiseg
258
case 36: *mod = False; break; // GDBTD ???
equivalent
of fioff
259
case 37: *mod = False; break; // GDBTD ???
equivalent
of foseg
260
case 38: *mod = False; break; // GDBTD ???
equivalent
of fooff
261
case 39: *mod = False; break; // GDBTD ???
equivalent
of fop
285
*mod = False; // GDBTD???? VEX
equivalent
mxcsr
288
case 57: *mod = False; break; // GDBTD???? VEX
equivalent
{ "orig_rax"}
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java
67
* @implSpec The default implementation is
equivalent
to, for this
102
* This is
equivalent
to, for this {@code map}:
134
* This is
equivalent
to, for this {@code map}:
165
* This is
equivalent
to, for this {@code map}:
197
* This is
equivalent
to, for this {@code map}:
231
* <p>The default implementation is
equivalent
to, for this {@code map}:
275
* The default implementation is
equivalent
to the following steps for this
313
* The default implementation is
equivalent
to performing the following
357
* The default implementation is
equivalent
to performing the following
415
* The default implementation is
equivalent
to performing the followin
[
all
...]
BlockingDeque.java
103
* {@code BlockingQueue} interface are precisely
equivalent
to
110
* <td ALIGN=CENTER> <b>
Equivalent
{@code BlockingDeque} Method</b></td>
417
* <p>This method is
equivalent
to {@link #addLast(Object) addLast}.
438
* <p>This method is
equivalent
to {@link #offerLast(Object) offerLast}.
454
* <p>This method is
equivalent
to {@link #putLast(Object) putLast}.
471
* <p>This method is
equivalent
to
493
* <p>This method is
equivalent
to {@link #removeFirst() removeFirst}.
505
* <p>This method is
equivalent
to {@link #pollFirst()}.
516
* <p>This method is
equivalent
to {@link #takeFirst() takeFirst}.
528
* <p>This method is
equivalent
t
[
all
...]
/external/icu/icu4c/source/common/unicode/
caniter.h
38
* This class allows one to iterate through all the strings that are canonically
equivalent
to a given
102
* Get the next canonically
equivalent
string.
104
* @return the next string that is canonically
equivalent
. A bogus string is returned when
169
// their different canonically
equivalent
representations
184
// we have a segment, in NFD. Find all the strings that are canonically
equivalent
to it.
/libcore/ojluni/src/main/java/java/util/regex/
MatchResult.java
59
* the expression <i>m.</i><tt>start(0)</tt> is
equivalent
to
96
* the expression <i>m.</i><tt>end(0)</tt> is
equivalent
to
122
* are
equivalent
. </p>
144
* are
equivalent
. </p>
148
* the expression <tt>m.group(0)</tt> is
equivalent
to <tt>m.group()</tt>.
/external/clang/docs/
ObjectiveCLiterals.rst
47
NSNumber *theLetterZ = @'Z'; //
equivalent
to [NSNumber numberWithChar:'Z']
50
NSNumber *fortyTwo = @42; //
equivalent
to [NSNumber numberWithInt:42]
51
NSNumber *fortyTwoUnsigned = @42U; //
equivalent
to [NSNumber numberWithUnsignedInt:42U]
52
NSNumber *fortyTwoLong = @42L; //
equivalent
to [NSNumber numberWithLong:42L]
53
NSNumber *fortyTwoLongLong = @42LL; //
equivalent
to [NSNumber numberWithLongLong:42LL]
56
NSNumber *piFloat = @3.141592654F; //
equivalent
to [NSNumber numberWithFloat:3.141592654F]
57
NSNumber *piDouble = @3.1415926535; //
equivalent
to [NSNumber numberWithDouble:3.1415926535]
60
NSNumber *yesNumber = @YES; //
equivalent
to [NSNumber numberWithBool:YES]
61
NSNumber *noNumber = @NO; //
equivalent
to [NSNumber numberWithBool:NO]
64
NSNumber *trueNumber = @true; //
equivalent
to [NSNumber numberWithBool:(BOOL)true
[
all
...]
/libcore/ojluni/src/main/java/java/util/
Deque.java
102
* inherited from the {@code Queue} interface are precisely
equivalent
to
109
* <td ALIGN=CENTER> <b>
Equivalent
{@code Deque} Method</b></td>
140
* beginning of the deque. Stack methods are precisely
equivalent
to
147
* <td ALIGN=CENTER> <b>
Equivalent
{@code Deque} Method</b></td>
219
* <p>This method is
equivalent
to {@link #add}.
391
* <p>This method is
equivalent
to {@link #addLast}.
415
* <p>This method is
equivalent
to {@link #offerLast}.
435
* <p>This method is
equivalent
to {@link #removeFirst()}.
447
* <p>This method is
equivalent
to {@link #pollFirst()}.
460
* <p>This method is
equivalent
to {@link #getFirst()}
[
all
...]
/external/jetty/src/resources/org/eclipse/jetty/xml/
configure_7_6.dtd
110
This is
equivalent
to:
152
This is
equivalent
to:
187
This is
equivalent
to:
208
This is
equivalent
to:
241
This is
equivalent
to:
258
This is
equivalent
to:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java
83
//
Equivalent
, but different date rule type
94
//
Equivalent
, but different time rule type
110
errln("FAIL: rbtz1 must be
equivalent
to the SimpleTimeZone in the time range.");
113
errln("FAIL: rbtz2 must be
equivalent
to the SimpleTimeZone in the time range.");
116
errln("FAIL: rbtz3 must be
equivalent
to the SimpleTimeZone in the time range.");
211
*
equivalent
rules in a certain time range
214
// Compare to America/New_York with
equivalent
RBTZ
272
errln("FAIL: The RBTZ must be
equivalent
to America/New_York between 1967 and 2010");
275
errln("FAIL: The RBTZ must not be
equivalent
to America/New_York between 1950 and 2010");
280
errln("FAIL: The RBTZ must be
equivalent
to America/New_York between 1967 and 2010")
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java
79
//
Equivalent
, but different date rule type
90
//
Equivalent
, but different time rule type
106
errln("FAIL: rbtz1 must be
equivalent
to the SimpleTimeZone in the time range.");
109
errln("FAIL: rbtz2 must be
equivalent
to the SimpleTimeZone in the time range.");
112
errln("FAIL: rbtz3 must be
equivalent
to the SimpleTimeZone in the time range.");
207
*
equivalent
rules in a certain time range
210
// Compare to America/New_York with
equivalent
RBTZ
268
errln("FAIL: The RBTZ must be
equivalent
to America/New_York between 1967 and 2010");
271
errln("FAIL: The RBTZ must not be
equivalent
to America/New_York between 1950 and 2010");
276
errln("FAIL: The RBTZ must be
equivalent
to America/New_York between 1967 and 2010")
[
all
...]
/external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java
59
* implementations must check whether a provided object is
equivalent
to an
62
* two elements are
equivalent
. Instead, with an explicit comparator, the
64
*
equivalent
: <pre> {@code
69
* two elements are
equivalent
: <pre> {@code
135
* their natural ordering. When multiple elements are
equivalent
according to
148
* their natural ordering. When multiple elements are
equivalent
according to
161
* their natural ordering. When multiple elements are
equivalent
according to
174
* their natural ordering. When multiple elements are
equivalent
according to
187
* their natural ordering. When multiple elements are
equivalent
according to
211
* their natural ordering. When multiple elements are
equivalent
according t
[
all
...]
/bootable/recovery/edify/
README
67
# these are all
equivalent
80
The last example is
equivalent
to:
/cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java
40
// The pixels in same gradient line should be
equivalent
56
// The pixels in same gradient line should be
equivalent
/developers/build/prebuilts/gradle/DocumentCentricApps/
README.md
21
attribute documentLaunchMode which may take on one of three values, ?intoExisting?
equivalent
to
22
NEW_DOCUMENT, ?always?
equivalent
to NEW_DOCUMENT | MULTIPLE_TASK, ?none? the default, and
/developers/samples/android/ui/activitytasks/DocumentCentricApps/
template-params.xml
73
attribute documentLaunchMode which may take on one of three values, ?intoExisting?
equivalent
to
74
NEW_DOCUMENT, ?always?
equivalent
to NEW_DOCUMENT | MULTIPLE_TASK, ?none? the default, and
Completed in 2207 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>