/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
micromips@branch-misc-2.d | 2 #name: MIPS branch-misc-2 3 #source: branch-misc-2.s
|
micromips@branch-misc-2pic.d | 2 #name: MIPS branch-misc-2pic 3 #source: branch-misc-2.s
|
micromips@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
mipsr6@branch-misc-2-64.d | 2 #name: MIPS branch-misc-2-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-2pic-64.d | 2 #name: MIPS branch-misc-2pic-64 3 #source: branch-misc-2.s
|
mipsr6@branch-misc-4-64.d | 2 #name: MIPS branch-misc-4-64 4 #source: branch-misc-4.s
|
/external/valgrind/coregrind/ |
m_libcassert.c | 67 (srP)->misc.X86.r_ebp = ebp; \ 83 (srP)->misc.AMD64.r_rbp = rbp; \ 102 (srP)->misc.PPC32.r_lr = lr; \ 121 (srP)->misc.PPC64.r_lr = lr; \ 138 (srP)->misc.ARM.r14 = block[1]; \ 140 (srP)->misc.ARM.r12 = block[3]; \ 141 (srP)->misc.ARM.r11 = block[4]; \ 142 (srP)->misc.ARM.r7 = block[5]; \ 160 (srP)->misc.ARM64.x29 = block[2]; \ 161 (srP)->misc.ARM64.x30 = block[3]; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
Thunk.h | 733 Field Filling Function for Misc SubClass record type 0 -- Bios Information.
771 Field Filling Function for Misc SubClass record type 1 -- System Information.
807 Field Filling Function for Misc SubClass record type 3 -
826 Field Filling Function for Misc SubClass record type 8 -- Port Connector.
844 Field Filling Function for Misc SubClass record type 9 -- System slot.
862 Field Filling Function for Misc SubClass record type 10 - Onboard Device.
880 Field Filling Function for Misc SubClass record type 11 - OEM Strings.
[all...] |
MiscConv.c | 2 Routines that support Misc SubClass data records translation.
18 Field Filling Function for Misc SubClass record type 0 -- Bios Information.
160 Field Filling Function for Misc SubClass record type 1 -- System Information.
383 Field Filling Function for Misc SubClass record type 3 -
592 Field Filling Function for Misc SubClass record type 8 -- Port Connector.
654 Field Filling Function for Misc SubClass record type 9 -- System slot.
745 Field Filling Function for Misc SubClass record type 10 - Onboard Device.
800 Field Filling Function for Misc SubClass record type 11 - OEM Strings.
833 Field Filling Function for Misc SubClass record type 12 - System Options.
879 Field Filling Function for Misc SubClass record type 13 - BIOS Language. [all...] |
/external/toolchain-utils/ |
test_toolchains.py | 15 from cros_utils import misc 71 misc.GetImageDir(self._chromeos_root, self._board), 'latest') 91 not misc.DoesLabelExist(self._chromeos_root, self._board, label)): 107 if not misc.DoesLabelExist(self._chromeos_root, self._board, 'vanilla'): 111 misc.LabelLatestImage(self._chromeos_root, self._board, label, 114 misc.LabelLatestImage(self._chromeos_root, self._board, label) 118 env_string = misc.GetEnvStringFromDict(env_dict) 119 command = ('%s %s' % (env_string, misc.GetSetupBoardCommand( 127 misc.GetCtargetFromBoard(self._board, self._chromeos_root)) 252 misc.GetImageDir(self._chromeos_root, self._board), label [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 566 heading: "../misc/cgo/stdio", 568 t.addCmd(dt, "misc/cgo/stdio", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".") 574 heading: "../misc/cgo/life", 576 t.addCmd(dt, "misc/cgo/life", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".") 587 heading: "../misc/cgo/fortran", 589 t.addCmd(dt, "misc/cgo/fortran", "./test.bash", fortran) 597 heading: "../misc/swig/stdio", 599 t.addCmd(dt, "misc/swig/stdio", t.goTest()) 606 heading: "../misc/swig/callback", 608 t.addCmd(dt, "misc/swig/callback", t.goTest() [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 566 heading: "../misc/cgo/stdio", 568 t.addCmd(dt, "misc/cgo/stdio", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".") 574 heading: "../misc/cgo/life", 576 t.addCmd(dt, "misc/cgo/life", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".") 587 heading: "../misc/cgo/fortran", 589 t.addCmd(dt, "misc/cgo/fortran", "./test.bash", fortran) 597 heading: "../misc/swig/stdio", 599 t.addCmd(dt, "misc/swig/stdio", t.goTest()) 606 heading: "../misc/swig/callback", 608 t.addCmd(dt, "misc/swig/callback", t.goTest() [all...] |
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ |
classlist | 37 sun/misc/Cleaner 82 sun/misc/Unsafe 91 sun/misc/Launcher 92 sun/misc/Launcher$AppClassLoader 93 sun/misc/Launcher$ExtClassLoader 135 sun/misc/VM 202 sun/misc/Version 206 sun/misc/JavaIOFileDescriptorAccess 207 sun/misc/SharedSecrets 217 sun/reflect/misc/ReflectUti [all...] |
/art/compiler/jit/ |
jit_logger.h | 69 // - On Android devices, the jit-PID.dump file is generated in /data/misc/trace/ folder, and 72 // this /data/misc/trace/ folder. 73 // Make sure that you have the read/write access to /data/misc/trace/ folder. 79 // /data/misc/trace/ folder on host, and jit-PID.dump file is copied to this folder.
|
/art/test/528-long-hint/src/ |
Main.java | 17 import sun.misc.Unsafe;
|
/art/test/dexdump/ |
all.lst | 11 0x000006b0 108 A misc ()V (none) -1
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
mce.h | 25 __u64 misc; member in struct:mce
|
/bootable/recovery/tests/unit/ |
locale_test.cpp | 21 TEST(LocaleTest, Misc) {
|
/cts/hostsidetests/edi/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/hostsidetests/monkey/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/hostsidetests/sample/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/hostsidetests/seccomp/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/hostsidetests/ui/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/hostsidetests/usb/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|
/cts/tests/sample/ |
AndroidTest.xml | 18 <option name="config-descriptor:metadata" key="component" value="misc" />
|