OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numNodes
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
Solution.h
43
unsigned
numNodes
() const { return selections.size(); }
Graph.h
109
unsigned
numNodes
;
123
++
numNodes
;
148
Graph() :
numNodes
(0), numEdges(0) {}
153
Graph(const Graph &other) :
numNodes
(0), numEdges(0) {
191
unsigned getNumNodes() const { return
numNodes
; }
336
--
numNodes
;
355
numNodes
= numEdges = 0;
/frameworks/base/core/java/android/animation/
AnimatorSet.java
576
int
numNodes
= nodesToStart.size();
577
for (int i = 0; i <
numNodes
; ++i) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java
526
int
numNodes
= nodes.size();
530
textPositions = new int[
numNodes
+ 1];
534
for (int i = 0; i <
numNodes
; i++) {
540
textPositions[
numNodes
] = converter.getPlainTextLength();
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java
559
int
numNodes
= nodes.size();
563
textPositions = new int[
numNodes
+ 1];
567
for (int i = 0; i <
numNodes
; i++) {
573
textPositions[
numNodes
] = converter.getPlainTextLength();
/external/chromium_org/third_party/mesa/src/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
...]
/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
...]
Completed in 565 milliseconds