Searched refs:api (Results 26 - 50 of 115) sorted by relevance

12345

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_csm.c150 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
151 connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
222 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_NO_LINK);
302 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
303 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
435 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid,
515 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
516 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb;
547 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK);
553 if (p_ccb->p_rcb->api
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py8 from google.appengine.api import users
9 from google.appengine.api import urlfetch
11 from google.appengine.api.urlfetch import DownloadError
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCodingErrorActionTest.java17 package tests.api.java.nio.charset;
H A DGBCharsetEncoderTest.java17 package tests.api.java.nio.charset;
H A DUTFCharsetDecoderTest.java17 package tests.api.java.nio.charset;
H A DUTF16BECharsetEncoderTest.java17 package tests.api.java.nio.charset;
H A DUTF16LECharsetEncoderTest.java17 package tests.api.java.nio.charset;
H A DUTFCharsetEncoderTest.java17 package tests.api.java.nio.charset;
H A DAbstractCharsetTestCase.java18 package tests.api.java.nio.charset;
H A DISOCharsetEncoderTest.java16 package tests.api.java.nio.charset;
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.h92 void SendResponse(ExtensionFunction* api, bool success);
104 void HandleBadMessage(ExtensionFunction* api);
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java75 * Compares two api xml files for consistency.
220 ApiInfo api;
222 api = parseApi(src);
236 Stubs.writeApi(apiWriter, api.getPackages().values());
242 ApiInfo api;
244 api = parseApi(src);
258 Stubs.writeXml(apiWriter, api.getPackages().values());
H A DApiFile.java68 final ApiInfo api = new ApiInfo();
76 parsePackage(api, tokenizer);
82 api.resolveSuperclasses();
83 api.resolveInterfaces();
85 return api;
88 private static void parsePackage(ApiInfo api, Tokenizer tokenizer) argument
107 parseClass(api, pkg, tokenizer, token);
110 api.addPackage(pkg);
113 private static void parseClass(ApiInfo api, PackageInfo pkg, Tokenizer tokenizer, String token) argument
178 api
[all...]
/external/llvm/lib/Support/
H A DAPFloat.cpp2183 APInt api = Val;
2186 if (isSigned && api.isNegative()) {
2188 api = -api;
2191 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode);
2232 APInt api = APInt(width, makeArrayRef(parts, partCount));
2237 api = -api;
2240 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode);
2988 APInt api
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c146 const struct gl_extensions *extensions, int api)
149 glcpp_parser_t *parser = glcpp_parser_create (extensions, api);
145 preprocess(void *hieralloc_ctx, const char **shader, char **info_log, const struct gl_extensions *extensions, int api) argument
H A Dglcpp.h183 glcpp_parser_create (const struct gl_extensions *extensions, int api);
193 const struct gl_extensions *extensions, int api);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c144 btm_cb.api = *p_cb_info;
146 BTM_TRACE_ERROR1 ("BTM_SecRegister: btm_cb.api.p_le_callback = 0x%x ", btm_cb.api.p_le_callback);
166 btm_cb.api.p_link_key_callback = p_callback;
918 (*btm_cb.api.p_auth_complete_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class,
1952 if (btm_cb.api.p_sp_callback)
1953 (*btm_cb.api.p_sp_callback) (BTM_SP_UPGRADE_EVT, (tBTM_SP_EVT_DATA *)&evt_data);
2503 if (btm_cb.api.p_bond_cancel_cmpl_callback)
2504 btm_cb.api.p_bond_cancel_cmpl_callback(BTM_SUCCESS);
2539 if (btm_cb.api
[all...]
/external/apache-harmony/
H A DAndroid.mk33 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
34 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
/external/apache-harmony/auth/src/test/java/common/tests/api/javax/security/auth/x500/
H A DX500PrincipalTest.java18 package tests.api.javax.security.auth.x500;
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/
H A DAccessControlContextTest.java18 package tests.api.java.security;
H A DDomainCombinerTest.java18 package tests.api.java.security;
/external/iproute2/doc/
H A DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
3 # api-rtnl.tex api-pmtudisc.tex api-news.tex
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatestatus.py29 from google.appengine.api import users
/external/linux-tools-perf/Documentation/
H A DMakefile17 API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
19 SP_ARTICLES += technical/api-index
220 $(RM) technical/api-*.html technical/api-index.txt
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view_single.c529 * Sets the smart class api using single backing store, enabling view
532 * @param api class definition to be set, all members with the
546 Eina_Bool ewk_view_single_smart_set(Ewk_View_Smart_Class *api) argument
548 if (!ewk_view_base_smart_set(api))
554 api->sc.add = _ewk_view_single_smart_add;
555 api->sc.resize = _ewk_view_single_smart_resize;
557 api->backing_store_add = _ewk_view_single_smart_backing_store_add;
558 api->scrolls_process = _ewk_view_single_smart_scrolls_process;
559 api->repaints_process = _ewk_view_single_smart_repaints_process;
560 api
569 static Ewk_View_Smart_Class api = EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION("Ewk_View_Single"); local
[all...]

Completed in 432 milliseconds

12345