Searched defs:arg1 (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/domapi/
H A DXPathStylesheetDOM3Exception.java30 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1) argument
32 super(msg, arg1);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DI18nException.java10 public I18nException(String arg0, Throwable arg1) { argument
11 super(arg0, arg1);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux-variants.c77 Int ML_(linux_variant_PRE_sys_bproc)( UWord arg1, UWord arg2, argument
84 void ML_(linux_variant_POST_sys_bproc)( UWord arg1, UWord arg2, argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DInvalidRepresentationException.java57 * @param arg1 cause
59 public InvalidRepresentationException(String arg0, Throwable arg1) { argument
60 super(arg0, arg1);
/external/autotest/frontend/client/src/autotest/common/table/
H A DJSONObjectComparator.java17 public int compare(JSONObject arg0, JSONObject arg1) { argument
21 String key1 = arg1.get(sortSpec.getField()).toString().toLowerCase();
30 if (arg0.equals(arg1)) {
34 return arg0.hashCode() > arg1.hashCode() ? 1 : -1;
/external/compiler-rt/test/BlocksRuntime/
H A Drettypepromotion.c25 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) { argument
29 sortWithBlock(^(void *arg1, void *arg2) {
/external/javasqlite/src/main/java/SQLite/
H A DAuthorizer.java13 * @param arg1 first argument (table, view, index, or trigger name)
22 public int authorize(int what, String arg1, String arg2, String arg3, argument
/external/robolectric/v1/src/main/java/android/os/
H A DTestVibrator.java22 public void vibrate(long[] arg0, int arg1) { argument
/external/strace/linux/ia64/
H A Drt_sigframe.h35 unsigned long arg1; member in struct:__anon21973
/external/strace/tests/
H A Dprctl-securebits.c46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
H A Dprctl-arg2-intptr.c46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
H A Dprctl-dumpable.c45 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
49 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
H A Dsigsuspend.c50 k_sigsuspend(const kernel_ulong_t arg1, argument
54 return syscall(__NR_sigsuspend, arg1, arg2, arg3);
/external/strace/tests-m32/
H A Dprctl-securebits.c46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
H A Dprctl-arg2-intptr.c46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
/external/strace/tests-mx32/
H A Dprctl-securebits.c46 prctl(kernel_ulong_t arg1, kernel_ulong_t arg2) argument
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc109 static void TestAgainstLibc(const char *fmt, T arg1, T arg2) { argument
111 uptr len = internal_snprintf(buf, sizeof(buf), fmt, arg1, arg2);
113 snprintf(buf2, sizeof(buf2), fmt, arg1, arg2);
/external/dng_sdk/source/
H A Ddng_safe_arithmetic.h37 // If the result of adding arg1 and arg2 will fit in an int32_t (without
40 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result);
42 // Returns the result of adding arg1 and arg2 if it will fit in the result type
45 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2);
46 std::int64_t SafeInt64Add(std::int64_t arg1, std::int64_t arg2);
48 // If the result of adding arg1 and arg2 will fit in a uint32_t (without
51 bool SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2,
54 // Returns the result of adding arg1 and arg2 if it will fit in the result type
57 std::uint32_t SafeUint32Add(std::uint32_t arg1, std::uint32_t arg2);
58 std::uint64_t SafeUint64Add(std::uint64_t arg1, st
113 SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) argument
130 SafeInt64MultByInt128(std::int64_t arg1, std::int64_t arg2) argument
149 SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) argument
[all...]
/external/e2fsprogs/resize/
H A Dtest_extent.c23 char *cp, *cmd, *arg1, *arg2; local
53 arg1 = arg2 = 0;
57 arg1 = cp;
58 num1 = strtoul(arg1, 0, 0);
/external/libffi/testsuite/libffi.call/
H A Dcls_pointer.c46 void* arg1 = (void*)0x12345678; local
57 args[0] = &arg1;
68 res = (ffi_arg)(uintptr_t)((void*(*)(void*, void*))(code))(arg1, arg2);
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/test/mojom/mojo/
H A DIntegrationTestInterfaceTestHelper.java19 public void call(byte[] arg1) { argument
/external/ltp/testcases/kernel/containers/libclone/
H A Dlibclone.c20 int (*fn1) (void *arg), void *arg1,
25 ret = ltp_clone_quick(clone_flags | SIGCHLD, fn1, arg1);
39 int (*fn1) (void *arg), void *arg1,
72 ret = fn1(arg1);
89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, argument
100 exit(fn1(arg1));
107 int (*fn1) (void *arg), void *arg1)
111 return do_plain_tests(fn1, arg1, NULL, NULL);
113 return do_clone_tests(clone_flags, fn1, arg1, NULL, NULL);
115 return do_unshare_tests(clone_flags, fn1, arg1, NUL
19 do_clone_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) argument
38 do_unshare_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) argument
106 do_clone_unshare_test(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1) argument
126 do_clone_unshare_tests(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) argument
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_pointer.c46 void* arg1 = (void*)0x12345678; local
57 args[0] = &arg1;
68 res = (ffi_arg)(uintptr_t)((void*(*)(void*, void*))(code))(arg1, arg2);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_pointer.c46 void* arg1 = (void*)0x12345678; local
57 args[0] = &arg1;
68 res = (ffi_arg)(uintptr_t)((void*(*)(void*, void*))(code))(arg1, arg2);
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
H A DLogServiceFactory.java52 public Object getService(Bundle bundle, ServiceRegistration arg1) { argument
62 public void ungetService(Bundle bundle, ServiceRegistration arg1, Object arg2) { argument

Completed in 647 milliseconds

1234567891011>>