Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/proto_logging/stats/express/catalog/
Dstability_anr.cfg3 display_name: "ANRs skipped count"
4 description: "Counting how many times ANRs are skipped"
13 description: "Total counts of ANRs (also includes ANRs skipped)"
/frameworks/base/core/java/android/widget/
DTableLayout.java580 int skipped = 0; in mutateColumnsWidth() local
604 skipped++; in mutateColumnsWidth()
617 if (skipped > 0 && skipped < count) { in mutateColumnsWidth()
619 extraSpace = skipped * extraSpace / (count - skipped); in mutateColumnsWidth()
/frameworks/base/libs/hwui/jni/
DCreateJavaOutputStreamAdaptor.cpp136 jlong skipped = env->CallLongMethod(fJavaInputStream, in doSkip() local
142 if (skipped < 0) { in doSkip()
143 skipped = 0; in doSkip()
146 return (size_t)skipped; in doSkip()
/frameworks/proto_logging/stats/atoms/appsearch/
Dappsearch_extension_atoms.proto55 // # of previous skipped sample for this specific type of stats
56 // We can't push atoms too closely, so some samples might be skipped
57 … // In order to extrapolate the counts, we need to save the number of skipped stats and add it back
148 // # of previous skipped sample for this specific type of stats
149 // We can't push atoms too closely, so some samples might be skipped
150 … // In order to extrapolate the counts, we need to save the number of skipped stats and add it back
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp89 static bool IsSkipped(const Vector<String16>& skipped, const String16& service) { in IsSkipped() argument
90 for (const auto& candidate : skipped) { in IsSkipped()
264 bool skipped = IsSkipped(skippedServices, services[i]); in main() local
265 std::cout << " " << services[i] << (skipped ? " (skipped)" : "") << std::endl; in main()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp329 int skipped[] = SKIPPED_DUMPSTATE_SECTIONS; in reportIncidentToDumpstate() local
332 if (std::find(std::begin(skipped), std::end(skipped), id) == std::end(skipped) in reportIncidentToDumpstate()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockPowerAdvisor.h55 MOCK_METHOD(void, setSkippedValidate, (DisplayId displayId, bool skipped), (override));
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockPowerAdvisor.h53 MOCK_METHOD(void, setSkippedValidate, (DisplayId displayId, bool skipped), (override));
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp272 int skipped = (tick - mTick) / mInterval; in encode() local
273 mTick += skipped * mInterval; in encode()
274 mSequence += skipped; in encode()
275 mTimestamp += skipped * mSampleCount; in encode()
276 ALOGV("stream[%d] skips %d packets", mSocket, skipped); in encode()
/frameworks/native/cmds/flatland/
DREADME.txt60 result, the scenario was skipped.
65 scenario was skipped.
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java793 int skipped = (int) mStream.skip((mOffset / mBufferSize) * mBufferSize);
794 mDiscardedBytes += skipped;
795 mOffset -= skipped;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.h90 virtual void setSkippedValidate(DisplayId displayId, bool skipped) = 0;
138 void setSkippedValidate(DisplayId displayId, bool skipped) override;
DPowerAdvisor.cpp519 void PowerAdvisor::setSkippedValidate(DisplayId displayId, bool skipped) { in setSkippedValidate() argument
520 mDisplayTimingData[displayId].skippedValidate = skipped; in setSkippedValidate()
/frameworks/av/media/module/id3/
DID3.cpp630 int skipped = (frameData - mFrameData); in getstring() local
631 if (skipped >= (int)n) { in getstring()
634 n -= skipped; in getstring()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp538 size_t skipped = 0; in deserialize() local
540 deserializeCollection<AttributesGroupTraits>(doc, child, attrGroups, skipped); in deserialize()
637 size_t skipped = 0; in deserialize() local
638 deserializeCollection<VolumeTraits>(doc, root, groupVolumeCurves, skipped); in deserialize()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java186 int deviceForStream, String callingPackage, boolean skipped) { in DeviceVolumeEvent() argument
193 mSkipped = skipped; in DeviceVolumeEvent()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp610 ssize_t skipped = mInput->skip(offset); in writeToStream() local
611 if (skipped <= 0) { in writeToStream()
612 if (skipped == NOT_ENOUGH_DATA || skipped == 0) { in writeToStream()
616 skipped = NOT_ENOUGH_DATA; in writeToStream()
624 return skipped; in writeToStream()
626 offset -= skipped; in writeToStream()
/frameworks/av/media/tests/benchmark/
DREADME.md268 1. **componentName**: Includes all supported codecs on the device. Aliased components are skipped.
273 1. **componentName**: Includes all supported codecs on the device. Aliased components are skipped.
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dsimplex3d.agsl56 // skipped normalize.
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTranscoderBenchmark.cpp618 if (run.skipped) { in PrintRunData()
/frameworks/proto_logging/stats/atoms/art/
Dbackground_extension_dexopt_atoms.proto167 // Number of packages skipped.
/frameworks/proto_logging/stats/atoms/media/
Dmedia_codec_extension_atoms.proto254 // The number of frames skipped by the app.
/frameworks/base/cmds/bootanimation/
DFORMAT.md45 parts are skipped
/frameworks/base/media/java/android/media/
DExifInterface.java3508 int skipped = in.skipBytes(chunkSize); in getWebpAttributes() local
3509 if (skipped != chunkSize) { in getWebpAttributes()
3512 bytesRead += skipped; in getWebpAttributes()
5085 int skipped = mDataInputStream.skipBytes(totalBytesToSkip - totalSkipped); in skipBytes() local
5086 if (skipped > 0) { in skipBytes()
5087 totalSkipped += skipped; in skipBytes()
/frameworks/base/proto/src/
Dsystem_messages.proto27 // It is OK to use skipped IDs.

12