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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
remap-file-from-pch.cpp.h 2 #define STR "nexus"
remap-file-from-pch.cpp.remap.h 2 #define STR "nexus"
remap-file-from-pch.cpp 6 const char *str = STR; variable
  /external/clang/test/Preprocessor/
_Pragma-dependency.c 4 #define STR "GCC dependency \"parse.y\"")
6 DO_PRAGMA (STR
  /external/python/cpython3/Tools/stringbench/
stringbench.py 16 sys.stdout.write(' '.join(str(s) for s in args) + '\n')
76 def in_test_quick_match_single_character(STR):
77 s1 = STR("A" * 1000)
78 s2 = STR("A")
83 def in_test_no_match_single_character(STR):
84 s1 = STR("A" * 1000)
85 s2 = STR("B")
91 def in_test_quick_match_two_characters(STR):
92 s1 = STR("AB" * 1000)
93 s2 = STR("AB"
    [all...]
  /external/clang/test/Modules/
malformed.cpp 11 #define STR(x) STR2(x)
12 #include STR(HEADER)
  /toolchain/binutils/binutils-2.27/include/
progress.h 27 #define START_PROGRESS(STR,N)
35 #define END_PROGRESS(STR)
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /external/clang/test/Modules/Inputs/declare-use/
j.h 4 #define STR(x) #x
5 #define HDR(x) STR(x.h)
  /external/ltp/testcases/kernel/syscalls/openat/
openat02_child.c 23 #define STR "abc"
38 ret = write(fd, STR, sizeof(STR) - 1);
  /external/libxaac/decoder/armv7/
ixheaacd_post_radix_compute2.s 44 STR r0, [sp, #16]
49 STR r3, [sp, #4]
51 STR r5, [sp]
72 STR r14, [r0], #4
73 STR r11, [r0], #32-4
75 STR r7, [r0], #4
76 STR r8, [r0], #(32+(32<<1))-4
78 STR r5, [r0], #4
79 STR r6, [r0], #32-4
81 STR r9, [r0], #
    [all...]
ixheaacd_post_radix_compute4.s 75 STR r12, [r0], #4
76 STR r10, [r0], #14<<1
78 STR r11, [r0], #4
79 STR r6 , [r0], #14<<1
81 STR r14, [r0], #4
82 STR r9 , [r0], #14<<1
84 STR r5, [r0], #4
85 STR r8, [r0], #0
115 STR r12, [r0], #4
116 STR r10, [r0], #14<<
    [all...]
ixheaacd_cos_sin_mod.s 106 STR R12, [R10, #4]
107 STR R14, [R10], #8
122 STR R12, [R10, #0xF8]
123 STR R14, [R10, #0xFC]
137 STR R12, [R11, #-4]
138 STR R3, [R11], #-8
153 STR R3, [R11, #0x108]
154 STR R14, [R11, #0x104]
168 STR R12, [R10, #4]
169 STR R14, [R10], #
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 291 STR = (ord('S')<<8)
292 I_NREAD = (STR|01)
293 I_PUSH = (STR|02)
294 I_POP = (STR|03)
295 I_LOOK = (STR|04)
296 I_FLUSH = (STR|05)
297 I_SRDOPT = (STR|06)
298 I_GRDOPT = (STR|07)
299 I_STR = (STR|010)
300 I_SETSIG = (STR|011
    [all...]
  /external/clang/test/Lexer/
unicode.c 18 #define STR(X) XSTR(X)
20 static const char *copyright = STR(COPYRIGHT); // no-warning
  /external/nanopb-c/tests/common/
unittests.h 4 #define STR(x) #x
5 #define STR2(x) STR(x)
  /external/skia/bench/
TextBench.cpp 154 #define STR "Hamburgefons"
156 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kBW); )
157 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kBW); )
158 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kBW); )
159 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kBW); )
161 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kAA); )
162 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kAA); )
163 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kAA); )
164 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kAA); )
166 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kLCD);
    [all...]
  /external/skqp/bench/
TextBench.cpp 154 #define STR "Hamburgefons"
156 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kBW); )
157 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kBW); )
158 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kBW); )
159 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kBW); )
161 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kAA); )
162 DEF_BENCH( return new TextBench(STR, 16, 0xFF000000, kAA); )
163 DEF_BENCH( return new TextBench(STR, 16, 0xFFFF0000, kAA); )
164 DEF_BENCH( return new TextBench(STR, 16, 0x88FF0000, kAA); )
166 DEF_BENCH( return new TextBench(STR, 16, 0xFFFFFFFF, kLCD);
    [all...]
  /libcore/ojluni/src/main/native/
Thread.c 38 #define STR "Ljava/lang/String;"
52 {"setNativeName", "(" STR ")V", (void *)&JVM_SetNativeThreadName},
58 #undef STR
  /external/libxaac/decoder/armv8/
ixheaacd_postradixcompute4.s 34 //STR x4, [sp, #8] ; (npoints / 2)*4bytes - 4bytes
36 //STR x0, [sp, #12] ; (3*(npoints/2))*4bytes - 4bytes
76 STR w12, [x0], #4 // y0[h2] = n00, x7 -> y0[h2 + 1]
78 STR w10, [x0], #14<<1 // y0[h2 + 1] = n01, x7 -> y1[h2]
80 STR w11, [x0], #4 // y1[h2] = n10, x7 -> y1[h2 + 1]
81 STR w6 , [x0], #14<<1 // y1[h2 + 1] = n11, x7 -> y2[h2]
83 STR w14, [x0], #4 // y2[h2] = n20, x7 -> y2[h2 + 1]
84 STR w9 , [x0], #14<<1 // y2[h2 + 1] = n21, x7 -> y3[h2]
86 STR w5, [x0], #4 // y3[h2] = n30, x7 -> y3[h2 + 1]
87 STR w8, [x0], #0 // y3[h2 + 1] = n31, x7 -> y0[h2+2
    [all...]
  /external/valgrind/coregrind/m_demangle/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /frameworks/rs/perf-test-scripts/
switch-device 58 STR=(`adb devices -l | grep "$1"`)
59 if [ ${#STR[@]} -gt 0 ]; then
60 export ANDROID_SERIAL="$STR"
  /external/vulkan-validation-layers/tests/
test_common.h 67 #define STR(r) \
70 STR(VK_SUCCESS);
71 STR(VK_NOT_READY);
72 STR(VK_TIMEOUT);
73 STR(VK_EVENT_SET);
74 STR(VK_EVENT_RESET);
75 STR(VK_ERROR_INITIALIZATION_FAILED);
76 STR(VK_ERROR_OUT_OF_HOST_MEMORY);
77 STR(VK_ERROR_OUT_OF_DEVICE_MEMORY);
78 STR(VK_ERROR_DEVICE_LOST)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_common.h 67 #define STR(r) \
70 STR(VK_SUCCESS);
71 STR(VK_NOT_READY);
72 STR(VK_TIMEOUT);
73 STR(VK_EVENT_SET);
74 STR(VK_EVENT_RESET);
75 STR(VK_ERROR_INITIALIZATION_FAILED);
76 STR(VK_ERROR_OUT_OF_HOST_MEMORY);
77 STR(VK_ERROR_OUT_OF_DEVICE_MEMORY);
78 STR(VK_ERROR_DEVICE_LOST)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
listnode.c 54 if (STR(n) != NULL)
55 fprintf(fp, "%s", STR(n));
60 fprintf(fp, "%s ", STR(n));

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>