Searched refs:eq (Results 226 - 250 of 578) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc177 BranchOrBacktrack(on_equal, eq, current_character(), Operand(c));
195 BranchOrBacktrack(on_at_start, eq, a0, Operand(a1));
224 BranchOrBacktrack(on_equal, eq, current_input_offset(), Operand(a0));
238 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
266 __ Branch(&loop_check, eq, t0, Operand(a3));
279 __ Branch(&fail, eq, a3, Operand(247 - 224));
335 BranchOrBacktrack(on_no_match, eq, v0, Operand(zero_reg));
355 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
400 BranchOrBacktrack(on_equal, eq, a0, rhs);
471 __ Branch(&success, eq, current_characte
[all...]
H A Dmacro-assembler-mips.cc158 DCHECK(cc == eq || cc == ne);
193 Branch(&ok, eq, t8, Operand(zero_reg));
228 Check(eq,
240 Check(eq,
255 eq,
262 Branch(&ok, eq, at, Operand(zero_reg));
311 eq, kWrongAddressOrValuePassedToRecordWrite, at, Operand(value));
332 eq,
338 eq,
394 Branch(&done, eq, t
[all...]
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc213 BranchOrBacktrack(on_equal, eq, current_character(), Operand(c));
231 BranchOrBacktrack(on_at_start, eq, a0, Operand(a1));
260 BranchOrBacktrack(on_equal, eq, current_input_offset(), Operand(a0));
274 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
302 __ Branch(&loop_check, eq, a4, Operand(a3));
315 __ Branch(&fail, eq, a3, Operand(247 - 224));
371 BranchOrBacktrack(on_no_match, eq, v0, Operand(zero_reg));
391 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
436 BranchOrBacktrack(on_equal, eq, a0, rhs);
507 __ Branch(&success, eq, current_characte
[all...]
H A Dmacro-assembler-mips64.cc161 DCHECK(cc == eq || cc == ne);
196 Branch(&ok, eq, t8, Operand(zero_reg));
231 Check(eq,
243 Check(eq,
258 eq,
265 Branch(&ok, eq, at, Operand(zero_reg));
314 eq, kWrongAddressOrValuePassedToRecordWrite, at, Operand(value));
335 eq,
341 eq,
398 Branch(&done, eq, t
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof469 ($main::opt_list eq '' ? 0 : 1) +
470 ($main::opt_disasm eq '' ? 0 : 1) +
866 if ( $1 eq '' ) {
870 if ( $1 eq '' ) {
878 my $html = (defined($1) && ($1 eq "web"));
917 if ($1 eq "gv") {
919 } elsif ($1 eq "evince") {
921 } elsif ($1 eq "web") {
1604 if (($f eq $filename) && ($l > $lastline)) {
1613 if ($instructions[$i]->[1] eq
[all...]
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc101 __ Assert(eq, kUnexpectedInitialMapForInternalArrayFunction);
129 __ Assert(eq, kUnexpectedInitialMapForArrayFunction);
155 __ Assert(eq, kUnexpectedStringFunction);
161 __ b(eq, &no_arguments);
199 __ Assert(eq, kUnexpectedStringWrapperInstanceSize);
202 __ Assert(eq, kUnexpectedUnusedPropertiesOfStringWrapper);
368 __ b(eq, &rt_call);
377 __ b(eq, &allocate);
436 __ b(eq, &no_inobject_slack_tracking);
499 __ b(eq,
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc205 CompareAndBranchOrBacktrack(current_character(), c, eq, on_equal); local
222 BranchOrBacktrack(eq, on_at_start);
277 __ Cset(x11, eq);
280 BranchOrBacktrack(eq, on_equal);
334 __ B(eq, &loop_check);
348 __ B(eq, &fail); // Weren't Latin-1 letters.
363 __ Ccmp(current_input_offset(), 0, NoFlag, eq); local
404 BranchOrBacktrack(eq, on_no_match);
467 __ Ccmp(current_input_offset(), 0, NoFlag, eq); local
485 CompareAndBranchOrBacktrack(w10, c, eq, on_equa
[all...]
/external/iproute2/examples/
H A Dcbq.init-v0.7.3564 [ `tc qdisc show dev $dev| wc -l` -eq 0 ] && continue
568 [ `tc class show dev $dev| wc -l` -eq 0 ] && continue
572 [ `tc filter show dev $dev| wc -l` -eq 0 ] && continue
714 if [ $VALID -eq 1 ]; then
942 [ $CHANGE -eq 0 ] && continue
/external/qemu/distrib/zlib-1.2.8/
H A Dconfigure165 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
171 if test $build64 -eq 1; then
176 if test "$zconst" -eq 1; then
272 if test $build64 -eq 1; then
382 if test $shared -eq 1; then
396 if test $shared -eq 0; then
506 if test $zprefix -eq 1; then
514 if test $solo -eq 1; then
525 if test $cover -eq 1; then
724 if test "$gcc" -eq
[all...]
/external/zlib/src/
H A Dconfigure165 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
171 if test $build64 -eq 1; then
176 if test "$zconst" -eq 1; then
272 if test $build64 -eq 1; then
382 if test $shared -eq 1; then
396 if test $shared -eq 0; then
506 if test $zprefix -eq 1; then
514 if test $solo -eq 1; then
525 if test $cover -eq 1; then
724 if test "$gcc" -eq
[all...]
/external/chromium_org/v8/src/ic/arm/
H A Dic-arm.cc30 __ b(eq, global_object);
32 __ b(eq, global_object);
34 __ b(eq, global_object);
210 __ b(eq, out_of_range);
226 __ b(eq, &unique);
231 __ b(eq, index_string);
334 __ b(eq, unmapped_case);
487 __ b(eq, &probe_dictionary);
517 __ b(eq, &hit_on_nth_entry[i]);
806 __ b(eq,
[all...]
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java39 import static com.google.testing.littlemock.LittleMock.eq;
548 verify(mFoo).add(eq("test"));
553 verify(mBar).twoStrings(eq("first"), eq("test"));
558 verify(mBar).mixedArguments(eq(8), eq("test"));
564 verify(mFoo).add(eq("jim"));
572 verify(mBar).twoStrings(eq("first"), eq("third"));
580 verify(mBar).twoStrings(eq("secon
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s526 ccmn w1, #2, #3, eq
527 ccmn x1, #2, #3, eq
528 ccmp w1, #2, #3, eq
529 ccmp x1, #2, #3, eq
536 ccmn w1, w2, #3, eq
537 ccmn x1, x2, #3, eq
538 ccmp w1, w2, #3, eq
539 ccmp x1, x2, #3, eq
550 csel w1, w2, w3, eq
551 csel x1, x2, x3, eq
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dviewrtree.tcl20 if {$::O(iNode) eq ""} {set ::O(iNode) 1}
49 if {$rtree_tables eq ""} {
165 if {$cell eq ""} {
/external/chromium_org/v8/src/ic/mips/
H A Dic-mips.cc30 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
31 __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
32 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
217 __ Branch(out_of_range, eq, scratch2, Operand(at));
233 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
238 __ Branch(index_string, eq, at, Operand(zero_reg));
339 __ Branch(unmapped_case, eq, scratch2, Operand(scratch3));
495 __ Branch(&probe_dictionary, eq, t0, Operand(at));
523 __ Branch(&hit_on_nth_entry[i], eq, key, Operand(t1));
805 __ Branch(&array, eq, t
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dic-mips64.cc30 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_OBJECT_TYPE));
31 __ Branch(global_object, eq, type, Operand(JS_BUILTINS_OBJECT_TYPE));
32 __ Branch(global_object, eq, type, Operand(JS_GLOBAL_PROXY_TYPE));
216 __ Branch(out_of_range, eq, scratch2, Operand(at));
232 __ Branch(&unique, eq, hash, Operand(LAST_UNIQUE_NAME_TYPE));
237 __ Branch(index_string, eq, at, Operand(zero_reg));
337 __ Branch(unmapped_case, eq, scratch2, Operand(scratch3));
493 __ Branch(&probe_dictionary, eq, a4, Operand(at));
523 __ Branch(&hit_on_nth_entry[i], eq, key, Operand(a5));
814 __ Branch(&array, eq, a
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install_test.sh45 if [ $RETURN -eq 0 ]; then
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU14 if test $ec -eq 0
22 if test $ec -eq 0
367 if test $release -eq 1
399 if test $debug -eq 1
/external/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S33 JMPc(lr, eq)
H A Dumodsi3.S34 JMPc(lr, eq)
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc56 bool eq(u32 hash, const args_type &args) const { function in struct:__msan::ChainedOriginDepotNode
/external/expat/tests/
H A Dxmltest.sh76 if [ "$1" -eq 0 ] ; then
/external/fio/tools/
H A Dgenfio113 if [ $COUNT -eq 1 ]; then
226 if [ "$?" -eq 0 ]; then
308 if [ "$?" -eq 0 ]; then
312 if [ "$?" -eq 0 ]; then
/external/icu/icu4c/source/
H A DrunConfigureICU14 if test $ec -eq 0
22 if test $ec -eq 0
367 if test $release -eq 1
399 if test $debug -eq 1
/external/libmtp/
H A Dhotplug.sh.in166 if [ "${YEAR}" -eq "2002" ]; then

Completed in 2043 milliseconds

1234567891011>>