/frameworks/base/docs/html/distribute/monetize/ |
ecommerce.jd | 28 Your customers purchase goods and services with credit or debit card payment
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
nrf8001-helloworld.cxx | 55 * current credit 320 aci_state.data_credit_available = aci_state.data_credit_available + aci_evt->params.data_credit.credit; 325 //Increment the credit available as the data packet was not sent. 327 //for the credit.
|
nrf8001-broadcast.cxx | 49 * current credit
|
/system/bt/stack/include/ |
rfcdefs.h | 48 #define RFCOMM_MIN_OFFSET 5 /* ctrl 2 , len 1 or 2 bytes, credit 1 byte */ 137 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */
|
l2cdefs.h | 73 #define L2CAP_CMD_BLE_CREDIT_BASED_CONN_REQ_LEN 10 /* LE_PSM, SCID, MTU, MPS, Init Credit */ 74 #define L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES_LEN 10 /* DCID, MTU, MPS, Init credit, Result */ 75 #define L2CAP_CMD_BLE_FLOW_CTRL_CREDIT_LEN 4 /* CID, Credit */
|
/system/bt/stack/rfcomm/ |
port_int.h | 51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ 202 UINT16 credit_rx_low; /* Number of credits when we send credit update */
|
rfc_ts_frames.c | 507 ** Description This function sends a flow control credit in UIH frame. 510 void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit) 522 *p_data++ = credit; 563 /* handle credit if credit based flow control */ 567 p_frame->credit = *p_data++; 572 p_frame->credit = 0;
|
rfc_int.h | 85 UINT8 credit; member in struct:__anon72849 317 extern void rfc_inc_credit (tPORT *p_port, UINT8 credit); 339 extern void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit);
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
GuidedStepActivity.java | 240 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "", 242 "Input credit card number", "Input credit card number"); 282 action.setDescription("Input credit card number"); 286 action.setDescription("Error credit card number");
|
GuidedStepSupportActivity.java | 242 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "", 244 "Input credit card number", "Input credit card number"); 284 action.setDescription("Input credit card number"); 288 action.setDescription("Error credit card number");
|
/hardware/bsp/intel/peripheral/libupm/docs/images/ |
LICENSE_CC_3_0.txt | 157 must, to the extent practicable, remove from the Collection any credit 160 practicable, remove from the Adaptation any credit as required by 206 a credit identifying the use of the Work in the Adaptation (e.g., 208 based on original Work by Original Author"). The credit required by 211 a minimum such credit will appear, if a credit for all contributing 215 use the credit required by this Section for the purpose of attribution
|
/sdk/files/typos/ |
typos-hu.txt | 187 # remove from the Collection any credit as required by Section 4(c), 190 # Adaptation any credit as required by Section 4(c), as requested. 234 # in the case of an Adaptation, a credit identifying the use of the 237 # Author"). The credit required by this Section 4(c) may be 239 # case of a Adaptation or Collection, at a minimum such credit will 240 # appear, if a credit for all contributing authors of the Adaptation 243 # authors. For the avoidance of doubt, You may only use the credit
|
typos-nb.txt | 187 # remove from the Collection any credit as required by Section 4(c), 190 # Adaptation any credit as required by Section 4(c), as requested. 234 # in the case of an Adaptation, a credit identifying the use of the 237 # Author"). The credit required by this Section 4(c) may be 239 # case of a Adaptation or Collection, at a minimum such credit will 240 # appear, if a credit for all contributing authors of the Adaptation 243 # authors. For the avoidance of doubt, You may only use the credit
|
/external/curl/docs/ |
CONTRIBUTE | 79 patch/code to us. We will credit you for your changes as far as possible, to 80 give credit but also to keep a trace back to who made what changes. Please 287 [Reported-by: John Doe - credit the reporter] 288 [whatever-else-by: credit all helpers, finders, doers]
|
/external/libpcap/ |
mkdep | 7 # provided that this notice is preserved and that due credit is given
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeas.txt | 68 remembered later. Just giving credit where its due...
|
/external/tcpdump/ |
mkdep | 7 # provided that this notice is preserved and that due credit is given
|
strcasecmp.c | 6 * provided that this notice is preserved and that due credit is given
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strncasecmp.c | 6 * provided that this notice is preserved and that due credit is given
|
/cts/tests/tests/security/src/android/security/cts/ |
NativeCodeTest.java | 103 * Credit: https://github.com/deater/perf_event_tests/blob/master/exploits/arm_perf_exploit.c 156 * Credit: Wen Xu and wushi of KeenTeam.
|
/external/libxml2/result/valid/ |
index.xml | 337 <!ATTLIST media-reference source-credit CDATA #IMPLIED> 421 <!ELEMENT bq (block+ , credit?)*> 429 <!ELEMENT credit (#PCDATA | chron | copyrite | event | function | location | money | num | object.title | org | person | postaddr | virtloc | a | br | em | lang | pronounce | q)*> 430 <!ATTLIST credit id ID #IMPLIED> 431 <!ATTLIST credit class NMTOKENS #IMPLIED> 432 <!ATTLIST credit style CDATA #IMPLIED> 433 <!ATTLIST credit lang NMTOKEN #IMPLIED> 434 <!ATTLIST credit dir (ltr | rtl) #IMPLIED> [all...] |
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
aci_evts.h | 120 uint8_t credit_available; /**< Flow control credit available for this specific FW build */
300 uint8_t credit;
member in struct:__anon30001
|
/system/bt/stack/l2cap/ |
l2c_ble.c | 629 UINT16 credit; local 708 "initial credit = %d", mtu, mps, initial_credit); 822 L2CAP_TRACE_DEBUG ("%s Credit received for unknown channel id %d", __func__, lcid); 826 STREAM_TO_UINT16(credit ,p); 827 l2c_csm_execute(p_ccb, L2CEVT_L2CAP_RECV_FLOW_CONTROL_CREDIT, &credit); 828 L2CAP_TRACE_DEBUG ("%s Credit received", __func__); [all...] |
l2c_csm.c | 1077 UINT16 *credit; local [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
hist.c | 369 double count_time, credit; 392 /* Credit all symbols that are covered by bin I. 424 credit = overlap * count_time / hist_scale; 426 /* Credit symbol if it appears in INCL_FLAT or that 433 symtab.base[j].hist.time += credit; 437 total_time -= credit; 368 double count_time, credit; local
|