HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 1 - 25 of 412) 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/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/llvm/
build-for-llvm-top.sh 24 if test "$OPTIMIZED" -eq 1 ; then
29 if test "$DEBUG" -eq 1 ; then
34 if test "$ASSERTIONS" -eq 1 ; then
39 if test "$CHECKING" -eq 1 ; then
44 if test "$DOXYGEN" -eq 1 ; then
49 if test "$THREADS" -eq 1 ; then
  /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/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/gpu/include/
GrKey.h 35 return fHash == rh.fHash && this->eq(rh);
40 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...]
  /frameworks/base/opengl/libs/tools/
glapigen 40 if ($name eq "glEGLImageTargetTexture2DOES") {
43 if ($name eq "glEGLImageTargetRenderbufferStorageOES") {
50 if ($type eq "void") {
  /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/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"
  /frameworks/base/tests/backup/
backup_stress_test.sh 57 if [ $i -eq $iterations ]; then
60 [ "$failures" -eq 0 ] && exit 0
  /hardware/broadcom/wlan/bcm4329/dhdutil/
miniopt.c 58 char *p, *eq, *valstr, *endptr = NULL; local
92 eq = strchr(p, '=');
93 if (eq == NULL && !t->longflags) {
99 keylen = eq ? (eq - (p + 2)) : (int)strlen(p) - 2;
103 if (eq) {
104 valstr = eq + 1;

Completed in 1749 milliseconds

1 2 3 4 5 6 7 8 91011>>