HomeSort by relevance Sort by last modified time
    Searched full:greater (Results 26 - 50 of 3025) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 42 003E; 003C # GREATER-THAN SIGN
78 2265; 2264 # GREATER-THAN OR EQUAL TO
80 2267; 2266 # GREATER-THAN OVER EQUAL TO
82 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
84 226B; 226A # MUCH GREATER-THAN
86 226F; 226E # [BEST FIT] NOT GREATER-THAN
88 2271; 2270 # [BEST FIT] NEITHER GREATER-THAN NOR EQUAL TO
90 2273; 2272 # [BEST FIT] GREATER-THAN OR EQUIVALENT TO
92 2275; 2274 # [BEST FIT] NEITHER GREATER-THAN NOR EQUIVALENT TO
93 2276; 2277 # LESS-THAN OR GREATER-THA
    [all...]
  /external/icu4c/data/unidata/
BidiMirroring.txt 51 003E; 003C # GREATER-THAN SIGN
87 2265; 2264 # GREATER-THAN OR EQUAL TO
89 2267; 2266 # GREATER-THAN OVER EQUAL TO
91 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
93 226B; 226A # MUCH GREATER-THAN
95 226F; 226E # [BEST FIT] NOT GREATER-THAN
97 2271; 2270 # [BEST FIT] NEITHER GREATER-THAN NOR EQUAL TO
99 2273; 2272 # [BEST FIT] GREATER-THAN OR EQUIVALENT TO
101 2275; 2274 # [BEST FIT] NEITHER GREATER-THAN NOR EQUIVALENT TO
102 2276; 2277 # LESS-THAN OR GREATER-THA
    [all...]
  /external/llvm/cmake/modules/
LLVMParseArguments.cmake 65 IF (is_arg_name GREATER -1)
69 ELSE (is_arg_name GREATER -1)
72 IF (is_option GREATER -1)
74 ELSE (is_option GREATER -1)
76 ENDIF (is_option GREATER -1)
77 ENDIF (is_arg_name GREATER -1)
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.html 23 <p>Greater-than: ></p>
57 Greater-than: \&gt;
92 <p>Greater-than: <code>\&gt;</code></p>
Backslash escapes.text-out 20 <p>Greater-than: &gt;</p>
48 Greater-than: \&gt;
72 <p>Greater-than: <code>\&gt;</code></p>
Backslash escapes.text-res 20 <p>Greater-than: &gt;</p>
48 Greater-than: \&gt;
72 <p>Greater-than: <code>\&gt;</code></p>
  /external/markdown/tests/markdown-test/
backlash-escapes.html 12 <p>Greater-than: &gt;</p>
39 Greater-than: \&gt;
62 <p>Greater-than: <code>\&gt;</code></p>
  /external/valgrind/main/massif/tests/
insig.c 3 // In this test, the size of the insignificant nodes is greater than the
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
head.inp 6 surround you everywhere, and I think there is no greater meaning
middle.inp 6 surround you everywhere, and I think there is no greater meaning
  /external/guava/guava/src/com/google/common/collect/
