HomeSort by relevance Sort by last modified time
    Searched refs:BASE (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 61 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER;
62 public static final int EVENT_DATA_SETUP_COMPLETE = BASE + 0;
63 public static final int EVENT_RADIO_AVAILABLE = BASE + 1;
64 public static final int EVENT_RECORDS_LOADED = BASE + 2;
65 public static final int EVENT_TRY_SETUP_DATA = BASE + 3;
66 public static final int EVENT_DATA_STATE_CHANGED = BASE + 4;
67 public static final int EVENT_POLL_PDP = BASE + 5;
68 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = BASE + 6;
69 public static final int EVENT_VOICE_CALL_STARTED = BASE + 7;
70 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8
    [all...]
  /external/curl/tests/unit/
unit1303.c 43 /* BASE is just a define to make us fool around with decently large number so
45 #define BASE 1000000
79 {BASE + 4, 0, 10000, 8000, FALSE, 6000, "6 seconds should be left"},
80 {BASE + 4, 990000, 10000, 8000, FALSE, 5010, "5010 ms should be left"},
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
82 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"},
85 {BASE + 4, 0, 10000, 8000, TRUE, 4000, "4 seconds should be left"},
86 {BASE + 4, 990000, 10000, 8000, TRUE, 3010, "3010 ms should be left"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
88 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}
    [all...]
  /hardware/broadcom/libbt/
gen-buildcfg.sh 16 BASE=`basename $2`
17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
18 BASE=`echo ${BASE} | sed -e "s/\\./_/"`
19 PROTECT="_${BASE}"
  /hardware/qcom/bt/libbt-vendor/
gen-buildcfg.sh 16 BASE=`basename $2`
17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
18 BASE=`echo ${BASE} | sed -e "s/\\./_/"`
19 PROTECT="_${BASE}"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
multi.h 10 #define ISL_DECLARE_MULTI(BASE) \
11 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \
12 __isl_take isl_space *space, __isl_take isl_##BASE##_list *list); \
13 const char *isl_multi_##BASE##_get_tuple_name( \
14 __isl_keep isl_multi_##BASE *multi, enum isl_dim_type type); \
15 __isl_give isl_multi_##BASE *isl_multi_##BASE##_set_##BASE( \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
multi.h 10 #define ISL_DECLARE_MULTI(BASE) \
11 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \
12 __isl_take isl_space *space, __isl_take isl_##BASE##_list *list); \
13 const char *isl_multi_##BASE##_get_tuple_name( \
14 __isl_keep isl_multi_##BASE *multi, enum isl_dim_type type); \
15 __isl_give isl_multi_##BASE *isl_multi_##BASE##_set_##BASE( \
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 52 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \
53 ldd [BASE + ( 0 * 0x4)], M0; \
54 ldd [BASE + ( 2 * 0x4)], M2; \
55 ldd [BASE + (12 * 0x4)], M12; \
56 ldd [BASE + (14 * 0x4)], M14
58 #define LDMATRIX_0_1_12_13(BASE) \
59 ldd [BASE + ( 0 * 0x4)], M0; \
60 ldd [BASE + (12 * 0x4)], M12
62 #define LDMATRIX_0_12_13(BASE) \
63 ld [BASE + ( 0 * 0x4)], M0;
    [all...]
  /frameworks/native/include/ui/
TVecHelpers.h 61 * operators on a vector of type BASE<T>.
63 * BASE only needs to implement operator[] and size().
64 * By simply inheriting from TVec{Add|Product}Operators<BASE, T> BASE will automatically
68 template <template<typename T> class BASE, typename T>
75 BASE<T>& operator += (const BASE<OTHER>& v) {
76 BASE<T>& rhs = static_cast<BASE<T>&>(*this);
77 for (size_t i=0 ; i<BASE<T>::size() ; i++)
    [all...]
TMatHelpers.h 179 * operators on a vector of type BASE<T>.
181 * BASE only needs to implement operator[] and size().
182 * By simply inheriting from TMatProductOperators<BASE, T> BASE will automatically
186 template <template<typename T> class BASE, typename T>
190 BASE<T>& operator *= (T v) {
191 BASE<T>& lhs(static_cast< BASE<T>& >(*this));
199 BASE<T>& operator /= (T v) {
200 BASE<T>& lhs(static_cast< BASE<T>& >(*this))
    [all...]
  /external/eigen/bench/btl/data/
smooth_all.sh 10 BASE=${FILE##*/}
11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
21 BASE=${FILE##*/}
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE
    [all...]
mk_gnuplot_script.sh 22 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
39 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.da (…)
    [all...]
  /external/e2fsprogs/lib/et/
compile_et.sh.in 42 BASE=`basename $ROOT`
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
51 rm -f ${BASE}.h.$$
53 mv -f ${BASE}.h.$$ ${BASE}.h
54 chmod -w ${BASE}.
    [all...]
  /external/clang/include/clang/AST/
ASTFwd.h 21 #define DECL(DERIVED, BASE) class DERIVED##Decl;
24 #define STMT(DERIVED, BASE) class DERIVED;
27 #define TYPE(DERIVED, BASE) class DERIVED##Type;
  /external/opencv3/3rdparty/zlib/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
    [all...]
  /external/pdfium/third_party/zlib_v128/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
    [all...]
  /external/zlib/src/
adler32.c 14 #define BASE 65521 /* largest prime smaller than 65536 */
16 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
27 /* note that this assumes BASE is 65521, where 65536 % 65521 == 15
38 if (a >= BASE) a -= BASE; \
56 if (a >= BASE) a -= BASE; \
59 # define MOD(a) a %= BASE
60 # define MOD28(a) a %= BASE
61 # define MOD63(a) a %= BASE
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 38 The information for the base instruction set was compiled from the
402 #define BASE AXP_OPCODE_BASE
475 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
476 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
477 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
478 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
479 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
480 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
481 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
482 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 39 public static final int BASE = Protocol.BASE_DATA_CONNECTION_AC;
41 public static final int REQ_IS_INACTIVE = BASE + 0;
42 public static final int RSP_IS_INACTIVE = BASE + 1;
44 public static final int REQ_GET_CID = BASE + 2;
45 public static final int RSP_GET_CID = BASE + 3;
47 public static final int REQ_GET_APNSETTING = BASE + 4;
48 public static final int RSP_GET_APNSETTING = BASE + 5;
50 public static final int REQ_GET_LINK_PROPERTIES = BASE + 6;
51 public static final int RSP_GET_LINK_PROPERTIES = BASE + 7;
53 public static final int REQ_SET_LINK_PROPERTIES_HTTP_PROXY = BASE + 8
    [all...]
  /external/v8/tools/
android-ll-prof.sh 45 BASE=`cd $(dirname "$0")/..; pwd`
46 DEPLOY="$BASE/deploy"
51 cp "$BASE/out/android_arm.$MODE/d8" "$DEPLOY/data/local/tmp/v8/d8"
66 $BASE/tools/ll_prof.py --host-root="$BASE/deploy" \
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 288 private static final int BASE = Protocol.BASE_WIFI_P2P_MANAGER;
291 public static final int DISCOVER_PEERS = BASE + 1;
293 public static final int DISCOVER_PEERS_FAILED = BASE + 2;
295 public static final int DISCOVER_PEERS_SUCCEEDED = BASE + 3;
298 public static final int STOP_DISCOVERY = BASE + 4;
300 public static final int STOP_DISCOVERY_FAILED = BASE + 5;
302 public static final int STOP_DISCOVERY_SUCCEEDED = BASE + 6;
305 public static final int CONNECT = BASE + 7;
307 public static final int CONNECT_FAILED = BASE + 8;
309 public static final int CONNECT_SUCCEEDED = BASE + 9
    [all...]
  /external/f2fs-tools/scripts/
dumpf2fs.sh 5 BASE=0x200000
11 let addr=$BASE
16 let addr=$BASE+0x200000
20 let addr=$BASE
22 let addr=$BASE+0x200000
26 let addr=$BASE
30 let addr=$BASE+0x200000
34 let addr=$BASE
36 let addr=$BASE+0x200000
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 47 #define HMM_UNIQUE(BASE) hmm_ ## BASE
76 #define HMM_UNIQUE(BASE) thmm_ ## BASE
  /external/clang/test/SemaCXX/
decl-init-ref.cpp 5 struct BASE {
13 class B : public BASE , public BASE1
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 43 BASE=`basename "$ROOT"`
58 rm -f "${BASE}.c"
59 mv -f "${TMP}" "${BASE}.c"
60 chmod -w "${BASE}.c"
  /frameworks/base/core/java/android/net/
NetworkAgent.java 60 private static final int BASE = Protocol.BASE_NETWORK_AGENT;
67 public static final int CMD_SUSPECT_BAD = BASE;
75 public static final int EVENT_NETWORK_INFO_CHANGED = BASE + 1;
82 public static final int EVENT_NETWORK_CAPABILITIES_CHANGED = BASE + 2;
89 public static final int EVENT_NETWORK_PROPERTIES_CHANGED = BASE + 3;
91 /* centralize place where base network score, and network score scaling, will be
101 public static final int EVENT_NETWORK_SCORE_CHANGED = BASE + 4;
108 public static final int EVENT_UID_RANGES_ADDED = BASE + 5;
115 public static final int EVENT_UID_RANGES_REMOVED = BASE + 6;
127 public static final int CMD_REPORT_NETWORK_STATUS = BASE + 7
    [all...]

Completed in 1556 milliseconds

1 2 3 4 5 6 7 8 910