HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/Scripts/
check-for-global-initializers 100 if ($configuration eq "Debug" or $variant eq "debug" or $debugRoot) {
101 if ($target eq "JavaScriptCore") {
102 next if $shortName eq "AllInOneFile.o";
103 next if $shortName eq "Opcode.o";
104 next if $shortName eq "Structure.o";
105 next if $shortName eq "nodes.o";
107 if ($target eq "WebCore") {
108 next if $shortName eq "BidiRun.o";
109 next if $shortName eq "CachedPage.o"
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
removeEOL.pl 40 ok(removeEOL(undef) eq "", $title);
44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title);
48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title);
52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title);
56 ok(removeEOL("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "This line contains a mix of line endings.", $title);
parseFirstEOL.pl 39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title);
43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title);
47 ok(firstEOLInString("This line ends with a Mac line ending.\r") eq "\r", $title);
51 ok(firstEOLInString("This line ends with a Mac line ending.\rThis line doesn't have a line ending.") eq "\r", $title);
55 ok(firstEOLInString("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "\r\n", $title);
generatePatchCommand.pl 42 ok($patchCommand eq "patch -p0", $title);
52 ok($patchCommand eq "patch -p0", $title);
61 ok($patchCommand eq "patch -p0 --force", $title);
70 ok($patchCommand eq "patch -p0 --force", $title);
79 ok($patchCommand eq "patch -p0 --reverse", $title);
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title);
  /external/chromium/build/linux/
python_arch.sh 25 if [ $? -eq 0 ]; then
31 if [ $? -eq 0 ]; then
37 if [ $? -eq 0 ]; then
  /external/webkit/Source/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi 5 if ($ENV{'REQUEST_METHOD'} eq "POST") {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.pl 43 if ($^O eq "NetWare") {
59 if ($returnValue eq 0) {
runant.pl 61 if ($HOME eq "")
67 $JAVACMD = "java" if $JAVACMD eq "";
70 if ($^O eq "NetWare")
75 my $oncygwin = ($^O eq "cygwin");
81 if(($^O eq "MSWin32") || ($^O eq "dos") || ($^O eq "cygwin") ||
109 if (! $classpath eq "")
121 if ( ! $CYGHOME eq "" )
127 if (! $classpath eq "")
    [all...]
  /external/zlib/contrib/puff/
Makefile 19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254
22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249
28 @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
30 @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24
    [all...]
  /external/qemu/
hxtool 13 test $flag -eq 1 && printf "%s\n" "$str"
28 if test $flag -eq 1 ; then
42 if test $flag -eq 1 ; then
51 test $flag -eq 1 && echo "$str"
68 if test $flag -eq 1 ; then
82 if test $flag -eq 1 ; then
88 test $flag -eq 1 && echo "$str"
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 12 if [ $? -eq 0 ]; then
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 12 if ($mode eq 'transport') {
16 } elsif ($mode eq 'delete') {
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 5 if ($ENV{'REQUEST_METHOD'} eq "POST") {
23 if ($postData eq $expectedData) {
  /external/skia/include/gpu/
GrKey.h 28 return fHash == rh.fHash && this->eq(rh);
33 virtual bool eq(const GrKey& rh) const = 0;
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 144 if ($type eq "CanvasRenderingContext2D") {
150 if ($type eq "CanvasGradient" or $type eq "XPathNSResolver") {
154 if ($type eq "CSSStyleDeclaration") {
158 if ($type eq "Plugin" or $type eq "PluginArray" or $type eq "MimeTypeArray") {
216 $svgPropertyType = "SVGPoint" if $svgPropertyType eq "FloatPoint";
269 push(@headerContent, "\nclass FloatRect;\n") if $svgPropertyType && $svgPropertyType eq "FloatRect";
296 if ($implClassName eq "DOMWindow")
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 44 my $path_sep = ($os_type eq "MAC") ? ":" : "/";
45 my $win_sep = ($os_type eq "WIN")? &get_win_sep : "";
75 if ($os_type eq "MAC") {
380 if ($option eq "a") {
385 } elsif ($option eq "b") {
389 } elsif ($option eq "c") {
393 } elsif (($option eq "e") || (($option eq "") && ($lastopt eq "e"))) {
397 } elsif ($option eq "f")
    [all...]
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 116 if ($str eq "-o" && $outname eq "") {
122 if ($outname eq "");
130 if ($str eq "-arch" && $archstr eq "") {
136 if ($archstr eq "");
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
86 if (eq(type.getCtClass(), Type.CLONEABLE.getCtClass()))
89 if (eq(type.getCtClass(), Type.SERIALIZABLE.getCtClass()))
102 if (eq(typeRoot.getCtClass(), Type.OBJECT.getCtClass()))
105 if (eq(typeRoot.getCtClass(), Type.CLONEABLE.getCtClass()))
108 if (eq(typeRoot.getCtClass(), Type.SERIALIZABLE.getCtClass()))
  /external/chromium/chrome/browser/chromeos/
name_value_pairs_parser.h 34 const std::string& eq,
39 // <key><EQ><value><DELIM>[<key><EQ><value>][...]
42 const std::string& eq,
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 48 if [ $result -eq 0 ]; then
  /external/dropbear/libtomcrypt/
parsenames.pl 20 if ($ARGV[0] eq "HEADERS") { print "testprof/tomcrypt_test.h"; }
  /external/icu4c/i18n/
regexcst.pl 112 if ($fields[0] eq "n") {
121 if ($fields[0] eq "") {
133 if ($fields[0] eq "" ) {
176 if ($state_func_name[$state] eq "") {
232 if ($setName eq "default") {
234 elsif ($setName eq "quoted") {
236 elsif ($setName eq "eof") {
291 if ($state_push_state[$state] eq "") {
  /external/icu4c/common/
rbbicst.pl 20 if ($ARGV[0] eq "-j") {
111 if ($fields[0] eq "n") {
120 if ($fields[0] eq "") {
132 if ($fields[0] eq "" ) {
175 if ($state_func_name[$state] eq "") {
212 if ($setName eq "default") {
214 elsif ($setName eq "escaped") {
216 elsif ($setName eq "escapedP") {
218 elsif ($setName eq "eof") {
306 if ($state_push_state[$state] eq "") {
    [all...]
  /external/sepolicy/
mls 23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
41 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
51 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
61 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
71 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
73 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
111 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject))
    [all...]
  /external/llvm/autoconf/
AutoRegen.sh 34 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
36 test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
38 test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
40 test $? -eq 0 || die "Your libtool was not detected as being $want_libtool_version_clean"

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>