HomeSort by relevance Sort by last modified time
    Searched defs:addCount (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/flatbuffers/tests/MyGame/Example/
Stat.java 31 Stat.addCount(builder, count);
38 public static void addCount(FlatBufferBuilder builder, int count) { builder.addShort(2, (short)count, (short)0); }
Stat.php 92 self::addCount($builder, $count);
122 public static function addCount(FlatBufferBuilder $builder, $count)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
ProfileCommon.h 61 inline void addCount(uint64_t Count);
93 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
ProfileCommon.h 60 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) {
  /external/llvm/lib/IR/
GCOV.cpp 327 Block.addCount(EdgeNo, ArcCount);
378 /// addCount - Add to block counter while storing the edge count. If the
380 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) {
  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 122 final int addCount = mComponentsToInsert.getCount();
123 for (int x = 0; x < addCount; x++) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
SysMemUsageTable.java 118 final long addCount = addData[addOff+SYS_MEM_USAGE_SAMPLE_COUNT];
120 dstData[dstOff+SYS_MEM_USAGE_SAMPLE_COUNT] = addCount;
124 } else if (addCount > 0) {
125 dstData[dstOff+SYS_MEM_USAGE_SAMPLE_COUNT] = dstCount + addCount;
132 + (addData[addOff+i+1]*(double)addCount))
133 / (dstCount+addCount) );
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GCOV.h 191 void addCount(uint64_t N) { Counter = N; }
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 271 int addCount = len - sb.length();
272 int endPos = (asciiCharsLen - startPos > addCount) ?
273 (startPos + addCount) : asciiCharsLen;
305 int addCount = len - sb.length();
306 int endPos = (unicodeCharsLen - startPos > addCount) ?
307 (startPos + addCount) : unicodeCharsLen;
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageBackend.java 261 protocol.addCount(-1);
633 shadowTask.getProtocol().addCount(1);
648 int remainingTasks = imageShadowTask.getProtocol().addCount(-1);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 495 int addCount = readInt();
497 for (; i < listSizeBeforeChange && i < addCount; i++) {
500 for (; i < addCount; i++) {
504 list.remove(addCount);
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]

Completed in 715 milliseconds

1 2 3