HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 76 - 100 of 313) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpConstructor.cpp 296 JSObject* constructRegExp(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
328 ArgList args(exec);
341 ArgList args(exec);
RegExpConstructor.h 99 JSObject* constructRegExp(ExecState*, JSGlobalObject*, const ArgList&);
DateConstructor.cpp 73 JSObject* constructDate(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
129 ArgList args(exec);
JSONObject.cpp 340 ArgList args(list, WTF_ARRAY_LENGTH(list));
354 ArgList args(list, WTF_ARRAY_LENGTH(list));
621 ArgList argList(args, 2);
622 return call(m_exec, m_function.get(), m_callType, m_callData, thisObj, argList);
ObjectConstructor.cpp 98 static ALWAYS_INLINE JSObject* constructObject(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
108 ArgList args(exec);
120 ArgList args(exec);
  /packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
AutomationProvider.java 328 String argList = "[]";
343 argList = sb.toString();
359 getFunctionName(function), argList, str);
  /external/jpeg/
jmorecfg.h 217 * Note that the arglist parameter must be parenthesized!
222 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
224 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 98 std::string argList;
  /external/srec/srec/include/
duk_args.h 104 int get_arginfo_flags(arg_info *arglist, int argc, char buffer[], int buflen);
  /external/webkit/Source/WebCore/bindings/js/
ScriptCallStackFactory.cpp 41 #include <runtime/ArgList.h>
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 43 class ArgList;
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 138 ArgList args;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 145 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const ArgList& args)
217 return invoke(exec, Invoke, method->serverIdentifier(), ArgList(exec));
241 return invoke(exec, InvokeDefault, 0, ArgList(exec));
263 JSValue ProxyInstance::invokeConstruct(ExecState* exec, const ArgList& args)
NetscapePluginInstanceProxy.mm     [all...]
  /external/clang/tools/driver/
cc1_main.cpp 17 #include "clang/Driver/ArgList.h"
72 for (ArgList::const_iterator it = Args->begin(), ie = Args->end();
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 185 unsigned num = pathProfileInfo.argList.size();
190 fwrite(pathProfileInfo.argList.c_str(),1,num,edgeFile);
  /external/webkit/Source/WebCore/bridge/c/
c_instance.cpp 42 #include <runtime/ArgList.h>
225 JSValue CInstance::invokeConstruct(ExecState* exec, const ArgList& args)
  /external/clang/lib/Driver/
Driver.cpp 18 #include "clang/Driver/ArgList.h"
99 InputArgList *Driver::ParseArgStrings(llvm::ArrayRef<const char *> ArgList) {
102 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(),
111 for (ArgList::const_iterator it = Args->begin(), ie = Args->end();
127 for (ArgList::const_iterator it = Args.begin(),
204 Compilation *Driver::BuildCompilation(llvm::ArrayRef<const char *> ArgList) {
216 InputArgList *Args = ParseArgStrings(ArgList.slice(1));
363 void Driver::PrintOptions(const ArgList &Args) const {
365 for (ArgList::const_iterator it = Args.begin(), ie = Args.end()
    [all...]
  /external/bzip2/
bzip2.c     [all...]
  /dalvik/tests/046-reflect/src/
Main.java 82 Object[] argList = new Object[] {
88 + ((Float)argList[1]).floatValue());
91 boxval = (Integer) meth.invoke(instance, argList);
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 301 MarkedArgumentBuffer argList;
302 getListFromNSArray(exec, args, [self _rootObject], argList);
308 JSValue result = JSMainThreadExecState::call(exec, function, callType, callData, [self _imp], argList);
  /frameworks/compile/slang/
llvm-rs-cc.cpp 25 #include "clang/Driver/ArgList.h"
53 using clang::driver::ArgList;
181 for (ArgList::const_iterator it = Args->begin(), ie = Args->end();
  /external/bluetooth/glib/glib/
gthread.h 158 #define G_THREAD_UF(op, arglist) \
159 (*g_thread_functions_for_glib_use . op) arglist
  /external/llvm/utils/
llvm.grm 297 ArgList ::= ArgListH | ArgListH ^ "," "..." | "..." | _ ;
300 GlobalName ^ "(" ^ ArgList ^ ")"

Completed in 1454 milliseconds

1 2 34 5 6 7 8 91011>>