Searched refs:skip (Results 1 – 25 of 79) sorted by relevance
1234
/system/core/trusty/test/driver/ |
D | trusty_driver_test.py | 44 @unittest.skip("TODO(b/142275662): virtio remove currently hangs") 51 @unittest.skip("TODO(b/142275662): virtio remove currently hangs")
|
/system/core/fastboot/ |
D | fastboot.bash | 159 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/ |
D | LongEnum.rs | 2 #![rustfmt::skip]
|
D | ByteEnum.rs | 2 #![rustfmt::skip]
|
D | DeprecatedEnum.rs | 2 #![rustfmt::skip]
|
D | BackendType.rs | 2 #![rustfmt::skip]
|
D | IntEnum.rs | 2 #![rustfmt::skip]
|
D | ConstantExpressionEnum.rs | 2 #![rustfmt::skip]
|
D | DeprecatedParcelable.rs | 2 #![rustfmt::skip]
|
D | OtherParcelableForToString.rs | 2 #![rustfmt::skip]
|
D | CircularParcelable.rs | 2 #![rustfmt::skip]
|
D | RecursiveList.rs | 2 #![rustfmt::skip]
|
D | UnionWithFd.rs | 2 #![rustfmt::skip]
|
/system/logging/logd/ |
D | LogReaderThread.h | 56 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/ |
D | Foo.rs | 2 #![rustfmt::skip]
|
D | BazUnion.rs | 2 #![rustfmt::skip]
|
/system/core/libutils/ |
D | String8.cpp | 402 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/ |
D | output_file.cpp | 65 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/ |
D | MyExtLike.rs | 2 #![rustfmt::skip]
|
D | MyExt.rs | 2 #![rustfmt::skip]
|
D | MyExt2.rs | 2 #![rustfmt::skip]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/ |
D | ParcelableWithNested.rs | 2 #![rustfmt::skip]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/ |
D | UnionInUnion.rs | 2 #![rustfmt::skip]
|
/system/tools/xsdc/tests/resources/reference/api/ |
D | current.txt | 15 …method public static void skip(@NonNull org.xmlpull.v1.XmlPullParser) throws java.io.IOException, …
|
/system/tools/xsdc/tests/resources/group/api/ |
D | current.txt | 18 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
1234