Home
last modified time | relevance | path

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

12

/system/core/logd/
DLogTimes.cpp184 goto skip; in FilterSecondPass()
189 goto skip; in FilterSecondPass()
200 goto skip; in FilterSecondPass()
204 goto skip; in FilterSecondPass()
218 goto skip; in FilterSecondPass()
232 skip: in FilterSecondPass()
DLogTimes.h80 void triggerSkip_Locked(log_id_t id, unsigned int skip) { in triggerSkip_Locked() argument
81 skipAhead[id] = skip; in triggerSkip_Locked()
DLogAudit.cpp240 bool skip = false; in logPrint() local
245 skip = avcr && in logPrint()
247 if (skip) { in logPrint()
254 if (!skip) { in logPrint()
DLogBuffer.cpp1140 size_t skip = maxSkip; in flushTo() local
1144 if (!--skip) { in flushTo()
1194 skip = maxSkip; in flushTo()
/system/core/fastboot/
Dfastboot.bash159 local skip=
162 skip=1
166 [[ -n $skip ]] || printf "%s\n" "$i"
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java194 long skip = hostFileInputStream.skip(oldDataLen); in createPatch() local
195 if (skip != oldDataLen) { in createPatch()
197 + " bytes but return code was " + skip); in createPatch()
/system/bt/binder/android/bluetooth/le/
DIPeriodicAdvertisingCallback.aidl28 in int skip, in int timeout, in int status); in onSyncEstablished() argument
/system/core/libsparse/
Doutput_file.cpp67 int (*skip)(struct output_file*, int64_t); member
176 .skip = file_skip,
255 .skip = gz_file_skip,
300 .skip = callback_file_skip,
456 ret = out->ops->skip(out, rnd_up_len - len); in write_normal_data_chunk()
486 return out->ops->skip(out, len); in write_normal_skip_chunk()
/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/core/adb/
Dadb.bash475 local skip=
478 skip=1
482 [[ -n $skip ]] || printf "%s\n" "$i"
/system/core/libutils/
DString8.cpp412 size_t skip = strlen(other); in removeAll() local
416 ssize_t next = find(other, index + skip); in removeAll()
421 memmove(buf + tail, buf + index + skip, next - index - skip); in removeAll()
422 tail += next - index - skip; in removeAll()
/system/netd/resolv/
Dres_init.cpp244 if (ext == NULL) goto skip; in res_setoptions()
250 if (ext == NULL) goto skip; in res_setoptions()
266 skip: in res_setoptions()
/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/core/init/
Dreboot.cpp347 size_t skip = 0; in DoReboot() local
352 skip = strlen("reboot,"); in DoReboot()
354 property_set(LAST_REBOOT_REASON_PROPERTY, reason.c_str() + skip); in DoReboot()
/system/core/adb/client/
Dfile_sync_client.cpp84 bool skip = false; member
563 if (!ci.skip) current_ledger_.bytes_expected += ci.size; in ComputeExpectedTotalBytes()
833 ci.skip = true; in local_build_list()
923 ci.skip = true; in copy_local_dir_remote()
932 if (!ci.skip) { in copy_local_dir_remote()
1068 ci.skip = true; in remote_build_list()
1139 if (!ci.skip) { in copy_remote_dir_local()
/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/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/libvintf/xsd/halManifest/api/
Dcurrent.txt97 …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/logcat/
Dlogcat.cpp761 size_t skip = (argv[i][2] == '>') + 2; in __logcat() local
762 if (!strcmp(&argv[i][skip], "/dev/null")) { in __logcat()
764 } else if (!strcmp(&argv[i][skip], "&1")) { in __logcat()
770 &argv[i][skip]); in __logcat()
/system/bt/btif/src/
Dbtif_ble_scanner.cc328 void StartSync(uint8_t sid, RawAddress address, uint16_t skip, in StartSync() argument
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt114 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
/system/tools/hidl/
Dhidl-gen_l.ll101 "//"[^\r\n]* { /* skip C++ style comment */ }

12