/tools/netsim/ui/ts/ |
D | cube-sprite.ts | 159 const {detail} = e as CustomEvent; 160 if (detail.name === this.id && this.controls) { 161 if (detail.type === 'yaw') { 162 this.yaw = detail.value; 163 } else if (detail.type === 'pitch') { 164 this.pitch = detail.value; 166 this.roll = detail.value;
|
D | pyramid-sprite.ts | 146 const {detail} = e as CustomEvent; 147 if (detail.name === this.id && this.controls) { 148 if (detail.type === 'yaw') { 149 this.yaw = detail.value; 150 } else if (detail.type === 'pitch') { 151 this.pitch = detail.value; 153 this.roll = detail.value;
|
D | netsim-app.ts | 72 const {detail} = (e as CustomEvent); 73 this.viewMode = detail.mode;
|
D | navigation-bar.ts | 87 window.dispatchEvent(new CustomEvent('changeModeEvent', {detail: {mode}}));
|
D | device-info.ts | 248 detail: {
|
/tools/asuite/atest/ |
D | test_mapping_unittest.py | 32 detail = test_mapping.TestDetail(uc.TEST_MAPPING_TEST) 33 self.assertEqual(uc.TEST_MAPPING_TEST['name'], detail.name) 34 self.assertTrue(detail.host) 35 self.assertEqual([], detail.options) 39 detail = test_mapping.TestDetail(uc.TEST_MAPPING_TEST_WITH_OPTION) 40 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION['name'], detail.name) 41 self.assertEqual(uc.TEST_MAPPING_TEST_WITH_OPTION_STR, str(detail))
|
D | cli_translator.py | 666 '\n'.join([str(detail) for detail in test_details_list]), 668 test_names = [detail.name for detail in test_details_list]
|
/tools/tradefederation/core/proto/invocation/ |
D | invocation_manager.proto | 30 // Query the invocation detail info of a specific test command. 110 // Query invocation detail request. 116 // Query invocation detail response.
|
/tools/netsim/ui/dist/js/ |
D | navigation-bar.js | 1 ….id&&(i="oslib"),window.dispatchEvent(new CustomEvent("changeModeEvent",{detail:{mode:i}}))}alertM… property
|
D | netsim-app.js | 1 …his.viewMode="main",this.version="",this.handleChangeModeEvent=e=>{const{detail:t}=e;this.viewMode…
|
D | pyramid-sprite.js | 1 …is.controls=!1,this.highlighted=!1,this.handleOrientationEvent=t=>{const{detail:e}=t;e.name===this…
|
D | cube-sprite.js | 1 …is.controls=!1,this.highlighted=!1,this.handleOrientationEvent=t=>{const{detail:e}=t;e.name===this…
|
D | device-info.js | 15 …s.selectedDevice);const t=e.target,s=new CustomEvent("orientationEvent",{detail:{name:null===(i=th… property
|
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/ |
D | testtracker_result.proto | 12 // detail: "This is really long text blob (test tracker test case text)" 65 optional string detail = 4; // Detailed text about the result. field
|
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
D | ArgsOptionParser.java | 307 private String grabNextValue(ListIterator<String> args, String name, String detail) in grabNextValue() argument 312 name, type, detail)); in grabNextValue()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraPerformanceTest.java | 304 protected void addDetail(CtsMetric detail) { in addDetail() argument 305 mDetails.add(detail); in addDetail() 381 for (String detail : details) { in parseToCtsMetrics() 382 Matcher detailMatcher = mDetailRegex.matcher(detail.trim()); in parseToCtsMetrics()
|
/tools/dexter/slicer/export/slicer/ |
D | code_ir.h | 263 namespace detail { 338 return detail::CastOperand<T>(operands[index]); in CastOperand() 421 return detail::CastOperand<T>(operands[index]); in CastOperand()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ArgsOptionParser.java | 470 private String grabNextValue(ListIterator<String> args, String name, String detail) in grabNextValue() argument 475 name, type, detail)); in grabNextValue()
|
/tools/netsim/proto/netsim/ |
D | frontend.proto | 82 // detail.
|
/tools/asuite/atest/bazel/ |
D | atest_bazel_mode.md | 84 detail, user would need to look at test logs. The reason Bazel Mode only shows
|
/tools/acloud/ |
D | README.md | 122 * List -v will show more detail info on the list.
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | failure_details.proto | 16 // handling of a request. The intent is to provide more detail to a Bazel client
|
/tools/external/fat32lib/ |
D | NOTICE | 128 …ions will be similar in spirit to the present version, but may differ in detail to address new pro…
|