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

  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 42 private static final boolean TEMPORARY = true;
43 private static final boolean PERMANENT = !TEMPORARY;
99 private void unbindDrawable(boolean temporary) {
101 mDrawable.unbind(temporary);
149 unbindDrawable(TEMPORARY);
157 unbindDrawable(TEMPORARY);
  /external/v8/src/ast/
variables.cc 26 case TEMPORARY: return "TEMPORARY";
scopes.cc 511 if (mode == TEMPORARY) {
538 // introduces during variable allocation, and TEMPORARY variables are
575 TEMPORARY,
584 // Most likely (always?) any temporary variable we want to remove
    [all...]
scopeinfo.cc 476 // variable is a compiler-introduced temporary. However, to avoid conflict
565 context_slot_cache->Update(scope_info, name, TEMPORARY,
  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 65 DCHECK_EQ(var->mode(), TEMPORARY);
parser.h 564 // Temporary glue; these functions will move to ParserBase.
    [all...]
  /external/v8/src/
contexts.cc 203 case TEMPORARY:
globals.h 808 TEMPORARY, // temporary variables (not user-visible), stack-allocated
typing-asm.cc 560 if (var->mode() == TEMPORARY) {
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc     [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 416 let g = define_global "TEMPORARY" zero32 m in
417 insist ("TEMPORARY" = value_name g);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 558 milliseconds