HomeSort by relevance Sort by last modified time
    Searched refs:numNodes (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 43 unsigned numNodes() const { return selections.size(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Solution.h 44 unsigned numNodes() const { return selections.size(); }
Graph.h 104 unsigned numNodes;
118 ++numNodes;
143 Graph() : numNodes(0), numEdges(0) {}
148 Graph(const Graph &other) : numNodes(0), numEdges(0) {
186 unsigned getNumNodes() const { return numNodes; }
331 --numNodes;
350 numNodes = numEdges = 0;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 563 int numNodes = nodes.size();
567 textPositions = new int[numNodes + 1];
571 for (int i = 0; i < numNodes; i++) {
577 textPositions[numNodes] = converter.getPlainTextLength();
616 int numNodes = nodes.size();
620 for (int i = 0; i < numNodes; i++) {
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 315 size_t numNodes = group->children.size();
318 numNodes += getIndexSize(group->children[childNdx]);
320 DE_ASSERT(numNodes <= std::numeric_limits<deUint32>::max());
322 return (deUint32)numNodes;
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /external/mesa3d/src/mesa/main/
dlist.c 979 const GLuint numNodes = 1 + (bytes + sizeof(Node) - 1) / sizeof(Node);
985 InstSize[opcode] = numNodes;
989 ASSERT(numNodes == InstSize[opcode]);
993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) {
1009 ctx->ListState.CurrentPos += numNodes;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 5721 milliseconds