HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 51 - 75 of 412) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 325 if ( $ARGV[$i] eq '--threaded' ) {
327 } elsif ( $ARGV[$i] eq '--d' ) {
329 } elsif ( $ARGV[$i] eq '--14' ) {
331 } elsif ( $ARGV[$i] eq '--v' ) {
333 } elsif ( $ARGV[$i] eq '-f' ) {
335 } elsif ( $ARGV[$i] eq '--o' ) {
337 } elsif ($ARGV[$i] eq '--e' ) {
339 } elsif ($ARGV[$i] eq '--q' ) {
341 } elsif ($ARGV[$i] eq '--h' ) {
343 } elsif ( $ARGV[$i] eq '-E' )
    [all...]
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 7 if ($ENV{'REQUEST_METHOD'} eq "POST") {
36 if ($type eq "data") {
79 if ($postData eq $expectedData) {
  /external/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /external/webkit/Tools/Scripts/
make-script-test-wrappers 82 push @files, $File::Find::name if substr($_, -3) eq ".js";
122 return () if basename($File::Find::dir) eq ".svn";
135 push @templateFiles, $File::Find::name if $_ eq "TEMPLATE.html";
prepare-ChangeLog 322 if ($prefixDir eq "top level") {
324 } elsif ($prefixDir eq "Tools") {
326 } elsif ($prefixDir eq "WebBrowser") {
328 } elsif ($prefixDir eq "Source/WebCore") {
330 } elsif ($prefixDir eq "LayoutTests") {
596 if ($match eq "/*") {
601 } elsif ($match eq "//") {
692 if ($1 eq "(") {
699 if ($1 eq ")") {
705 if ($1 eq ":")
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
247 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
259 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be patched");
326 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged")
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /bionic/libc/arch-sh/bionic/
atomic_cmpxchg.S 39 cmp/eq r2, r4
memset.S 69 cmp/eq REG_DST,REG_LEN
72 cmp/eq REG_DST,REG_LEN
75 cmp/eq REG_DST,REG_LEN
78 cmp/eq REG_DST,REG_LEN
81 cmp/eq REG_DST,REG_LEN
235 cmp/eq REG_DST,REG_PTR
238 cmp/eq REG_DST,REG_PTR
241 cmp/eq REG_DST,REG_PTR
244 cmp/eq REG_DST,REG_PTR
247 cmp/eq REG_DST,REG_PT
    [all...]
  /build/tools/
mktarball.sh 41 if [ $? -eq 0 ] ; then
51 [ $success -eq 0 ] || rm -f ${target_tarball}
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 27 if [ ${EUID} -eq 0 ] ; then
114 ([ ${OS_MAJOR} -eq 10 ] && [ ${OS_MINOR} -ge 6 ]) ; then
  /external/clang/tools/scan-build/
c++-analyzer 90 if ($ErrorType eq $ParserRejects) {
93 elsif ($ErrorType eq $AttributeIgnored) {
172 if ($Lang eq "objective-c" || $Lang eq "objective-c++") {
254 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
444 elsif ($Arg eq '-c') { $Action = 'compile'; }
448 if ($Arg eq "-arch") {
512 if ($1 eq '') {
522 if ($Arg eq '-x') {
528 if ($Arg eq '-o')
    [all...]
ccc-analyzer 90 if ($ErrorType eq $ParserRejects) {
93 elsif ($ErrorType eq $AttributeIgnored) {
172 if ($Lang eq "objective-c" || $Lang eq "objective-c++") {
254 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
444 elsif ($Arg eq '-c') { $Action = 'compile'; }
448 if ($Arg eq "-arch") {
512 if ($1 eq '') {
522 if ($Arg eq '-x') {
528 if ($Arg eq '-o')
    [all...]
scan-build 31 my $UseColor = (defined $TERM and $TERM eq 'xterm-color' and -t STDOUT
93 if ($Clang eq "") {
446 $BlockAborted++ if $Row->{Aborted} eq 'yes';
447 $WorkListAborted++ if $Row->{Empty} eq 'no';
448 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
840 if ($k eq $Arg) {
889 if ($Cmd eq "make" or $Cmd eq "gmake") {
895 elsif ($Cmd eq "xcodebuild")
    [all...]
  /external/webkit/Source/JavaScriptCore/
create_hash_table 32 $includelookup = 1 if (defined($ARGV[0]) && $ARGV[0] eq "-i");
35 my $useNameSpace = $ARGV[1] if (defined($ARGV[0]) && $ARGV[0] eq "-n");
262 if ($values[$i]{"type"} eq "Function") {
266 } elsif ($values[$i]{"type"} eq "Property") {
270 } elsif ($values[$i]{"type"} eq "Lexer") {
275 if ($key eq "charCodeAt") {
278 if ($key eq "charAt") {
281 if ($key eq "sqrt") {
284 if ($key eq "pow") {
  /sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
RemoteAndroidTestRunnerTest.java 56 String expectedCmd = EasyMock.eq(String.format("am instrument -w -r %s/%s", TEST_PACKAGE,
110 EasyMock.anyObject(), EasyMock.eq(0));
115 mMockListener.testRunEnded(EasyMock.anyLong(), EasyMock.eq(Collections.EMPTY_MAP));
133 EasyMock.anyObject(), EasyMock.eq(0));
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 86 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
90 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
91 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
92 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
143 if ($self->{op} eq "movz") { # movz is pain...
147 } elsif ($self->{op} eq "ret") {
149 if ($win64 && $current_function->{abi} eq "svr4") {
154 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
161 if ($self->{op} eq "ret")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 16 if-eq v6, v7, Label11
T_if_eq_10.d 16 if-eq v6, v7, Label10
T_if_eq_11.d 16 if-eq v6, v7, Label10
T_if_eq_12.d 16 if-eq v6, v7, Label11
T_if_eq_2.d 16 if-eq v6, v7, Label11
T_if_eq_4.d 16 if-eq v6, v7, Label11

Completed in 716 milliseconds

1 23 4 5 6 7 8 91011>>