HomeSort by relevance Sort by last modified time
    Searched full:arg1 (Results 1551 - 1575 of 2392) sorted by null

<<61626364656667686970>>

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/KHR/
khrplatform.h 81 * int arg1,
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/KHR/
khrplatform.h 81 * int arg1,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
functional 27 template <class Arg1, class Arg2, class Result>
30 typedef Arg1 first_argument_type;
273 template <class Arg1, class Arg2, class Result>
274 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result>
277 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2));
278 Result operator()(Arg1 x, Arg2 y) const;
281 template <class Arg1, class Arg2, class Result>
282 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2));
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /sdk/find_java/src/source/
utils.h 364 // e.g. cmd="\"c:\program files\myapp.exe\" arg1 arg2";
  /system/core/fs_mgr/
fs_mgr.cpp 288 const char* arg1 = nullptr; local
328 arg1 = "-Oquota";
334 arg1 = "-Q^usrquota,^grpquota";
344 arg1,
    [all...]
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 251 long arg1, arg2, arg3, arg4;
248 long arg1, arg2, arg3, arg4; member in struct:cb_syscall
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 478 bl \cxx_name // \cxx_name(arg1, arg2, Thread*)
485 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
519 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
526 * as if thrown from a call to String.charAt(). Arg1 holds index, arg2 holds limit.
538 * the method_idx. This wrapper will save arg1-arg3, and call the appropriate C helper.
539 * NOTE: "this" is first visible argument of the target, and so can be found in arg1/x1.
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
TtsSpanTest.java 585 .setQueryString("arg1=value1&arg2=value2")
597 assertEquals("arg1=value1&arg2=value2", args.getString(TtsSpan.ARG_QUERY_STRING));
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 248 int resourceId = message.arg1;
255 int key = message.arg1;
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStateMachine.cpp 626 cmd_payload->arg1,
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStateMachine.cpp 533 cmd_payload->arg1,
869 cmd_payload->arg1,
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStateMachine.cpp 533 cmd_payload->arg1,
869 cmd_payload->arg1,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_exceptions.py 565 e = ExcWithOverriddenStr('arg1', u'arg2', u'f\xf6\xf6', msg=msg)
570 e = ExcWithOverriddenStr('arg1', u'f\xf6\xf6', u'arg3', # 3 args
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
SalDriverLib.h 382 IN UINT64 Arg1,
395 Arg1 - Pal call index
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 745 @param Arg1 Undefined
757 UINTN Arg1,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h 97 @param Arg1 The first parameter of the architected/OEM specific SAL functions.
116 IN UINT64 Arg1,
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 380 {at_command, {(arg1, arg2, ...), (state_machine_name,
385 - (arg1, arg2, ...) [tuple of string] is possibly empty, and
  /external/clang/docs/
SanitizerCoverage.rst 339 // Arg1 and Arg2 are arguments of the comparison.
340 void __sanitizer_cov_trace_cmp(uint64_t SizeAndType, uint64_t Arg1, uint64_t Arg2);
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 30 bool SafeUint32ToInt32Mult(uint32 arg1, uint32 arg2, int32 *result) {
32 return SafeUint32Mult(arg1, arg2, &uint32_result) &&
    [all...]
  /external/fdlibm/
k_standard.c 95 exc.arg1 = x;
128 exc.arg1 = y;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 691 public int compare(T arg0, T arg1) {
692 return CollectionUtilities.compare(arg0, arg1);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
673 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\

Completed in 1793 milliseconds

<<61626364656667686970>>