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

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 41 depths = new Array(3);
42 depths[0] = maxDepth;
43 depths[1] = minDepth;
44 depths[2] = avgDepth;
46 return depths;
56 var depths = new Array(3);
58 depths = computeDepth(dom);
67 domDepths: depths });
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 510 // grab available depths
511 String[] depths = getDepths(resolution, modes); local
512 colorDepthCombo.setModel(new DefaultComboBoxModel(depths));
595 ArrayList<String> depths = new ArrayList<String>(4); local
597 // Filter out all bit depths lower than 16 - Java incorrectly
599 // them as valid depths though the monitor does not support them
606 if (res.equals(resolution) && !depths.contains(depth)) {
607 depths.add(depth);
611 if (depths.size() == 1 && depths.contains("-1 bpp"))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 131 List<Integer> depths = new ArrayList<Integer>(); local
177 depths.add( maxk );
193 data.numberOfFixedKDecisions = depths.size();
194 data.mink = Stats.min(depths);
195 data.maxk = Stats.max(depths);
196 data.avgk = Stats.avg(depths);
209 // data. = Stats.stddev(depths);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 295 int ndepths; /* number of depths possible */
296 Depth *depths; /* list of allowable depths on the screen */ member in struct:__anon25489
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 295 int ndepths; /* number of depths possible */
296 Depth *depths; /* list of allowable depths on the screen */ member in struct:__anon27079
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 295 int ndepths; /* number of depths possible */
296 Depth *depths; /* list of allowable depths on the screen */ member in struct:__anon28594
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 137 /// you have to release resources for depths 2..5.
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 179 milliseconds