/external/icu4c/common/ |
D | unorm_it.c | 34 UCharIterator api; member 70 UCharIterator *api=&uni->api; in initIndexes() local 74 api->start=api->index=api->limit=0; in initIndexes() 79 api->start=api->index=api->limit=uni->capacity; in initIndexes() 84 api->start=api->index=api->limit=uni->capacity/2; in initIndexes() 92 UCharIterator *api=&uni->api; in reallocArrays() local 106 start=api->start; in reallocArrays() 107 limit=api->limit; in reallocArrays() 117 api->start=start+delta; in reallocArrays() 118 api->index+=delta; in reallocArrays() [all …]
|
/external/clang/test/Index/ |
D | c-index-api-loadTU-test.m | 78 // CHECK: c-index-api-loadTU-test.m:4:12: ObjCInterfaceDecl=Foo:4:12 Extent=[4:1 - 12:5] 79 // CHECK: c-index-api-loadTU-test.m:6:32: ObjCIvarDecl=myoutlet:6:32 (Definition) Extent=[6:3 - 6:4… 81 // CHECK: c-index-api-loadTU-test.m:6:29: TypeRef=id:0:0 Extent=[6:29 - 6:31] 82 // CHECK: c-index-api-loadTU-test.m:8:36: ObjCInstanceMethodDecl=myMessage::8:36 Extent=[8:1 - 8:54] 84 // CHECK: c-index-api-loadTU-test.m:8:50: ParmDecl=msg:8:50 (Definition) Extent=[8:47 - 8:53] 85 // CHECK: c-index-api-loadTU-test.m:8:47: TypeRef=id:0:0 Extent=[8:47 - 8:49] 86 // CHECK: c-index-api-loadTU-test.m:9:3: ObjCInstanceMethodDecl=foo:9:3 (deprecated) (always depre… 88 // CHECK: c-index-api-loadTU-test.m:10:3: ObjCClassMethodDecl=fooC:10:3 Extent=[10:1 - 10:8] 89 // CHECK: c-index-api-loadTU-test.m:14:12: ObjCInterfaceDecl=Bar:14:12 Extent=[14:1 - 18:5] 90 // CHECK: c-index-api-loadTU-test.m:14:18: ObjCSuperClassRef=Foo:4:12 Extent=[14:18 - 14:21] [all …]
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 230 APInfo* api = NULL; in intro_Block() local 236 api = (APInfo*)valW; in intro_Block() 239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) ); in intro_Block() 240 VG_(memset)(api, 0, sizeof(*api)); in intro_Block() 241 api->ap = bk->ap; in intro_Block() 243 (UWord)bk->ap, (UWord)api ); in intro_Block() 246 tl_assert(api->deaths == 0); in intro_Block() 247 api->xsize_tag = Unknown; in intro_Block() 248 api->xsize = 0; in intro_Block() 249 if (0) VG_(printf)("api %p --> Unknown\n", api); in intro_Block() [all …]
|
/external/webkit/Source/JavaScriptCore/qt/ |
D | ChangeLog | 7 * api/QtScript.pro: Deduplicate options. 19 * api/QtScript.pro: 32 * api/qscriptengine.cpp: 34 * api/qscriptengine.h: 35 * api/qscriptengine_p.cpp: 37 * api/qscriptengine_p.h: 40 * api/qscriptoriginalglobalobject_p.h: 47 * api/qscriptvalue.cpp: 50 * api/qscriptvalue.h: 51 * api/qscriptvalue_p.h: [all …]
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view_tiled.c | 246 Eina_Bool ewk_view_tiled_smart_set(Ewk_View_Smart_Class *api) in ewk_view_tiled_smart_set() argument 248 if (!ewk_view_base_smart_set(api)) in ewk_view_tiled_smart_set() 254 api->sc.add = _ewk_view_tiled_smart_add; in ewk_view_tiled_smart_set() 256 api->backing_store_add = _ewk_view_tiled_smart_backing_store_add; in ewk_view_tiled_smart_set() 257 api->scrolls_process = _ewk_view_tiled_smart_scrolls_process; in ewk_view_tiled_smart_set() 258 api->repaints_process = _ewk_view_tiled_smart_repaints_process; in ewk_view_tiled_smart_set() 259 api->contents_resize = _ewk_view_tiled_smart_contents_resize; in ewk_view_tiled_smart_set() 260 api->zoom_set = _ewk_view_tiled_smart_zoom_set; in ewk_view_tiled_smart_set() 261 api->zoom_weak_set = _ewk_view_tiled_smart_zoom_weak_set; in ewk_view_tiled_smart_set() 262 api->zoom_weak_smooth_scale_set = _ewk_view_tiled_smart_zoom_weak_smooth_scale_set; in ewk_view_tiled_smart_set() [all …]
|
D | ewk_view.cpp | 455 EINA_SAFETY_ON_NULL_RETURN(sd->api); in _ewk_view_on_focus_in() 456 EINA_SAFETY_ON_NULL_RETURN(sd->api->focus_in); in _ewk_view_on_focus_in() 457 sd->api->focus_in(sd); in _ewk_view_on_focus_in() 463 EINA_SAFETY_ON_NULL_RETURN(sd->api); in _ewk_view_on_focus_out() 464 EINA_SAFETY_ON_NULL_RETURN(sd->api->focus_out); in _ewk_view_on_focus_out() 465 sd->api->focus_out(sd); in _ewk_view_on_focus_out() 472 EINA_SAFETY_ON_NULL_RETURN(sd->api); in _ewk_view_on_mouse_wheel() 473 EINA_SAFETY_ON_NULL_RETURN(sd->api->mouse_wheel); in _ewk_view_on_mouse_wheel() 474 sd->api->mouse_wheel(sd, ev); in _ewk_view_on_mouse_wheel() 481 EINA_SAFETY_ON_NULL_RETURN(sd->api); in _ewk_view_on_mouse_down() [all …]
|
D | ewk_view_single.c | 546 Eina_Bool ewk_view_single_smart_set(Ewk_View_Smart_Class *api) in ewk_view_single_smart_set() argument 548 if (!ewk_view_base_smart_set(api)) in ewk_view_single_smart_set() 554 api->sc.add = _ewk_view_single_smart_add; in ewk_view_single_smart_set() 555 api->sc.resize = _ewk_view_single_smart_resize; in ewk_view_single_smart_set() 557 api->backing_store_add = _ewk_view_single_smart_backing_store_add; in ewk_view_single_smart_set() 558 api->scrolls_process = _ewk_view_single_smart_scrolls_process; in ewk_view_single_smart_set() 559 api->repaints_process = _ewk_view_single_smart_repaints_process; in ewk_view_single_smart_set() 560 api->zoom_weak_set = _ewk_view_single_smart_zoom_weak_set; in ewk_view_single_smart_set() 561 api->zoom_weak_smooth_scale_set = _ewk_view_single_smart_zoom_weak_smooth_scale_set; in ewk_view_single_smart_set() 562 api->bg_color_set = _ewk_view_single_smart_bg_color_set; in ewk_view_single_smart_set() [all …]
|
/external/chromium/googleurl/ |
D | PRESUBMIT_unittest.py | 57 api = MockInputApi() 58 api.affected_files = [ 67 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 7) 71 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 3) 75 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 1) 77 len(PRESUBMIT.LocalChecks(api, MockOutputApi)[0].items) == 3) 81 self.failUnless(len(PRESUBMIT.LocalChecks(api, MockOutputApi)) == 4) 84 self.failIf(PRESUBMIT.LocalChecks(api, MockOutputApi))
|
/external/libusb_aah/doc/ |
D | Makefile.am | 7 ln -s html api-1.0 8 rsync -av api-1.0/ web.sourceforge.net:htdocs/api-1.0/ 9 rm -f api-1.0
|
/external/llvm/test/Transforms/Internalize/ |
D | 2008-05-09-AllButMain.ll | 5 ; RUN: opt < %s -internalize -internalize-public-api-list foo -internalize-public-api-list j -S | F… 9 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | FileC… 11 … < %s -S -internalize -internalize-public-api-list bar -internalize-public-api-list foo -internali… 14 ; RUN: opt < %s -internalize -internalize-public-api-list bar -internalize-public-api-file %s.apifi…
|
/external/libusb/doc/ |
D | Makefile.am | 7 ln -s html api-1.0 8 rsync -av api-1.0/ dsd_,libusb@web.sourceforge.net:htdocs/api-1.0/ 9 rm -f api-1.0
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 150 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_closed() 151 connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_closed() 222 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_NO_LINK); in l2c_csm_closed() 302 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_orig_w4_sec_comp() 303 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_orig_w4_sec_comp() 435 … (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp() 515 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; in l2c_csm_w4_l2cap_connect_rsp() 516 tL2CA_CONNECT_CFM_CB *connect_cfm = p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb; in l2c_csm_w4_l2cap_connect_rsp() 547 (*p_ccb->p_rcb->api.pL2CA_ConnectCfm_Cb)(local_cid, L2CAP_CONN_OK); in l2c_csm_w4_l2cap_connect_rsp() 553 if (p_ccb->p_rcb->api.pL2CA_ConnectPnd_Cb) in l2c_csm_w4_l2cap_connect_rsp() [all …]
|
/external/iproute2/doc/ |
D | Plan | 9 2.1 RTNETLINK (api-rtnl.tex) 10 2.2 Path MTU Discovery (api-pmtudisc.tex) 11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published) 12 2.4 Miscellaneous extensions (api-misc.tex)
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/.settings/ |
D | com.google.appengine.eclipse.core.prefs | 3 …api-1.0-sdk-1.3.5.jar|appengine-api-labs-1.3.5.jar|appengine-jsr107cache-1.3.5.jar|jsr107cache-1.1…
|
/external/bison/tests/ |
D | calc.at | 607 AT_CHECK_CALC_LALR([%define api.pure full %locations]) 608 AT_CHECK_CALC_LALR([%define api.push-pull both %define api.pure full %locations]) 612 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %define api.prefix "calc" %verbose %yacc]) 616 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %y… 618 AT_CHECK_CALC_LALR([%define api.pure full %verbose %debug %locations %defines %name-prefix "calc" %… 619 AT_CHECK_CALC_LALR([%define api.push-pull both %define api.pure full %verbose %debug %locations %de… 621 AT_CHECK_CALC_LALR([%define api.pure %error-verbose %debug %locations %defines %define api.prefix "… 643 AT_CHECK_CALC_GLR([%define api.prefix "calc"]) 648 AT_CHECK_CALC_GLR([%define api.pure %locations]) 655 AT_CHECK_CALC_GLR([%error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %ya… [all …]
|
D | push.at | 37 %define api.pure 38 %define api.push-pull push 86 AT_BISON_OPTION_PUSHDEFS([%define api.push-pull $1]) 96 %define api.push-pull ]$1[ 149 %define api.push-pull push 156 [[input.y:2.9-21: error: %define variable 'api.push-pull' is not used
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 426 void initFromAPInt(const fltSemantics *Sem, const APInt& api); 427 void initFromHalfAPInt(const APInt& api); 428 void initFromFloatAPInt(const APInt& api); 429 void initFromDoubleAPInt(const APInt& api); 430 void initFromQuadrupleAPInt(const APInt &api); 431 void initFromF80LongDoubleAPInt(const APInt& api); 432 void initFromPPCDoubleDoubleAPInt(const APInt& api);
|
/external/chromium/chrome/common/extensions/docs/ |
D | README.txt | 10 *I want to document methods, events or parameters in the api itself: 11 =>Edit ../api/extension_api.json. Usually you can just add or edit the 50 1) The contents of ../api/extension_api.json 51 which contains the "IDL" of the the methods, events, and types of the api. This 54 is fed into the api docs template. It contains both name, type information as 70 5) If the <page> matches an api "module" in extension_api.json, the api is then 71 fed through the api template within api_template.html
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 420 'qt/api/qscriptconverter_p.h', 421 'qt/api/qscriptengine.cpp', 422 'qt/api/qscriptengine.h', 423 'qt/api/qscriptengine_p.cpp', 424 'qt/api/qscriptengine_p.h', 425 'qt/api/qscriptfunction.cpp', 426 'qt/api/qscriptfunction_p.h', 427 'qt/api/qscriptoriginalglobalobject_p.h', 428 'qt/api/qscriptprogram.cpp', 429 'qt/api/qscriptprogram.h', [all …]
|
/external/mockito/src/org/mockito/internal/verification/ |
D | InOrderWrapper.java | 9 import org.mockito.internal.verification.api.VerificationData; 10 import org.mockito.internal.verification.api.VerificationDataInOrderImpl; 11 import org.mockito.internal.verification.api.VerificationInOrderMode;
|
D | NoMoreInteractions.java | 12 import org.mockito.internal.verification.api.VerificationData; 13 import org.mockito.internal.verification.api.VerificationDataInOrder; 14 import org.mockito.internal.verification.api.VerificationInOrderMode;
|
D | Calls.java | 10 import org.mockito.internal.verification.api.VerificationData; 11 import org.mockito.internal.verification.api.VerificationDataInOrder; 12 import org.mockito.internal.verification.api.VerificationInOrderMode;
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 1 The gss-api authentication mechanism implementation for racoon was 4 The implementation uses the Heimdal gss-api library, i.e. gss-api 5 on top of Kerberos 5. The Heimdal gss-api library had to be modified 6 to meet the requirements of using gss-api in a daemon. More specifically, 19 The modification to the Heimdal gss-api library implements the 55 * The gss-api specific code was concentrated as much as possible 89 required standard for gss-api + kerberos 5 (i.e. I am fairly certain 90 that such a string will be rejected by the Heimdal gss-api library, as it 93 With the Heimdal gss-api implementation, the gssapi_krb authentication 99 the gss-api mechanisms needs more roundtrips. This is implemented.
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_sec.c | 144 btm_cb.api = *p_cb_info; in BTM_SecRegister() 146 … BTM_TRACE_ERROR1 ("BTM_SecRegister: btm_cb.api.p_le_callback = 0x%x ", btm_cb.api.p_le_callback); in BTM_SecRegister() 166 btm_cb.api.p_link_key_callback = p_callback; in BTM_SecRegisterLinkKeyNotificationCallback() 951 (*btm_cb.api.p_auth_complete_callback) (p_dev_rec->bd_addr, p_dev_rec->dev_class, in BTM_PINCodeReply() 2044 if (btm_cb.api.p_sp_callback) in btm_sec_check_upgrade() 2045 (*btm_cb.api.p_sp_callback) (BTM_SP_UPGRADE_EVT, (tBTM_SP_EVT_DATA *)&evt_data); in btm_sec_check_upgrade() 2637 if (btm_cb.api.p_bond_cancel_cmpl_callback) in btm_sec_bond_cancel_complete() 2638 btm_cb.api.p_bond_cancel_cmpl_callback(BTM_SUCCESS); in btm_sec_bond_cancel_complete() 2673 if (btm_cb.api.p_bond_cancel_cmpl_callback) in btm_create_conn_cancel_complete() 2674 btm_cb.api.p_bond_cancel_cmpl_callback(BTM_ERR_PROCESSING); in btm_create_conn_cancel_complete() [all …]
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiCheck.java | 220 ApiInfo api; in convertToApi() local 222 api = parseApi(src); in convertToApi() 236 Stubs.writeApi(apiWriter, api.getPackages().values()); in convertToApi() 242 ApiInfo api; in convertToXml() local 244 api = parseApi(src); in convertToXml() 258 Stubs.writeXml(apiWriter, api.getPackages().values()); in convertToXml()
|