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

  /external/eigen/bench/
basicbenchmark.cpp 12 #define MODES ((3d)(3)(4000000)) ((4d)(4)(1000000)) ((Xd)(4)(1000000)) ((Xd)(20)(10000))
13 // #define MODES ((Xd)(20)(10000))
19 std::cout BOOST_PP_SEQ_FOR_EACH(_GENERATE_HEADER, ~, MODES ) << endl;
29 BOOST_PP_SEQ_FOR_EACH(_RUN_BENCH, benchBasic<LazyEval>, MODES );
31 BOOST_PP_SEQ_FOR_EACH(_RUN_BENCH, benchBasic<EarlyEval>, MODES );
  /external/chromium_org/v8/
Makefile 197 # - any mode listed in MODES
203 # - default (no target specified): build all DEFAULT_ARCHES and MODES
210 # Architectures and modes to be compiled. Consider these to be internal
214 MODES = release debug
227 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
228 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
229 ANDROID_BUILDS = $(foreach mode,$(MODES), \
231 NACL_BUILDS = $(foreach mode,$(MODES), \
241 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
242 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES))
    [all...]
Makefile.nacl 31 MODES = release debug
33 # Generates all combinations of NACL ARCHES and MODES,
35 NACL_BUILDS = $(foreach mode,$(MODES), \
  /external/v8/
Makefile 102 # - any mode listed in MODES
107 # - default (no target specified): build all DEFAULT_ARCHES and MODES
114 # Architectures and modes to be compiled. Consider these to be internal
118 MODES = release debug
125 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
126 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
133 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
134 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
138 all: $(MODES)
140 # Compile targets. MODES and ARCHES are convenience targets
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 56 private enum MODES {
59 private MODES mState = MODES.NONE;
126 if (mState == MODES.NONE) {
131 mState = MODES.MOVE;
136 if (mState == MODES.MOVE) {
137 mState = MODES.NONE;
146 if (mState == MODES.MOVE) {
277 if (mState == MODES.MOVE || mGridAlpha > 0) {
286 if (alpha == 0 && mState == MODES.MOVE)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/chromium/chrome/browser/resources/keyboard/
main.js 13 var MODES = [ KEY_MODE, SHIFT_MODE, NUMBER_MODE, SYMBOL_MODE ];
124 * Resize all modes of this key based on the given height.
224 * A Key that remains the same through all modes.
452 for (var i = 0; i < MODES.length; ++i) {
453 var mode = MODES[i];
461 for (var i = 0; i < MODES.length; ++i) {
462 this.modeElements_[MODES[i]].appendChild(key.makeDOM(MODES[i]), height);
466 for (var i = 0; i < MODES.length; ++i) {
469 this.modeElements_[MODES[i]].appendChild(clearingDiv)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 311 milliseconds