Home
last modified time | relevance | path

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

12

/system/core/fastboot/
Dfastboot.bash159 local skip=
162 skip=1
166 [[ -n $skip ]] || printf "%s\n" "$i"
/system/core/logd/
DLogReaderThread.h45 void triggerSkip_Locked(log_id_t id, unsigned int skip) { skip_ahead_[id] = skip; } in triggerSkip_Locked() argument
/system/bt/binder/android/bluetooth/le/
DIPeriodicAdvertisingCallback.aidl28 in int skip, in int timeout, in int status); in onSyncEstablished() argument
/system/bt/gd/cert/
Drun145 --skip-soong-build)
240 …$(echo "${CERT_TEST_VENV}/bin/python" "${CERT_TEST_VENV}/acts/setup.py" --quiet install --skip-bui…
/system/core/libsparse/
Doutput_file.cpp61 int (*skip)(struct output_file*, int64_t); member
170 .skip = file_skip,
249 .skip = gz_file_skip,
294 .skip = callback_file_skip,
450 ret = out->ops->skip(out, rnd_up_len - len); in write_normal_data_chunk()
480 return out->ops->skip(out, len); in write_normal_skip_chunk()
/system/core/libutils/
DString8.cpp393 size_t skip = strlen(other); in removeAll() local
397 ssize_t next = find(other, index + skip); in removeAll()
402 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll()
403 tail += next - index - skip; in removeAll()
/system/core/adb/
Dadb.bash475 local skip=
478 skip=1
482 [[ -n $skip ]] || printf "%s\n" "$i"
/system/tools/xsdc/tests/resources/reference/api/
Dcurrent.txt15 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/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/attr_group_simple/api/
Dcurrent.txt20 …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/apex/apexd/apex-info-list-api/
Dcurrent.txt32 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/bt/include/hardware/
Dble_scanner.h127 virtual void StartSync(uint8_t sid, RawAddress address, uint16_t skip,
/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.txt43 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/core/adb/client/
Dfile_sync_client.cpp91 bool skip = false; member
925 if (!ci.skip) current_ledger_.bytes_expected += ci.size; in ComputeExpectedTotalBytes()
1302 ci.skip = true; in local_build_list()
1402 ci.skip = true; in copy_local_dir_remote()
1411 if (!ci.skip) { in copy_local_dir_remote()
1553 ci.skip = true; in remote_build_list()
1624 if (!ci.skip) { in copy_remote_dir_local()
/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt63 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/core/init/
Dreboot.cpp604 size_t skip = 0; in DoReboot() local
609 skip = strlen("reboot,"); in DoReboot()
611 PersistRebootReason(reason.c_str() + skip, true); in DoReboot()
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt99 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl71 …void registerSync(in ScanResult scanResult, in int skip, in int timeout, in IPeriodicAdvertisingCa… in registerSync() argument
/system/core/cli-test/
DREADME.md84 to be able to specify tests that would cause us to *skip* a test. An example
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp428 void skip(int64_t count) { mIn.seekg(count, std::ios_base::cur); } in skip() function in __anon0107e9d80111::Dump
/system/bt/btif/src/
Dbtif_ble_scanner.cc327 void StartSync(uint8_t sid, RawAddress address, uint16_t skip, in StartSync() argument
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt116 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/xsdc/tests/resources/predefined_types/api/
Dcurrent.txt144 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…

12