HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /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;
  /development/ndk/sources/android/libportable/arch-mips/
_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) ; \
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
50 /// \brief Returns \c true if \c this is a base kind of (or same as) \c Other.
59 /// Includes all possible base and derived kinds.
69 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
72 #define STMT(DERIVED, BASE) NKI_##DERIVED,
75 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type,
83 /// \brief Returns \c true if \c Base is a base kind of (or same as) \c
85 static bool isBaseOf(NodeKindId Base, NodeKindId Derived);
119 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl
    [all...]
Comment.h 176 #define COMMENT_RANGE(BASE, FIRST, LAST) \
177 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
178 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
179 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
RecursiveASTVisitor.h 86 /// 3. given a (node, class) combination, where 'class' is some base
333 #define ABSTRACT_TYPE(CLASS, BASE)
334 #define TYPE(CLASS, BASE) \
342 #define TYPE(CLASS, BASE) \
344 TRY_TO(WalkUpFrom##BASE(T)); \
355 #define ABSTRACT_TYPELOC(CLASS, BASE)
356 #define TYPELOC(CLASS, BASE) \
376 // Note that BASE includes trailing 'Type' which CLASS doesn't.
377 #define TYPE(CLASS, BASE) \
379 TRY_TO(WalkUpFrom##BASE##Loc(TL));
    [all...]
  /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/base/services/java/com/android/server/wifi/
WifiController.java 104 private static final int BASE = Protocol.BASE_WIFI_CONTROLLER;
106 static final int CMD_EMERGENCY_MODE_CHANGED = BASE + 1;
107 static final int CMD_SCREEN_ON = BASE + 2;
108 static final int CMD_SCREEN_OFF = BASE + 3;
109 static final int CMD_BATTERY_CHANGED = BASE + 4;
110 static final int CMD_DEVICE_IDLE = BASE + 5;
111 static final int CMD_LOCKS_CHANGED = BASE + 6;
112 static final int CMD_SCAN_ALWAYS_MODE_CHANGED = BASE + 7;
113 static final int CMD_WIFI_TOGGLED = BASE + 8;
114 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 290 #define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES( BASE ) \
291 typedef typename BASE::Scalar Scalar; \
292 typedef typename BASE::RealScalar RealScalar; \
293 typedef typename BASE::RootType RootType; \
294 typedef typename BASE::RootsType RootsType;
  /bionic/libc/arch-mips/bionic/
_setjmp.S 47 #define FPREG64_S(FPR, OFF, BASE) \
48 swc1 FPR, OFF(BASE) ; \
50 sw t0, OFF+4(BASE) ;
52 #define FPREG64_L(FPR, OFF, BASE) \
53 lw t0, OFF+4(BASE) ; \
54 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/lib/AST/
DumpXML.cpp 69 #define DECL(DERIVED, BASE) \
81 #define DECL(DERIVED, BASE) \
83 DISPATCH(dispatch##BASE##Attrs, BASE); \
88 DISPATCH(dispatch##BASE##Children, BASE); \
93 DISPATCH(dispatch##BASE##AsContext, BASE); \
123 #define TYPE(DERIVED, BASE) \
129 #define ABSTRACT_TYPE(DERIVED, BASE)
    [all...]
DeclBase.cpp 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
75 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
94 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED;
109 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;
115 #define DECL(DERIVED, BASE) \
131 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break;
604 #define DECL(NAME, BASE)
611 #define DECL(NAME, BASE)
623 #define DECL(NAME, BASE)
630 #define DECL(NAME, BASE)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 178 static final int BASE = Protocol.BASE_DATA_CONNECTION;
179 static final int EVENT_CONNECT = BASE + 0;
180 static final int EVENT_SETUP_DATA_CONNECTION_DONE = BASE + 1;
181 static final int EVENT_GET_LAST_FAIL_DONE = BASE + 2;
182 static final int EVENT_DEACTIVATE_DONE = BASE + 3;
183 static final int EVENT_DISCONNECT = BASE + 4;
184 static final int EVENT_RIL_CONNECTED = BASE + 5;
185 static final int EVENT_DISCONNECT_ALL = BASE + 6;
186 static final int EVENT_DATA_STATE_CHANGED = BASE + 7;
187 static final int EVENT_TEAR_DOWN_NOW = BASE + 8
    [all...]
  /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);
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 287 /* The base for wifi message types */
288 static final int BASE = Protocol.BASE_WIFI;
290 static final int CMD_START_SUPPLICANT = BASE + 11;
292 static final int CMD_STOP_SUPPLICANT = BASE + 12;
294 static final int CMD_START_DRIVER = BASE + 13;
296 static final int CMD_STOP_DRIVER = BASE + 14;
298 static final int CMD_STATIC_IP_SUCCESS = BASE + 15;
300 static final int CMD_STATIC_IP_FAILURE = BASE + 16;
302 static final int CMD_STOP_SUPPLICANT_FAILED = BASE + 17;
304 static final int CMD_DELAYED_STOP_DRIVER = BASE + 18
    [all...]
WifiWatchdogStateMachine.java 80 private static final int BASE = Protocol.BASE_WIFI_WATCHDOG;
83 private static final int EVENT_WATCHDOG_TOGGLED = BASE + 1;
84 private static final int EVENT_NETWORK_STATE_CHANGE = BASE + 2;
85 private static final int EVENT_RSSI_CHANGE = BASE + 3;
86 private static final int EVENT_SUPPLICANT_STATE_CHANGE = BASE + 4;
87 private static final int EVENT_WIFI_RADIO_STATE_CHANGE = BASE + 5;
88 private static final int EVENT_WATCHDOG_SETTINGS_CHANGE = BASE + 6;
89 private static final int EVENT_BSSID_CHANGE = BASE + 7;
90 private static final int EVENT_SCREEN_ON = BASE + 8;
91 private static final int EVENT_SCREEN_OFF = BASE + 9
    [all...]
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 37 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
  /external/elfutils/libebl/
eblauxvinfo.c 71 TYPE (BASE, "p") \
  /external/sfntly/cpp/src/sfntly/
tag.h 59 static const int32_t BASE;
  /frameworks/base/core/java/android/os/
Build.java 139 public static final int BASE = 1;
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 38 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
50 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
65 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
78 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
  /external/grub/netboot/
3c595.h 67 #define BASE (eth_nic_base)
99 #define EEPROM_ADDR_CFG 0x8 /* Base addr */
117 #define VX_COMMAND 0x0e /* Write. BASE+0x0e is always a
119 #define VX_STATUS 0x0e /* Read. BASE+0x0e is always status
121 #define VX_WINDOW 0x0f /* Read. BASE+0x0f is always window
296 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
416 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x),BASE+VX_COMMAND)

Completed in 736 milliseconds

1 23 4 5 6 7