Searched refs:args (Results 76 - 100 of 359) sorted by relevance

1234567891011>>

/frameworks/native/libs/utils/
H A DString8.cpp200 va_list args; local
201 va_start(args, fmt);
203 String8 result(formatV(fmt, args));
205 va_end(args);
209 String8 String8::formatV(const char* fmt, va_list args) argument
212 result.appendFormatV(fmt, args);
303 va_list args; local
304 va_start(args, fmt);
306 status_t result = appendFormatV(fmt, args);
308 va_end(args);
312 appendFormatV(const char* fmt, va_list args) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_net_NetUtils.cpp143 jvalue args[1]; local
144 args[0].l = env->NewStringUTF(gateway);
145 jobject inetAddressObject = env->CallStaticObjectMethodA(cls, method, args);
150 args[0].l = inetAddressObject;
151 jobject routeInfoObject = env->NewObjectA(cls, method, args);
155 args[0].l = routeInfoObject;
156 env->CallVoidMethodA(info, method, args);
/frameworks/base/services/input/
H A DInputDispatcher.cpp2328 void InputDispatcher::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { argument
2330 ALOGD("notifyConfigurationChanged - eventTime=%lld", args->eventTime);
2337 ConfigurationChangedEntry* newEntry = new ConfigurationChangedEntry(args->eventTime);
2346 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { argument
2350 args->eventTime, args->deviceId, args->source, args->policyFlags,
2351 args->action, args
2424 shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) argument
2428 notifyMotion(const NotifyMotionArgs* args) argument
2501 shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) argument
2506 notifySwitch(const NotifySwitchArgs* args) argument
2519 notifyDeviceReset(const NotifyDeviceResetArgs* args) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h112 #define DEBUG(args) printf args
114 #define DEBUG(args)
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java34 public static void main(String[] args) { argument
35 Log.d(TAG, "Beginning: " + args[0]);
36 mArgs = args;
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java108 public void dump(FileDescriptor fd, String[] args) { argument
110 onDump(fd, pw, args);
171 public void onDump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/tools/preload/
H A DPrintCsv.java33 public static void main(String[] args) argument
35 if (args.length != 1) {
40 Root root = Root.fromFile(args[0]);
H A DWritePreloadedClassFile.java42 public static void main(String[] args) throws IOException, argument
44 if (args.length != 1) {
48 String rootFile = args[0];
/frameworks/base/core/java/android/util/
H A DLocalLog.java50 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java43 public void dump(FileDescriptor fd, PrintWriter pw, String[] args); argument
/frameworks/base/tests/BrowserTestPlugin/jni/
H A DPluginObject.cpp68 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result);
69 static bool pluginInvokeDefault(NPObject *obj, const NPVariant *args, uint32_t argCount, NPVariant *result);
154 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result) argument
163 static bool pluginInvokeDefault(NPObject *obj, const NPVariant *args, uint32_t argCount, NPVariant *result) argument
/frameworks/native/libs/binder/
H A DBinder.cpp132 status_t BBinder::dump(int fd, const Vector<String16>& args) argument
197 Vector<String16> args; local
199 args.add(data.readString16());
201 return dump(fd, args);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java51 public void run(String[] args) { argument
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java254 TestArgs args = new TestArgs();
256 args.maxOps = mMaxRunTime;
258 args.maxTime = mMaxRunTime;
261 args.combOp = mCurOpIndex;
263 args.fgOp = mFgTestIndex;
264 args.bgOp = mBgTestIndex;
271 args.fgOp = mFgTestIndex;
272 args.bgOp = mCurOpIndex;
274 args.fgOp = mCurOpIndex;
275 args
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DAccessibilityDelegateCompat.java52 Bundle args);
114 Bundle args) {
266 public boolean performAccessibilityAction(View host, int action, Bundle args) {
267 return compat.performAccessibilityAction(host, action, args);
285 Bundle args) {
287 host, action, args);
499 public boolean performAccessibilityAction(View host, int action, Bundle args) { argument
500 return IMPL.performAccessibilityAction(DEFAULT_DELEGATE, host, action, args);
51 performAccessibilityAction(Object delegate, View host, int action, Bundle args) argument
113 performAccessibilityAction(Object delegate, View host, int action, Bundle args) argument
284 performAccessibilityAction(Object delegate, View host, int action, Bundle args) argument
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java39 public static void main(String[] args) { argument
40 new Ime().run(args);
43 public void run(String[] args) { argument
44 if (args.length < 1) {
55 mArgs = args;
56 String op = args[0];
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java85 int flags, Intent args) throws RemoteException;
104 void dumpService(FileDescriptor fd, IBinder servicetoken, String[] args) argument
106 void dumpProvider(FileDescriptor fd, IBinder servicetoken, String[] args) argument
123 void dumpActivity(FileDescriptor fd, IBinder servicetoken, String prefix, String[] args) argument
129 String[] args) throws RemoteException;
130 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException; argument
131 void dumpDbInfo(FileDescriptor fd, String[] args) throws RemoteException; argument
84 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
128 dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, String[] args) argument
H A DApplicationThreadNative.java235 Intent args;
237 args = Intent.CREATOR.createFromParcel(data);
239 args = null;
241 scheduleServiceArgs(token, taskRemoved, startId, fl, args);
346 final String[] args = data.readStringArray();
348 dumpService(fd.getFileDescriptor(), service, args);
361 final String[] args = data.readStringArray();
363 dumpProvider(fd.getFileDescriptor(), service, args);
485 final String[] args = data.readStringArray();
487 dumpActivity(fd.getFileDescriptor(), activity, prefix, args);
834 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
974 dumpService(FileDescriptor fd, IBinder token, String[] args) argument
985 dumpProvider(FileDescriptor fd, IBinder token, String[] args) argument
1108 dumpActivity(FileDescriptor fd, IBinder token, String prefix, String[] args) argument
1145 dumpMemInfo(FileDescriptor fd, boolean checkin, boolean all, String[] args) argument
1163 dumpGfxInfo(FileDescriptor fd, String[] args) argument
1172 dumpDbInfo(FileDescriptor fd, String[] args) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp160 GLMessage_DataType arg_width = glmsg->args(widthIndex);
161 GLMessage_DataType arg_height = glmsg->args(heightIndex);
163 GLMessage_DataType arg_format = glmsg->args(6);
164 GLMessage_DataType arg_type = glmsg->args(7);
224 GLMessage_DataType arg_count = glmsg->args(1);
225 GLMessage_DataType arg_lenp = glmsg->args(3);
262 GLMessage_DataType arg_count = glmsg->args(1);
269 GLMessage_DataType arg_n = glmsg->args(0);
277 GLMessage_DataType arg_n = glmsg->args(0);
307 GLuint program = glmsg->args(
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java194 private CharSequence concat(CharSequence... args) { argument
196 if (!TextUtils.isEmpty(args[0])) {
197 b.append(args[0]);
199 for (int i = 1; i < args.length; i++) {
200 CharSequence text = args[i];
/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_apache2.py156 options, args = option_parser.parse_args();
158 if len(args) < 1:
161 run_cmd = args[0]
/frameworks/compile/slang/tests/
H A Dtest.py83 # any .rs file. We automatically bundle up all of these extra args and invoke
90 args = base_args + extra_args + rs_files
94 for arg in args:
104 ret = subprocess.call(args, stdout=stdout_file, stderr=stderr_file)
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java104 public void onDump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
106 mEngine.dump(fd, pw, args);
/frameworks/base/services/common_time/
H A Dcommon_time_config_service.cpp34 status_t CommonTimeConfigService::dump(int fd, const Vector<String16>& args) { argument
35 return mTimeServer.dumpConfigInterface(fd, args);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnection.java120 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
122 super.dump(fd, pw, args);

Completed in 5916 milliseconds

1234567891011>>