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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/runtime/
cpuflags_amd64.go 18 func cpuid_low(arg1, arg2 uint32) (eax, ebx, ecx, edx uint32) // implemented in cpuidlow_amd64.s
19 func xgetbv_low(arg1 uint32) (eax, edx uint32) // implemented in cpuidlow_amd64.s
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // template <class Arg1, class Arg2, class Result>
15 // typedef Arg1 first_argument_type;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // template <class Arg1, class Arg2, class Result>
15 // typedef Arg1 first_argument_type;
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
NfcClientCallback.driver.cpp 16 ::android::hardware::nfc::V1_0::NfcStatus arg1) {
26 SetResult__android__hardware__nfc__V1_0__NfcStatus(var_msg1, arg1);
  /art/test/957-methodhandle-transforms/
expected.txt 8 Target: Arg1: foo, Arg2: 42
9 Target: Arg1: foo, Arg2: 42
10 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage
11 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage
12 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
13 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 44 exc.arg1 = (double)x;
65 exc.arg1 = (double)x;
81 exc.arg1 = (double)x;
105 exc.arg1 = (double)x;
124 exc.arg1 = (double)x;
151 exc.arg1 = (double)x;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tpm.asl 127 Switch (ToInteger(Arg1))
176 Switch (ToInteger(Arg1))
296 Switch (ToInteger (Arg1))
336 Return (HINF (Arg1, Arg2, Arg3))
344 Return (TPPI (Arg1, Arg2, Arg3))
352 Return (TMCI (Arg1, Arg2, Arg3))
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
Tpm.asl 127 Switch (ToInteger(Arg1))
176 Switch (ToInteger(Arg1))
292 Switch (ToInteger (Arg1))
332 Return (HINF (Arg1, Arg2, Arg3))
340 Return (TPPI (Arg1, Arg2, Arg3))
348 Return (TMCI (Arg1, Arg2, Arg3))
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
Tpm.asl 126 Switch (ToInteger(Arg1))
175 Switch (ToInteger(Arg1))
291 Switch (ToInteger (Arg1))
331 Return (HINF (Arg1, Arg2, Arg3))
339 Return (TPPI (Arg1, Arg2, Arg3))
347 Return (TMCI (Arg1, Arg2, Arg3))
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclPlaceHolderExpr.h 55 template<size_t N, typename Arg1, typename Arg2>
56 struct CalculateIndex<N, Arg1, Arg2>{
58 typedef typename PlaceHolderExpression<Arg1, N - Arg2LeafCount>::Type Arg1Type;
63 template<size_t N, typename Arg1, typename Arg2, typename Arg3>
64 struct CalculateIndex<N, Arg1, Arg2, Arg3> {
67 typedef typename PlaceHolderExpression<Arg1, N - Arg3LeafCount - Arg2LeafCount>::Type Arg1Type;
  /external/llvm/test/CodeGen/X86/
vararg_tailcall.ll 53 define i8* @foo6(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
59 %call = tail call i8* (i8*, i8*, i8*, ...) @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5) nounwind optsize noredzone
69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
76 %call = tail call i8* (i8*, i8*, i8*, i8*, i8*, i8*, i8*, ...) @x7(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i8* %tmp6) nounwind optsize noredzone
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
92 %call = tail call i8* (i8*, i8*, i8*, ...) @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i32 48879, i32 48879) nounwind optsize noredzone
avx2-intrinsics-fast-isel.ll 69 %arg1 = bitcast <4 x i64> %a1 to <32 x i8>
70 %res = add <32 x i8> %arg0, %arg1
86 %arg1 = bitcast <4 x i64> %a1 to <16 x i16>
87 %res = add <16 x i16> %arg0, %arg1
103 %arg1 = bitcast <4 x i64> %a1 to <8 x i32>
104 %res = add <8 x i32> %arg0, %arg1
134 %arg1 = bitcast <4 x i64> %a1 to <32 x i8>
135 %res = call <32 x i8> @llvm.x86.avx2.padds.b(<32 x i8> %arg0, <32 x i8> %arg1)
152 %arg1 = bitcast <4 x i64> %a1 to <16 x i16>
153 %res = call <16 x i16> @llvm.x86.avx2.padds.w(<16 x i16> %arg0, <16 x i16> %arg1)
    [all...]
  /external/llvm/test/Transforms/InstCombine/
icmp-range.ll 115 define i1 @test_two_ranges(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
118 %val1 = load i32, i32* %arg1, !range !5
125 define i1 @test_two_ranges2(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
128 %val1 = load i32, i32* %arg1, !range !0
135 define i1 @test_two_ranges3(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
138 %val1 = load i32, i32* %arg1, !range !0
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
vararg_tailcall.ll 53 define i8* @foo6(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
59 %call = tail call i8* (i8*, i8*, i8*, ...)* @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5) nounwind optsize noredzone
69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
76 %call = tail call i8* (i8*, i8*, i8*, i8*, i8*, i8*, i8*, ...)* @x7(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i8* %tmp6) nounwind optsize noredzone
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
92 %call = tail call i8* (i8*, i8*, i8*, ...)* @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i32 48879, i32 48879) nounwind optsize noredzone
  /frameworks/base/telephony/java/com/android/ims/internal/
ImsVideoCallProvider.java 65 onSetCamera((String) args.arg1);
66 onSetCamera((String) args.arg1, args.argi1);
79 onSetDeviceOrientation(msg.arg1);
87 VideoProfile fromProfile = (VideoProfile) args.arg1;
124 args.arg1 = cameraId;
147 args.arg1 = fromProfile;
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
Hprof.java 150 public void onEndFailure(Client arg0, String arg1) {
166 public void onSuccess(String arg0, Client arg1) {
168 if (client == arg1) {
171 arg1.getDevice().getSyncService().pullFile(arg0,
185 public void onSuccess(byte[] arg0, Client arg1) {
187 if (client == arg1) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 209 public Key engineGetKey(String arg0, char[] arg1)
222 public void engineLoad(InputStream arg0, char[] arg1)
228 public void engineSetCertificateEntry(String arg0, Certificate arg1)
233 public void engineSetKeyEntry(String arg0, byte[] arg1,
238 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2,
251 public void engineStore(OutputStream arg0, char[] arg1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 59 GLEnum arg1 = GLEnum.GL_ELEMENT_ARRAY_BUFFER; local
63 createEnumDataType((int)arg1.value),
67 arg1.toString(),
77 GLEnum arg1 = GLEnum.GL_RENDERER; local
82 createEnumDataType((int)arg1.value));
84 arg1.toString(), retValue);
  /external/llvm/test/CodeGen/Mips/cconv/
arguments-varargs.ll 78 ; O32-DAG: lw [[ARG1:\$[0-9]+]], 0([[VA]])
80 ; NEW-LE-DAG: lw [[ARG1:\$[0-9]+]], 0([[VA]])
81 ; NEW-BE-DAG: lw [[ARG1:\$[0-9]+]], 4([[VA]])
90 ; ALL-DAG: sh [[ARG1]], 2([[GV]])
121 %arg1 = va_arg i8** %ap, i16
123 store volatile i16 %arg1, i16* %e1, align 2
196 ; O32-DAG: lw [[ARG1:\$[0-9]+]], 0([[VA]])
198 ; NEW-LE-DAG: lw [[ARG1:\$[0-9]+]], 0([[VA]])
199 ; NEW-BE-DAG: lw [[ARG1:\$[0-9]+]], 4([[VA]])
208 ; ALL-DAG: sw [[ARG1]], 4([[GV]]
    [all...]
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerAdapter.java 141 * @param arg1
146 public void trace(String format, Object arg1, Object arg2) {
147 formatAndLog(Log.VERBOSE, format, arg1, arg2);
227 * @param arg1
232 public void debug(String format, Object arg1, Object arg2) {
233 formatAndLog(Log.DEBUG, format, arg1, arg2);
313 * @param arg1
318 public void info(String format, Object arg1, Object arg2) {
319 formatAndLog(Log.INFO, format, arg1, arg2);
402 * @param arg1
    [all...]
  /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerAdapter.java 105 * @param arg1
110 public void trace(String format, Object arg1, Object arg2) {
112 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
201 * @param arg1
206 public void debug(String format, Object arg1, Object arg2) {
208 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
296 * @param arg1
301 public void info(String format, Object arg1, Object arg2) {
304 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
391 * @param arg1
    [all...]
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 112 * @param arg1
117 public void trace(String format, Object arg1, Object arg2) {
119 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
211 * @param arg1
216 public void debug(String format, Object arg1, Object arg2) {
218 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
310 * @param arg1
315 public void info(String format, Object arg1, Object arg2) {
317 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
412 * @param arg1
    [all...]
  /external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jLoggerAdapter.java 144 * @param arg1
149 public void trace(String format, Object arg1, Object arg2) {
151 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
240 * @param arg1
245 public void debug(String format, Object arg1, Object arg2) {
247 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
334 * @param arg1
339 public void info(String format, Object arg1, Object arg2) {
341 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
431 * @param arg1
    [all...]
  /frameworks/base/core/java/android/net/
NetworkAgent.java 122 * arg1 = either {@code VALID_NETWORK} or {@code INVALID_NETWORK}
149 * arg1 = 1 if true, 0 if false
163 * arg1 = the slot number of the keepalive to start
174 * arg1 = slot number of the keepalive to stop.
188 * arg1 = slot number of the keepalive
294 (msg.arg1 == VALID_NETWORK ? "VALID, " : "INVALID, ") + redirectUrl);
296 networkStatus(msg.arg1, redirectUrl);
300 saveAcceptUnvalidated(msg.arg1 != 0);
335 private void queueOrSendMessage(int what, int arg1, int arg2) {
336 queueOrSendMessage(what, arg1, arg2, null)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]

Completed in 1962 milliseconds

<<11121314151617181920>>