Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 23 of 23) sorted by relevance

/development/tools/winscope/src/parsers/input/perfetto/
Dabstract_input_event_parser.ts88 for (const it = result.iter({}); it.valid(); ) {
91 while (it.valid() && it.get('id') === prevId) {
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts553 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/
Dutils.ts47 for (const it = result.iter({}); it.valid(); it.next()) {
88 for (const it = result.iter({}); it.valid(); it.next()) {
Dabstract_parser.ts138 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/
Dparser_transitions.ts90 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/
Dquery_result.ts164 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);
Dengine.ts383 for (const it = queryRes.iter({cpu: NUM}); it.valid(); it.next()) {
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts164 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/
Dparser_view_capture.ts92 for (const it = result.iter({}); it.valid(); it.next()) {
Dparser_view_capture_window.ts164 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/
Dparser_search.ts96 for (const it = this.queryResult.iter({}); it.valid(); it.next()) {
/development/tools/winscope/src/app/components/
Dtrace_view_component.ts522 const valid = constant
525 return !valid ? {invalidInput: control.value} : null;
Dapp_component_test.ts425 function updateFilenameInputAndDownloadTraces(name: string, valid: boolean) {
443 if (valid) {
/development/tools/winscope/src/viewers/viewer_search/
Dsearch_result_presenter.ts76 for (const it = this.queryResult.iter({}); it.valid(); it.next()) {
Dviewer_search_component.ts675 const valid = constant
678 return !valid ? {invalidInput: control.value} : null;
Dsearch_result_presenter_test.ts74 assertDefined(this.spyIter).valid.and.returnValue(true);
/development/tools/winscope/src/test/unit/
Dutils.ts387 spyIter.valid.and.returnValue(true);
389 assertDefined(spyIter).valid.and.returnValue(false),
/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java441 boolean valid = s.verify(signature); in doInBackground()
443 return valid; in doInBackground()
/development/tools/cargo_embargo/
DREADME.md48 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/
DREADME.txt85 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/
DNotePadProviderTest.java276 assertTrue(testDescriptor.valid()); in testOpenTypedAssetFile()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt127 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/
Dsdk_files_NOTICE.txt299 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 …]