Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 79) sorted by relevance

1234

/system/core/trusty/test/driver/
Dtrusty_driver_test.py44 @unittest.skip("TODO(b/142275662): virtio remove currently hangs")
51 @unittest.skip("TODO(b/142275662): virtio remove currently hangs")
/system/core/fastboot/
Dfastboot.bash159 local skip=
162 skip=1
166 [[ -n $skip ]] || printf "%s\n" "$i"
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DLongEnum.rs2 #![rustfmt::skip]
DByteEnum.rs2 #![rustfmt::skip]
DDeprecatedEnum.rs2 #![rustfmt::skip]
DBackendType.rs2 #![rustfmt::skip]
DIntEnum.rs2 #![rustfmt::skip]
DConstantExpressionEnum.rs2 #![rustfmt::skip]
DDeprecatedParcelable.rs2 #![rustfmt::skip]
DOtherParcelableForToString.rs2 #![rustfmt::skip]
DCircularParcelable.rs2 #![rustfmt::skip]
DRecursiveList.rs2 #![rustfmt::skip]
DUnionWithFd.rs2 #![rustfmt::skip]
/system/logging/logd/
DLogReaderThread.h56 void TriggerSkip(log_id_t id, unsigned int skip) REQUIRES(logd_lock) { skip_ahead_[id] = skip; } in TriggerSkip() argument
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DFoo.rs2 #![rustfmt::skip]
DBazUnion.rs2 #![rustfmt::skip]
/system/core/libutils/
DString8.cpp402 size_t skip = strlen(other); in removeAll() local
406 ssize_t next = find(other, index + skip); in removeAll()
411 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll()
412 tail += next - index - skip; in removeAll()
/system/core/libsparse/
Doutput_file.cpp65 int (*skip)(struct output_file*, int64_t); member
175 .skip = file_skip,
254 .skip = gz_file_skip,
299 .skip = callback_file_skip,
548 ret = out->ops->skip(out, rnd_up_len - len); in write_normal_data_chunk()
588 ret = out->ops->skip(out, rnd_up_len - len); in write_normal_fd_chunk()
595 return out->ops->skip(out, len); in write_normal_skip_chunk()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/extension/
DMyExtLike.rs2 #![rustfmt::skip]
DMyExt.rs2 #![rustfmt::skip]
DMyExt2.rs2 #![rustfmt::skip]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DParcelableWithNested.rs2 #![rustfmt::skip]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/
DUnionInUnion.rs2 #![rustfmt::skip]
/system/tools/xsdc/tests/resources/reference/api/
Dcurrent.txt15 …method public static void skip(@NonNull org.xmlpull.v1.XmlPullParser) throws java.io.IOException, …
/system/tools/xsdc/tests/resources/group/api/
Dcurrent.txt18 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…

1234