/external/python/cpython3/Tools/i18n/ |
msgfmt.py | 51 def add(id, str, fuzzy): 54 if not fuzzy and str: 55 MESSAGES[id] = str 105 STR = 2 134 if l[0] == '#' and section == STR: 146 if section == STR: 169 section = STR 191 elif section == STR: 199 if section == STR:
|
/external/libxaac/decoder/armv7/ |
ixheaacd_mps_complex_fft_64_asm.s | 19 STR r1, [sp, #0x14] 22 STR r1, [sp, #-4]! 64 STR r12, [sp, #0x1c] 68 STR r3, [sp, #0x34] 71 STR r4, [sp, #0x18] 72 STR r1, [sp, #0x20] 77 STR r1, [sp, #0x10] 136 STR r1, [sp, #0x24] 144 STR r3, [sp, #-4]! 156 STR r4, [sp, #8+4 [all...] |
ixheaacd_tns_ar_filter_fixed.s | 36 STR r1, [sp] 45 STR r8, [r14, #4]! @lpc[i] = 0 49 STR r8, [r14, #4] @lpc[i] = 0 66 STR r8 , [r12] @state[0] = sp[top] 67 STR r9, [r0], #4 82 STR r10 , [r14], #-4 @state[j] = state[j - 1] 88 STR r9 , [r0], #4 @*spectrum = y@ 91 STR r8 , [r12] @state[0] 163 STR r9 , [r0], #4 @*spectrum = y@ 202 STR r9 , [r0], #4 @*spectrum = y [all...] |
ixheaacd_harm_idx_zerotwolp.s | 75 STR r8, [r0], #4 102 STR r12, [r0], #4
|
ixheaacd_esbr_cos_sin_mod_loop2.s | 44 STR R6, [R0], #4 @psubband++; 48 STR R6, [R3], #-4 62 STR R7, [R11], #-4 66 STR R6, [R10], #4
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
137 classify(parser_state *ps, int type, char *str)
143 register char *s = str;
190 if (STR(ch) == NULL || strcmp(STR(ch), "from") != 0)
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
206 char *str_ch = STR(CHILD(cch, 0));
220 PyParser_AddToken(register parser_state *ps, register int type, char *str,
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
137 classify(parser_state *ps, int type, char *str)
143 register char *s = str;
190 if (STR(ch) == NULL || strcmp(STR(ch), "from") != 0)
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
206 char *str_ch = STR(CHILD(cch, 0));
220 PyParser_AddToken(register parser_state *ps, register int type, char *str,
[all...] |
/external/python/cpython2/Parser/ |
parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) 112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset); 137 classify(parser_state *ps, int type, char *str) 143 register char *s = str; 190 if (STR(ch) == NULL || strcmp(STR(ch), "from") != 0) 193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) && 194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0) 206 char *str_ch = STR(CHILD(cch, 0)); 220 PyParser_AddToken(register parser_state *ps, register int type, char *str, [all...] |
/external/python/cpython3/Parser/ |
parser.c | 108 shift(stack *s, int type, char *str, int newstate, int lineno, int col_offset) 112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset); 137 classify(parser_state *ps, int type, const char *str) 147 l->lb_str[0] != str[0] || 148 strcmp(l->lb_str, str) != 0) 154 if (str[0] == 'w' && strcmp(str, "with") == 0) 156 else if (str[0] == 'a' && strcmp(str, "as") == 0) 196 if (STR(ch) == NULL || strcmp(STR(ch), "from") != 0 [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
nn_ops_test.cc | 234 #define BM_ConvFloatFwd(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \ 236 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FORWARD, 1, STR, \ 239 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \ 242 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FORWARD, 4, STR, \ 245 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \ 248 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 1, STR, PAD, \ 251 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \ 254 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 4, STR, PAD, \ 257 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \ 260 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FORWARD, 1, STR, \ [all...] |
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
copy_file_range01.c | 24 #define STR "abcdefghijklmnopqrstuvwxyz12345\n" 41 SAFE_WRITE(1, fd, STR, strlen(STR));
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_bitmanip_main.cpp | 57 { STR(inst), test_##inst, Subzero_::test_##inst } \ 58 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ 59 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst},
|
test_arith_main.cpp | 69 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv } \ 74 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv } \ 80 "Mult-By-" STR(mult_by), testMultiplyBy##mult_by, \ 83 , {"Mult-By-Neg-" STR(mult_by), testMultiplyByNeg##mult_by, \ 190 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv, isshift } \ 195 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv, isshift } \ 259 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \ 330 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \
|
test_icmp_main.cpp | 53 STR(cmp), (FuncTypeUnsigned)icmp##cmp, \ 61 STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp##cmp, \ 136 STR(cmp), (FuncTypeUnsigned)icmp_zero##cmp, \ 144 STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp_zero##cmp, \ 214 STR(cmp), (FuncTypeUnsigned)icmp##cmp, \ 222 STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp##cmp, \ 286 { STR(cmp), (FuncType)icmpi1##cmp, (FuncType)Subzero_::icmpi1##cmp } \
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Syn_filt_32_opt.s | 58 STR r10, [r13, #-4] 59 STR r11, [r13, #-8] 69 STR r10, [r13, #-12] 70 STR r11, [r13, #-16] 80 STR r10, [r13, #-20] 81 STR r11, [r13, #-24] 91 STR r10, [r13, #-28] 92 STR r11, [r13, #-32]
|
syn_filt_opt.s | 98 STR r10, [r13, #-4] 99 STR r12, [r13, #-8] 109 STR r10, [r13, #-12] 110 STR r12, [r13, #-16] 120 STR r10, [r13, #-20] 121 STR r12, [r13, #-24] 131 STR r10, [r13, #-28] 132 STR r12, [r13, #-32]
|
/external/one-true-awk/ |
lib.c | 55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE }; 56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE }; 155 fldtab[0]->tval = REC | STR | DONTFREE; 238 x = setsymtab(temp, "", 0.0, STR, ARGVtab); 253 q = setsymtab(s, p, 0.0, STR, symtab); 301 fldtab[i]->tval = FLD | STR | DONTFREE; 319 fldtab[i]->tval = FLD | STR; 337 fldtab[i]->tval = FLD | STR | DONTFREE; 377 p->tval = FLD | STR | DONTFREE; 444 fldtab[i]->tval = FLD | STR | DONTFREE [all...] |
/external/libedit/src/ |
history.c | 88 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) 89 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) 99 Char *str; member in struct:__anon24716 169 evp->str = he_strerror(code);\ 174 STR("OK"), 175 STR("unknown error"), 176 STR("malloc() failed"), 177 STR("first event not found") 801 const char *str; local 936 const Char *str; local [all...] |
el.c | 263 argv[0] = STR("bind"); 268 argv[0] = STR("telltc"); 273 argv[0] = STR("settc"); 278 argv[0] = STR("echotc"); 283 argv[0] = STR("setty"); 628 if (Strcmp(how, STR("on")) == 0) { 631 } else if (Strcmp(how, STR("off")) == 0) {
|
eln.c | 66 el_push(EditLine *el, const char *str) 70 el_wpush(el, ct_decode_string(str, &el->el_lgcyconv)); 169 wargv[0] = STR("bind"); 173 wargv[0] = STR("telltc"); 177 wargv[0] = STR("settc"); 181 wargv[0] = STR("echotc"); 185 wargv[0] = STR("setty"); 368 el_insertstr(EditLine *el, const char *str) 370 return el_winsertstr(el, ct_decode_string(str, &el->el_lgcyconv));
|
/external/ltp/testcases/kernel/security/dirtyc0w/ |
dirtyc0w_child.c | 34 #define STR "this is not a test\n" 36 static char *str = "m00000000000000000"; variable 78 c += write(mfd, str, strlen(str));
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 47 "LDR(B)/STR(B)/PLD immediate too big (%08x)", 77 STR(cc, Rd, Rn, offset);
|
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-m32r.h | 103 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) \
|
tc-mep.h | 100 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) \
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/ |
regression.s | 100 STORE: STR R4,[R0,#0x0] ;//Store Word 104 STORE2: STR R5,[R0,#0xc] ;//Store Word 121 STOREI: STR R6,[R0,R4] ;//Store Word 141 STR R6,[R0],R4 ;//Store Word
|