HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 576 - 600 of 811) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 294 for (const Type ArgTy : ArgList) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecords.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecords.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 45 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewTypes.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
  /art/test/046-reflect/src/
Main.java 146 Object[] argList = new Object[] {
152 + ((Float)argList[1]).floatValue());
155 boxval = (Integer) meth.invoke(instance, argList);
  /external/libchrome/base/
bind_helpers.h 371 template <typename R, typename ArgList>
383 template <typename R, typename ArgList>
384 using MakeFunctionType = typename MakeFunctionTypeImpl<R, ArgList>::Type;
  /external/vixl/tools/
test.py 87 def ArgList(self, to_test):
462 opt.ArgList(args.__dict__[opt.name])
472 for o in opt.ArgList(args.__dict__[opt.name]):
  /external/e2fsprogs/lib/support/
dict.c 1240 va_list arglist; local
1243 va_start(arglist, string);
1244 tokptr = va_arg(arglist, char **);
1253 tokptr = va_arg(arglist, char **);
1259 va_end(arglist);
    [all...]
  /external/f2fs-tools/fsck/
dict.c 1210 va_list arglist; local
1213 va_start(arglist, string);
1214 tokptr = va_arg(arglist, char **);
1223 tokptr = va_arg(arglist, char **);
1229 va_end(arglist);
    [all...]
  /external/syslinux/com32/include/
pngconf.h 313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 31 #include "llvm/Option/ArgList.h"
307 const ArgList &Args,
402 void Driver::setLTOMode(const llvm::opt::ArgList &Args) {
451 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
469 ParseDriverMode(ArgList.slice(1));
476 InputArgList Args = ParseArgStrings(ArgList.slice(1));
598 static void printArgList(raw_ostream &OS, const llvm::opt::ArgList &Args) {
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 1153 PyObject* arglist = variable
1158 Py_DECREF(arglist); variable
1172 PyObject* arglist = Py_BuildValue("(O)", list); variable
1175 Py_DECREF(arglist); variable
    [all...]
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 551 for returnType, name, argList in matches:
552 functions.append(Function(name.strip(), returnType.strip(), parseArgList(argList)))
564 for returnType, name, argList in matches:
565 functions.append(Function(name.strip(), returnType.strip(), parseArgList(argList), 'VK_VERSION_1_0'))
567 for returnType, name, argList in matches:
568 functions.append(Function(name.strip(), returnType.strip(), parseArgList(argList), 'VK_VERSION_1_1'))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 147 ### arglist: (argument ',')* (argument | *' test [',' '**' test] | '**' test)
285 # keyword arguments after *arglist
795 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE

Completed in 1499 milliseconds

<<21222324252627282930>>