HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/mips-boards/
bonito64.h 352 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_TRANS)
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/
html.js 33 BASE: 'base',
178 SPECIAL_ELEMENTS[NS.HTML][$.BASE] = true;
  /external/clang/include/clang/AST/
ExprObjC.h 476 Stmt *Base;
482 bool IsFreeIvar:1; // True if ivar reference has no base (self assumed).
487 Expr *base,
491 /*TypeDependent=*/false, base->isValueDependent(),
492 base->isInstantiationDependent(),
493 base->containsUnexpandedParameterPack()),
494 D(d), Base(base), Loc(l), OpLoc(oploc),
504 const Expr *getBase() const { return cast<Expr>(Base); }
505 Expr *getBase() { return cast<Expr>(Base); }
    [all...]
Stmt.h 109 #define STMT_RANGE(BASE, FIRST, LAST) \
110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
645 // SwitchCase is the base class for CaseStmt and DefaultStmt,
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 95 if (tn !== $.AREA && tn !== $.BASE && tn !== $.BASEFONT && tn !== $.BGSOUND && tn !== $.BR && tn !== $.BR &&
  /external/deqp/scripts/
make_release.py 373 BASE = Module("Base", [
489 BASE,
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 458 const int32_t BASE = 0x41;
519 (char)(i+BASE) ) ) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java     [all...]
  /external/v8/src/
compiler.h 277 bool IsOptimizable() const { return mode_ == BASE; }
346 // to the current frame base. Used in CPU profiler to detect stack
408 // BASE is generated by the full codegen, optionally prepared for bailouts.
413 BASE,
624 base::TimeDelta time_taken_to_create_graph_;
625 base::TimeDelta time_taken_to_optimize_;
626 base::TimeDelta time_taken_to_codegen_;
637 Timer(OptimizedCompileJob* job, base::TimeDelta* location)
648 base::ElapsedTimer timer_;
649 base::TimeDelta* location_
    [all...]
compiler.cc 57 Initialize(script->GetIsolate(), BASE, zone);
87 Initialize(script_->GetIsolate(), BASE, zone);
104 Initialize(script_->GetIsolate(), BASE, zone);
136 Initialize(isolate, BASE, zone);
388 base::ElapsedTimer timer;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 20 BASE = 2 ** SHIFT
21 MASK = BASE - 1
24 # Max number of base BASE digits to use in test cases. Doubling
29 special = map(long, [0, 1, 2, BASE, BASE >> 1])
86 # Get quasi-random long consisting of ndigits digits (in base BASE).
113 # Get random long consisting of ndigits random digits (relative to base
114 # BASE). The sign bit is also random
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 20 BASE = 2 ** SHIFT
21 MASK = BASE - 1
24 # Max number of base BASE digits to use in test cases. Doubling
29 special = map(long, [0, 1, 2, BASE, BASE >> 1])
86 # Get quasi-random long consisting of ndigits digits (in base BASE).
113 # Get random long consisting of ndigits random digits (relative to base
114 # BASE). The sign bit is also random
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 150 # The base URL of the Ubuntu mirror we're going to use.
287 --git-base=*) GIT_BASE=$optarg
370 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
404 # If we have a reference without a base, use it as a download base instead.
407 echo "Using git clone base: $GIT_BASE"
411 echo "Auto-config: --git-base=$GIT_BASE"
701 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
707 local BASE="`no_trailing_slash \"$1\"`
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 150 # The base URL of the Ubuntu mirror we're going to use.
289 --git-base=*) GIT_BASE=$optarg
372 echo " --git-base=<url> Use this git repository base [$GIT_BASE]"
406 # If we have a reference without a base, use it as a download base instead.
409 echo "Using git clone base: $GIT_BASE"
413 echo "Auto-config: --git-base=$GIT_BASE"
703 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
709 local BASE="`no_trailing_slash \"$1\"`
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 127 Build.VERSION_CODES.BASE);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 48 public static final int BASE = 0x11;
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]

Completed in 1296 milliseconds

1 2 3 45 6 7 8