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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
ProcDep.h 85 IN UINT64 Arg2,
105 Arg2 - Argument 2 ClassGuid/FunctionId defined
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueEdkDxeSalLib.h 86 IN UINT64 Arg2,
106 Arg2 - Argument 2 ClassGuid/FunctionId defined
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
GdbRun 46 # @param $arg2 - Image address
50 add-symbol-file $arg1 $arg2
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SalLib.h 35 @param Arg2 The 2nd parameter for SAL procedure calls
50 IN UINT64 Arg2,
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePalLibNull/
PalCall.c 38 @param Arg2 The 2nd parameter for PAL procedure calls.
49 IN UINT64 Arg2,
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
XenHypercallLib.h 41 @param Arg2 Second argument.
50 IN OUT INTN Arg2
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
UsbSbd.asl 43 // Arg2: Integer Function Index
54 Switch (ToInteger(Arg2))
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 32 a[arg1, arg2] returns [l]
35 l = [$arg1, $arg2]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 199 Object arg2 = null; local
203 arg2 = r.name;
209 arg2 = r.name;
212 ErrorManager.grammarError(msgID,grammar,r.tree.getToken(),attrName,arg2);
223 Object arg2 = null; local
235 arg2 = r.name;
241 arg2 = r.name;
244 ErrorManager.grammarError(msgID,grammar,label,label.getText(),arg2);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_DummyPKCS12Keystore.java 64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2,
69 public void engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2)
  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 82 template<typename R, typename Arg1, typename Arg2 = Arg1,
83 typename FuncType = R (*)(Arg1, Arg2)>
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExtractAccessor.h 51 template<typename Arg1, typename Arg2> static inline auto getTuple(cl::sycl::handler& cgh, Arg1 eval1, Arg2 eval2)
52 -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1), ExtractAccessor<Arg2>::getTuple(cgh, eval2))) {
53 return utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1), ExtractAccessor<Arg2>::getTuple(cgh, eval2));
55 template<typename Arg1, typename Arg2, typename Arg3> static inline auto getTuple(cl::sycl::handler& cgh, Arg1 eval1 , Arg2 eval2 , Arg3 eval3)
56 -> decltype(utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1),utility::tuple::append(ExtractAccessor<Arg2>::getTuple(cgh, eval2), ExtractAccessor<Arg3>::getTuple(cgh, eval3)))) {
57 return utility::tuple::append(ExtractAccessor<Arg1>::getTuple(cgh, eval1),utility::tuple::append(ExtractAccessor<Arg2>::getTuple(cgh, eval2), ExtractAccessor<Arg3>::getTuple(cgh, eval3)));
  /external/libchrome/base/
stl_util.h 214 template <typename ResultType, typename Arg1, typename Arg2>
215 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
226 template <typename ResultType, typename Arg1, typename Arg2>
227 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
239 template <typename ResultType, typename Arg1, typename Arg2>
240 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
252 template <typename Arg1, typename Arg2>
253 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
interproc-store-arg-multilevel.ll 9 define void @store_arg_multilevel_callee(i32*** %arg1, i32* %arg2) {
12 store i32* %arg2, i32** %ptr_cast
  /external/llvm/test/CodeGen/PowerPC/
preincprep-invoke.ll 14 define void @_Z11GetPasswordP13CStdOutStreamb(i1 %cond, i8 %arg1, i8* %arg2) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
41 store i8 %1, i8* %arg2, align 1
  /external/llvm/test/CodeGen/X86/
patchable-prologue.ll 50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" {
52 %tmp10 = getelementptr i8, i8* %arg1, i64 %arg2
  /external/vogar/test/vogar/target/main/
TestRunnerMainTest.java 59 TestRunner runner = testRunnerRule.createTestRunner("arg1", "arg2");
63 .success("main", "Args: arg1, arg2\n")
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 217 template <typename ResultType, typename Arg1, typename Arg2>
218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
229 template <typename ResultType, typename Arg1, typename Arg2>
230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
242 template <typename ResultType, typename Arg1, typename Arg2>
243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
255 template <typename Arg1, typename Arg2>
256 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /frameworks/base/core/java/com/android/internal/os/
SomeArgs.java 44 public Object arg2; field in class:SomeArgs
107 arg2 = null;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
TakeScreenshotService.java 65 mScreenshot.takeScreenshot(finisher, msg.arg1 > 0, msg.arg2 > 0);
68 mScreenshot.takeScreenshotPartial(finisher, msg.arg1 > 0, msg.arg2 > 0);
  /frameworks/compile/slang/lit-tests/padding/
more_structs.rs 63 // CHECK-JAVA-INVOKE: public void invoke_check_char_struct(short arg1, long arg2) {
67 // CHECK-JAVA-INVOKE-NEXT: check_char_struct_fp.addI64(arg2);
71 // CHECK-JAVA-INVOKE: public void invoke_check_five_struct(byte arg1, long arg2, short arg3, long arg4, short arg5) {
75 // CHECK-JAVA-INVOKE-NEXT: check_five_struct_fp.addI64(arg2);
112 void check_char_struct(short arg1, long arg2) {
113 failed |= ((g_char_struct.f1 != arg1) || (g_char_struct.f2 != arg2));
116 void check_five_struct(char arg1, long arg2, short arg3, long arg4, half arg5) {
118 (g_five_struct.f2 != arg2) ||
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 75 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
85 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
MockSocketChannel.java 67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
dlfcn.h 51 foo = (*fctp) (arg1, arg2);
53 foo = DL_CALL_FCT (fctp, (arg1, arg2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dlfcn.h 51 foo = (*fctp) (arg1, arg2);
53 foo = DL_CALL_FCT (fctp, (arg1, arg2));

Completed in 1649 milliseconds

<<11121314151617181920>>