HomeSort by relevance Sort by last modified time
    Searched refs:args (Results 276 - 300 of 5127) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/android/plugins/
ANPLogInterface.cpp 33 va_list args; local
34 va_start(args, format);
51 LOG_PRI_VA(priority, "plugin", format, args);
53 va_end(args);
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 43 def additional_include_files(args=[]):
53 for arg in args:
74 args = sys.argv[1:] variable
77 args.extend(['-I' + i for i in additional_include_files(args)])
86 args.append('--no-circular-check')
90 args.extend(['-fmake',
96 # Other command args:
97 args.extend([
113 sys.exit(gyp.main(args))
    [all...]
  /external/webkit/Tools/Scripts/
run-webkit-websocketserver 67 my @args = (
74 system "/usr/bin/python", @args;
79 my @args = (
84 system "/usr/bin/python", @args;
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
Launcher.java 67 * @param args
69 public abstract void run(String args[]);
72 public static void main(String[] args) {
75 if (args.length >= 1) {
76 Command command = findCommand(args[0]);
79 if (args.length > 1) {
81 args2 = Arrays.copyOfRange(args, 1, args.length);
87 HELP_COMMAND.run(args);
101 public void run(String[] args) {
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java 32 * public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
36 * Object result = method.invoke(proxy, args);
46 * @param args
59 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunction.java 42 * @param args The arguments, <code>null</code> is a valid value.
46 * @throws XPathFunctionException If <code>args</code> cannot be evaluated with this <code>XPath</code> function.
48 public Object evaluate(List args)
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 87 WorkerArgs args = (WorkerArgs) msg.obj; local
95 args.context.getContentResolver(), args.uri);
101 args.result = Drawable.createFromStream(inputStream, args.uri.toString());
104 " token: " + msg.what + " image URI: " + args.uri);
106 args.result = null;
108 " token: " + msg.what + " image URI: " + args.uri +
154 WorkerArgs args = new WorkerArgs(); local
155 args.context = context
203 WorkerArgs args = new WorkerArgs(); local
229 WorkerArgs args = (WorkerArgs) msg.obj; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
error.h 67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h 57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
91 # define __MATHDECL_1(type, function, args) \
92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
error.h 67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
91 # define __MATHDECL_1(type, function, args) \
92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
error.h 67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */
68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 57 #define __MATHCALL(function, args) \
58 __MATHDECL (_Mdouble_complex_,function, args)
59 #define __MATHDECL(type, function, args) \
60 __MATHDECL_1(type, function, args); \
61 __MATHDECL_1(type, __CONCAT(__,function), args)
62 #define __MATHDECL_1(type, function, args) \
63 extern type __MATH_PRECNAME(function) args __THROW
91 # define __MATHDECL_1(type, function, args) \
92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Application.java 16 public static void main(String[] args)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtConsoleSdkLog.java 32 public void error(@Nullable Throwable t, @Nullable String errorFormat, Object... args) {
34 AdtPlugin.logAndPrintError(t, TAG, "Error: " + errorFormat, args);
36 AdtPlugin.printErrorToConsole(TAG, String.format(errorFormat, args));
41 public void info(@NonNull String msgFormat, Object... args) {
42 String msg = String.format(msgFormat, args);
51 public void verbose(@NonNull String msgFormat, Object... args) {
52 info(msgFormat, args);
56 public void warning(@NonNull String warningFormat, Object... args) {
57 AdtPlugin.printToConsole(TAG, String.format("Warning: " + warningFormat, args));
  /external/openfst/src/include/fst/script/
map.h 51 typedef args::Package<const FstClass&, MapType, float,
53 typedef args::WithReturnValue<FstClass*, MapInnerArgs> MapArgs;
56 void Map(MapArgs *args) {
57 const Fst<Arc> &ifst = *(args->args.arg1.GetFst<Arc>());
58 MapType map_type = args->args.arg2;
59 float delta = args->args.arg3;
60 typename Arc::Weight w = *(args->args.arg4.GetWeight<typename Arc::Weight>())
    [all...]
prune.h 76 typedef args::Package<MutableFstClass *, const PruneOptions &> PruneArgs1;
79 void Prune(PruneArgs1 *args) {
80 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>();
86 ConvertPruneOptions<Arc>(args->arg2);
92 typedef args::Package<const FstClass &, MutableFstClass *,
96 void Prune(PruneArgs2 *args) {
97 const Fst<Arc>& ifst = *(args->arg1.GetFst<Arc>());
98 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>();
101 ConvertPruneOptions<Arc>(args->arg3);
107 typedef args::Package<const FstClass &
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DataViewCustom.cpp 37 v8::Handle<v8::Value> V8DataView::constructorCallback(const v8::Arguments& args)
41 if (!args.IsConstructCall())
44 if (args[0]->IsNull() || !V8ArrayBuffer::HasInstance(args[0]))
46 return constructWebGLArrayWithArrayBufferArgument<DataView, char>(args, &info, v8::kExternalByteArray, false);
56 v8::Handle<v8::Value> V8DataView::getInt8Callback(const v8::Arguments& args)
59 if (args.Length() < 1)
62 DataView* imp = V8DataView::toNative(args.Holder());
64 EXCEPTION_BLOCK(unsigned, byteOffset, toUInt32(args[0]));
73 v8::Handle<v8::Value> V8DataView::getUint8Callback(const v8::Arguments& args)
    [all...]
  /external/doclava/test/doclava/
ApiCheckTest.java 41 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; local
43 Report report = apiCheck.checkApi(args);
48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; local
50 Report report = apiCheck.checkApi(args);
56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; local
58 Report report = apiCheck.checkApi(args);
70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; local
72 Report report = apiCheck.checkApi(args);
83 String[] args = { "test/api/simple.xml", "test/api/add-class.xml" }; local
85 Report report = apiCheck.checkApi(args);
91 String[] args = { "test\/api\/add-class.xml", "test\/api\/simple.xml" }; local
99 String[] args = { "test\/api\/simple.xml", "test\/api\/changed-super.xml" }; local
107 String[] args = { "test\/api\/removed-interface.xml", "test\/api\/medium.xml" }; local
115 String[] args = { "test\/api\/medium.xml", "test\/api\/removed-interface.xml" }; local
123 String[] args = { "test\/api\/medium.xml", "test\/api\/changed-abstract.xml" }; local
131 String[] args = { "test\/api\/changed-abstract.xml", "test\/api\/medium.xml" }; local
139 String[] args = { "test\/api\/medium.xml", "test\/api\/changed-abstract2.xml" }; local
147 String[] args = { "test\/api\/changed-abstract2.xml", "test\/api\/medium.xml" }; local
155 String[] args = { "test\/api\/medium.xml", "test\/api\/added-package.xml" }; local
163 String[] args = { "test\/api\/added-package.xml", "test\/api\/medium.xml" }; local
171 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-value.xml" }; local
179 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-value2.xml" }; local
187 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-type.xml" }; local
195 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-final.xml" }; local
203 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-final2.xml" }; local
211 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-final3.xml" }; local
219 String[] args = { "test\/api\/changed-final3.xml", "test\/api\/constants.xml" }; local
227 String[] args = { "test\/api\/constants.xml", "test\/api\/added-field.xml" }; local
235 String[] args = { "test\/api\/added-field.xml", "test\/api\/constants.xml" }; local
243 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-static.xml" }; local
251 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-static2.xml" }; local
259 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-static3.xml" }; local
267 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-transient.xml" }; local
275 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-synchronized.xml" }; local
283 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-volatile.xml" }; local
291 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-native.xml" }; local
299 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-scope.xml" }; local
307 String[] args = { "test\/api\/changed-scope.xml", "test\/api\/constants.xml" }; local
315 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-scope2.xml" }; local
323 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-scope3.xml" }; local
331 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-scope4.xml" }; local
339 String[] args = { "test\/api\/throws.xml", "test\/api\/removed-exception.xml" }; local
347 String[] args = { "test\/api\/removed-exception.xml", "test\/api\/throws.xml" }; local
355 String[] args = { "test\/api\/throws.xml", "test\/api\/added-exception.xml" }; local
363 String[] args = { "test\/api\/added-exception.xml", "test\/api\/throws.xml" }; local
371 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-deprecated.xml" }; local
379 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-deprecated2.xml" }; local
387 String[] args = { "test\/api\/constants.xml", "test\/api\/changed-deprecated3.xml" }; local
395 String[] args = { "test\/api\/changed-class-info2.xml", "test\/api\/changed-class-info.xml" }; local
403 String[] args = { "test\/api\/changed-class-info.xml", "test\/api\/changed-class-info2.xml" }; local
    [all...]
  /external/openssh/
log.c 158 va_list args; local
160 va_start(args, fmt);
161 do_log(SYSLOG_LEVEL_ERROR, fmt, args);
162 va_end(args);
169 va_list args; local
171 va_start(args, fmt);
172 do_log(SYSLOG_LEVEL_FATAL, fmt, args);
173 va_end(args);
184 va_list args; local
186 va_start(args, fmt)
196 va_list args; local
208 va_list args; local
218 va_list args; local
228 va_list args; local
344 va_list args; local
    [all...]
  /external/webkit/Tools/QtTestBrowser/
main.cpp 167 QStringList args = arguments(); local
168 QFileInfo program(args.at(0));
176 if (args.contains("-help")) {
206 const bool defaultForAnimations = args.contains("-default-animations");
207 if (args.contains("-graphicsbased") || defaultForAnimations)
210 if (args.contains("-no-compositing")) {
215 if (args.contains("-show-fps")) {
220 if (args.contains("-cache-webview") || defaultForAnimations) {
225 if (args.contains("-tiled-backing-store")) {
230 if (args.contains("-resizes-to-contents"))
    [all...]
  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 21 Class args[] = new Class[5]; typedefs
22 args[0] = Class.forName("java.lang.String");
23 args[1] = args[0];
24 args[2] = args[0];
25 args[3] = args[0];
26 args[4] = args[0]
95 Object args[] = new Object[5]; local
    [all...]
  /external/libffi/src/
raw_api.c 57 ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args)
64 for (i = 0; i < cif->nargs; i++, tp++, args++)
70 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 1);
75 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 2);
81 *args = (void*) ((char*)(raw++) + FFI_SIZEOF_ARG - 4);
87 *args = (raw++)->ptr;
92 *args = (void*) &(raw++)->ptr;
96 *args = raw;
106 for (i = 0; i < cif->nargs; i++, tp++, args++)
111 *args = (raw++)->ptr
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 181 thread_args *args; local
192 args = (thread_args *)data;
193 args->info->threadid = SDL_ThreadID();
196 userfunc = args->func;
197 userdata = args->data;
198 statusloc = &args->info->status;
201 SDL_SemPost(args->wait);
215 thread_args *args; local
228 args = (thread_args *)SDL_malloc(sizeof(*args));
    [all...]
  /system/vold/
Fat.cpp 60 const char *args[4]; local
62 args[0] = FSCK_MSDOS_PATH;
63 args[1] = "-p";
64 args[2] = "-f";
65 args[3] = fsPath;
67 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
172 const char *args[10]; local
176 args[0] = MKDOSFS_PATH;
177 args[1] = "-F"
    [all...]

Completed in 4310 milliseconds

<<11121314151617181920>>