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

1 2 3 4 5 6 7 8 91011>>

  /external/libppp/src/
arp.h 32 struct bundle;
34 extern int arp_ClearProxy(struct bundle *, struct in_addr);
35 extern int arp_SetProxy(struct bundle *, struct in_addr);
ip.h 34 struct bundle;
36 extern int ip_PushPacket(struct link *, struct bundle *);
37 extern int PacketCheck(struct bundle *, u_int32_t, const unsigned char *, int,
41 extern struct mbuf *ipv4_Input(struct bundle *, struct link *, struct mbuf *);
43 extern struct mbuf *ipv6_Input(struct bundle *, struct link *, struct mbuf *);
systems.h 33 struct bundle;
36 extern int system_Select(struct bundle *bundle, const char *, const char *,
tun.h 37 struct bundle;
39 extern void tun_configure(struct bundle *);
bundle.h 26 * $FreeBSD: src/usr.sbin/ppp/bundle.h,v 1.52.26.1 2010/12/21 17:10:29 kensmith Exp $
75 struct bundle { struct
161 ((d)->type == BUNDLE_DESCRIPTOR ? (struct bundle *)(d) : NULL)
163 extern struct bundle *bundle_Create(const char *, int, int);
164 extern void bundle_Destroy(struct bundle *);
165 extern const char *bundle_PhaseName(struct bundle *);
167 extern void bundle_NewPhase(struct bundle *, u_int);
168 extern void bundle_LinksRemoved(struct bundle *);
169 extern void bundle_Close(struct bundle *, const char *, int);
170 extern void bundle_Down(struct bundle *, int)
    [all...]
server.h 29 struct bundle;
57 extern enum server_stat server_LocalOpen(struct bundle *, const char *, mode_t);
58 extern enum server_stat server_TcpOpen(struct bundle *, u_short);
59 extern enum server_stat server_Reopen(struct bundle *);
60 extern int server_Close(struct bundle *);
61 extern int server_Clear(struct bundle *);
bundle.c 26 * $FreeBSD: src/usr.sbin/ppp/bundle.c,v 1.136.26.1 2010/12/21 17:10:29 kensmith Exp $
84 #include "bundle.h"
108 static int bundle_RemainingIdleTime(struct bundle *);
115 bundle_PhaseName(struct bundle *bundle)
117 return bundle->phase <= PHASE_TERMINATE ?
118 PhaseNames[bundle->phase] : "unknown";
122 bundle_NewPhase(struct bundle *bundle, u_int new)
124 if (new == bundle->phase
198 struct bundle *bundle = (struct bundle *)v; local
279 struct bundle *bundle = (struct bundle *)v; local
316 struct bundle *bundle = (struct bundle *)v; local
371 struct bundle *bundle = (struct bundle *)v; local
453 struct bundle *bundle = descriptor2bundle(d); local
513 struct bundle *bundle = descriptor2bundle(d); local
699 static struct bundle bundle; \/* there can be only one *\/ local
1159 struct bundle *bundle = (struct bundle *)v; local
1229 struct bundle *bundle = (struct bundle *)v; local
    [all...]
vjcomp.h 32 struct bundle;
layer.h 43 struct bundle;
48 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *,
50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *,
route.h 31 struct bundle;
57 extern void route_IfDelete(struct bundle *, int);
58 extern void route_UpdateMTU(struct bundle *);
60 extern void route_Change(struct bundle *, struct sticky_route *,
66 extern void route_Clean(struct bundle *, struct sticky_route *);
70 extern int rt_Set(struct bundle *, int, const struct ncprange *,
72 extern void rt_Update(struct bundle *, const struct sockaddr *,
command.h 32 struct bundle;
42 struct bundle *bundle; /* Our bundle */ member in struct:cmdargs
64 extern void command_Expand(char **, int, char const *const *, struct bundle *,
69 extern void command_Run(struct bundle *, int, char const *const *,
71 extern int command_Decode(struct bundle *, char *, int, struct prompt *,
  /frameworks/base/tools/aapt/
Main.h 13 #include "Bundle.h"
25 extern int doVersion(Bundle* bundle);
26 extern int doList(Bundle* bundle);
27 extern int doDump(Bundle* bundle);
28 extern int doAdd(Bundle* bundle);
29 extern int doRemove(Bundle* bundle)
    [all...]
Main.cpp 7 #include "Bundle.h"
202 int handleCommand(Bundle* bundle)
205 // bundle->getCommand(), bundle->getVerbose(), bundle->getForce());
206 //for (int i = 0; i < bundle->getFileSpecCount(); i++)
207 // printf(" %d: '%s'\n", i, bundle->getFileSpecEntry(i));
209 switch (bundle->getCommand()) {
210 case kCommandVersion: return doVersion(bundle);
230 Bundle bundle; local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 4 import android.os.Bundle;
22 private Bundle bundle; field in class:BundleTest
25 bundle = new Bundle();
30 assertFalse(bundle.containsKey("foo"));
31 bundle.putString("foo", "bar");
32 assertTrue(bundle.containsKey("foo"));
37 bundle.putInt("foo", 5);
38 assertEquals(5,bundle.getInt("foo"))
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.mm 44 NSBundle *bundle;
52 bundle = mainBundle;
54 bundle = stringsBundle->bundle;
55 if (bundle == nil) {
56 bundle = [NSBundle bundleWithIdentifier:[NSString stringWithUTF8String:stringsBundle->identifier]];
57 ASSERT(bundle);
58 stringsBundle->bundle = bundle;
63 NSString *result = [bundle localizedStringForKey:(NSString *)keyString value:notFound table:nil]
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ResourceBundleTest.java 78 ResourceBundle bundle; local
81 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
82 assertEquals("Wrong value parent4", "frFRVARValue4", bundle
84 assertEquals("Wrong value parent3", "frFRValue3", bundle
86 assertEquals("Wrong value parent2", "frValue2", bundle
88 assertEquals("Wrong value parent1", "parentValue1", bundle
90 assertEquals("Wrong value child3", "frFRVARChildValue3", bundle
92 assertEquals("Wrong value child2", "frFRVARChildValue2", bundle
94 assertEquals("Wrong value child1", "frFRVARChildValue1", bundle
118 private ResourceBundle bundle; field in class:ResourceBundleTest
201 ResourceBundle bundle = ResourceBundle.getBundle(name, Locale local
267 ResourceBundle bundle; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 47 ResourceBundle bundle; local
52 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "VAR"));
53 assertEquals("Wrong bundle fr_FR_VAR", "frFRVARValue4", bundle.getString("parent4"));
55 bundle = ResourceBundle.getBundle(name, new Locale("fr", "FR", "v1"));
56 assertEquals("Wrong bundle fr_FR_v1", "frFRValue4", bundle.getString("parent4"));
58 bundle = ResourceBundle.getBundle(name, new Locale("fr", "US", "VAR"));
59 assertEquals("Wrong bundle fr_US_var", "frValue4", bundle.getString("parent4"))
126 ResourceBundle bundle = ResourceBundle.getBundle(name, Locale local
172 ResourceBundle bundle; local
257 ResourceBundle bundle; local
284 ResourceBundle bundle; local
321 ResourceBundle bundle; local
354 ResourceBundle bundle; local
    [all...]
SampleBundleClass.java 28 private static ResourceBundle bundle; field in class:SampleBundleClass
37 bundle = ResourceBundle.getBundle("tests.api.simple.SampleBundleClass");
40 bundle = null;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleClient.cpp 33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page)
38 m_client.didCreatePage(toAPI(bundle), toAPI(page), m_client.clientInfo);
41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page)
46 m_client.willDestroyPage(toAPI(bundle), toAPI(page), m_client.clientInfo);
49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGroup)
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.clientInfo);
57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, APIObject* messageBody)
62 m_client.didReceiveMessage(toAPI(bundle), toAPI(messageName.impl()), toAPI(messageBody), m_client.clientInfo);
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleMain.cpp 34 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData)
36 TestWebKitAPI::InjectedBundleController::shared().initialize(bundle, initializationUserData);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundleMain.cpp 36 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData)
38 WTR::InjectedBundle::shared().initialize(bundle, initializationUserData);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePrivate.h 39 WK_EXPORT void WKBundleSetShouldTrackVisitedLinks(WKBundleRef bundle, bool shouldTrackVisitedLinks);
40 WK_EXPORT void WKBundleRemoveAllVisitedLinks(WKBundleRef bundle);
41 WK_EXPORT void WKBundleActivateMacFontAscentHack(WKBundleRef bundle);
42 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjects(WKBundleRef bundle);
43 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(WKBundleRef bundle, bool waitUntilDone);
44 WK_EXPORT size_t WKBundleGetJavaScriptObjectsCount(WKBundleRef bundle);
58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injectedFrames);
59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injectedFrames);
60 WK_EXPORT void WKBundleRemoveUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
61 WK_EXPORT void WKBundleRemoveUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url)
    [all...]
WKBundle.h 37 typedef void (*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
38 typedef void (*WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo);
39 typedef void (*WKBundleDidInitializePageGroupCallback)(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo);
40 typedef void (*WKBundleDidReceiveMessageCallback)(WKBundleRef bundle, WKStringRef name, WKTypeRef messageBody, const void* clientInfo);
54 WK_EXPORT void WKBundleSetClient(WKBundleRef bundle, WKBundleClient * client);
56 WK_EXPORT void WKBundlePostMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody);
57 WK_EXPORT void WKBundlePostSynchronousMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, WKTypeRef* returnData);
  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 19 import android.os.Bundle;
25 * Simple stress test for {@link Instrumentation#sendStatus(int, android.os.Bundle)}, to
30 Bundle bundle = new Bundle(); local
31 bundle.putInt("iterations", i);
32 getInstrumentation().sendStatus(-1, bundle);
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 54 LOG_ERROR("Invalid resume data to write to bundle path");
58 LOG_ERROR("Cannot write resume data to empty download bundle path");
63 FILE* bundle = 0; local
64 if (_wfopen_s(&bundle, nullifiedPath.charactersWithNullTermination(), TEXT("ab")) || !bundle) {
81 if (fwrite(resumeBytes, 1, resumeLength, bundle) != resumeLength) {
82 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
86 if (fwrite(&resumeLength, 4, 1, bundle) != 1) {
87 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
92 if (fwrite(&magic, 4, 1, bundle) != 1)
112 FILE* bundle = 0; local
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>