HomeSort by relevance Sort by last modified time
    Searched refs:charge (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
cache.h 8 // for new entries. Values have a specified charge against the cache
10 // length strings, may use the length of the string as the charge for
44 // the specified charge against the total cache capacity.
52 virtual Handle* Insert(const Slice& key, void* value, size_t charge,
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 31 size_t charge; // TODO(opt): Only allow uint32_t? member in struct:leveldb::__anon13678::LRUHandle
145 void* value, size_t charge,
190 usage_ -= e->charge;
226 const Slice& key, uint32_t hash, void* value, size_t charge,
234 e->charge = charge;
240 usage_ += charge;
293 virtual Handle* Insert(const Slice& key, void* value, size_t charge,
296 return shard_[Shard(hash)].Insert(key, hash, value, charge, deleter);
cache_test.cc 57 void Insert(int key, int value, int charge = 1) {
58 cache_->Release(cache_->Insert(EncodeKey(key), EncodeValue(value), charge,
  /external/chromium_org/chrome/test/perf/
perf_test.h 125 // Prints memory commit charge stats for use by perf graphs.
127 size_t charge,
132 size_t charge,
136 size_t charge,
perf_test.cc 555 size_t charge,
557 PrintSystemCommitCharge(stdout, test_name, charge, important);
562 size_t charge,
564 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge,
569 size_t charge,
577 charge,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 120 int charge; /* Charge-Units */ member in struct:__anon39418
128 int chargehup; /* Flag: Charge-Hangup */
134 int chargeint; /* Use fixed charge interval length */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 120 int charge; /* Charge-Units */ member in struct:__anon41009
128 int chargehup; /* Flag: Charge-Hangup */
134 int chargeint; /* Use fixed charge interval length */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 120 int charge; /* Charge-Units */ member in struct:__anon42523
128 int chargehup; /* Flag: Charge-Hangup */
134 int chargeint; /* Use fixed charge interval length */
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/
Android.common.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/i915/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/nouveau/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/nv30/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/nv50/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/nvc0/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/r300/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/r600/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/radeonsi/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/softpipe/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/drivers/svga/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/state_trackers/egl/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/winsys/i915/drm/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a

Completed in 409 milliseconds

1 2