Home
last modified time | relevance | path

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

12

/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/core/libutils/binder/
DString8.cpp397 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/
DLogReaderThread.h56 void TriggerSkip(log_id_t id, unsigned int skip) REQUIRES(logd_lock) { skip_ahead_[id] = skip; } in TriggerSkip() argument
/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/xsdc/tests/resources/group/api/
Dcurrent.txt18 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/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/aidl/
Dio_delegate.cpp209 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/
Dcurrent.txt22 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c961 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/
Dlast_current.txt33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
Dcurrent.txt35 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/xsdc/tests/resources/purchase_simple/api/
Dcurrent.txt33 …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/
Dcurrent.txt33 …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/
Dcurrent.txt33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/xsdc/tests/resources/nested_type/api/
Dcurrent.txt49 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/xsdc/tests/resources/simple_type/api/
Dcurrent.txt52 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/core/trusty/stats/test/
DREADME.md20 ./trusty/vendor/google/aosp/scripts/build.py qemu-generic-arm64-test-debug --skip-tests 2>stderr.log
/system/tools/xsdc/tests/
DAndroid.bp82 // Since tinyxml2 doesn't support XInclude, skip the
/system/core/init/
Dreboot.cpp652 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/
Dcurrent.txt105 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt84 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/extras/simpleperf/doc/
Ddebug_dwarf_unwinding.md71 $ simpleperf record -g -o perf_unwind.data simpleperf debug-unwind --unwind-sample --skip-sample-pr…
/system/core/cli-test/
DREADME.md84 to be able to specify tests that would cause us to *skip* a test. An example
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt118 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…

12