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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XMLEntities.properties 29 gt=62
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
sctop-report 12 if [ "$n_args" -gt 2 ] ; then
16 if [ "$n_args" -gt 1 ] ; then
20 elif [ "$n_args" -gt 0 ] ; then
  /external/compiler-rt/lib/builtins/arm/
sync_fetch_and_max_4.S 17 #define max_4(rD, rN, rM) MINMAX_4(rD, rN, rM, gt)
sync_fetch_and_max_8.S 17 #define max_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, gt)
aeabi_dcmp.S 12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
40 DEFINE_AEABI_DCMP(gt)
aeabi_fcmp.S 12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
40 DEFINE_AEABI_FCMP(gt)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
rwtop-report 12 if [ "$n_args" -gt 1 ] ; then
16 if [ "$n_args" -gt 0 ] ; then
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
sendEmailAlert.sh 27 while [ "$#" -gt 0 ]; do
53 if [ $debug -gt 0 ]; then
84 if [ $debug -gt 0 ]; then
101 if [ $debug -gt 0 ]; then
  /external/deqp/framework/qphelper/
qpXmlWriter.c 60 case '>': repl = ">"; break;
66 case 1: repl = "<SOH>"; break;
67 case 2: repl = "<STX>"; break;
68 case 3: repl = "<ETX>"; break;
69 case 4: repl = "<EOT>"; break;
70 case 5: repl = "<ENQ>"; break;
71 case 6: repl = "<ACK>"; break;
72 case 7: repl = "<BEL>"; break;
73 case 8: repl = "<BS>"; break;
74 case 11: repl = "<VT>"; break
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 42 namespace gt = gfx::test;
59 gfx::Image image2(gt::CreateImageSkia(25, 25));
124 gfx::Image image2(gt::CreateImageSkia(10, 25));
131 gfx::Image image(gt::CreateImageSkia(25, 25));
158 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
174 image_skia.AddRepresentation(gfx::ImageSkiaRep(gt::CreateBitmap(
183 gt::CreatePNGBytes(kSize2x), 2.0f));
199 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x);
203 gt::CreatePNGBytes(kSize2x), 2.0f));
218 SkBitmap bitmap_1x = gt::CreateBitmap(kSize1x, kSize1x)
    [all...]
image_family_unittest.cc 13 namespace gt = gfx::test;
33 image_family_.Add(gt::CreateImageSkia(32, 32));
35 image_family_.Add(gt::CreateImageSkia(16, 16));
36 image_family_.Add(gt::CreateImageSkia(64, 64));
39 gfx::Image image(gt::CreateImageSkia(32, 32));
42 image_family_.Add(gt::CreateImageSkia(3, 12));
43 image_family_.Add(gt::CreateImageSkia(12, 48));
45 image_family_.Add(gt::CreateImageSkia(512, 128));
46 image_family_.Add(gt::CreateImageSkia(256, 64));
160 image_family_.Add(gt::CreateImageSkia(32, 0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
203 if test $VERBOSE -gt 1
240 if test $VERBOSE -gt 2
261 if test $VERBOSE -gt 1
292 if test $VERBOSE -gt 2
306 if test $VERBOSE -gt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 113 if test $VERBOSE -gt 0
158 if test $VERBOSE -gt 0; then
165 if test $VERBOSE -gt 0
199 if test $VERBOSE -gt 1
213 while [ -n "$dirs" ] && [ $levels -gt 0 ]
219 if test $VERBOSE -gt 1
256 if test $VERBOSE -gt 2
277 if test $VERBOSE -gt 1
308 if test $VERBOSE -gt 2
322 if test $VERBOSE -gt
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbc.h 30 * Requires that the GT->ERROR function has been defaulted to a valid
51 #include <gt.h>
55 (*GT->ERRORFXN)("%s, line %d: Assertion (" #exp ") failed.\n", \
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 61 if [[ "$#" -gt 0 ]]; then
79 if [[ "$#" -gt 0 ]]; then
  /external/chromium_org/v8/tools/
check-static-initializers.sh 55 if [ $static_init_count -gt $expected_static_init_count ]; then
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.sh 18 if [[ $debug -gt 0 ]]; then
  /external/valgrind/main/nightly/conf/
cellbuzz-cross.conf 20 while [ `qstat "${jobid}" 2>/dev/null | wc --lines` -gt 0 ]
cellbuzz-native.conf 18 while [ `qstat "${jobid}" 2>/dev/null | wc --lines` -gt 0 ]
  /external/eigen/blas/testing/
runblastest.sh 28 if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then
36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 40 template<typename T> void gt(); // expected-note {{here}}
92 template<> void N::gt<int>() {} function in class:inline_namespaces::N
93 template void N::gt<char>(); // expected-error {{undefined}}
  /external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
memcpy.S 22 cmp/gt r6,r1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/
T_if_gt_1.d 16 if-gt v6, v7, Label11
T_if_gt_10.d 16 if-gt v6, v7, Label11
T_if_gt_3.d 16 if-gt v6, v7, Label11

Completed in 1543 milliseconds

1 2 3 4 5 6 7 8 91011>>