HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 401 - 425 of 541) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 65 #define STMT_RANGE(BASE, FIRST, LAST) \
66 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
67 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
68 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 65 #define STMT_RANGE(BASE, FIRST, LAST) \
66 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
67 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
68 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 65 #define STMT_RANGE(BASE, FIRST, LAST) \
66 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
67 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
68 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 65 #define STMT_RANGE(BASE, FIRST, LAST) \
66 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
67 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
68 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
671 // SwitchCase is the base class for CaseStmt and DefaultStmt,
    [all...]
  /external/autotest/site_utils/
lab_inventory.py 545 each location into a base 100 number. If row, rack or
552 BASE = 100
560 key = BASE * key + int(idx)
    [all...]
  /external/deqp/scripts/
make_release.py 373 BASE = Module("Base", [
489 BASE,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 565 const int32_t BASE = 0x41;
626 (char)(i+BASE) ) ) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java     [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 408 : BASE(std::move(handle)) {
419 : BASE(BufferHubRPC::kClientPath) {
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.cpp 30 : BASE("BufferHub", Endpoint::Create(BufferHubRPC::kClientPath)) {}
34 bool BufferHubService::IsInitialized() const { return BASE::IsInitialized(); }
  /build/soong/cc/
cmakelists.go 62 // BASE/development/ide/clion to
63 // BASE/out/development/ide/clion.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 19 BASE = 2 ** SHIFT
20 MASK = BASE - 1
23 # Max number of base BASE digits to use in test cases. Doubling
28 special = map(long, [0, 1, 2, BASE, BASE >> 1])
84 # Get quasi-random long consisting of ndigits digits (in base BASE).
111 # Get random long consisting of ndigits random digits (relative to base
112 # BASE). The sign bit is also random.
    [all...]
  /external/python/cpython2/Lib/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])
92 # Get quasi-random long consisting of ndigits digits (in base BASE).
119 # Get random long consisting of ndigits random digits (relative to base
120 # BASE). The sign bit is also random
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /system/tools/aidl/
generate_cpp.cpp 26 #include <android-base/stringprintf.h>
34 using android::base::StringPrintf;
225 case ClassNames::BASE:
602 ArgList{vector<string>{ClassName(interface, ClassNames::BASE),
716 ArgList{vector<string>{ClassName(interface, ClassNames::BASE)}}}});
  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-opc.c 689 /* lb $rt,$lo16($base) */
692 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } },
695 /* lbu $rt,$lo16($base) */
698 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } },
701 /* lh $rt,$lo16($base) */
704 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } },
707 /* lhu $rt,$lo16($base) */
710 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } },
719 /* lw $rt,$lo16($base) */
722 { { MNEM, ' ', OP (RT), ',', OP (LO16), '(', OP (BASE), ')', 0 } }
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.c 65 /* FIXME: Move BASE to the private structure */
66 static u32 BASE;
701 BASE = vptr->ioaddr;
709 (unsigned int) BASE );
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 127 Build.VERSION_CODES.BASE);
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 54 * Base class of service-side per-channel context classes.
353 // Base class for RPC services.
366 * this must call this base method and AND the results with their own. This
629 * Utility base class for services. This template handles allocation and
651 * Shorthand for subclasses to refer to this base, particularly
652 * to call the base class constructor.
654 typedef ServiceBase<TYPE> BASE;

Completed in 9024 milliseconds

<<11121314151617181920>>