HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 51 - 75 of 314) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
BooleanConstructor.h 40 JSObject* constructBoolean(ExecState*, const ArgList&);
DateConstructor.h 39 JSObject* constructDate(ExecState*, JSGlobalObject*, const ArgList&);
CallData.cpp 35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args)
ConstructData.cpp 36 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const ConstructData& constructData, const ArgList& args)
JSGlobalObjectFunctions.h 32 class ArgList;
  /external/webkit/Source/WebCore/bridge/
NP_jsobject.cpp 190 MarkedArgumentBuffer argList;
191 getListFromVariantArgs(exec, args, argCount, rootObject, argList);
194 JSValue resultV = JSC::call(exec, function, callType, callData, function, argList);
240 MarkedArgumentBuffer argList;
241 getListFromVariantArgs(exec, args, argCount, rootObject, argList);
244 JSValue resultV = JSC::call(exec, function, callType, callData, obj->imp, argList);
514 MarkedArgumentBuffer argList;
515 getListFromVariantArgs(exec, args, argCount, rootObject, argList);
518 JSValue resultV = JSC::construct(exec, constructor, constructType, constructData, argList);
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 4 // API_ENTRY(funcname, paramlist, arglist)
6 // API_ENTRY_RET(return_type,funcname, paramlist, arglist)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 73 virtual JSC::JSValue invokeConstruct(JSC::ExecState*, const JSC::ArgList&);
84 JSC::JSValue invoke(JSC::ExecState*, InvokeType, uint64_t identifier, const JSC::ArgList&);
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 249 def parseArgs(arglist):
251 args = arglist.split(',')
286 self.arglist = self.getArgList(apientry)
318 arglist = m.group(2)
319 args = arglist.split(',')
335 return "%s GLTrace_%s(%s);" % (self.ret, self.func, self.arglist)
341 inputArgList = self.arglist,
343 parsedArgs = parseArgs(self.arglist),
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.in 4 // API_ENTRY(funcname, paramlist, arglist)
6 // API_ENTRY_RET(return_type,funcname, paramlist, arglist)
  /external/dropbear/
scpmisc.c 140 addargs(arglist *args, char *fmt, ...)
167 replacearg(arglist *args, u_int which, char *fmt, ...)
187 freeargs(arglist *args)
  /external/jpeg/
coderules.doc 61 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
63 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/qemu/distrib/jpeg-6b/
coderules.doc 61 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
63 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/v8/test/mjsunit/
fuzz-natives.js 100 var argList = [ ];
106 argList.push(argPool[index]);
109 func.apply(void 0, argList);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 32 #include "ArgList.h"
98 JSValue executeCall(CallFrame*, JSObject* function, CallType, const CallData&, JSValue thisValue, const ArgList&);
99 JSObject* executeConstruct(CallFrame*, JSObject* function, ConstructType, const ConstructData&, const ArgList&);
  /ndk/sources/host-tools/nawk-20071023/
parse.c 234 { /* body of function, arglist */
258 extern Node *arglist;
259 Node *p = arglist;
  /external/clang/lib/Driver/
ToolChains.cpp 15 #include "clang/Driver/ArgList.h"
45 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
133 StringRef Darwin::getDarwinArchName(const ArgList &Args) const {
156 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args,
206 const ArgList &Args)
219 void DarwinClang::AddLinkARCArgs(const ArgList &Args,
242 void DarwinClang::AddLinkRuntimeLib(const ArgList &Args,
259 void DarwinClang::AddLinkRuntimeLibArgs(const ArgList &Args,
526 void DarwinClang::AddCXXStdlibLibArgs(const ArgList &Args,
575 void DarwinClang::AddCCKextLibArgs(const ArgList &Args
    [all...]
  /system/core/sh/
expand.c 92 struct arglist exparg; /* holds expanded arg list */
103 STATIC void ifsbreakup(char *, struct arglist *);
121 expandarg(arg, (struct arglist *)NULL, 0);
128 * placing the resulting list of arguments in arglist. If EXP_FULL is true,
129 * perform splitting and file name expansion. When arglist is NULL, perform
134 expandarg(union node *arg, struct arglist *arglist, int flag)
144 if (arglist == NULL) {
169 *arglist->lastp = exparg.list;
170 arglist->lastp = exparg.lastp
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 31 class ArgList;
230 /// ArgList.
296 void PrintOptions(const ArgList &Args) const;
327 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
365 bool IsUsingLTO(const ArgList &Args) const;
372 const ToolChain &getToolChain(const ArgList &Args,
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;

Completed in 611 milliseconds

1 23 4 5 6 7 8 91011>>