Ranges.java 80 * Returns a range that contains all values strictly greater than {@code
83 * @throws IllegalArgumentException if {@code lower} is greater than <i>or
91 * Returns a range that contains all values greater than or equal to
94 * @throws IllegalArgumentException if {@code lower} is greater than {@code
102 * Returns a range that contains all values greater than or equal to
105 * @throws IllegalArgumentException if {@code lower} is greater than {@code
114 * Returns a range that contains all values strictly greater than {@code
117 * @throws IllegalArgumentException if {@code lower} is greater than {@code
130 * @throws IllegalArgumentException if {@code lower} is greater than {@code
180 * Returns a range that contains all values strictly greater than {@cod
    [all...]
  /external/dbus/doc/
introspect.dtd 3 GNU GPL version 2 (or greater) and AFL 1.1 (or greater) -->
  /external/dropbear/libtommath/
bn_mp_add.c 35 /* subtract the one with the greater magnitude from */
37 /* the sign of the one with the greater magnitude. */
  /external/icu4c/test/intltest/
decoll.cpp 90 { Collator::GREATER, Collator::GREATER },
91 { Collator::GREATER, Collator::GREATER },
92 { Collator::GREATER, Collator::GREATER },
96 { Collator::EQUAL, Collator::GREATER },
99 { Collator::EQUAL, Collator::GREATER }
  /external/kernel-headers/original/linux/
delay.h 15 * Using udelay() for intervals greater than a few milliseconds can
17 * mdelay() provides a wrapper to prevent this. For delays greater
  /external/llvm/lib/Target/Sparc/
Sparc.h 42 ICC_G = 10 , // Greater
44 ICC_GE = 11 , // Greater or Equal
46 ICC_GU = 12 , // Greater Unsigned
58 FCC_G = 6+16, // Greater
59 FCC_UG = 5+16, // Unordered or Greater
62 FCC_LG = 2+16, // Less or Greater
66 FCC_GE = 11+16, // Greater or Equal
67 FCC_UGE = 12+16, // Unordered or Greater or Equal
  /external/stlport/test/unit/
perm_test.cpp 98 prev_permutation(v1.begin(), v1.end(), greater<int>());
102 prev_permutation(v1.begin(), v1.end(), greater<int>());
106 prev_permutation(v1.begin(), v1.end(), greater<int>());
110 prev_permutation(v1.begin(), v1.end(), greater<int>());
114 prev_permutation(v1.begin(), v1.end(), greater<int>());
118 prev_permutation(v1.begin(), v1.end(), greater<int>());
122 prev_permutation(v1.begin(), v1.end(), greater<int>());
126 prev_permutation(v1.begin(), v1.end(), greater<int>());
130 prev_permutation(v1.begin(), v1.end(), greater<int>());
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupChildrenTest.java 73 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
91 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
109 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
139 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
160 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
181 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
203 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
224 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
243 // 24 should be greater than ViewGroup.ARRAY_CAPACITY_INCREMENT
  /ndk/tests/device/test-gnustl-full/unit/
perm_test.cpp 98 prev_permutation(v1.begin(), v1.end(), greater<int>());
102 prev_permutation(v1.begin(), v1.end(), greater<int>());
106 prev_permutation(v1.begin(), v1.end(), greater<int>());
110 prev_permutation(v1.begin(), v1.end(), greater<int>());
114 prev_permutation(v1.begin(), v1.end(), greater<int>());
118 prev_permutation(v1.begin(), v1.end(), greater<int>());
122 prev_permutation(v1.begin(), v1.end(), greater<int>());
126 prev_permutation(v1.begin(), v1.end(), greater<int>());
130 prev_permutation(v1.begin(), v1.end(), greater<int>());
  /ndk/tests/device/test-stlport/unit/
perm_test.cpp 98 prev_permutation(v1.begin(), v1.end(), greater<int>());
102 prev_permutation(v1.begin(), v1.end(), greater<int>());
106 prev_permutation(v1.begin(), v1.end(), greater<int>());
110 prev_permutation(v1.begin(), v1.end(), greater<int>());
114 prev_permutation(v1.begin(), v1.end(), greater<int>());
118 prev_permutation(v1.begin(), v1.end(), greater<int>());
122 prev_permutation(v1.begin(), v1.end(), greater<int>());
126 prev_permutation(v1.begin(), v1.end(), greater<int>());
130 prev_permutation(v1.begin(), v1.end(), greater<int>());
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FluidSimHeightMap.java 85 * if size of the terrain is not greater that zero, or number of
86 * iterations is not greater that zero, or the minimum initial height
87 * is greater than the maximum (or the other way around)
92 "Either size of the terrain is not greater that zero, "
93 + "or number of iterations is not greater that zero, "
94 + "or minimum height greater or equal as the maximum, "
120 * if size of the terrain is not greater that zero, or number of
121 * iterations is not greater that zero
126 "Either size of the terrain is not greater that zero, "
127 + "or number of iterations is not greater that zero");
    [all...]
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.html 23 <p>Greater-than: ></p>
57 Greater-than: \&gt;
92 <p>Greater-than: <code>\&gt;</code></p>
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_CMPL_DOUBLE_VFP.S 30 movgt r0, #1 @ (greater than) r0<- 1
TEMPLATE_CMPL_FLOAT_VFP.S 30 movgt r0, #1 @ (greater than) r0<- 1
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt 12 UpdateBugStateTask requires JDK 1.4 or greater.

Completed in 2243 milliseconds

12 3 4 5 6 7 8 91011>>