/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContentProvider.java | 51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1) 58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) 65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2) 78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException { 85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) 93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal) 100 public Cursor query(String callingPackage, Uri arg0, String[] arg1, String arg2, String[] arg3, 107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2, 120 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { 126 public AssetFileDescriptor openTypedAssetFile(String callingPackage, Uri arg0, String arg1, [all...] |
/dalvik/vm/ |
InlineNative.cpp | 111 u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) 127 bool javaLangString_charAt(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 139 //ALOGI("String.charAt this=0x%08x index=%d", arg0, arg1); 141 if ((s4) arg1 < 0 || (s4) arg1 >= count) { 142 dvmThrowStringIndexOutOfBoundsExceptionWithIndex(count, arg1); 149 pResult->i = ((const u2*)(void*)chars->contents)[arg1 + offset]; 199 bool javaLangString_compareTo(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 208 if ((Object*) arg0 == NULL || (Object*) arg1 == NULL) { 214 if (arg0 == arg1) { [all...] |
/libcore/luni/src/main/native/ |
cbigint.cpp | 113 simpleAddHighPrecision (uint64_t * arg1, int32_t length, uint64_t arg2) 118 *arg1 += arg2; 119 if (arg2 <= *arg1) 124 while (++arg1[index] == 0 && ++index < length) { 131 addHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) 133 /* addition is limited by length of arg1 as it this function is 134 * storing the result in arg1 */ 155 temp1 = arg1[index]; 158 arg1[index] = temp3 + carry; 159 if (arg2[index] < arg1[index] [all...] |
/external/qemu/target-mips/ |
op_helper.c | 121 target_ulong helper_clo (target_ulong arg1) 123 return clo32(arg1); 126 target_ulong helper_clz (target_ulong arg1) 128 return clz32(arg1); 132 target_ulong helper_dclo (target_ulong arg1) 134 return clo64(arg1); 137 target_ulong helper_dclz (target_ulong arg1) 139 return clz64(arg1); 155 static inline void set_HIT0_LO (target_ulong arg1, uint64_t HILO) 158 arg1 = env->active_tc.HI[0] = (int32_t)(HILO >> 32) 2046 target_ulong arg1; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/table/ |
iterator.cc | 16 (*cleanup_.function)(cleanup_.arg1, cleanup_.arg2); 18 (*c->function)(c->arg1, c->arg2); 26 void Iterator::RegisterCleanup(CleanupFunction func, void* arg1, void* arg2) { 37 c->arg1 = arg1;
|
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/ |
NormalClass.java | 29 private NormalClass(String arg1) { } 30 protected NormalClass(String arg1, String arg2) throws NormalException { } 31 NormalClass(String arg1, String arg2, String arg3) { }
|
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
callback.h | 12 #define INVALIDATION_CALLBACK1_TYPE(Arg1) ::base::Callback<void(Arg1)> 56 template <class T1, class T2, typename Arg1> 57 ::base::Callback<void(Arg1)>* NewPermanentCallback( 58 T1* object, void (T2::*method)(Arg1)) { 59 return new ::base::Callback<void(Arg1)>( 63 template <class T1, class T2, typename Arg1> 66 void (T2::*method)(Arg1), 67 typename internal::Identity<Arg1>::type arg1) { [all...] |
/external/jpeg/ |
ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ 113 return arg2[arg1]; 163 void test3function (void_ptr arg1, void_func arg2) 165 void test3function (arg1, arg2) 166 void_ptr arg1; 170 char * locptr = (char *) arg1; /* check casting to and from void * */ 171 arg1 = (void *) locptr; 187 int test4function (const int arg1) 189 int test4function (arg1) [all...] |
/external/qemu/distrib/jpeg-6b/ |
ckconfig.c | 103 int testfunction (int arg1, int * arg2); /* check prototypes */ 111 int testfunction (int arg1, int * arg2) /* check definitions */ 113 return arg2[arg1]; 163 void test3function (void_ptr arg1, void_func arg2) 165 void test3function (arg1, arg2) 166 void_ptr arg1; 170 char * locptr = (char *) arg1; /* check casting to and from void * */ 171 arg1 = (void *) locptr; 187 int test4function (const int arg1) 189 int test4function (arg1) [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
IInputConnectionWrapper.java | 64 Object arg1; field in class:IInputConnectionWrapper.SomeArgs 203 msg.arg1, msg.arg2), args.seq); 219 msg.arg1, msg.arg2), args.seq); 235 msg.arg1), args.seq); 250 args.callback.setCursorCapsMode(ic.getCursorCapsMode(msg.arg1), 267 (ExtractedTextRequest)args.arg1, msg.arg1), args.seq); 279 ic.commitText((CharSequence)msg.obj, msg.arg1); 288 ic.setSelection(msg.arg1, msg.arg2); 297 ic.performEditorAction(msg.arg1); [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_DummyPKCS12Keystore.java | 43 public Key engineGetKey(String arg0, char[] arg1) 64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, 69 public void engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2) 74 public void engineSetCertificateEntry(String arg0, Certificate arg1) 113 public void engineStore(OutputStream arg0, char[] arg1) throws IOException, 118 public void engineLoad(InputStream arg0, char[] arg1) throws IOException,
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
linux_syscall_support.h | 830 #define _syscall1(type,name,type1,arg1) \ 831 type LSS_NAME(name)(type1 arg1) { \ 834 : "0" (__NR_##name), "ri" ((long)(arg1))); \ 837 #define _syscall2(type,name,type1,arg1,type2,arg2) \ 838 type LSS_NAME(name)(type1 arg1,type2 arg2) { \ 841 : "0" (__NR_##name),"ri" ((long)(arg1)), "c" ((long)(arg2))); \ 844 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ 845 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 848 : "0" (__NR_##name), "ri" ((long)(arg1)), "c" ((long)(arg2)), \ 852 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
compat-api.h | 44 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = xf86Screens[(arg1)] 47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)] 71 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1) 74 #define SCREEN_PTR(arg1) ScreenPtr pScreen = (arg1)
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
compat-api.h | 44 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = xf86Screens[(arg1)] 47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)] 71 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1) 74 #define SCREEN_PTR(arg1) ScreenPtr pScreen = (arg1)
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
IWindowManagerImpl.java | 83 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, int arg4, 91 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { 129 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { 207 public IWindowSession openSession(IInputMethodClient arg0, IInputContext arg1) 214 public void overridePendingAppTransition(String arg0, int arg1, int arg2, 239 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException { 269 public Bitmap screenshotApplications(IBinder arg0, int displayId, int arg1, 276 public void setAnimationScale(int arg0, float arg1) throws RemoteException { 288 public void setAppGroupId(IBinder arg0, int arg1) throws RemoteException { 294 public void setAppOrientation(IApplicationToken arg0, int arg1) throws RemoteException [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 279 #define GT_1trace( mask, class, format, arg1 ) 280 #define GT_2trace( mask, class, format, arg1, arg2 ) 281 #define GT_3trace( mask, class, format, arg1, arg2, arg3 ) 282 #define GT_4trace( mask, class, format, arg1, arg2, arg3, arg4 ) 283 #define GT_5trace( mask, class, format, arg1, arg2, arg3, arg4, arg5 ) 284 #define GT_6trace( mask, class, format, arg1, arg2, arg3, arg4, arg5, arg6 ) 302 #define GT_1trace( mask, class, format, arg1 ) \ 304 _GT_trace(&(mask), (format), (arg1)) : 0) 306 #define GT_2trace( mask, class, format, arg1, arg2 ) \ 308 _GT_trace(&(mask), (format), (arg1), (arg2)) : 0 [all...] |
/external/chromium_org/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/re2/util/ |
valgrind.h | 674 #define CALL_FN_v_W(fnptr, arg1) [all...] |
/external/regex-re2/util/ |
valgrind.h | 674 #define CALL_FN_v_W(fnptr, arg1) [all...] |
/external/valgrind/main/include/ |
valgrind.h | [all...] |
/frameworks/base/core/java/android/os/ |
Message.java | 42 * arg1 and arg2 are lower-cost alternatives to using 46 public int arg1; field in class:Message 49 * arg1 and arg2 are lower-cost alternatives to using 128 m.arg1 = orig.arg1; 202 * <em>arg1</em>, and <em>arg2</em> members. 206 * @param arg1 The <em>arg1</em> value to set. 210 public static Message obtain(Handler h, int what, int arg1, int arg2) { 214 m.arg1 = arg1 [all...] |
/external/chromium_org/v8/test/webkit/ |
dfg-convert-this-dom-window.js | 29 var myFunction = function (arg1) { return [this, "myFunction", arg1] }; 30 var myFunctionWithCall = function (arg1) { return [this, "myFunctionWithCall", arg1] }; 31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] }; 36 shouldBe("myFunction('arg1')", '[this, "myFunction", "arg1"]'); 37 shouldBe("myFunction.call(myObject, 'arg1')", '[myObject, "myFunction", "arg1"]'); [all...] |
function-apply-aliased.js | 29 var myFunction = function (arg1) { 30 return [this, "myFunction", arg1]; 32 var myFunctionWithApply = function (arg1) { 33 return [this, "myFunctionWithApply", arg1]; 46 myFunctionWithApply.apply = function (arg1) { return [this, "myFunctionWithApply.apply", arg1] }; 48 var arg1Array = ['arg1']; 52 shouldBe("myFunction('arg1')", '[this, "myFunction", "arg1"]'); 53 shouldBe("forwarder(myFunction, null, ['arg1'])", '[this, "myFunction", "arg1"]') [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
linux_syscall_support.h | 816 #define _syscall1(type,name,type1,arg1) \ 817 type LSS_NAME(name)(type1 arg1) { \ 820 : "0" (__NR_##name), "ri" ((long)(arg1))); \ 823 #define _syscall2(type,name,type1,arg1,type2,arg2) \ 824 type LSS_NAME(name)(type1 arg1,type2 arg2) { \ 827 : "0" (__NR_##name),"ri" ((long)(arg1)), "c" ((long)(arg2))); \ 830 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ 831 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 834 : "0" (__NR_##name), "ri" ((long)(arg1)), "c" ((long)(arg2)), \ 838 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyMessageDigest2.java | 62 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
|