HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiWatchdogStateMachine.java 81 private static final int BASE = Protocol.BASE_WIFI_WATCHDOG;
84 private static final int EVENT_WATCHDOG_TOGGLED = BASE + 1;
85 private static final int EVENT_NETWORK_STATE_CHANGE = BASE + 2;
86 private static final int EVENT_RSSI_CHANGE = BASE + 3;
87 private static final int EVENT_SUPPLICANT_STATE_CHANGE = BASE + 4;
88 private static final int EVENT_WIFI_RADIO_STATE_CHANGE = BASE + 5;
89 private static final int EVENT_WATCHDOG_SETTINGS_CHANGE = BASE + 6;
90 private static final int EVENT_BSSID_CHANGE = BASE + 7;
91 private static final int EVENT_SCREEN_ON = BASE + 8;
92 private static final int EVENT_SCREEN_OFF = BASE + 9
    [all...]
RttService.java 213 private static final int BASE = Protocol.BASE_WIFI_RTT_SERVICE;
215 private static final int CMD_DRIVER_LOADED = BASE + 0;
216 private static final int CMD_DRIVER_UNLOADED = BASE + 1;
217 private static final int CMD_ISSUE_NEXT_REQUEST = BASE + 2;
218 private static final int CMD_RTT_RESPONSE = BASE + 3;
WifiStateMachine.java 395 /* The base for wifi message types */
396 static final int BASE = Protocol.BASE_WIFI;
398 static final int CMD_START_SUPPLICANT = BASE + 11;
400 static final int CMD_STOP_SUPPLICANT = BASE + 12;
402 static final int CMD_START_DRIVER = BASE + 13;
404 static final int CMD_STOP_DRIVER = BASE + 14;
406 static final int CMD_STATIC_IP_SUCCESS = BASE + 15;
408 static final int CMD_STATIC_IP_FAILURE = BASE + 16;
410 static final int CMD_STOP_SUPPLICANT_FAILED = BASE + 17;
412 static final int CMD_DELAYED_STOP_DRIVER = BASE + 18
    [all...]
WifiScanningServiceImpl.java 164 private static final int BASE = Protocol.BASE_WIFI_SCANNER_SERVICE;
166 private static final int CMD_SCAN_RESULTS_AVAILABLE = BASE + 0;
167 private static final int CMD_FULL_SCAN_RESULTS = BASE + 1;
168 private static final int CMD_HOTLIST_AP_FOUND = BASE + 2;
169 private static final int CMD_HOTLIST_AP_LOST = BASE + 3;
170 private static final int CMD_WIFI_CHANGE_DETECTED = BASE + 4;
171 private static final int CMD_WIFI_CHANGES_STABILIZED = BASE + 5;
172 private static final int CMD_DRIVER_LOADED = BASE + 6;
173 private static final int CMD_DRIVER_UNLOADED = BASE + 7;
174 private static final int CMD_SCAN_PAUSED = BASE + 8
    [all...]
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 37 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardTheme.java 46 VERSION_CODES.BASE),
54 VERSION_CODES.BASE),
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.h 59 static const int32_t BASE;
tag.cc 45 const int32_t Tag::BASE = TAG('B', 'A', 'S', 'E');
  /external/elfutils/0.153/libebl/
eblauxvinfo.c 71 TYPE (BASE, "p") \
  /external/sfntly/cpp/src/sfntly/
tag.h 59 static const int32_t BASE;
tag.cc 45 const int32_t Tag::BASE = TAG('B', 'A', 'S', 'E');
  /frameworks/base/core/java/android/net/
