/development/tools/winscope/src/parsers/input/perfetto/ |
D | abstract_input_event_parser.ts | 88 for (const it = result.iter({}); it.valid(); ) { 91 while (it.valid() && it.get('id') === prevId) {
|
/development/tools/winscope/src/app/components/timeline/ |
D | timeline_component.ts | 553 const valid = converter.validateHumanInput(control.value ?? ''); 554 return !valid ? {invalidInput: control.value} : null; 829 if (event.type !== 'change' || !this.selectedTimeFormControl.valid) { 856 if (event.type !== 'change' || !this.selectedNsFormControl.valid) { 874 if (this.selectedTimeFormControl.valid) { 880 if (this.selectedNsFormControl.valid) { 1070 const valid = TimestampUtils.isNsFormat(control.value ?? ''); constant 1071 return !valid ? {invalidInput: control.value} : null;
|
/development/tools/winscope/src/parsers/perfetto/ |
D | utils.ts | 47 for (const it = result.iter({}); it.valid(); it.next()) { 88 for (const it = result.iter({}); it.valid(); it.next()) {
|
D | abstract_parser.ts | 138 for (const it = result.iter({}); it.valid(); it.next()) { 149 for (const it = result.iter({}); it.valid(); it.next()) {
|
/development/tools/winscope/src/parsers/transitions/perfetto/ |
D | parser_transitions.ts | 90 for (const it = result.iter({}); it.valid(); it.next()) { 154 for (const it = result.iter({}); it.valid(); it.next()) {
|
/development/tools/winscope/src/trace_processor/ |
D | query_result.ts | 164 valid(): boolean; 383 assertTrue(impl.valid()); 688 valid(): boolean { method in RowIteratorImpl 866 valid: () => boolean; property in RowIteratorImplWithRowData 874 this.valid = this._impl.valid.bind(this._impl);
|
D | engine.ts | 383 for (const it = queryRes.iter({cpu: NUM}); it.valid(); it.next()) {
|
/development/tools/winscope/src/parsers/surface_flinger/perfetto/ |
D | parser_surface_flinger.ts | 164 for (const it = queryResult.iter({}); it.valid(); it.next()) { 211 for (const it = result.iter({}); it.valid(); it.next()) {
|
/development/tools/winscope/src/parsers/view_capture/perfetto/ |
D | parser_view_capture.ts | 92 for (const it = result.iter({}); it.valid(); it.next()) {
|
D | parser_view_capture_window.ts | 164 for (const it = result.iter({}); it.valid(); it.next()) { 198 for (const it = result.iter({}); it.valid(); it.next()) {
|
/development/tools/winscope/src/parsers/search/ |
D | parser_search.ts | 96 for (const it = this.queryResult.iter({}); it.valid(); it.next()) {
|
/development/tools/winscope/src/app/components/ |
D | trace_view_component.ts | 522 const valid = constant 525 return !valid ? {invalidInput: control.value} : null;
|
D | app_component_test.ts | 425 function updateFilenameInputAndDownloadTraces(name: string, valid: boolean) { 443 if (valid) {
|
/development/tools/winscope/src/viewers/viewer_search/ |
D | search_result_presenter.ts | 76 for (const it = this.queryResult.iter({}); it.valid(); it.next()) {
|
D | viewer_search_component.ts | 675 const valid = constant 678 return !valid ? {invalidInput: control.value} : null;
|
D | search_result_presenter_test.ts | 74 assertDefined(this.spyIter).valid.and.returnValue(true);
|
/development/tools/winscope/src/test/unit/ |
D | utils.ts | 387 spyIter.valid.and.returnValue(true); 389 assertDefined(spyIter).valid.and.returnValue(false),
|
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
D | KeyStoreUsage.java | 441 boolean valid = s.verify(signature); in doInBackground() 443 return valid; in doInBackground()
|
/development/tools/cargo_embargo/ |
D | README.md | 48 there is assumed to be a single variant. Thus `{}` is a valid config file for a single variant with 107 …an | `false` | yes | Link against `alloc`. Only valid if `no_std` is als…
|
/development/tools/apkcheck/ |
D | README.txt | 85 unless "android.os" and "android.os.Parcelable" are both valid packages. 104 to verify that a method call on an annotation is valid.
|
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
D | NotePadProviderTest.java | 276 assertTrue(testDescriptor.valid()); in testOpenTypedAssetFile()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 127 canon - n. a rule or especially body of rules or principles generally established as valid and fund… 726 plausible - j. apparently reasonable and valid, and truthful 977 valid - j. well grounded in logic or truth or having legal force
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 299 minimum extent necessary to make such provision valid and enforceable. 832 c) Accompany the work with a written offer, valid for at 1737 b) Accompany it with a written offer, valid for at least three 2547 b) Accompany the work with a written offer, valid for at 3006 c) Accompany the work with a written offer, valid for at 4179 b) Accompany it with a written offer, valid for at least three 5154 b) Accompany the work with a written offer, valid for at 6087 b) Accompany it with a written offer, valid for at least three 6893 c) Accompany the work with a written offer, valid for at 7567 b) Accompany the work with a written offer, valid for at [all …]
|