Searched refs:subp (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 116 def AddCommonOptions(subp): 117 subp.add_argument('-b', '--builder', 119 subp.add_argument( 122 subp.add_argument('-c', '--config', 124 subp.add_argument('--phase', 128 subp.add_argument('-f', '--config-file', metavar='PATH', 132 subp.add_argument('-i', '--isolate-map-file', metavar='PATH', 138 subp.add_argument('-g', '--goma-dir', 140 subp.add_argument('--android-version-code', 142 subp [all...] |
/third_party/python/Lib/lib2to3/ |
H A D | btm_utils.py | 38 subp = [] 41 node.alternatives.append(subp) 44 subp = [tuple(node.alternatives)] 50 subp = None 54 node.group.append(subp) 57 subp = get_characteristic_subpattern(node.group) 63 subp = None 68 subp.append(node.name) 70 subp.append(node.type) 73 return subp [all...] |
/third_party/jerryscript/tools/ |
H A D | run_jerry_tdd_executable.py | 55 subp = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, 58 out, err = subp.communicate(timeout=timeout_limit) 63 returncode = str(subp.returncode)
|
/third_party/mksh/ |
H A D | misc.c | 1018 char *subp; in gmatch_cclass() local 1066 strndupx(subp, s, p - s - 3, ATEMP); in gmatch_cclass() 1067 debunk(subp, subp, p - s - 3 + 1); in gmatch_cclass() 1075 if (!strcmp(subp, cls->name)) { in gmatch_cclass() 1085 afree(subp, ATEMP); in gmatch_cclass() 1090 if (ctype(subp[0], C_ASCII) && !subp[1]) in gmatch_cclass() 1092 c = subp[0]; in gmatch_cclass() 1097 afree(subp, ATEM in gmatch_cclass() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hpeldsp_armv6.S | 23 .macro call_2x_pixels type, subp 24 function ff_\type\()_pixels16\subp\()_armv6, export=1 26 bl X(ff_\type\()_pixels8\subp\()_armv6) 30 b X(ff_\type\()_pixels8\subp\()_armv6)
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 496 subp%4 xm2, xm0
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 3225 COMPARE(subp(x28, x29, x30), "subp x28, x29, x30"); in TEST() 3226 COMPARE(subp(x28, sp, x30), "subp x28, sp, x30"); in TEST() 3227 COMPARE(subp(x28, x29, sp), "subp x28, x29, sp"); in TEST() 3228 COMPARE(subp(x28, sp, sp), "subp x28, sp, sp"); in TEST() 3229 COMPARE(subp(xzr, sp, sp), "subp xz in TEST() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 6963 void subp(const Register& xd, const Register& xn, const Register& xm);
|
H A D | assembler-aarch64.cc | 2057 void Assembler::subp(const Register& xd, in subp() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 2839 subp(xd, xn, xm); in Subp()
|
Completed in 51 milliseconds