/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
avx2intrin.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
avx2intrin.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
avx2intrin.h | [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
avx2intrin.h | [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
avx2intrin.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longintrepr.h | 68 #define BASE PyLong_BASE
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longintrepr.h | 68 #define BASE PyLong_BASE
|
/frameworks/base/core/java/android/net/ |
DhcpStateMachine.java | 83 private static final int BASE = Protocol.BASE_DHCP; 86 public static final int CMD_START_DHCP = BASE + 1; 87 public static final int CMD_STOP_DHCP = BASE + 2; 88 public static final int CMD_RENEW_DHCP = BASE + 3; 91 public static final int CMD_PRE_DHCP_ACTION = BASE + 4; 94 public static final int CMD_POST_DHCP_ACTION = BASE + 5; 96 public static final int CMD_ON_QUIT = BASE + 6; 100 public static final int CMD_PRE_DHCP_ACTION_COMPLETE = BASE + 7;
|
DnsPinger.java | 76 private static final int BASE = Protocol.BASE_DNS_PINGER; 83 public static final int DNS_PING_RESULT = BASE; 92 private static final int ACTION_PING_DNS = BASE + 1; 93 private static final int ACTION_LISTEN_FOR_RESPONSE = BASE + 2; 94 private static final int ACTION_CANCEL_ALL_PINGS = BASE + 3;
|
NetworkFactory.java | 51 private static final int BASE = Protocol.BASE_NETWORK_FACTORY; 74 public static final int CMD_REQUEST_NETWORK = BASE; 80 public static final int CMD_CANCEL_REQUEST = BASE + 1; 86 private static final int CMD_SET_SCORE = BASE + 2; 93 private static final int CMD_SET_FILTER = BASE + 3; 208 * If you don't need to see every request, you can leave the base
|
/development/ndk/sources/android/libportable/arch-mips/ |
_setjmp.S | 49 #define FPREG64_S(FPR, OFF, BASE) \ 50 swc1 FPR, OFF(BASE) ; \ 52 sw t0, OFF+4(BASE) ; 54 #define FPREG64_L(FPR, OFF, BASE) \ 55 lw t0, OFF+4(BASE) ; \ 56 lw t1, OFF(BASE) ; \
|
setjmp.S | 48 #define FPREG64_S(FPR, OFF, BASE) \ 49 swc1 FPR, OFF(BASE) ; \ 51 sw t0, OFF+4(BASE) ; 53 #define FPREG64_L(FPR, OFF, BASE) \ 54 lw t0, OFF+4(BASE) ; \ 55 lw t1, OFF(BASE) ; \
|
/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 59 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other. 75 /// Includes all possible base and derived kinds. 85 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, 88 #define STMT(DERIVED, BASE) NKI_##DERIVED, 91 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, 99 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c 101 /// \param Distance If non-null, used to return the distance between \c Base 103 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance) [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 106 private static final int BASE = Protocol.BASE_NETWORK_MONITOR; 112 public static final int CMD_NETWORK_CONNECTED = BASE + 1; 119 public static final int EVENT_NETWORK_TESTED = BASE + 2; 131 public static final int CMD_NETWORK_LINGER = BASE + 3; 137 private static final int CMD_LINGER_EXPIRED = BASE + 4; 144 public static final int EVENT_NETWORK_LINGER_COMPLETE = BASE + 5; 150 private static final int CMD_REEVALUATE = BASE + 6; 155 public static final int CMD_NETWORK_DISCONNECTED = BASE + 7; 161 public static final int CMD_FORCE_REEVALUATION = BASE + 8; 168 private static final int CMD_CAPTIVE_PORTAL_LOGGED_IN = BASE + 9 [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
RttManager.java | 308 public static final int BASE = Protocol.BASE_WIFI_RTT_MANAGER; 310 public static final int CMD_OP_START_RANGING = BASE + 0; 311 public static final int CMD_OP_STOP_RANGING = BASE + 1; 312 public static final int CMD_OP_FAILED = BASE + 2; 313 public static final int CMD_OP_SUCCEEDED = BASE + 3; 314 public static final int CMD_OP_ABORTED = BASE + 4;
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncChannel.java | 93 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL; 108 public static final int CMD_CHANNEL_HALF_CONNECTED = BASE + 0; 117 public static final int CMD_CHANNEL_FULL_CONNECTION = BASE + 1; 127 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2; 138 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3; 151 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4; 153 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1; 156 sCmdToString[CMD_CHANNEL_HALF_CONNECTED - BASE] = "CMD_CHANNEL_HALF_CONNECTED"; 157 sCmdToString[CMD_CHANNEL_FULL_CONNECTION - BASE] = "CMD_CHANNEL_FULL_CONNECTION"; 158 sCmdToString[CMD_CHANNEL_FULLY_CONNECTED - BASE] = "CMD_CHANNEL_FULLY_CONNECTED" [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiController.java | 103 private static final int BASE = Protocol.BASE_WIFI_CONTROLLER; 105 static final int CMD_EMERGENCY_MODE_CHANGED = BASE + 1; 106 static final int CMD_SCREEN_ON = BASE + 2; 107 static final int CMD_SCREEN_OFF = BASE + 3; 108 static final int CMD_BATTERY_CHANGED = BASE + 4; 109 static final int CMD_DEVICE_IDLE = BASE + 5; 110 static final int CMD_LOCKS_CHANGED = BASE + 6; 111 static final int CMD_SCAN_ALWAYS_MODE_CHANGED = BASE + 7; 112 static final int CMD_WIFI_TOGGLED = BASE + 8; 113 static final int CMD_AIRPLANE_TOGGLED = BASE + 9 [all...] |
/development/apps/Development/src/com/android/development/ |
AppHwPref.java | 53 private static final int BASE = 0; 54 private static final int TOUCHSCREEN = BASE + 1; 55 private static final int KEYBOARD_TYPE = BASE + 2; 56 private static final int NAVIGATION = BASE + 3; 57 private static final int GLES_VERSION = BASE + 4;
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
PolynomialSolver.h | 293 #define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES( BASE ) \ 294 typedef typename BASE::Scalar Scalar; \ 295 typedef typename BASE::RealScalar RealScalar; \ 296 typedef typename BASE::RootType RootType; \ 297 typedef typename BASE::RootsType RootsType;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 195 static final int BASE = Protocol.BASE_DATA_CONNECTION; 196 static final int EVENT_CONNECT = BASE + 0; 197 static final int EVENT_SETUP_DATA_CONNECTION_DONE = BASE + 1; 198 static final int EVENT_GET_LAST_FAIL_DONE = BASE + 2; 199 static final int EVENT_DEACTIVATE_DONE = BASE + 3; 200 static final int EVENT_DISCONNECT = BASE + 4; 201 static final int EVENT_RIL_CONNECTED = BASE + 5; 202 static final int EVENT_DISCONNECT_ALL = BASE + 6; 203 static final int EVENT_DATA_STATE_CHANGED = BASE + 7; 204 static final int EVENT_TEAR_DOWN_NOW = BASE + 8 [all...] |
DcSwitchState.java | 47 private static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER + 0x00001000; 48 private static final int EVENT_CONNECT = BASE + 0; 49 private static final int EVENT_DISCONNECT = BASE + 1; 50 private static final int EVENT_CLEANUP_ALL = BASE + 2; 51 private static final int EVENT_CONNECTED = BASE + 3; 52 private static final int EVENT_DETACH_DONE = BASE + 4; 53 private static final int EVENT_TO_IDLE_DIRECTLY = BASE + 5; 54 private static final int EVENT_TO_ACTING_DIRECTLY = BASE + 6;
|
/frameworks/native/include/ui/ |
ANativeObjectBase.h | 70 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF> BASE; 81 static inline TYPE* getSelf(android_native_base_t* base) { 82 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); 84 static inline TYPE const * getSelf(android_native_base_t const* base) { 85 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); 87 static void incRef(android_native_base_t* base) { 88 ANativeObjectBase* self = getSelf(base); 91 static void decRef(android_native_base_t* base) { 92 ANativeObjectBase* self = getSelf(base);
|
/system/keymaster/ |
Makefile | 0 BASE=../.. 5 GTEST=$(BASE)/external/gtest 7 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \ 8 -I $(BASE)/libnativehelper/include/nativehelper \
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Frame.java | 66 * signed number of array dimensions (from -8 to 7). KIND is either BASE,
67 * LOCAL or STACK. BASE is used for types that are not relative to the input
72 * relatively to the top of input frame stack. For BASE types, it is either
79 * contain BASE types of positive or null dimension. In all cases the type
111 * @see #BASE
123 * Mask to get the kind of base types.
128 * Mask to get the value of base types.
135 static final int BASE = 0x1000000;
138 * Base kind of the base reference types. The BASE_VALUE of such types is an [all...] |