OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inContext
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/browser/geolocation/
osx_wifi.h
68
typedef WIErr (*WirelessDetachFunction)(WirelessContext*
inContext
);
95
typedef WIErr (*WirelessScanSplitFunction)(WirelessContext*
inContext
,
/system/netd/
MDnsSdListener.h
30
void *
inContext
);
34
const char *domain, void *
inContext
);
38
uint16_t txtLen, const unsigned char *txtRecord, void *
inContext
);
41
DNSServiceErrorType errorCode, const char *hostname, void *
inContext
);
45
const struct sockaddr *const sa, uint32_t ttl, void *
inContext
);
MDnsSdListener.cpp
98
const char *regType, const char *replyDomain, void *
inContext
) {
99
MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(
inContext
);
191
const char *domain, void *
inContext
) {
192
MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(
inContext
);
245
uint16_t txtLen, const unsigned char *txtRecord, void *
inContext
) {
246
MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(
inContext
);
300
const struct sockaddr *const sa, uint32_t ttl, void *
inContext
) {
301
MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(
inContext
);
357
DNSServiceErrorType errorCode, const char *hostname, void *
inContext
) {
358
MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(
inContext
);
[
all
...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java
43
// precompiled regex used by
inContext
172
public boolean
inContext
(String context) {
173
return
inContext
(input.getTreeAdaptor(), getTokenNames(), input.LT(1), context);
176
/** The worker for
inContext
. It's static and full of parameters for
179
public static boolean
inContext
(TreeAdaptor adaptor,
221
/** Helper for static
inContext
*/
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar
/external/mdnsresponder/mDNSShared/
dnssd_clientshim.c
704
void *
inContext
)
706
mDNS_DirectOP_GetAddrInfo * x = (mDNS_DirectOP_GetAddrInfo*)
inContext
;
727
void *
inContext
)
740
x->context =
inContext
;
DebugServices.h
212
typedef void ( *DebugOutputFunctionPtr )( char *inData, size_t inSize, void *
inContext
);
[
all
...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 185 milliseconds