Searched defs:inFlags (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
H A DJSRun.cpp43 JSRun::JSRun(CFStringRef source, JSFlags inFlags) argument
46 fGlobalObject(getThreadGlobalExecState()->globalData(), new (&getThreadGlobalExecState()->globalData()) JSGlueGlobalObject(getThreadGlobalExecState()->globalData(), JSGlueGlobalObject::createStructure(getThreadGlobalExecState()->globalData(), jsNull()), inFlags)),
47 fFlags(inFlags)
H A DJavaScriptGlue.cpp242 JSRunRef JSRunCreate(CFStringRef jsSource, JSFlags inFlags) argument
250 result = (JSRunRef) new JSRun(jsSource, inFlags);
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c695 DNSServiceFlags inFlags,
716 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName,
722 DNSServiceFlags inFlags,
747 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
693 DNSServiceGetAddrInfoResponse( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, uint16_t inRRType, uint16_t inRRClass, uint16_t inRDLen, const void * inRData, uint32_t inTTL, void * inContext ) argument
720 DNSServiceGetAddrInfo( DNSServiceRef * outRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceProtocol inProtocol, const char * inHostName, DNSServiceGetAddrInfoReply inCallback, void * inContext ) argument
H A DDebugServices.c88 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename );
723 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename ) argument
728 typeFlags = inFlags & kDebugOutputTypeFlagsTypeMask;
2033 DebugFlags inFlags,
2064 newline = ( inFlags & kDebugFlagsNoNewLine ) ? "" : "\n";
2069 if( inFlags & kDebugFlagsNoNewLine )
2071 if( inFlags & kDebugFlags8BitSeparator )
2075 if( inFlags & kDebugFlags16BitSeparator )
2079 if( !( inFlags & kDebugFlagsNo32BitSeparator ) )
2104 if( !( inFlags
2022 DebugHexDump( DebugLevel inLevel, int inIndent, const char * inLabel, size_t inLabelSize, int inLabelMinWidth, const char * inType, size_t inTypeSize, const void * inDataStart, const void * inData, size_t inDataSize, DebugFlags inFlags, char * outBuffer, size_t inBufferSize ) argument
[all...]

Completed in 567 milliseconds