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

1 2 3 4 5 6

  /external/compiler-rt/test/BlocksRuntime/
varargs-bad-assign.c 19 int six = 0; local
35 six = sumn(3, 1, 2, 3);
37 if ( six != 6 ) {
38 printf("%s: Expected 6 but got %d\n", argv[0], six);
varargs.c 30 int six = sumn(3, 1, 2, 3); local
32 if ( six != 6 ) {
33 printf("%s: Expected 6 but got %d\n", argv[0], six);
  /external/clang/test/CodeGen/
tbaa-struct.cpp 54 struct six { struct
60 void copy5(struct six *a, struct six *b) {
tbaa.cpp 215 struct six { struct
221 char g14(struct six *a, struct six *b) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-align-3.s 15 .section .six,"dr3"
section-align-3.d 30 10 \.six 0*0000008 0*0000000 0*0000000 0*0000294 2\*\*3
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 70 ViewOne six = new ViewOne(mContext); local
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
113 TextView six = new TextView(mContext); local
114 six.setText("F");
115 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /art/test/093-serialization/src/
Main.java 111 private Byte six = 26; field in class:Sub
120 six = 6;
128 + " four=" + four + " five=" + five + " six=" + six
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
helpers.py 17 from six import string_types
  /external/protobuf/python/google/protobuf/
text_encoding.py 34 import six
76 Ord = ord if isinstance(text, six.string_types) else lambda x: x
  /external/caliper/examples/src/main/java/examples/
VarargsBenchmark.java 54 @Override long six(long a, long b, long c, long d, long e, long f) { method
78 @Override long six(long a, long b, long c, long d, long e, long f) { method
79 return VarargsBenchmark.six(a, b, c, d, e, f);
93 abstract long six(long a, long b, long c, long d, long e, long f); method in class:VarargsBenchmark.Strategy
124 private static long six(long a, long b, long c, long d, long e, long f) { method in class:VarargsBenchmark
226 dummy += strategy.six(
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 48 import six
50 if six.PY3:
129 if not isinstance(proposed_value, six.integer_types):
131 (proposed_value, type(proposed_value), six.integer_types))
153 if not isinstance(proposed_value, six.integer_types):
155 (proposed_value, type(proposed_value), six.integer_types))
173 if not isinstance(proposed_value, (bytes, six.text_type)):
175 (proposed_value, type(proposed_value), (bytes, six.text_type)))
_parameterized.py 158 import six
178 isinstance(obj, six.string_types))
  /external/toybox/tests/
cp.test 81 touch one/{six,seven,eight}
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMap8Test.java 62 assertEquals(map.getOrDefault(six, "Z"), "Z");
70 map.computeIfAbsent(six, (x) -> "Z");
71 assertTrue(map.containsKey(six));
87 map.computeIfAbsent(six, (x) -> null);
88 assertFalse(map.containsKey(six));
96 map.computeIfPresent(six, (x, y) -> "Z");
97 assertFalse(map.containsKey(six));
113 map.compute(six, (x, y) -> null);
114 assertFalse(map.containsKey(six));
122 assertEquals("Z", map.compute(six, (x, y) -> "Z"))
    [all...]
ConcurrentSkipListMapTest.java 370 map.putIfAbsent(six, "Z");
371 assertTrue(map.containsKey(six));
387 assertNull(map.replace(six, "Z"));
388 assertFalse(map.containsKey(six));
453 Map.Entry e2 = map.lowerEntry(six);
477 Map.Entry e4 = map.higherEntry(six);
489 Map.Entry e2 = map.floorEntry(six);
513 Map.Entry e4 = map.ceilingEntry(six);
557 Object e2 = q.lowerKey(six);
581 Object e4 = q.higherKey(six);
    [all...]
  /external/boringssl/src/crypto/perlasm/
ppc-xlate.pl 230 my $vshasigmad = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); };
231 my $vshasigmaw = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.x 144 unsigned six; /* always equals 6 */
155 unsigned six; /* always equals 6 */
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 144 unsigned six; /* always equals 6 */
155 unsigned six; /* always equals 6 */
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadView.java 69 R.id.six,
326 } else if (buttonId == R.id.six) {
366 } else if (buttonId == R.id.six) {
383 } else if (buttonId == R.id.six) {
423 || buttonId == R.id.six
440 || buttonId == R.id.six
452 || buttonId == R.id.six) {
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 81 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
331 } else if (buttonId == R.id.six) {
371 } else if (buttonId == R.id.six) {
388 } else if (buttonId == R.id.six) {
423 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine
434 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine
441 || buttonId == R.id.four || buttonId == R.id.five || buttonId == R.id.six) {
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 9 auto six = Fact(Fact, 3); member in namespace:test_factorial
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 89 <BitParameter Pos="6" Size="6" Max="10" Name="six"/>
356 <BitParameter Name="six">0</BitParameter>
375 <BitParameter Name="six">10</BitParameter>
393 <BitParameter Name="six">0xA</BitParameter>

Completed in 2239 milliseconds

1 2 3 4 5 6