HomeSort by relevance Sort by last modified time
    Searched refs:arg1 (Results 1 - 25 of 607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fdlibm/
s_matherr.c 24 if(x->arg1!=x->arg1) return 0;
  /external/qemu/tcg/
tcg-runtime.h 5 int32_t tcg_helper_div_i32(int32_t arg1, int32_t arg2);
6 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2);
7 uint32_t tcg_helper_divu_i32(uint32_t arg1, uint32_t arg2);
8 uint32_t tcg_helper_remu_i32(uint32_t arg1, uint32_t arg2);
10 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
11 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);
12 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
13 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2);
14 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
15 uint64_t tcg_helper_divu_i64(uint64_t arg1, uint64_t arg2)
    [all...]
  /external/clang/tools/libclang/
Index_Internal.h 25 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2)
31 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 38 public Object arg1; field in class:HandlerCaller.SomeArgs
139 public Message obtainMessageBO(int what, boolean arg1, Object arg2) {
140 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
143 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) {
145 args.arg1 = arg2;
147 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
150 public Message obtainMessageO(int what, Object arg1) {
151 return mH.obtainMessage(what, 0, 0, arg1);
154 public Message obtainMessageI(int what, int arg1) {
155 return mH.obtainMessage(what, arg1, 0)
    [all...]
  /bionic/libc/kernel/common/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /development/ndk/platforms/android-3/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 13 * @param arg1 first argument (table, view, index, or trigger name)
22 public int authorize(int what, String arg1, String arg2, String arg3,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeIInputMethodManager.java 40 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3)
62 boolean arg1) throws RemoteException {
82 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException {
87 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2)
93 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2)
110 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1)
120 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException {
125 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException {
130 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2)
136 public boolean setInputMethodEnabled(String arg0, boolean arg1) throws RemoteException
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /external/chromium/webkit/glue/
cpp_binding_example.cc 74 CppVariant arg1 = args[0]; local
75 if (arg1.isBool())
77 else if (arg1.isInt32())
79 else if (arg1.isDouble())
81 else if (arg1.isString())
92 CppVariant arg1 = args[0]; local
95 if (!arg1.isNumber() || !arg2.isNumber()) {
103 if (arg1.isDouble())
104 sum += arg1.value.doubleValue;
105 else if (arg1.isInt32()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 30 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1)
32 super(msg, arg1);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux-variants.c 77 Int ML_(linux_variant_PRE_sys_bproc)( UWord arg1, UWord arg2,
84 void ML_(linux_variant_POST_sys_bproc)( UWord arg1, UWord arg2,
  /external/webkit/Source/JavaScriptCore/runtime/
Tracing.h 42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3)
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
  /dalvik/vm/mterp/c/
OP_EXECUTE_INLINE.cpp 19 u4 arg0, arg1, arg2, arg3; local
20 arg0 = arg1 = arg2 = arg3 = 0;
41 arg1 = GET_REGISTER((vdst & 0x00f0) >> 4);
51 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
54 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
OP_EXECUTE_INLINE_RANGE.cpp 3 u4 arg0, arg1, arg2, arg3; local
4 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
25 arg1 = GET_REGISTER(vdst+1);
35 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
38 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
  /external/netperf/
netsh.c 300 break_args(char *s, char *arg1, char *arg2)
312 /* and arg2 should be the same value as arg1 */
316 while ((*arg1++ = *s++) != '\0');
324 arg1. raj 2005-02-04 */
326 break_args_explicit(char *s, char *arg1, char *arg2)
341 while ((*arg1++ = *s++) != '\0');
475 char arg1[BUFSIZ], /* argument holders */
499 break_args(optarg,arg1,arg2);
500 if (arg1[0]) {
501 local_send_align = convert(arg1);
471 char arg1[BUFSIZ], \/* argument holders *\/ local
    [all...]
  /dalvik/vm/
InlineNative.h 33 typedef bool (*InlineOp4Func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
107 INLINE bool dvmPerformInlineOp4Std(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
110 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
116 bool dvmPerformInlineOp4Dbg(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
127 bool javaLangString_charAt(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
130 bool javaLangString_compareTo(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
133 bool javaLangString_equals(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
136 bool javaLangString_length(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
139 bool javaLangString_isEmpty(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
142 bool javaLangString_fastIndexOf_II(u4 arg0, u4 arg1, u4 arg2, u4 arg3
    [all...]

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>