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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/binutils/
defparse.y 35 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
168 | BASE { $$ = "BASE"; }
230 opt_base: BASE '=' NUMBER { $$= $3;}
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
ArmSoftFloatLib.inf 21 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaArchCustomDecompressLib.inf 25 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaArchCustomDecompressLib.inf 25 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/
BaseCpuLib.inf 26 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
BaseIoLibIntrinsic.inf 27 MODULE_TYPE = BASE
  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenHypercallLib/
XenHypercallLib.inf 19 MODULE_TYPE = BASE
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 84 $BASE/gpio-mockup-chardev $*
104 BASE=`dirname $0`
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_client.h 56 friend BASE;
88 friend BASE;
  /system/keymaster/
Makefile 25 BASE=../..
31 GTEST=$(BASE)/external/googletest/googletest
33 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
34 -I $(BASE)/libnativehelper/include/nativehelper \
35 -I $(GTEST)/include -isystem $(GTEST) -Iinclude -I$(BASE)/../boringssl/include
61 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++ -lgcov
357 $(BASE)/system/security/softkeymaster/keymaster_openssl.o \
358 $(BASE)/system/security/keystore/keyblob_utils.o \
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /external/autotest/site_utils/
lxc.py 5 """This tool can be used to set up a base container for test. For example,
7 This command will download and setup base container in directory /tmp/container.
8 After that command finishes, you can run lxc command to work with the base
10 lxc-start -P /tmp/container -n base -d
11 lxc-attach -P /tmp/container -n base
30 help='Set up base container.')
37 'base containers.'))
39 help='Name of the base container.',
40 default=lxc.BASE)
44 'Use --setup to setup a base container, or --force_delete to
    [all...]
  /frameworks/native/libs/ui/include/ui/
ANativeObjectBase.h 51 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF, NATIVE_BASE> BASE;
62 static inline TYPE* getSelf(NATIVE_BASE* base) {
63 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
65 static inline TYPE const * getSelf(NATIVE_BASE const* base) {
66 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
68 static void incRef(NATIVE_BASE* base) {
69 ANativeObjectBase* self = getSelf(base);
72 static void decRef(NATIVE_BASE* base) {
73 ANativeObjectBase* self = getSelf(base);
  /frameworks/native/libs/vr/libdisplay/
display_manager_client.cpp 18 : BASE(pdx::default_transport::ClientChannelFactory::Create(
  /frameworks/native/libs/vr/libvrflinger/
display_manager_service.h 49 friend BASE;
  /frameworks/native/services/vr/performanced/
performance_service.h 28 friend BASE;
  /frameworks/support/buildSrc/src/main/groovy/android/support/gmaven/
GMavenVersionChecker.groovy 35 private static final String BASE = "https://dl.google.com/dl/android/maven2/"
61 return BASE + group.replace(".", "/") + "/" + GROUP_FILE
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachinePrime.java 55 /* The base for wifi message types */
56 static final int BASE = Protocol.BASE_WIFI;
59 static final int CMD_START_AP = BASE + 21;
61 static final int CMD_START_AP_FAILURE = BASE + 22;
63 static final int CMD_STOP_AP = BASE + 23;
65 static final int CMD_AP_STOPPED = BASE + 24;
160 // Create the base modes for WSM.
  /external/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
134 #define STMT(DERIVED, BASE) NKI_##DERIVED,
137 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
145 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
147 /// \param Distance If non-null, used to return the distance between \c Base
149 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTTypeTraits.h 11 // that can be used to store an AST base node at runtime in the same storage in
72 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
120 /// Includes all possible base and derived kinds.
132 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
135 #define STMT(DERIVED, BASE) NKI_##DERIVED,
138 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
146 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
148 /// \param Distance If non-null, used to return the distance between \c Base
150 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance)
    [all...]

Completed in 1169 milliseconds

<<11121314151617181920>>