HomeSort by relevance Sort by last modified time
    Searched full:countable (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/unittests/ADT/
StringMapTest.cpp 303 struct Countable {
306 Countable(int Number, int &InstanceCount)
310 Countable(Countable &&C) : InstanceCount(C.InstanceCount), Number(C.Number) {
314 Countable(const Countable &C)
318 Countable &operator=(Countable C) {
322 ~Countable() { --InstanceCount; }
327 StringMap<Countable> A
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_mutex.c 25 /* A countable mutex */
42 /* Return true if the countable mutex is currently held */
47 /* Return true if the countable mutex is not currently held */
52 /* Initialize the countable mutex interface
74 ** Allocate a countable mutex
98 ** Free a countable mutex
109 ** Enter a countable mutex. Block until entry is safe.
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 693 * @countable: Countable to select within the group
699 * the countable to the counter for the specified group. An error will be
708 unsigned int countable; member in struct:kgsl_perfcounter_get
721 * @countable: Countable to release within the group
730 unsigned int countable; member in struct:kgsl_perfcounter_put
741 * @countable: Return active countables array
757 /* Array to return the current countable for up to size counters */
771 * @countable: Performance counter countable ID
782 unsigned int countable; member in struct:kgsl_perfcounter_read_group
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 726 * @countable: Countable to select within the group
732 * the countable to the counter for the specified group. An error will be
741 unsigned int countable; member in struct:kgsl_perfcounter_get
754 * @countable: Countable to release within the group
763 unsigned int countable; member in struct:kgsl_perfcounter_put
774 * @countable: Return active countables array
790 /* Array to return the current countable for up to size counters */
804 * @countable: Performance counter countable ID
815 unsigned int countable; member in struct:kgsl_perfcounter_read_group
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 693 * @countable: Countable to select within the group
699 * the countable to the counter for the specified group. An error will be
708 unsigned int countable; member in struct:kgsl_perfcounter_get
721 * @countable: Countable to release within the group
730 unsigned int countable; member in struct:kgsl_perfcounter_put
741 * @countable: Return active countables array
757 /* Array to return the current countable for up to size counters */
771 * @countable: Performance counter countable ID
782 unsigned int countable; member in struct:kgsl_perfcounter_read_group
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 732 * @countable: Countable to select within the group
738 * the countable to the counter for the specified group. An error will be
747 unsigned int countable; member in struct:kgsl_perfcounter_get
760 * @countable: Countable to release within the group
769 unsigned int countable; member in struct:kgsl_perfcounter_put
780 * @countable: Return active countables array
796 /* Array to return the current countable for up to size counters */
810 * @countable: Performance counter countable ID
821 unsigned int countable; member in struct:kgsl_perfcounter_read_group
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 32 // sfntly carries a smart pointer implementation like COM. Ref-countable object
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 32 // sfntly carries a smart pointer implementation like COM. Ref-countable object
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
refcount.h 21 // sfntly carries a smart pointer implementation like COM. Ref-countable object
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 21 // sfntly carries a smart pointer implementation like COM. Ref-countable object
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 492 unsigned int countable; member in struct:kgsl_perfcounter_get
502 unsigned int countable; member in struct:kgsl_perfcounter_put
520 unsigned int countable; member in struct:kgsl_perfcounter_read_group
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 521 unsigned int countable; member in struct:kgsl_perfcounter_get
531 unsigned int countable; member in struct:kgsl_perfcounter_put
549 unsigned int countable; member in struct:kgsl_perfcounter_read_group
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_kgsl.h 492 unsigned int countable; member in struct:kgsl_perfcounter_get
502 unsigned int countable; member in struct:kgsl_perfcounter_put
520 unsigned int countable; member in struct:kgsl_perfcounter_read_group
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 524 unsigned int countable; member in struct:kgsl_perfcounter_get
534 unsigned int countable; member in struct:kgsl_perfcounter_put
551 unsigned int countable; member in struct:kgsl_perfcounter_read_group
  /external/clang/utils/ABITest/
Enumeration.py 4 # Countable iteration
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 550 // loop into a countable one. The benefit is twofold:
553 // the transformation. It is lots easier to prove a countable loop dead
559 // Since it is transformed to countable form, it can be aggressively
623 /// recognize - detect population count idiom in a non-countable loop. If
    [all...]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 355 // More loops are countable; try to optimize them.
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 19 // - Countable loops (w/ ind. var for a trip count)
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 21 // - Countable loops (w/ ind. var for a trip count)
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 2060 milliseconds

1 2