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

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 31 // While activated, show notifications at the display frequency.
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 20 While in some ways similar to an editor which
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1639-2.js 55 // While in the debugger and stepping through a set of instructions
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 106 * There are several invariants that must hold for any subclasses. While they
126 * by the tts engine on traversal from prevSel to sel. While this is
  /art/compiler/dex/
mir_graph_test.cc 186 TEST_F(TopologicalSortOrderTest, While) {
344 // NOTE: The 5 goes before 6 only because 5 is a "fall-through" from 4 while 6 is "taken".
  /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/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/chromium_org/native_client_sdk/src/doc/
faq.rst 366 protection mechanisms. While new instructions can be inserted at
  /device/asus/grouper/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 208 9. Accepting Warranty or Additional Liability. While redistributing
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax_external_util.js 247 * after the config script. While the config script can adapted for different
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 191 // While in this event handler, don't allow recursive events!
274 MessageBox.Show(string.Format("There was an error while saving your results file. The results might not have been saved correctly.: {0}", ex.Message));
  /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/chromium_org/third_party/mesa/src/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/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/chromium-trace/
script.js 23 !r[a]){r[a]=!0;a=a.replace(/\./g,"/")+".html";a=l+"/"+a;var c=document.createElement("link");c.setAttribute("rel","import");c.setAttribute("href",a)}},exportTo:function(a,c){var e;e=a.split(".");for(var f=global,b;e.length&&(b=e.shift());)f=b in f?f[b]:f[b]={};e=f;try{var g=c()}catch(h){console.log("While running exports for ",a,":");console.log(h.stack||h);return}for(var d in g)(f=Object.getOwnPropertyDescriptor(g,d))&&Object.defineProperty(e,d,f)}}}();base.initialize();"use strict";
    [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/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...]
  /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...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 583 milliseconds

1 2