Home
last modified time | relevance | path

Searched refs:argstring (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake8 set(argstring "") variable
10 set(argstring "${argstring} ${arg}") variable
12 set_property(TARGET ${target} PROPERTY COMPILE_FLAGS "${argstring}")
16 set(argstring "") variable
18 set(argstring "${argstring} ${arg}") variable
20 set_property(TARGET ${target} PROPERTY LINK_FLAGS "${argstring}")
91 function(check_compile_definition def argstring out_var)
97 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${argstring}")
111 set(argstring "") variable
113 set(argstring "${argstring} ${arg}") variable
[all …]
/external/v8/tools/dev/
Dgm.py198 def GetTestBinary(argstring): argument
200 if argstring.startswith(suite): return TESTSUITES_TARGETS[suite]
229 def ParseArg(self, argstring): argument
230 if argstring in ("-h", "--help", "help"):
237 words = argstring.split('.')
278 for argstring in argv:
279 self.ParseArg(argstring)
/external/elfutils/libcpu/
Di386_parse.y148 struct argstring struct
879 const struct argstring *a1 = (const struct argstring *) p1; in compare_argstring()
880 const struct argstring *a2 = (const struct argstring *) p2; in compare_argstring()
915 struct argstring search = { .str = runp->operands[i].fct }; in find_numbers()
918 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
931 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
1081 const char *str = (*(struct argstring **) nodep)->str; in print_op_str()
1084 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_str()
1085 (*(struct argstring **) nodep)->off = off_op_str; in print_op_str()
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off); in print_op_str_idx()
[all …]
DChangeLog89 * i386_parse.y (struct argstring): Add off element.
/external/python/cpython2/Modules/
Dpuremodule.c123 char* argstring; in call_printfish_function() local
125 if (!PyArg_ParseTuple(args, "s", &argstring)) in call_printfish_function()
128 status = func("%s", argstring); in call_printfish_function()
/external/python/cpython2/Doc/library/
Dsmtplib.rst164 .. method:: SMTP.docmd(cmd, [, argstring])
166 Send a command *cmd* to the server. The optional argument *argstring* is simply