HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 101 - 125 of 643) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-class.cpp 63 int two; member in struct:A
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 70 enum e5 { two }; enumerator in enum:e5
  /external/llvm/test/MC/AArch64/
arm64-separator.s 7 ; tell it to show encodings. That will result in the two 'mov' instructions
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 8 @ Besides, there should be two entries in .ARM.exidx section.
31 @ Check the .text section. There should be two "bx lr" instructions.
44 @ There should be two entries (two words per entry.)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 6 * This signifies a case where the cardinality of two or more elements
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
curpos-err.asm 22 dd baz-$+baz-$ ; two from same segment
curpos.asm 22 dd baz-$+baz-$ ; two from same segment
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 22 .4byte baz-.+baz-. # two from same segment
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-curpos.asm 22 dd baz-$+baz-$ ; two from same segment
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-curpos.asm 22 dd baz-$+baz-$ ; two from same segment
  /external/libcxx/test/utilities/function.objects/refwrap/
weak_result.pass.cpp 50 struct two {char _; char __;}; struct in struct:has_result_type
51 template <class U> static two test(...);
  /external/libcxx/test/utilities/utility/forward/
forward.pass.cpp 23 struct two {one _[2];}; struct
28 two test(const A&);
  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 4 # Test two different executable sections with bundling.
  /bionic/tests/
search_test.cpp 150 q_node two(2);
156 insque(&two, &one);
165 for (q_node* q = &two; q != NULL; q = q->prev) {
178 remque(&two);
190 insque(&two, &one);
205 remque(&two);
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 24 // argument it should match. If there are more than two arguments remaining,
29 // Exactly two arguments remaining. If the first argument is a string,
31 // request, which is required. In other words, when two arguments remain,
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 4 struct two { char c[2]; }; struct
76 // Narrowing conversions don't affect viability. The next two choose
135 two ov1(C); // expected-note {{not viable: cannot convert initializer list}}
137 static_assert(sizeof(ov1({})) == sizeof(two), "bad overload");
138 static_assert(sizeof(ov1({1, 2})) == sizeof(two), "bad overload");
144 two ov2(F<3>);
146 static_assert(sizeof(ov2({1, 2, 3})) == sizeof(two), "bad overload"); // list -> F only viable
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 44 blend two textures out of a larger set of textures. Moreover, in some
56 in a different texture map, and dynamically select which two
174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture.
177 two-dimensional proxy array texture."
199 is used to specify a two-dimensional texture image. target must be one
200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a
205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy
237 defines a two-dimensional texture image in exactly the manner of
286 w(x,y) = 0; for a two-dimensional texture or a two-dimensional arra
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 44 blend two textures out of a larger set of textures. Moreover, in some
56 in a different texture map, and dynamically select which two
174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture.
177 two-dimensional proxy array texture."
199 is used to specify a two-dimensional texture image. target must be one
200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a
205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy
237 defines a two-dimensional texture image in exactly the manner of
286 w(x,y) = 0; for a two-dimensional texture or a two-dimensional arra
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 43 externalizeString(twoByteExternalWithOneByteData, true /* force two-byte */);
53 // Appending a two-byte string that contains only ascii chars should
75 // Appending a real two-byte string should produce a two-byte cons.
88 // Flattened string should still be two-byte.
keyed-call-ic.js 55 F.prototype.two = function() {return 'two'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
116 key = 'two'; // the name change should case a miss
126 key = 'two'; // the name change should case a miss
190 if (i == 5) { obj = "TWO"; }
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 172 static void scaleMatrix(const SkPath& one, const SkPath& two, SkMatrix& scale) {
174 larger.join(two.getBounds());
231 static int pathsDrawTheSame(const SkPath& one, const SkPath& two, SkBitmap& bits, SkPath& scaledOne,
234 scaleMatrix(one, two, scale);
236 two.transform(scale, &scaledTwo);
240 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) {
245 const SkRect& bounds2 = two.getBounds();
269 canvas.drawPath(two, paint);
288 static void showSimplifiedPath(const SkPath& one, const SkPath& two,
291 showPath(two, "simplified:")
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 100 int insertSwap(double one, double two, const SkDPoint& pt) {
102 return insert(two, one, pt);
104 return insert(one, two, pt);
220 void cubicInsert(double one, double two, const SkDPoint& pt, const SkDCubic& c1,
232 int insert(double one, double two, const SkDPoint& pt);
233 void insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2);
235 void insertCoincident(double one, double two, const SkDPoint& pt);
  /external/chromium_org/v8/tools/
generate-ten-powers.scm 99 ;; We shift by multiplying with two^e. -> We encode two^e*(1/ten^i) ==
100 ;; two^e/ten^i.
103 (two^e #z1)
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)
112 (v (rounded-/bx two^e ten^i))
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
116 (loop i ten^i (bit-lshbx two^e 1) (+fx e 1)))))
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 211 ModuleStats* two = (ModuleStats*)in2; local
214 int twoSize = (two->mSize.mCode + two->mSize.mData);
226 retval = strcmp(one->mModule, two->mModule);
245 SegmentStats* two = (SegmentStats*)in2; local
247 if(one->mSize < two->mSize)
251 else if(one->mSize > two->mSize)
257 retval = strcmp(one->mSegment, two->mSegment);
258 if(0 > one->mSize && 0 > two->mSize)
276 ObjectStats* two = (ObjectStats*)in2 local
307 SymbolStats* two = (SymbolStats*)in2; local
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 55 .two-column {
96 .two-column.visible .left-column,
97 .two-column.visible .right-column {
102 .two-column:not(.visible) .left-column,
103 .two-column:not(.visible) .right-column {
109 .two-column:not(.visible) select {

Completed in 283 milliseconds

1 2 3 45 6 7 8 91011>>