HomeSort by relevance Sort by last modified time
    Searched full:arg2 (Results 951 - 975 of 1963) sorted by null

<<31323334353637383940>>

  /sdk/find_java/src/source/
utils.cpp 95 // e.g. cmd="\"c:\program files\myapp.exe\" arg1 arg2";
  /system/update_engine/update_manager/
update_manager.h 70 // um.PolicyRequest(&Policy::SomePolicyMethod, &bool_result, arg1, arg2);
  /system/vold/
vdc.cpp 180 LOG(INFO) << "Usage: " << progname << " [--wait] <monitor>|<cmd> [arg1] [arg2...]";
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 583 subglyph->arg1 = subglyph->arg2 = 0;
608 subglyph->arg2 = FT_NEXT_SHORT( p );
613 subglyph->arg2 = FT_NEXT_CHAR( p );
621 subglyph->arg2 = (FT_Int)FT_NEXT_USHORT( p );
626 subglyph->arg2 = (FT_Int)FT_NEXT_BYTE( p );
1025 FT_UInt l = (FT_UInt)subglyph->arg2;
1049 y = subglyph->arg2;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 464 Value *Arg2, Value *Arg3,
466 Value *Args[] = { Arg1, Arg2, Arg3 };
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 742 status_t EmulatedCamera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2)
744 ALOGV("%s: cmd = %d, arg1 = %d, arg2 = %d", __FUNCTION__, cmd, arg1, arg2);
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
frv.cpu     [all...]
  /external/libxml2/
relaxng.c 341 const xmlChar *arg2; /* second arg */ member in struct:_xmlRelaxNGValidError
2255 (const char *) msg, arg1, arg2); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 314 char arg2[ARG_SIZE + 1]; local
315 char* argv[3] = { cmd, arg1, arg2 };
320 arg2[ARG_SIZE] = 0;
354 cmd, arg1, arg2);
398 if (strcmp(arg2, "single") == 0) {
521 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
575 if (strcmp(arg2, "all") == 0) {
582 } else if (GetValue(arg2, &value)) {
589 if (strcmp(arg2, "all") == 0) {
595 } else if (GetValue(arg2, &value))
1952 int64_t arg2 = get_register(a2); local
    [all...]
  /external/boringssl/src/crypto/aes/asm/
bsaes-x86_64.pl 1151 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1189 mov $arg2,$out
1312 lea ($out), $arg2
1390 mov $arg2,$out
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
si-sgpr-spill.ll 25 define amdgpu_ps void @main([17 x <16 x i8>] addrspace(2)* byval %arg, [32 x <16 x i8>] addrspace(2)* byval %arg1, [16 x <8 x i32>] addrspace(2)* byval %arg2, float inreg %arg3, i32 inreg %arg4, <2 x i32> %arg5, <2 x i32> %arg6, <2 x i32> %arg7, <3 x i32> %arg8, <2 x i32> %arg9, <2 x i32> %arg10, <2 x i32> %arg11, float %arg12, float %arg13, float %arg14, float %arg15, float %arg16, float %arg17, float %arg18, float %arg19, float %arg20) {
67 %tmp60 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 0
72 %tmp64 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 1
76 %tmp68 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 2
80 %tmp72 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 3
84 %tmp76 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 4
88 %tmp80 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 5
92 %tmp84 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 6
96 %tmp88 = getelementptr [16 x <8 x i32>], [16 x <8 x i32>] addrspace(2)* %arg2, i64 0, i32 7
    [all...]
  /external/netperf/src/
nettest_sctp.c 4672 arg2[BUFSIZ]; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 585 subglyph->arg1 = subglyph->arg2 = 0;
610 subglyph->arg2 = FT_NEXT_SHORT( p );
615 subglyph->arg2 = FT_NEXT_CHAR( p );
623 subglyph->arg2 = (FT_Int)FT_NEXT_USHORT( p );
628 subglyph->arg2 = (FT_Int)FT_NEXT_BYTE( p );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_emit.c 482 struct brw_reg arg2,
491 (dst.file == arg2.file && dst.nr == arg2.nr)) {
494 func(c, tmp, arg0, arg1, arg2);
499 func(c, dst, arg0, arg1, arg2);
568 struct brw_reg arg2 )
571 brw_SEL(p, dst, arg1, arg2);
1041 struct brw_reg arg2)
1046 brw_MUL(p, brw_null_reg(), dst, arg2);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 27 template <class Arg1, class Arg2, class Result>
31 typedef Arg2 second_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/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 27 template <class Arg1, class Arg2, class Result>
31 typedef Arg2 second_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...]
  /external/curl/
acinclude.m4     [all...]
  /external/llvm/lib/Target/X86/
README.txt 681 int caller(int32 arg1, int32 arg2) {
682 int64 local = arg2 * 2;
683 return callee(arg2, (int64)local);
686 [arg1] [!arg2 no longer valid since we moved local onto it]
687 [arg2] -> [(int64)
691 arg2 of the caller.
700 int callee (int32 arg1, int32 arg2);
701 int caller (int32 arg1, int32 arg2) {
702 return callee(arg1,arg2);
708 int callee (int32 arg1, int32 arg2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
README.txt 844 int caller(int32 arg1, int32 arg2) {
845 int64 local = arg2 * 2;
846 return callee(arg2, (int64)local);
849 [arg1] [!arg2 no longer valid since we moved local onto it]
850 [arg2] -> [(int64)
854 arg2 of the caller.
863 int callee (int32 arg1, int32 arg2);
864 int caller (int32 arg1, int32 arg2) {
865 return callee(arg1,arg2);
871 int callee (int32 arg1, int32 arg2);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 181 char arg2[ARG_SIZE + 1]; local
182 char* argv[3] = {cmd, arg1, arg2};
187 arg2[ARG_SIZE] = 0;
223 cmd, arg1, arg2);
263 if (argc == 2 || (argc == 3 && strcmp(arg2, "fp") == 0)) {
271 if ((argc == 3 && strcmp(arg2, "fp") == 0) && i < 8 &&
290 if ((argc == 3 && strcmp(arg2, "fp") == 0) && i < 8 &&
450 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
511 if (strcmp(arg2, "all") == 0) {
516 } else if (GetValue(arg2, &value))
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-scalar-x-indexed-elem.c 509 float64x1_t arg2; local
513 arg2 = vcreate_f64(UINT64_C(0x3fee211e215aeef3));
514 result = vmulx_lane_f64(arg1, arg2, 0);
535 float64x1_t arg2; local
540 arg2 = vcreate_f64(UINT64_C(0x3fee211e215aeef3));
541 arg3 = vcombine_f64(arg1, arg2);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
slf4j-api-1.4.2.jar 
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 684 int32_t arg1, arg2 = 0; local
692 CHECK(msg->findInt32("index", &arg2));
698 CHECK(msg->findInt32("index", &arg2));
771 arg2,
778 int32_t arg1 = 0, arg2 = 0; local
793 EVENT_FRAME_RENDERED, arg1, arg2, obj);
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 330 * @param arg2 the second argument
334 public static boolean isUnordered(double arg1, double arg2) {
335 return isNaN(arg1) || isNaN(arg2);
346 * @param arg2 the second argument
350 public static boolean isUnordered(float arg1, float arg2) {
351 return isNaN(arg1) || isNaN(arg2);
    [all...]

Completed in 1208 milliseconds

<<31323334353637383940>>