/frameworks/base/tools/layoutlib/bridge/ |
update_nav_icons.sh | 28 FB="frameworks/base" 30 FB=$(echo $MY_LOCATION | sed $EXT_REGEX -e "s,.*$FB[^/]*/,," -e "s,[^/]+,..,g") 42 cp -v "$FB/packages/SystemUI/res/drawable-$density/$icon" "$destination" 49 cp -v "$FB/packages/SystemUI/res/drawable-ldrtl-$density/$icon" "$destination"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
fb-1.s | 0 # FB-labels are valid in GREG definitions.
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
utils.h | 40 FB = 0,
|
/system/core/libpixelflinger/ |
t32cb16blend.S | 35 * \FB is a target register that will contain the blended pixel values. 38 * upper 16-bit pixels in DREG into FB 45 .macro pixel, DREG, SRC, FB, ODD 63 orrhs \FB, \FB, #(0x1F<<(16 + 11)) 64 orrlo \FB, \FB, lr, lsl #(16 + 11) 73 orrhs \FB, \FB, #(0x3F<<(16 + 5)) 74 orrlo \FB, \FB, r6, lsl #(16 + 5 [all...] |
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITMultipleModuleTest.cpp | 88 // Module B { Function FB }, 89 // execute FA then FB 94 Function *FA, *FB; 95 createTwoModuleCase(A, FA, B, FB); 103 ptr = TheJIT->getFunctionAddress(FB->getName().str()); 108 // Module B { Function FB }, 109 // execute FB then FA 114 Function *FA, *FB; 115 createTwoModuleCase(A, FA, B, FB); 120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()) [all...] |
MCJITTestBase.h | 217 // Module B { Extern FA, Function FB which calls FA }, 218 // Module C { Extern FB, Function FC which calls FB }, 221 std::unique_ptr<Module> &B, Function *&FB, 228 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B); 231 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB); 237 // Module B { Function FB } 239 std::unique_ptr<Module> &B, Function *&FB) { 244 FB = insertAddFunction(B.get()); 248 // Module B { Extern FA, Function FB which calls FA [all...] |
/system/core/libpixelflinger/arch-arm64/ |
t32cb16blend.S | 38 * and writes the result to FB register 46 * \FB is a target register that will contain the blended pixel values. 49 * upper 16-bit pixels in DREG into FB 56 .macro pixel, DREG, SRC, FB, ODD 75 orr w17, \FB, #(0x1F<<(16 + 11)) 76 orr w18, \FB, w16, lsl #(16 + 11) 77 csel \FB, w17, w18, hi 86 orr w17, \FB, #(0x3F<<(16 + 5)) 87 orr w18, \FB, w6, lsl #(16 + 5) 88 csel \FB, w17, w18, h [all...] |
/hardware/qcom/display/msm8998/sdm/libs/core/ |
hw_info_interface.cpp | 33 #include "fb/hw_info.h" 43 if (GetDriverType() == DriverType::FB) {
|
hw_interface.cpp | 34 #include "fb/hw_device.h" 35 #include "fb/hw_primary.h" 36 #include "fb/hw_hdmi.h" 37 #include "fb/hw_virtual.h" 55 if (driver_type == DriverType::FB) { 64 if (driver_type == DriverType::FB) { 71 if (driver_type == DriverType::FB) {
|
hw_events_interface.cpp | 34 #include "fb/hw_events.h" 48 if (GetDriverType() == DriverType::FB) {
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Err/ |
LibErr.inf | 19 FILE_GUID = FC1D4706-88FB-42b0-98B0-A4B2E607EBAA
|
/external/llvm/lib/MC/ |
MCObjectWriter.cpp | 47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, 50 const MCSection &SecB = *FB.getParent();
|
MCSubtargetInfo.cpp | 53 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { 54 FeatureBits.flip(FB); 58 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { 59 FeatureBits ^= FB;
|
/toolchain/binutils/binutils-2.25/opcodes/ |
spu-opc.c | 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
rx-asm-bad.s | 11 .FB 80H 12 ldc #80H,FB
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
UsbMouseAbsolutePointerDxe.inf | 29 FILE_GUID = 4EA43463-747C-46eb-97FB-B0E5C5F05306
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/ |
EnglishDxe.inf | 25 FILE_GUID = CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600
|
/external/clang/test/CXX/special/class.inhctor/ |
p4.cpp | 22 friend class FB; 34 struct FB {
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
MCObjectWriter.cpp | 73 const MCFragment &FB, 77 const MCSection &SecB = FB.getParent()->getSection();
|
MCSubtargetInfo.cpp | 56 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) { 57 FeatureBits ^= FB;
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCSubtargetInfo.h | 66 uint64_t ToggleFeature(uint64_t FB);
|
/hardware/qcom/display/msm8998/libqdutils/ |
qd_utils.h | 34 #include <linux/fb.h> 40 #include <linux/fb.h> 68 FB = 0,
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
utils.cpp | 69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
shamodule.c | 143 #define FB(n) \
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
shamodule.c | 143 #define FB(n) \
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3); [all...] |