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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
1.h 1 int one; variable
  /external/clang/test/CodeGen/
2004-01-01-UnknownInitSize.c 7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}};
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
100-macro-with-colon.c 1 #define one 1 macro
5 case one + two:
097-paste-with-non-function-macro.c 1 #define PASTE_MACRO one ## token
057-empty-arguments.c 3 #define one(x) success macro
4 one()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
Cube.java 32 int one = 0x10000; local
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
eval.s 2 .equ one, 1
8 .if two > one
9 .byte one
14 .if one == one
15 .byte one
20 .if one < two
21 .byte one
26 .if one <> two
27 .byte one
    [all...]
forward.s 1 .equiv two, 2*one
2 .equiv minus_one, -one
3 .equ one, 1
4 .equiv three, 3*one
5 .eqv four, 4*one
9 .if two > one
10 .byte one
14 .if four > one
19 .equ one, -1
20 .byte one
    [all...]
  /build/kati/testcase/
append_self_reference.mk 1 x := one
6 #y = one
  /external/v8/tools/clang/plugins/tests/
missing_ctor_ignored_base.cpp 8 MissingCtorsWithIgnoredBase one; local
  /external/clang/test/CodeGenCXX/
powerpc-byval.cpp 8 void byval(S one, S two) {
9 one = two;
12 // CHECK: define void @_Z5byval1SS_(%struct.S* %one, %struct.S* %two)
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 12 // CHECK: in one
26 int one() function
33 return one();
  /external/valgrind/none/tests/x86/
bug126147-x86.c 137 char one[50]; variable
146 check (mystrncpy (one, "abc", 4) == one, 1); /* Returned value. */
147 equal (one, "abc", 2); /* Did the copy go right? */
149 (void) strcpy (one, "abcdefgh");
150 (void) mystrncpy (one, "xyz", 2);
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
153 (void) strcpy (one, "abcdefgh");
154 (void) mystrncpy (one, "xyz", 3); /* Copy cut just before NUL. */
155 equal (one, "xyzdefgh", 4)
    [all...]
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
2 one
  /external/valgrind/memcheck/tests/
str_tester.c 65 char one[50]; variable
123 for (__n = 0; __n < (int) sizeof (one); ++__n) \
124 one[__n] = 'Z'; \
125 fn (one, str); \
126 for (cp = one, __n = 0; __n < n; ++__n, ++cp) \
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
137 equal (one, "abcd", 2); /* Basic test. */
139 (void) strcpy (one, "x");
140 equal (one, "x", 3); /* Writeover. *
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
forward.s 1 two == 2*one
2 one = 1 define
3 three == 3*one
4 four = 4*one
14 alloc r31 = one + 1, two + 2, three + 3, four + 4
15 dep.z RA = one, two + 3, three + 4
19 one = -1 define
24 alloc r31 = one + 1, two + 2, three + 3, four - 4
25 dep.z RA = one, two + 3, three + 4
  /external/compiler-rt/test/asan/TestCases/
global-location.cc 21 int one = argc - 1; local
23 case 'g': return global[one * 11];
24 case 'c': return C::array[one * 11];
29 return array[one * 11];
33 return str[one * 11];
  /external/toybox/tests/
mkdir.test 7 testing "mkdir" "mkdir one && [ -d one ] && echo yes" "yes\n" "" ""
8 rmdir one
15 testing "one two" \
16 "mkdir one two && [ -d one ] && [ -d two ] && echo yes" "yes\n" "" ""
17 rmdir one two
19 testing "missing/one" \
20 "mkdir missing/one 2> /dev/null || [ ! -d missing ] && echo yes" "yes\n" "" ""
23 "mkdir -p one/two/three && [ -d one/two/three ] && echo yes" "yes\n" "" "
    [all...]
mkfifo.test 7 testing "mkfifo" "mkfifo one && [ -p one ] && echo yes" "yes\n" "" ""
8 rm one
15 testing "one two" \
16 "mkfifo one two && [ -p one ] && [ -p two ] && echo yes" "yes\n" "" ""
17 rm one two
21 "mkfifo one && stat -c %a one" "644\n" "" ""
22 rm one
    [all...]
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 5 one, enumerator in enum:E
16 case one:
  /external/valgrind/none/tests/amd64/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
2 one
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-lib.c 2 one (void) function
19 return one;

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>