/external/libppp/src/ |
D | bundle.h | 75 struct bundle { struct 76 struct fdescriptor desc; /* really all our datalinks */ 77 int unit; /* The device/interface unit number */ 79 struct { 83 } dev; 85 u_long bandwidth; /* struct tuninfo speed */ 86 struct iface *iface; /* Interface information */ 88 int routing_seq; /* The current routing sequence number */ 89 u_int phase; /* Curent phase */ 91 struct { [all …]
|
D | bundle.c | 115 bundle_PhaseName(struct bundle *bundle) in bundle_PhaseName() 122 bundle_NewPhase(struct bundle *bundle, u_int new) in bundle_NewPhase() 174 bundle_Notify(struct bundle *bundle, char c) in bundle_Notify() 198 struct bundle *bundle = (struct bundle *)v; in bundle_ClearQueues() local 225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) in bundle_LinkAdded() 245 bundle_LinksRemoved(struct bundle *bundle) in bundle_LinksRemoved() 279 struct bundle *bundle = (struct bundle *)v; in bundle_LayerUp() local 316 struct bundle *bundle = (struct bundle *)v; in bundle_LayerDown() local 371 struct bundle *bundle = (struct bundle *)v; in bundle_LayerFinish() local 386 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close() [all …]
|
D | arp.c | 100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add) in arp_ProxySub() 148 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy() 157 arp_ClearProxy(struct bundle *bundle, struct in_addr addr) in arp_ClearProxy() 168 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy() 205 arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_ClearProxy()
|
D | server.c | 89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read() 216 server_Reopen(struct bundle *bundle) in server_Reopen() 243 server_LocalOpen(struct bundle *bundle, const char *name, mode_t mask) in server_LocalOpen() 310 server_TcpOpen(struct bundle *bundle, u_short port) in server_TcpOpen() 410 server_Clear(struct bundle *bundle) in server_Clear()
|
D | tcpmss.c | 144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check() 171 tcpmss_LayerPush(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPush() 178 tcpmss_LayerPull(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPull()
|
D | pap.c | 85 struct bundle *bundle = authp->physical->dl->bundle; in pap_Req() local 145 struct bundle *bundle = authp->physical->dl->bundle; in pap_Success() local 180 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in pap_Input()
|
D | ipcp.c | 442 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, in ipcp_Init() 616 int (*proxyfun)(struct bundle *, struct in_addr), in ipcp_proxyarp() 619 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_proxyarp() local 661 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_SetIPaddress() local 708 ChooseHisAddr(struct bundle *bundle, struct in_addr gw) in ChooseHisAddr() 843 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrAdded() local 855 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrDeleted() local 975 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_ValidateReq() local 1336 ipcp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipcp_Input() 1352 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) in ipcp_UseHisIPaddr() [all …]
|
D | tun.c | 84 tun_configure(struct bundle *bundle) in tun_configure()
|
D | vjcomp.c | 73 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPush() 165 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPull()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundleClient.cpp | 33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page) in didCreatePage() 41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page) in willDestroyPage() 49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGr… in didInitializePageGroup() 57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, API… in didReceiveMessage()
|
/external/icu4c/tools/genrb/ |
D | reslist.c | 143 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) { in reserve16BitUnits() 184 mapKey(struct SRBRoot *bundle, int32_t oldpos) { in mapKey() 204 makeKey16(struct SRBRoot *bundle, int32_t key) { in makeKey16() 218 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { in string_write16() 232 array_write16(struct SRBRoot *bundle, struct SResource *res, in array_write16() 264 table_write16(struct SRBRoot *bundle, struct SResource *res, in table_write16() 338 res_write16(struct SRBRoot *bundle, struct SResource *res, in res_write16() 375 struct SRBRoot *bundle, struct SResource *res, in string_preWrite() 384 struct SRBRoot *bundle, struct SResource *res, in bin_preWrite() 399 struct SRBRoot *bundle, struct SResource *res, in array_preWrite() [all …]
|
/external/webkit/Tools/TestWebKitAPI/ |
D | InjectedBundleController.cpp | 48 void InjectedBundleController::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) in initialize() 73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* … in didCreatePage() 80 void InjectedBundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void… in willDestroyPage() 87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef page… in didInitializePageGroup() 94 void InjectedBundleController::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTyp… in didReceiveMessage() 109 void InjectedBundleController::initializeTestNamed(WKBundleRef bundle, const std::string& identifie… in initializeTestNamed()
|
D | InjectedBundleMain.cpp | 34 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) in WKBundleInitialize()
|
D | InjectedBundleController.h | 49 WKBundleRef bundle() const { return m_bundle; } in bundle() function
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | ListResourceBundleTest.java | 33 ResourceBundle bundle; in test_getKeys() local 58 hyts_resource_fr_FR bundle = (hyts_resource_fr_FR) ResourceBundle in test_handleKeySet() local 80 hyts_resource_fr_FR bundle = (hyts_resource_fr_FR) ResourceBundle in test_handleGetObject() local
|
D | SampleBundleClass.java | 28 private static ResourceBundle bundle; field in SampleBundleClass
|
D | ResourceBundleTest.java | 78 ResourceBundle bundle; in test_getStringLjava_lang_String() local 118 private ResourceBundle bundle; field in ResourceBundleTest 201 ResourceBundle bundle = ResourceBundle.getBundle(name, Locale in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader() local 267 ResourceBundle bundle; in test_getObjectLjava_lang_String() local
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundle.cpp | 57 void InjectedBundle::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) in didCreatePage() 62 void InjectedBundle::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientIn… in willDestroyPage() 67 void InjectedBundle::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, con… in didInitializePageGroup() 72 void InjectedBundle::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messa… in didReceiveMessage() 77 void InjectedBundle::initialize(WKBundleRef bundle, WKTypeRef initializationUserData) in initialize()
|
D | InjectedBundleMain.cpp | 36 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) in WKBundleInitialize()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator_unittest.cc | 69 browser_sync::AutofillProfileModelAssociator::DataBundle *bundle) { in TraverseAndAssociateAllSyncNodesWrapper() 75 DataBundle* bundle, in AddNativeProfileIfNeededWrapper() 196 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local 221 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local 239 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() local
|
/external/icu4c/io/ |
D | locbund.c | 145 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() 162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | DownloadBundleWin.cpp | 63 FILE* bundle = 0; in appendResumeData() local 112 FILE* bundle = 0; in extractResumeData() local
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | DemoAndroidHarness.java | 15 Bundle bundle = getIntent().getExtras(); in onCreate() local
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | ResponsivenessTimerDoesntFireEarly_Bundle.cpp | 47 void ResponsivenessTimerDoesntFireEarlyTest::didReceiveMessage(WKBundleRef bundle, WKStringRef mess… in didReceiveMessage()
|
D | InjectedBundleBasic_Bundle.cpp | 39 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()
|