/development/tools/winscope/src/flickerlib/layers/ |
D | LayerTraceEntry.ts | 23 const layers = protos.map(it => Layer.fromProto(it)); 24 const displays = (displayProtos || []).map(it => newDisplay(it)); 39 .map(it => it.rect); 45 protos.forEach(it => 46 entryIds[it.id] = `\nparent=${it.parent}\ntype=${it.type}\nname=${it.name}` 55 entry.flattenedLayers.forEach(it => { 56 if (it.isVisible) { 57 it.chips.push(VISIBLE_CHIP); 59 if (it.zOrderRelativeOf) { 60 it.chips.push(RELATIVE_Z_PARENT_CHIP); [all …]
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.h | 47 auto &&it = map_.find(name); in GetProperty() 48 if (it == map_.end()) { in GetProperty() 51 return it->second; in GetProperty() 95 auto &&it = map_.find(section_name); in GetSection() 96 assert(it != map_.end()); in GetSection() 97 return it->second; in GetSection() 106 auto &&it = map_.find(section_name); in HasProperty() 107 if (it == map_.end()) { in HasProperty() 110 return it->second.HasProperty(property_name); in HasProperty() 115 auto &&it = map_.find(section_name); in GetProperty() [all …]
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 109 auto it = AddToMapAndTypeGraph( in AddRecordType() local 111 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() 112 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddRecordType() 120 auto it = AddToMapAndTypeGraph( in AddFunctionType() local 122 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() 123 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddFunctionType() 131 auto it = AddToMapAndTypeGraph( in AddEnumType() local 133 const std::string &key = GetODRListMapKey(&(it->second)); in AddEnumType() 134 AddToODRListMap(key, (&it->second), compilation_unit_path_); in AddEnumType() 215 auto it = odr_list_map_.find(key); in GetCompilationUnitPath() local [all …]
|
D | ir_representation_internal.h | 75 auto it = map_to_update->emplace(GetReferencedTypeMapKey(element), in AddToMapAndTypeGraph() local 77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph() 78 return it.first; in AddToMapAndTypeGraph()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyUtils.java | 100 Iterator<String> it = mValidPackages.iterator(); in dump() local 101 while (it.hasNext()) { in dump() 102 Logger.out.println(":AllowPackage: " + it.next()); in dump() 106 Iterator<String> it = mInvalidPackages.iterator(); in dump() local 107 while (it.hasNext()) { in dump() 108 Logger.out.println(":DisallowPackage: " + it.next()); in dump()
|
/development/tools/winscope/src/flickerlib/ |
D | WindowManagerState.ts | 46 proto.rootWindowContainer.pendingActivities.map(it => it.title), 61 entry.rects = entry.windowStates.reverse().map(it => it.rect); 106 proto.keyguardOccludedStates.forEach(it => 107 keyguardOccludedStates[it.displayId] = it.keyguardOccluded);
|
D | ObjectFormatter.ts | 59 const properties = Object.getOwnPropertyNames(obj).filter(it => { 61 if (typeof(entry[it]) === 'function') return false; 63 if (it.includes(`$`)) return false; 65 if (it.startsWith(`_`)) return false; 67 if (this.INVALID_ELEMENT_PROPERTIES.includes(it)) return false; 69 const value = entry[it]; constant
|
/development/samples/UiAutomator/ |
D | README | 8 To run this demo you must build it first and push it on your device: 20 To run this demo you must build it first and push it on your device: 29 To run this demo you must build it first and push it on your device:
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 11 limit and if the speed approaches that limit, it changes the 12 color to yellow and if it exceeds the limit, it turns red. User 13 can also enable recording of coordinates and when it pairs back
|
/development/tools/winscope/spec/ |
D | ObjectTransformerSpec.js | 6 it("can transform a simple object", () => { 42 it("handles null as expected", () => { 64 it("can generate a simple add diff", () => { 98 it("can handle null", () => { 124 it("can handle nested null", () => {
|
D | DiffSpec.js | 28 it("can generate a simple add diff", () => { 45 it("can generate a simple delete diff", () => { 62 it("can generate a simple move diff", () => { 88 it("can generate a simple modified diff", () => { 116 it("can handle move and inner addition diff", () => { 149 it("can handle move within same level", () => { 170 it("can handle addition within middle of level", () => { 193 it("can handle deletion within middle of level", () => { 216 it("fully visits deletes nodes", () => {
|
D | SimplifiedLayerNamesSpec.js | 16 it("simplifies traces as expected", () => {
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | AsmAnalyzer.java | 86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter() 87 String key = it.next(); in filter() 94 it.remove(); in filter()
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 26 it should be less risky. 28 When installing the WDK, uncheck `Device Simulation Framework' because it is 29 unnecessary and it installs a kernel-mode driver that we don't need.
|
/development/tools/winscope/src/flickerlib/tags/ |
D | TagState.ts | 21 const tags = protos.map(it => Tag.fromProto(it));
|
/development/tools/winscope/src/flickerlib/errors/ |
D | ErrorState.ts | 21 const errors = protos.map(it => Error.fromProto(it));
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 26 it should be less risky. 28 When installing the WDK, uncheck `Device Simulation Framework' because it is 29 unnecessary and it installs a kernel-mode driver that we don't need.
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1 24 cannot), it includes compilers (so it doesn't require Visual Studio), and it is 26 it should be less risky. 28 When installing the WDK, uncheck `Device Simulation Framework' because it is 29 unnecessary and it installs a kernel-mode driver that we don't need.
|
/development/vndk/tools/header-checker/src/dumper/ |
D | fixed_argv.h | 60 for (std::vector<const char *>::const_reverse_iterator it = argv_.rbegin(), in GetLastArg() local 61 end = argv_.rend(); it != end; ++it) { in GetLastArg() 63 if (::strcmp(*it, opt) == 0) { in GetLastArg()
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 52 auto it = module_->odr_list_map_.find(ud_type_unique_id_and_source); in LookupUserDefinedType() local 53 if (it == module_->odr_list_map_.end()) { in LookupUserDefinedType() 70 for (auto &definition : it->second) { in LookupUserDefinedType() 85 return MergeStatus(true, it->second.begin()->type_ir_->GetSelfType()); in LookupUserDefinedType() 219 auto it = AddToMapAndTypeGraph(std::move(added_type_ir), specific_type_map, in UpdateUDTypeAccounting() local 222 const std::string &key = GetODRListMapKey(&(it->second)); in UpdateUDTypeAccounting() 224 module_->AddToODRListMap(key, &(it->second), addend_compilation_unit_path); in UpdateUDTypeAccounting() 227 return {type_merge_status, it}; in UpdateUDTypeAccounting() 252 auto it = addend.type_graph_.find(underlying_type_id); in MergeEnumDependencies() local 253 if (it == addend.type_graph_.end()) { in MergeEnumDependencies() [all …]
|
/development/tools/winscope/src/flickerlib/windows/ |
D | WindowContainer.ts | 49 .filter(it => it != null) 50 .map(it => WindowContainer.childrenFromProto(it, isActivityInTree));
|
/development/tools/labpretest/ |
D | README | 9 It will detect if it is in a low battery situation and wait for it to charge 21 script, it will detect the device and go through 100 cycles, running the monkey 25 how many monkey events and finally -x to make it skip the monkey run portion 32 sub directory and put adb and fastboot in it and make sure they are executable. 48 generic functions or details to the flashing process. You must use it to define
|
/development/samples/browseable/MediaBrowserService/ |
D | _index.jd | 12 it to be used in Android Auto, for example. 16 to the Android Auto UI in the same manner as it provides them to the
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.h | 121 auto it = m.find(k); in FindInMap() local 122 if (it == m.end()) { in FindInMap() 126 return it->second; in FindInMap()
|
/development/samples/training/basic/ActivityLifecycle/ |
D | ant.properties | 3 # This file must be checked in Version Control Systems, as it is 12 # You can also use it define how the release builds are signed by declaring
|