Searched refs:reverse (Results 1 – 14 of 14) sorted by relevance
/development/tools/ota_analysis/src/router/ |
D | index.js | 43 const nearestWithTitle = to.matched.slice().reverse().find(r => r.meta && r.meta.title); 46 const nearestWithMeta = to.matched.slice().reverse().find(r => r.meta && r.meta.metaTags); 48 …const previousNearestWithMeta = from.matched.slice().reverse().find(r => r.meta && r.meta.metaTags…
|
/development/tools/winscope/src/viewers/common/ |
D | wm_ime_utils.ts | 134 tasks.reverse().filter((task: HierarchyTreeNode) => { 142 rootOrganizedTasks.reverse().forEach((rootOrganizedTask) => { 143 tasks.push(...rootOrganizedTask.getAllChildren().slice().reverse()); 169 const children = task.getAllChildren().slice().reverse();
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Rotate3dAnimation.java | 53 float centerX, float centerY, float depthZ, boolean reverse) { in Rotate3dAnimation() argument 59 mReverse = reverse; in Rotate3dAnimation()
|
D | ReversingAnimation.java | 94 bounceAnim.reverse(); in reverseAnimation()
|
/development/treble/ |
D | compare_build_trace.py | 49 return (sorted(additional_modules.items(), key=lambda x:x[1], reverse=True),
|
/development/tools/winscope/src/parsers/operations/ |
D | translate_intdef.ts | 99 .reverse()
|
/development/tools/winscope/src/common/ |
D | timestamp_utils.ts | 110 .reverse()
|
/development/tools/ninja_dependency_analysis/ |
D | collect_ninja_inputs.py | 47 return dict(sorted(project_count.items(), key=itemgetter(1), reverse=True))
|
/development/vndk/tools/sourcedr/blueprint/ |
D | analyze_manifest_split.py | 51 self._projects = sorted(dir_project_dict.items(), reverse=True)
|
D | blueprint.py | 986 namespaces = sorted(namespaces, reverse=True)
|
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | visibility_properties_computation.ts | 57 .reverse();
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/ |
D | mini_timeline_component.ts | 247 .reverse(); // reversed to ensure display is ordered top to bottom
|
/development/python-packages/adb/adb/ |
D | __init__.py | 450 def reverse(self, remote: str, local: str) -> str: member in AndroidDevice
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 801 modification of the work for the customer's own use and reverse 2524 modification of the work for the customer's own use and reverse 2975 modification of the work for the customer's own use and reverse 5131 modification of the work for the customer's own use and reverse 6862 modification of the work for the customer's own use and reverse 7544 modification of the work for the customer's own use and reverse
|