/system/core/logd/ |
D | LogTimes.cpp | 184 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()
|
D | LogTimes.h | 80 void triggerSkip_Locked(log_id_t id, unsigned int skip) { in triggerSkip_Locked() argument 81 skipAhead[id] = skip; in triggerSkip_Locked()
|
D | LogAudit.cpp | 240 bool skip = false; in logPrint() local 245 skip = avcr && in logPrint() 247 if (skip) { in logPrint() 254 if (!skip) { in logPrint()
|
D | LogBuffer.cpp | 1140 size_t skip = maxSkip; in flushTo() local 1144 if (!--skip) { in flushTo() 1194 skip = maxSkip; in flushTo()
|
/system/core/fastboot/ |
D | fastboot.bash | 159 local skip= 162 skip=1 166 [[ -n $skip ]] || printf "%s\n" "$i"
|
/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/ |
D | DeployPatchGenerator.java | 194 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/ |
D | IPeriodicAdvertisingCallback.aidl | 28 in int skip, in int timeout, in int status); in onSyncEstablished() argument
|
/system/core/libsparse/ |
D | output_file.cpp | 67 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/ |
D | current.txt | 15 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/core/adb/ |
D | adb.bash | 475 local skip= 478 skip=1 482 [[ -n $skip ]] || printf "%s\n" "$i"
|
/system/core/libutils/ |
D | String8.cpp | 412 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/ |
D | res_init.cpp | 244 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/ |
D | current.txt | 33 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/core/init/ |
D | reboot.cpp | 347 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/ |
D | file_sync_client.cpp | 84 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/ |
D | ble_scanner.h | 127 virtual void StartSync(uint8_t sid, RawAddress address, uint16_t skip,
|
/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 | 43 …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 | 63 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/libvintf/xsd/halManifest/api/ |
D | current.txt | 97 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 71 …void registerSync(in ScanResult scanResult, in int skip, in int timeout, in IPeriodicAdvertisingCa… in registerSync() argument
|
/system/core/logcat/ |
D | logcat.cpp | 761 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/ |
D | btif_ble_scanner.cc | 328 void StartSync(uint8_t sid, RawAddress address, uint16_t skip, in StartSync() argument
|
/system/libvintf/xsd/compatibilityMatrix/api/ |
D | current.txt | 114 …method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpu…
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 101 "//"[^\r\n]* { /* skip C++ style comment */ }
|