/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/core/libutils/binder/ |
D | String8.cpp | 397 size_t skip = strlen(other); in removeAll() local 401 ssize_t next = find(other, index + skip); in removeAll() 406 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll() 407 tail += next - index - skip; in removeAll()
|
/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/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/xsdc/tests/resources/group/api/ |
D | current.txt | 18 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/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/aidl/ |
D | io_delegate.cpp | 209 const bool skip = !strcmp(find_data.cFileName, ".") || !strcmp(find_data.cFileName, ".."); in add_list_files() local 211 if (!skip) { in add_list_files()
|
/system/tools/xsdc/tests/resources/attr_group_simple/api/ |
D | current.txt | 22 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 961 for (size_t skip = 0; skip < num_chunks; skip++) { in send_fd_test() local 963 (const char*)&buf[skip * memref_chunk_size]) ? (-1) : 0; in send_fd_test() 965 fprintf(stderr, "Failed: Unexpected content at page %zu in dmabuf\n", skip); in send_fd_test()
|
/system/apex/apexd/apex-info-list-api/ |
D | last_current.txt | 33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
D | current.txt | 35 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/purchase_simple/api/ |
D | current.txt | 33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/cross_generate_parse_libxml/api/ |
D | current.txt | 33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/cross_generate_parse_tinyxml/api/ |
D | current.txt | 33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/nested_type/api/ |
D | current.txt | 49 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/simple_type/api/ |
D | current.txt | 52 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/core/trusty/stats/test/ |
D | README.md | 20 ./trusty/vendor/google/aosp/scripts/build.py qemu-generic-arm64-test-debug --skip-tests 2>stderr.log
|
/system/tools/xsdc/tests/ |
D | Android.bp | 82 // Since tinyxml2 doesn't support XInclude, skip the
|
/system/core/init/ |
D | reboot.cpp | 652 size_t skip = 0; in DoReboot() local 657 skip = strlen("reboot,"); in DoReboot() 659 PersistRebootReason(reason.c_str() + skip, true); in DoReboot()
|
/system/libvintf/xsd/halManifest/api/ |
D | current.txt | 105 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/xsdc/tests/resources/simple_complex_content/api/ |
D | current.txt | 84 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 71 $ simpleperf record -g -o perf_unwind.data simpleperf debug-unwind --unwind-sample --skip-sample-pr…
|
/system/core/cli-test/ |
D | README.md | 84 to be able to specify tests that would cause us to *skip* a test. An example
|
/system/libvintf/xsd/compatibilityMatrix/api/ |
D | current.txt | 118 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|