ConnectivityManager.java     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
80 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
100 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED;
115 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;
121 #define DECL(DERIVED, BASE) \
137 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break;
625 #define DECL(NAME, BASE)
632 #define DECL(NAME, BASE)
644 #define DECL(NAME, BASE)
651 #define DECL(NAME, BASE)
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 84 /// 3. given a (node, class) combination, where 'class' is some base
340 #define ABSTRACT_TYPE(CLASS, BASE)
341 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T);
348 #define TYPE(CLASS, BASE) \
350 TRY_TO(WalkUpFrom##BASE(T)); \
361 #define ABSTRACT_TYPELOC(CLASS, BASE)
362 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
381 // Note that BASE includes trailing 'Type' which CLASS doesn't.
382 #define TYPE(CLASS, BASE) \
384 TRY_TO(WalkUpFrom##BASE##Loc(TL));
    [all...]
DeclBase.h 1 //===-- DeclBase.h - Base Classes for representing declarations -*- C++ -*-===//
75 #define DECL(DERIVED, BASE) DERIVED,
77 #define DECL_RANGE(BASE, START, END) \
78 first##BASE = START, last##BASE = END,
79 #define LAST_DECL_RANGE(BASE, START, END) \
80 first##BASE = START, last##BASE = END
    [all...]
RecursiveASTVisitor.h 80 /// 3. given a (node, class) combination, where 'class' is some base
342 #define ABSTRACT_TYPE(CLASS, BASE)
343 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T);
350 #define TYPE(CLASS, BASE) \
352 TRY_TO(WalkUpFrom##BASE(T)); \
363 #define ABSTRACT_TYPELOC(CLASS, BASE)
364 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
383 // Note that BASE includes trailing 'Type' which CLASS doesn't.
384 #define TYPE(CLASS, BASE) \
386 TRY_TO(WalkUpFrom##BASE##Loc(TL));
    [all...]
Comment.h 187 #define COMMENT_RANGE(BASE, FIRST, LAST) \
188 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
189 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 45 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
58 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
73 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
86 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
FramebufferNativeWindow.cpp 51 NativeBuffer(int w, int h, int f, int u) : BASE() {
76 : BASE(), fbDev(0), grDev(0), mUpdateOnDemand(false)
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 81 private static final int BASE = Protocol.BASE_NSD_MANAGER;
82 private static final int CMD_TO_STRING_COUNT = NsdManager.RESOLVE_SERVICE - BASE + 1;
86 sCmdToString[NsdManager.DISCOVER_SERVICES - BASE] = "DISCOVER";
87 sCmdToString[NsdManager.STOP_DISCOVERY - BASE] = "STOP-DISCOVER";
88 sCmdToString[NsdManager.REGISTER_SERVICE - BASE] = "REGISTER";
89 sCmdToString[NsdManager.UNREGISTER_SERVICE - BASE] = "UNREGISTER";
90 sCmdToString[NsdManager.RESOLVE_SERVICE - BASE] = "RESOLVE";
94 cmd -= BASE;
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 211 public static final int BASE = 1;
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 74 *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \
78 *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \
82 *cmdbuf->regio_idx++ = ( (group##_##reg##_OFFSET + group##_##BASE + index*group##_##reg##_STRIDE) | MSVDX_DEBLOCK_REG_SET); \
86 *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_GET; reg_get_count++;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 390 enum base_mipmap { BASE, MIPMAP };
396 * 1. "base incomplete": the base level of the texture is invalid so no
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
422 if (bm == BASE)
460 /* Detect cases where the application set the base level to an invalid
464 incomplete(t, BASE, "base level = %d is invalid", baseLevel);
469 incomplete(t, BASE, "MAX_LEVEL (%d) < BASE_LEVEL (%d)"
    [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 390 enum base_mipmap { BASE, MIPMAP };
396 * 1. "base incomplete": the base level of the texture is invalid so no
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
422 if (bm == BASE)
460 /* Detect cases where the application set the base level to an invalid
464 incomplete(t, BASE, "base level = %d is invalid", baseLevel);
469 incomplete(t, BASE, "MAX_LEVEL (%d) < BASE_LEVEL (%d)"
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 138 private static final int BASE = Protocol.BASE_WIFI_P2P_SERVICE;
141 public static final int GROUP_CREATING_TIMED_OUT = BASE + 1;
144 private static final int PEER_CONNECTION_USER_ACCEPT = BASE + 2;
146 private static final int PEER_CONNECTION_USER_REJECT = BASE + 3;
148 private static final int DROP_WIFI_USER_ACCEPT = BASE + 4;
150 private static final int DROP_WIFI_USER_REJECT = BASE + 5;
152 public static final int DISABLE_P2P_TIMED_OUT = BASE + 6;
156 public static final int P2P_CONNECTION_CHANGED = BASE + 11;
169 public static final int DISCONNECT_WIFI_REQUEST = BASE + 12;
170 public static final int DISCONNECT_WIFI_RESPONSE = BASE + 13
    [all...]

Completed in 1161 milliseconds

1 2 34 5 6 7 8