HomeSort by relevance Sort by last modified time
    Searched refs:TEMPORARY (Results 1 - 14 of 14) 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 25 case TEMPORARY: return "TEMPORARY";
scopes.cc 492 if (mode == TEMPORARY) {
517 // introduced during variable allocation, and TEMPORARY variables are
554 TEMPORARY,
566 // If the temporary is not here, return quickly.
568 // Most likely (always?) any temporary variable we want to remove
    [all...]
scopeinfo.cc 443 // variable is a compiler-introduced temporary. However, to avoid conflict
502 context_slot_cache->Update(scope_info, name, TEMPORARY,
  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 96 if (var->mode() != TEMPORARY) return;
99 // If the temporary is already where it should be, return quickly.
parser.h 568 // Temporary glue; these functions will move to ParserBase.
    [all...]
parser.cc 215 function_scope->DeclareParameter(constructor_args_name, TEMPORARY,
    [all...]
  /external/v8/src/
contexts.cc 209 case TEMPORARY:
globals.h 886 TEMPORARY, // temporary variables (not user-visible), stack-allocated
    [all...]
typing-asm.cc 572 if (var->mode() == TEMPORARY) {
696 if (var->mode() == TEMPORARY) {
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 803 case TEMPORARY:
    [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 186 milliseconds