HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 251 - 275 of 1259) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 77 if($ext eq 'c')
84 elsif($ext eq 's')
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 75 if($ext eq 'c')
82 elsif($ext eq 's')
  /frameworks/native/opengl/libs/tools/
gltracegen 45 if ($type eq "void") {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
char_assignment.pass.cpp 27 assert(T::eq(s1[0], s2));
  /external/easymock/src/org/easymock/
EasyMock.java 1068 public static boolean eq(boolean value) { method in class:EasyMock
1080 public static byte eq(byte value) { method in class:EasyMock
1092 public static char eq(char value) { method in class:EasyMock
1104 public static double eq(double value) { method in class:EasyMock
1116 public static float eq(float value) { method in class:EasyMock
1128 public static int eq(int value) { method in class:EasyMock
1140 public static long eq(long value) { method in class:EasyMock
1152 public static short eq(short value) { method in class:EasyMock
1165 public static <T> T eq(T value) { method in class:EasyMock
1374 public static double eq(double value, double delta) { method in class:EasyMock
1390 public static float eq(float value, float delta) { method in class:EasyMock
    [all...]
  /external/chromium_org/build/
install-build-deps.sh 74 if [ 0 -eq "${do_unsupported-0}" ] && [ 0 -eq "${do_quick_check-0}" ] ; then
87 if [ "x$(id -u)" != x0 ] && [ 0 -eq "${do_quick_check-0}" ]; then
213 [ $1 -eq 0 ] && echo "Y" || echo "N"
223 [ $1 -eq 0 ] && echo "Y" || echo "N"
244 if test "$do_inst_syms" = "" && test 0 -eq ${do_quick_check-0}
295 if [ 1 -eq "${do_quick_check-0}" ] ; then
345 elif [ $? -eq 1 ]; then
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
report-include-statistics 44 if ($file eq "icu") {
55 my $include = ($2 eq "sys/" ? $2 : "") . $4;
commit-log-editor 163 $keepExistingLog = 0 if ($key eq "r");
175 if ($webkitGenerateCommitMessage eq "") {
289 if ($label eq "top level") {
291 } elsif ($label eq "LayoutTests") {
334 return if $authorEmail eq changeLogEmailAddress();
349 last if substr($string, 0, $prefixLength) eq $prefix;
  /external/chromium_org/third_party/codesighs/
nm_wrap_osx.pl 65 if ('a' eq lc $kind) {
  /external/chromium_org/third_party/lcov/bin/
gendesc 186 if ($empty_line eq "insert")
198 if ($empty_line eq "observe")
  /external/chromium_org/v8/test/mjsunit/
compare-known-objects.js 34 function eq(a, b) { function
44 assertTrue(eq(a, a));
45 assertTrue(eq(b, b));
46 assertFalse(eq(a, b));
  /external/elfutils/0.153/src/
ylwrap 77 if test $status -eq 0; then
  /external/f2fs-tools/scripts/
spo_test.sh 10 if [ $stop -eq 1 ]; then
45 if [ $count -eq 20 ]; then
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
rw-by-file.pl 33 if ($common_comm eq $for_comm) {
44 if ($common_comm eq $for_comm) {
  /external/llvm/utils/
UpdateCMakeLists.pl 25 if ($file eq "CMakeLists.txt") {
34 if ($ext eq $x) {
test_debuginfo.pl 34 $use_lldb = 1 if ($Config{osname} eq "darwin");
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 346 if (!matched[i] && eq(x, elements[i])) {
359 private static boolean eq(Object o1, Object o2) { method in class:CopyOnWriteArraySet
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
compare.hpp 46 static bool eq( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 ); } function in struct:boost::unit_test::ut_detail::case_ins
52 if( !eq( s1[i], s2[i] ) )
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 78 b.eq .Lzero_mem
90 b.eq .Ltail15
93 b.eq 1f
130 b.eq 2f
163 b.eq 1f
207 b.eq 1f /* Already aligned. */
  /external/libvorbis/
autogen.sh 56 if test $maj -eq $majneeded -a $min -ge $minneeded; then
70 if test $maj -eq $majneeded -a $min -ge $minneeded; then
106 if test "$DIE" -eq 1; then
  /external/llvm/test/MC/ARM/
thumb2-branches.s 49 it eq
54 @ CHECK: it eq @ encoding: [0x08,0xbf]
128 it eq
132 @ CHECK: it eq @ encoding: [0x08,0xbf]
136 ite eq
140 @ CHECK: ite eq @ encoding: [0x0c,0xbf]
192 it eq
197 @ CHECK: it eq @ encoding: [0x08,0xbf]
271 it eq
275 @ CHECK: it eq @ encoding: [0x08,0xbf
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 196 HtmlToken eq = peekToken(nToMerge + 2); local
197 if (eq != null && eq.type == HtmlTokenType.IGNORABLE) {
198 eq = peekToken(nToMerge + 3);
200 if (eq == null || eq.tokenInContextMatches(input, "=")) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEqualizerTest.java 97 Equalizer eq = null; local
99 eq = new Equalizer(0, 0);
100 assertNotNull(msg + ": could not create Equalizer", eq);
102 assertTrue(msg +": invalid effect ID", (eq.getId() != 0));
112 if (eq != null) {
113 eq.release();
  /system/core/libcutils/
str_parms.c 149 char *eq = strchr(kvpair, '='); /* would love strchrnul */ local
154 if (eq == kvpair)
157 if (eq) {
158 key = strndup(kvpair, eq - kvpair);
159 if (*(++eq))
160 value = strdup(eq);
  /external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memcpy.S 199 p2 = cmp.eq(len, #0); /* =0 */
202 p1 = cmp.eq(ptr_in, ptr_out); /* attempt to overwrite self */
275 p1 = cmp.eq(prolog, #0);
281 nokernel = cmp.eq(kernel,#0);
290 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */
360 nokernel = cmp.eq(kernel, #0); /* after adjustment, recheck */
381 p3 = cmp.eq(kernel, rest);
450 noepilog = cmp.eq(epilog,#0);
457 p3 = cmp.eq(epilogdws, #0);
469 p3 = cmp.eq(kernel, #0)
    [all...]

Completed in 1694 milliseconds

<<11121314151617181920>>