/external/v8/tools/dev/ |
gm.py | 198 def GetTestBinary(argstring): 200 if argstring.startswith(suite): return TESTSUITES_TARGETS[suite] 229 def ParseArg(self, argstring): 230 if argstring in ("-h", "--help", "help"): 237 words = argstring.split('.') 278 for argstring in argv: 279 self.ParseArg(argstring)
|
/external/elfutils/libcpu/ |
i386_parse.y | 148 struct argstring 879 const struct argstring *a1 = (const struct argstring *) p1; 880 const struct argstring *a2 = (const struct argstring *) p2; 915 struct argstring search = { .str = runp->operands[i].fct }; 918 struct argstring *newp = xmalloc (sizeof (*newp)); 931 struct argstring *newp = xmalloc (sizeof (*newp)); 1081 const char *str = (*(struct argstring **) nodep)->str; 1084 (*(struct argstring **) nodep)->idx = ++count_op_str [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/ |
asm.go | 23 func argstring(x, y string) func
|
asm3.s | 86 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|
asm5.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm6.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm7.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm2.s | 156 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|
asm1.s | 153 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/ |
asm.go | 23 func argstring(x, y string) func
|
asm3.s | 86 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|
asm5.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm6.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm7.s | 92 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
asm2.s | 156 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|
asm1.s | 153 TEXT ·argstring(SB),0,$32 // ERROR "wrong argument size 0; expected \$\.\.\.-32"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
puremodule.c | 123 char* argstring;
local 125 if (!PyArg_ParseTuple(args, "s", &argstring))
128 status = func("%s", argstring);
[all...] |
/external/python/cpython2/Modules/ |
puremodule.c | 123 char* argstring; local 125 if (!PyArg_ParseTuple(args, "s", &argstring)) 128 status = func("%s", argstring);
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
asm8.s | 83 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
asm8.s | 83 TEXT ·argstring(SB),0,$16 // ERROR "wrong argument size 0; expected \$\.\.\.-16"
|