/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
dsdt.asl | 49 If(LEqual(Arg0,ToUUID("0811B06E-4A27-44F9-8D60-3CBBC22E7B48")))
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/Arm/ |
ModuleEntryPoint.S | 79 LoadConstantToReg (FixedPcdGet32(PcdMemoryBase) ,r0) /* memory size arg0 */
|
ModuleEntryPoint.asm | 81 LoadConstantToReg (FixedPcdGet32(PcdMemoryBase) ,r0) // memory start arg0
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/Arm/ |
ModuleEntryPoint.S | 79 LoadConstantToReg (FixedPcdGet32(PcdMemoryBase) ,r0) /* memory size arg0 */
|
ModuleEntryPoint.asm | 81 LoadConstantToReg (FixedPcdGet32(PcdMemoryBase) ,r0) // memory start arg0
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FormatterTest.java | 129 public String format(LogRecord arg0) {
|
/external/libchrome/base/ |
gmock_unittest.cc | 58 return arg0;
|
/external/libunwind/tests/ |
Gia64-test-nat.c | 132 save_func_t **arg0; local 155 arg0 = (save_func_t **) *bsp; 159 (*arg0[0]) (arg0 + 1, arg1);
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 241 void sse2_pshufd( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, 243 void sse2_pshuflw( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, 245 void sse2_pshufhw( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, 303 void sse_shufps( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0,
|
/external/minijail/ |
syscall_filter.c | 292 * "arg0 == 3 && arg1 == 5 || arg0 == 0x8" 316 * "arg0 == 3 && arg1 == 5 || arg0 == 0x8; return {NUM}"
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
WriterTest.java | 93 public void write(char[] arg0, int arg1, int arg2) throws IOException {
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
Platform.asl | 254 if (Lequal(Arg0,3))
267 Store(Arg0,\GPIC)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 261 LLVMValueRef arg0 = LLVMGetParam(func, 0); local 279 LLVMBuildStore(builder, ret, arg0);
|
/external/protobuf/src/google/protobuf/stubs/ |
substitute.h | 142 const internal::SubstituteArg& arg0 = internal::SubstituteArg(), 155 const internal::SubstituteArg& arg0 = internal::SubstituteArg(),
|
/frameworks/native/libs/binder/tests/ |
binderDriverInterfaceTest.cpp | 303 uint32_t arg0; member in struct:__anon39387 312 .arg0 = 0,
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
SecureRandom2Test.java | 325 protected byte[] engineGenerateSeed(int arg0) { 337 protected void engineSetSeed(byte[] arg0) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 306 public void onStartTrackingTouch(SeekBar arg0) { 311 public void onStopTrackingTouch(SeekBar arg0) {
|
ParametricEditor.java | 210 public void onStartTrackingTouch(SeekBar arg0) { 214 public void onStopTrackingTouch(SeekBar arg0) {
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TargetControlPane.java | 230 public void onNothingSelected(AdapterView<?> arg0) { 262 public void onNothingSelected(AdapterView<?> arg0) {
|
/system/sepolicy/tools/ |
sepolicy-check.c | 17 void usage(char *arg0) { 18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0);
|
/external/v8/src/compiler/ |
raw-machine-assembler.cc | 480 Node* arg0) { 487 return AddNode(common()->Call(descriptor), function, arg0); 494 Node* arg0, Node* arg1) { 502 return AddNode(common()->Call(descriptor), function, arg0, arg1); 510 Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4, 522 Node* args[] = {function, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7};
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLTest.java | 606 protected URLConnection openConnection(URL arg0) throws IOException { 608 URLConnection con = arg0.openConnection(); 626 public URLStreamHandler createURLStreamHandler(String arg0) { 637 public URLConnection openConnection(URL arg0) throws IOException { 639 URLConnection con = arg0.openConnection(); 648 public URLConnection openConnection(URL arg0, Proxy proxy)
|
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 728 Value *Arg0 = CI->getArgOperand(0); 735 Value *Addr = Builder.CreateBitCast(Arg0, EltPtrTy, "cast"); 753 Value *Arg0 = CI->getArgOperand(0); 757 Value *BC = Builder.CreateBitCast(Arg0, 769 Value *Arg0 = CI->getArgOperand(0); 775 Value *BC = Builder.CreateBitCast(Arg0, 786 Value *Arg0 = CI->getArgOperand(0); 789 Arg0 = Builder.CreateBitCast(Arg0, 792 Builder.CreateAlignedStore(Arg1, Arg0, 1) [all...] |
/art/runtime/interpreter/mterp/out/ |
mterp_mips.S | [all...] |
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
ModuleRepoTest.java | 446 public void run(ITestInvocationListener arg0) throws DeviceNotAvailableException {} 448 public void addAllExcludeFilters(Set<String> arg0) {} 450 public void addAllIncludeFilters(Set<String> arg0) {} 452 public void addExcludeFilter(String arg0) {} 454 public void addIncludeFilter(String arg0) {} 456 public void setCollectTestsOnly(boolean arg0) {} 458 public void setAbi(IAbi arg0) {} [all...] |