/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore3Test.java | 212 public Key engineGetKey(String arg0, char[] arg1) 225 public void engineLoad(InputStream arg0, char[] arg1) 231 public void engineSetCertificateEntry(String arg0, Certificate arg1) 236 public void engineSetKeyEntry(String arg0, byte[] arg1, 241 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, 254 public void engineStore(OutputStream arg0, char[] arg1)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
named_params.hpp | 80 template<typename Arg1> 81 nil operator()( Arg1 const& ) 84 template<typename Arg1,typename Arg2> 85 nil operator()( Arg1 const&, Arg2 const& ) 88 template<typename Arg1,typename Arg2,typename Arg3> 89 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& )
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallAppProgress.java | 64 result.putExtra(Intent.EXTRA_INSTALL_RESULT, msg.arg1); 65 setResult(msg.arg1 == PackageManager.DELETE_SUCCEEDED 72 mResultCode = msg.arg1; 77 switch (msg.arg1) { 93 + msg.arg1); 121 msg.arg1 = returnCode;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/ |
GLMessageFormatterTest.java | 59 GLEnum arg1 = GLEnum.GL_ELEMENT_ARRAY_BUFFER; local 63 createEnumDataType((int)arg1.value), 67 arg1.toString(), 77 GLEnum arg1 = GLEnum.GL_RENDERER; local 82 createEnumDataType((int)arg1.value)); 84 arg1.toString(), retValue);
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc32-linux.c | 64 /* Call f(arg1), but first switch stacks, using 'stack' as the new 71 Word arg1 ); 75 // r6 = arg1 83 " mr %r3,%r6\n\t" // arg1 to %r3 139 int flags in r3 (sc arg1) 178 " mr 3,5\n" // syscall arg1: flags 438 PRINT("sys_socketcall ( %ld, %#lx )",ARG1,ARG2); 441 switch (ARG1 /* request */) { 577 VG_(message)(Vg_DebugMsg,"Warning: unhandled socketcall 0x%lx\n",ARG1); 600 switch (ARG1 /* request */) [all...] |
syswrap-ppc64-linux.c | 64 /* Call f(arg1), but first switch stacks, using 'stack' as the new 71 Word arg1 ); 75 // r6 = arg1 95 " mr %r3,%r6\n\t" // arg1 to %r3 151 int flags in r3 (sc arg1) 199 " mr 3,5\n" // syscall arg1: flags 464 PRINT("sys_socketcall ( %ld, %#lx )",ARG1,ARG2); 467 switch (ARG1 /* request */) { 603 VG_(message)(Vg_DebugMsg,"Warning: unhandled socketcall 0x%lx\n",ARG1); 626 switch (ARG1 /* request */) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
atifragshader.c | 151 GLuint dstMask, GLuint dstMod, GLuint arg1, 167 fprintf(stderr, ", %s, %s, %d", _mesa_lookup_enum_by_nr(arg1), 589 GLuint dstMask, GLuint dstMod, GLuint arg1, 655 (((arg1 == GL_SECONDARY_INTERPOLATOR_ATI) && ((arg1Rep == GL_ALPHA) || (arg1Rep == GL_NONE))) || 660 if (!check_arith_arg(curProg, optype, arg1, arg1Rep)) { 672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) && 675 (arg1 != arg2) && (arg1 != arg3) && (arg2 != arg3)) { 684 curI->SrcReg[optype][0].Index = arg1; [all...] |
/external/mesa3d/src/mesa/main/ |
atifragshader.c | 151 GLuint dstMask, GLuint dstMod, GLuint arg1, 167 fprintf(stderr, ", %s, %s, %d", _mesa_lookup_enum_by_nr(arg1), 589 GLuint dstMask, GLuint dstMod, GLuint arg1, 655 (((arg1 == GL_SECONDARY_INTERPOLATOR_ATI) && ((arg1Rep == GL_ALPHA) || (arg1Rep == GL_NONE))) || 660 if (!check_arith_arg(curProg, optype, arg1, arg1Rep)) { 672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) && 675 (arg1 != arg2) && (arg1 != arg3) && (arg2 != arg3)) { 684 curI->SrcReg[optype][0].Index = arg1; [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 708 public void glBindBuffer(int arg0, int arg1) { 709 ((GL11)mGL).glBindBuffer(arg0, arg1); 713 public void glBufferData(int arg0, int arg1, Buffer arg2, int arg3) { 714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3); 718 public void glBufferSubData(int arg0, int arg1, int arg2, Buffer arg3) { 719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3); 723 public void glClipPlanef(int arg0, FloatBuffer arg1) { 724 ((GL11)mGL).glClipPlanef(arg0, arg1); 728 public void glClipPlanef(int arg0, float[] arg1, int arg2) { 729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm.h | 334 const struct brw_reg *arg1); 343 const struct brw_reg *arg1, 359 const struct brw_reg *arg1); 364 const struct brw_reg *arg1); 369 const struct brw_reg *arg1); 374 const struct brw_reg *arg1); 377 struct brw_reg *arg1, 393 const struct brw_reg *arg1, 399 const struct brw_reg *arg1, 411 const struct brw_reg *arg1); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm.h | 334 const struct brw_reg *arg1); 343 const struct brw_reg *arg1, 359 const struct brw_reg *arg1); 364 const struct brw_reg *arg1); 369 const struct brw_reg *arg1); 374 const struct brw_reg *arg1); 377 struct brw_reg *arg1, 393 const struct brw_reg *arg1, 399 const struct brw_reg *arg1, 411 const struct brw_reg *arg1); [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
MessageQueueTest.java | 162 msg.arg1 = 456; 184 if (newMsg.arg1 != 456) { 186 "newMsg.arg1 is %d should be %d after copyFrom", msg.arg1, 456))); 230 if (msg.arg1 != 456) { 232 "msg.arg1 is %d should be %d when processing # %d", 233 msg.arg1, 456, msg.what)));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
CommandQueue.java | 242 switch (msg.arg1) { 280 mCallbacks.disable(msg.arg1); 292 mCallbacks.setSystemUiVisibility(msg.arg1, msg.arg2); 295 mCallbacks.topAppWindowChanged(msg.arg1 != 0); 298 mCallbacks.setImeWindowStatus((IBinder)msg.obj, msg.arg1, msg.arg2); 301 mCallbacks.setHardKeyboardStatus(msg.arg1 != 0, msg.arg2 != 0); 313 mCallbacks.setWindowState(msg.arg1, msg.arg2);
|
/packages/apps/InCallUI/src/com/android/incallui/ |
CallHandlerService.java | 280 mInCallPresenter.onPostDialCharWait(msg.arg1, (String) msg.obj); 284 AudioMode.toString(msg.arg1) + ", muted (" + (msg.arg2 == 1) + ")"); 285 mAudioModeProvider.onAudioModeChange(msg.arg1, msg.arg2 == 1); 289 msg.arg1)); 291 mAudioModeProvider.onSupportedAudioModeChange(msg.arg1); 294 Log.i(TAG, "ON_BRING_TO_FOREGROUND" + msg.arg1); 296 mInCallPresenter.bringToForeground(msg.arg1 != 0);
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 114 PUSH eax // pass arg1 115 call VAR(cxx_name, 1) // cxx_name(arg1, Thread*, SP) 129 PUSH eax // pass arg1 130 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, Thread*, SP) 152 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception. 162 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds 170 * the method_idx. This wrapper will save arg1-arg3, load the caller's Method*, align the 172 * NOTE: "this" is first visible argument of the target, and so can be found in arg1/r1. 204 PUSH eax // pass arg1 205 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, arg3, Thread*, SP [all...] |
/frameworks/base/docs/html/reference/com/google/android/gcm/ |
GCMBaseIntentService.html | [all...] |
/external/chromium_org/v8/src/ |
arguments.h | 213 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \ 214 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1); \ 216 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \ 217 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1, Arg2 arg2); \ 219 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \ 220 void Call(Function f, Arg1 arg1, Arg2 arg2); \
|
typedarray.js | 114 function NAMEConstructor(arg1, arg2, arg3) { 117 if (IS_ARRAYBUFFER(arg1)) { 118 NAMEConstructByArrayBuffer(this, arg1, arg2, arg3); 119 } else if (IS_NUMBER(arg1) || IS_STRING(arg1) || 120 IS_BOOLEAN(arg1) || IS_UNDEFINED(arg1)) { 121 NAMEConstructByLength(this, arg1); 123 NAMEConstructByArrayLike(this, arg1);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowHandler.java | 76 public Message obtainMessage(int what, int arg1, int arg2) { 77 return obtainMessage(what, arg1, arg2, null); 81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) { 84 message.arg1 = arg1;
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareImpl.java | 277 m.arg1 = monitoringType; 412 reaperMessage.arg1 = monitoringType; 416 m.arg1 = monitoringType; 424 m.arg1 = monitoringType; 478 message.arg1 = monitoringStatus; 494 message.arg1 = geofenceId; 540 geofenceId = msg.arg1; 553 geofenceId = msg.arg1; 570 geofenceId = msg.arg1; 584 geofenceId = msg.arg1; [all...] |
/frameworks/base/media/java/android/media/ |
RemoteController.java | 532 genId /*arg1*/, 0, clientMediaIntent /*obj*/, 0 /*delay*/); 536 genId /*arg1*/, clearing ? 1 : 0, null /*obj*/, 0 /*delay*/); 546 enabled ? 1 : 0 /*arg1*/, 0, null /*obj*/, 0 /*delay*/); 571 genId /*arg1*/, 0, playbackInfo /*obj*/, 0 /*delay*/); 587 genId /*arg1*/, transportControlFlags /*arg2*/, 606 genId /*arg1*/, 0 /*arg2*/, 624 genId /*arg1*/, 0 /*arg2*/, 650 genId /*arg1*/, 0 /*arg2*/, 675 onNewPendingIntent(msg.arg1, (PendingIntent) msg.obj); 678 onNewPlaybackInfo(msg.arg1, (PlaybackInfo) msg.obj) [all...] |
/dalvik/vm/mterp/x86/ |
OP_EXECUTE_INLINE.S | 8 * (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult) 87 movl %ecx,OUT_ARG1(%esp) # arg1<- self 98 movl %ecx,OUT_ARG1(%esp) # arg1<- self
|
/external/chromium_org/build/android/ant/ |
apk-package.xml | 27 <equals arg1="${EMMA_INSTRUMENT}" arg2="1"/> 39 <equals arg1="${CONFIGURATION_NAME}" arg2="Release" /> 42 <equals arg1="${build.target}" arg2="debug" />
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
screen_manager.h | 83 void (BaseScreen::*method)(A1 arg1), 84 A1 arg1) { 88 (screen->*method)(arg1);
|
/external/chromium_org/chrome/browser/devtools/adb/ |
android_usb_device.h | 48 uint32 arg1, 53 uint32 arg1; member in class:AdbMessage 87 uint32 arg1,
|