/external/perf_data_converter/src/quipper/kernel/ |
perf_internals.h | 142 u64 lost; member in struct:quipper::lost_event 363 struct lost_event lost; member in union:quipper::perf_event
|
/external/webrtc/webrtc/tools/rtcbot/bot/ |
api.js | 27 // of casts to the arguments (types are lost in dnode).
|
/prebuilts/go/darwin-x86/test/bench/go1/ |
gob_test.go | 42 panic("gob: encode+decode lost data")
|
/prebuilts/go/linux-x86/test/bench/go1/ |
gob_test.go | 42 panic("gob: encode+decode lost data")
|
/prebuilts/go/darwin-x86/src/os/signal/ |
signal_test.go | 331 lost := bytes.Contains(out, []byte("lost signal")) 332 if lost { 333 t.Errorf("iteration %d: lost signal", i) 337 // or exit with success without printing "lost signal". 339 if len(out) > 0 && !lost { 383 fmt.Print("lost signal on tries:")
|
/prebuilts/go/linux-x86/src/os/signal/ |
signal_test.go | 331 lost := bytes.Contains(out, []byte("lost signal")) 332 if lost { 333 t.Errorf("iteration %d: lost signal", i) 337 // or exit with success without printing "lost signal". 339 if len(out) > 0 && !lost { 383 fmt.Print("lost signal on tries:")
|
/external/libopus/src/ |
opus_demo.c | 250 int lost = 0, lost_prev = 1; local 776 lost = len[toggle]==0 || (packet_loss_perc>0 && rand()%100 < packet_loss_perc); 777 if (lost) 787 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1); 794 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0); [all...] |
/compatibility/cdd/5_multimedia/ |
5_6_audio-latency.md | 20 * **lost input**. The initial portion of an input signal that is unusable or 22 * **cold input latency**. The sum of lost input time and the input latency
|
/external/perf_data_converter/src/ |
perf_data_handler.cc | 204 stat_.samples += event_proto.lost_event().lost(); 205 stat_.missing_main_mmap += event_proto.lost_event().lost(); 206 stat_.missing_sample_mmap += event_proto.lost_event().lost(); 218 for (uint64 i = 0; i < event_proto.lost_event().lost(); ++i) {
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
dso-pltdis1.d | 15 # entries (lost as a consequence of the relocs no longer accounted for
|
/prebuilts/go/darwin-x86/src/runtime/ |
cpuprof.go | 10 // with the log, those writes will be recorded as a count of lost records. 41 lostExtra uint64 // count of frames lost because extra is full 155 // Report any lost events.
|
lfstack_test.go | 117 // Pop all elements from both stacks, and verify that nothing lost.
|
/prebuilts/go/linux-x86/src/runtime/ |
cpuprof.go | 10 // with the log, those writes will be recorded as a count of lost records. 41 lostExtra uint64 // count of frames lost because extra is full 155 // Report any lost events.
|
lfstack_test.go | 117 // Pop all elements from both stacks, and verify that nothing lost.
|
/external/protobuf/js/binary/ |
decoder.js | 446 * precision is lost. 667 * precision lost if the absolute value of the varint is larger than 2^53. 669 * @return {number} The decoded unsigned varint. Precision will be lost if the 693 * precision lost if the absolute value of the varint is larger than 2^53. 695 * @return {number} The decoded signed varint. Precision will be lost if the 719 * there will be precision lost if the absolute value of the varint is larger 726 * @return {number} The decoded zigzag varint. Precision will be lost if the 781 * precision lost if the absolute value of the integer is larger than 2^53. 784 * Precision will be lost if the integer exceeds 2^53. 839 * precision lost if the absolute vlaue of the integer is larger than 2^53 [all...] |
/external/flatbuffers/tests/MyGame/Example/ |
MonsterStorage_grpc.go | 2 //If you make any local changes, they will be lost
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetdEventListenerService.java | 288 int lost = lostPackets[i]; local 292 .addTcpStatsResult(sent, lost, rttUs, sentAckDiffMs);
|
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap_test.go | 123 // verify that no comments got lost
|
/prebuilts/go/darwin-x86/src/sort/ |
genzfunc.go | 73 // Add comments to each func, for the lost reader.
|
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap_test.go | 123 // verify that no comments got lost
|
/prebuilts/go/linux-x86/src/sort/ |
genzfunc.go | 73 // Add comments to each func, for the lost reader.
|
/system/extras/simpleperf/doc/ |
inferno.md | 90 #### High percentage of lost samples 92 If simpleperf reports a lot of lost sample it is probably because you are
|
/bionic/libc/kernel/uapi/linux/ |
audit.h | 14 *** Any manual change here will be lost the next time this script will 313 __u32 lost; member in struct:audit_status
|
/external/kernel-headers/original/uapi/linux/ |
audit.h | 438 __u32 lost; /* messages lost */ member in struct:audit_status
|
/external/libpcap/msdos/ |
pkt_rx1.s | 122 adc word [_pktDrop+2], 0 ; increment packets lost
|