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

1 2

  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 186 struct While {
193 While(LoopFinderTester& R, Node* cond) : t(R) {
202 void nest(While& that) {
215 Counter(While& w, int32_t b, int32_t k)
220 Counter(While& w, Node* b, Node* k) : base(b), inc(k) { Build(w); }
222 void Build(While& w) {
236 explicit StoreLoop(While& w)
241 StoreLoop(While& w, Node* b, Node* v) : base(b), val(v) { Build(w); }
243 void Build(While& w) {
254 While w(t, t.p0)
    [all...]
test-osr.cc 295 struct While {
302 While(OsrDeconstructorTester& R, Node* cond, bool is_osr, int backedges = 1)
311 void Nest(While& that) {
340 While outer(T, T.p0, false);
341 While inner(T, T.p0, true);
399 While outer(T, T.p0, false, 2);
400 While inner(T, T.p0, true);
494 While loop0(T, T.p0, false, 1);
505 While loop2(T, T.p0, true, 1);
  /external/v8/test/unittests/compiler/
loop-peeling-unittest.cc 27 struct While {
106 While NewWhile(Node* cond, Node* control = nullptr) {
116 void Chain(While* a, Node* control) { a->loop->ReplaceInput(0, control); }
117 void Nest(While* a, While* b) {
121 Node* NewPhi(While* w, Node* a, Node* b) {
134 Counter NewCounter(While* w, int32_t b, int32_t k) {
148 While w = NewWhile(p0);
168 While w = NewWhile(p0);
195 While outer = NewWhile(p0)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1639-2.js 55 // While in the debugger and stepping through a set of instructions
  /external/libunwind/doc/
libunwind-ptrace.tex 45 \Func{ptrace}(2). While it's not very difficult to do so directly,
libunwind.tex 68 you want to unwind the stack while executing in some function
83 While it is not possible to directly move the unwind cursor in the
158 while (unw_step(&cursor) > 0) {
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 122 } While;
408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 122 } While;
408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 122 } While;
408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 122 } While;
408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb     [all...]
tree.rb 143 while type = @input.peek and type != EOF
204 While much of this terminology is probably familiar to most developers, the
285 while true
421 while true
738 begin yield( tree ) end while tree = parent_of( tree )
740 while tree = parent_of( tree ) do yield( tree ) end
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 75 \item While \texttt{blktrace} is running, you run the workload that you
122 thread handles all IOs across all devices. This approach, while
161 while the other thread manages reclaiming AIOs completed\footnote{We
346 an example of some output, while figure~\ref{fig:verb-defs}
503 While the \texttt{--no-stalls} option allows the traces to be replayed
  /external/mesa3d/docs/
MESA_texture_array.spec 405 While a texture object is bound, GL operations on the target to which
421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound to the corresponding
    [all...]
  /external/blktrace/btt/doc/
btt.tex 84 While this step is optional, we have found that performing this
684 while the second column (Y values) shows the actual latency for a
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 202 while i < listlen:
459 while nodelist[idx][1] == '.':
522 # 'while' test ':' suite ['else' ':' suite]
532 return While(testNode, bodyNode, elseNode, lineno=nodelist[0][2])
824 while i < len(nodelist):
    [all...]
ast.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 202 while i < listlen:
459 while nodelist[idx][1] == '.':
522 # 'while' test ':' suite ['else' ':' suite]
532 return While(testNode, bodyNode, elseNode, lineno=nodelist[0][2])
824 while i < len(nodelist):
    [all...]
ast.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 202 while i < listlen:
459 while nodelist[idx][1] == '.':
522 # 'while' test ':' suite ['else' ':' suite]
532 return While(testNode, bodyNode, elseNode, lineno=nodelist[0][2])
824 while i < len(nodelist):
    [all...]
ast.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 202 while i < listlen:
459 while nodelist[idx][1] == '.':
522 # 'while' test ':' suite ['else' ':' suite]
532 return While(testNode, bodyNode, elseNode, lineno=nodelist[0][2])
824 while i < len(nodelist):
    [all...]
ast.py     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 626 milliseconds

1 2