Searched refs:eq (Results 176 - 200 of 578) sorted by relevance

1234567891011>>

/external/clang/tools/diag-build/
H A Ddiag-build.sh83 if [[ $guessing_cc -eq 1 ]]; then
/external/conscrypt/
H A Dupdate_prebuilts.sh81 if [ $build_me -eq 1 ]; then
/external/libopus/tests/
H A Drun_vectors.sh92 if [ "$float_ret" -eq "0" ]; then
121 if [ "$float_ret" -eq "0" ]; then
/external/stlport/stlport/stl/
H A Dchar_traits.h141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
148 if (!eq(__s1[__i], __s2[__i]))
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
162 if (eq(*__s, __c))
/external/valgrind/main/gdbserver_tests/
H A Dmake_local_links47 -o \( \( $GDBMAJ -eq $NEEDEDMAJ \) \
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java124 int eq = selector.indexOf('=');
130 String name = selector.substring(pos, eq);
133 pos = eq + 1;
137 StringBuffer value = new StringBuffer(end - eq);
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in270 $auto_annotate = 1 if ($1 eq "yes");
271 $auto_annotate = 0 if ($1 eq "no");
282 $inclusive = 1 if ($1 eq "yes");
283 $inclusive = 0 if ($1 eq "no");
287 $tree_caller = 1 if ($1 eq "caller" || $1 eq "both");
288 $tree_calling = 1 if ($1 eq "calling" || $1 eq "both");
303 if ($input_file eq "") {
319 if ($input_file eq "") {
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo58 if( $^O eq "msys" )
761 if ($fn eq "") {
784 if ($fn eq "") {
1036 if ($output_filename eq "-")
1067 next if ($gcov_file eq "<built-in>.gcov");
1146 if ($unprocessed[$index] eq $source_filename)
1187 if ($fn eq "") {
1196 if ($gfn eq $fn) {
1307 if (!($output_filename && ($output_filename eq "-")))
1334 if( $^O eq "msy
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp413 const EnumGL& eq = blendEquations[equationNdx]; local
417 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
420 string name = eq.nameStr;
422 "Equations " + getBlendEquationName(eq.glValue) +
426 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX)
430 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor));
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java25 import static org.easymock.EasyMock.eq;
98 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(null);
147 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existingZero);
149 expect(backingMap.replace(eq(KEY), eq(existingZero), isA(AtomicInteger.class)))
152 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing);
157 expect(backingMap.replace(eq(KEY), eq(existingZero), isA(AtomicInteger.class)))
159 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing);
/external/chromium_org/third_party/opus/src/
H A Ddepcomp137 if test $stat -eq 0; then :
160 if test $stat -eq 0; then :
203 if test $stat -eq 0; then :
266 if test $stat -eq 0; then :
314 if test $stat -eq 0; then :
358 if test $stat -eq 0; then :
421 if test $stat -eq 0; then :
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp125 if test $stat -eq 0; then :
148 if test $stat -eq 0; then :
192 if test $stat -eq 0; then :
251 if test $stat -eq 0; then :
297 if test $stat -eq 0; then :
335 if test $stat -eq 0; then :
398 if test $stat -eq 0; then :
/external/libopus/
H A Ddepcomp137 if test $stat -eq 0; then :
160 if test $stat -eq 0; then :
203 if test $stat -eq 0; then :
266 if test $stat -eq 0; then :
314 if test $stat -eq 0; then :
358 if test $stat -eq 0; then :
421 if test $stat -eq 0; then :
/external/openfst/
H A Ddepcomp125 if test $stat -eq 0; then :
148 if test $stat -eq 0; then :
192 if test $stat -eq 0; then :
251 if test $stat -eq 0; then :
297 if test $stat -eq 0; then :
335 if test $stat -eq 0; then :
398 if test $stat -eq 0; then :
/external/pixman/
H A Ddepcomp125 if test $stat -eq 0; then :
148 if test $stat -eq 0; then :
192 if test $stat -eq 0; then :
251 if test $stat -eq 0; then :
297 if test $stat -eq 0; then :
335 if test $stat -eq 0; then :
398 if test $stat -eq 0; then :
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java385 if (eq(CLONEABLE.clazz, targetRoot.clazz) || eq(SERIALIZABLE.clazz, targetRoot.clazz))
400 if (eq(deep, shallow) && deep.getSuperclass() != null)
440 while (!eq(deep, shallow)) {
573 return o.getClass() == getClass() && eq(clazz, ((Type)o).clazz);
576 static boolean eq(CtClass one, CtClass two) { method in class:Type
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc874 __ mov(r1, Operand(FLAG_deopt_every_n_times), LeaveCC, eq);
883 __ Call(entry, RelocInfo::RUNTIME_ENTRY, eq);
1161 DeoptimizeIf(eq, instr);
1214 DeoptimizeIf(eq, instr);
1225 DeoptimizeIf(eq, instr);
1271 DeoptimizeIf(eq, instr);
1319 DeoptimizeIf(eq, instr);
1324 DeoptimizeIf(eq, instr);
1367 DeoptimizeIf(eq, instr);
1392 DeoptimizeIf(eq, inst
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dpkg-dmg388 if($uname_s eq 'Darwin') {
473 if(!defined($sourceFolder) || $sourceFolder eq '' ||
474 !defined($targetImage) || $targetImage eq '') {
482 while(substr($sourceFolder, -1) eq '/') {
515 if($outputFormat eq 'UDSP') {
756 if($command eq 'unlink') {
765 elsif($command eq 'symlink') {
877 $isSymlink = ($method eq 'symlink');
1028 ($format eq 'UDZO' ? ('-imagekey', 'zlib-level=9') : ()),
1029 ($format eq 'UDB
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/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/jemalloc/bin/
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/bison/build-aux/
H A Dupdate-b4-copyright83 if ($2 eq '-') { '\d{4}'; }
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-dom-results39 my $verbose = $ARGV[0] && $ARGV[0] eq "-v";
H A Dsvn-unapply160 if (basename($fullPath) eq "ChangeLog") {
199 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
/external/chromium_org/v8/src/ic/arm/
H A Dic-compiler-arm.cc81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq);
108 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq);
/external/chromium_org/v8/src/ic/mips/
H A Dic-compiler-mips.cc65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),

Completed in 1526 milliseconds

1234567891011>>