/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeFactory.java | 64 DozeMachine machine = new DozeMachine(wrappedService, config, wakeLock); in assembleMachine() local 65 machine.setParts(new DozeMachine.Part[]{ in assembleMachine() 66 new DozePauser(handler, machine, alarmManager, params.getPolicy()), in assembleMachine() 69 handler, wakeLock, machine, dockManager), in assembleMachine() 70 createDozeUi(context, host, wakeLock, machine, handler, alarmManager, params), in assembleMachine() 75 new DozeDockHandler(context, machine, host, config, handler, dockManager) in assembleMachine() 78 return machine; in assembleMachine() 92 DozeParameters params, Handler handler, WakeLock wakeLock, DozeMachine machine, in createDozeTriggers() argument 95 return new DozeTriggers(context, machine, host, alarmManager, config, params, in createDozeTriggers() 100 DozeMachine machine, Handler handler, AlarmManager alarmManager, in createDozeUi() argument [all …]
|
D | DozePauser.java | 33 public DozePauser(Handler handler, DozeMachine machine, AlarmManager alarmManager, in DozePauser() argument 35 mMachine = machine; in DozePauser()
|
D | DozeDockHandler.java | 47 public DozeDockHandler(Context context, DozeMachine machine, DozeHost dozeHost, in DozeDockHandler() argument 49 mMachine = machine; in DozeDockHandler()
|
D | DozeUi.java | 65 public DozeUi(Context context, AlarmManager alarmManager, DozeMachine machine, in DozeUi() argument 69 mMachine = machine; in DozeUi()
|
D | DozeTriggers.java | 89 public DozeTriggers(Context context, DozeMachine machine, DozeHost dozeHost, in DozeTriggers() argument 94 mMachine = machine; in DozeTriggers()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | DeviceInfoUtilsTest.java | 46 final String machine = "aarch64"; in formatKernelVersion_regularInputVersion_shouldStripOptionalValues() local 47 final StructUtsname uname = new StructUtsname(sysName, nodeName, release, version, machine); in formatKernelVersion_regularInputVersion_shouldStripOptionalValues() 60 final String machine = "aarch64"; in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable() local 61 final StructUtsname uname = new StructUtsname(sysName, nodeName, release, version, machine); in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GNUInfo.h | 21 uint32_t machine() const { return llvm::ELF::EM_386; } in machine() function 34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } in machine() function
|
D | X86LDBackend.h | 37 uint32_t machine() const;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GNUInfo.h | 21 uint32_t machine() const { return llvm::ELF::EM_AARCH64; } in machine() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGNUInfo.h | 21 uint32_t machine() const { return llvm::ELF::EM_ARM; } in machine() function
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGNUInfo.h | 25 uint32_t machine() const { return llvm::ELF::EM_HEXAGON; } in machine() function
|
D | HexagonLDBackend.h | 37 uint32_t machine() const;
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGNUInfo.h | 24 uint32_t machine() const;
|
D | MipsGNUInfo.cpp | 28 uint32_t MipsGNUInfo::machine() const { in machine() function in mcld::MipsGNUInfo
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNUInfo.h | 29 virtual uint32_t machine() const = 0;
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | FileSystem.inc | 36 // FIXME: the extension depends on target machine, not host machine.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | README.md | 130 executable may not be executable on the host machine. In this case, 131 you must build a copy of protoc for the host machine first, then use 140 you built the protobuf package for your host machine in ../host,
|
/frameworks/opt/gamesdk/samples/unitypackaging/ |
D | .gitignore | 109 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
|
/frameworks/opt/gamesdk/samples/unitypackaging/app/ |
D | .gitignore | 109 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 21 "target machine (%1) is incompatible.", 23 "target machine (%1) is incompatible.")
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 45 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
|
/frameworks/compile/libbcc/ |
D | README.rst | 26 into machine code 142 magic word, version, machine integer type information (the endianness,
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 7 build machine (currently, only Linux has been tested extensively) and target
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReader.cpp | 273 return (hdr->e_machine == target().getInfo().machine()); in isMyMachine() 274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine() 767 return (hdr->e_machine == target().getInfo().machine()); in isMyMachine() 768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 25 LLDB must be compiled on your host machine along with its python interface. 123 This will print out a path to the lldb python bindings on your local machine.
|