Searched +defs:identifier +defs:start (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOAccelerator.cpp115 bool IOAccelerationUserClient::start( IOService * provider ) function in class:IOAccelerationUserClient
305 IOAccelerator::createAccelID(IOOptionBits options, IOAccelID * identifier) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormData.h47 FormDataElement(const KURL& url, long long start, long long length, double expectedFileModificationTime) : m_type(encodedURL), m_url(url), m_fileStart(start), m_fileLength(length), m_expectedFileModificationTime(expectedFileModificationTime), m_shouldGenerateFile(false) { } argument
155 void setIdentifier(int64_t identifier) { m_identifier = identifier; } argument
156 int64_t identifier() const { return m_identifier; } function in class:WebCore::FormData
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtooltip.el[all...]
/macosx-10.9.5/CF-855.17/
H A DCFCalendar.c148 CFCalendarRef CFCalendarCreateWithIdentifier(CFAllocatorRef allocator, CFStringRef identifier) { argument
525 UDate start = ucal_getMillis(calendar->_cal, &status); local
1041 UDate start = ucal_getMillis(calendar->_cal, &status); local
[all...]
H A DCFLocale.c397 CFLocaleRef CFLocaleCreate(CFAllocatorRef allocator, CFStringRef identifier) { argument
803 UChar32 start, en local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSONObject.cpp182 inline PropertyNameForFunctionCall::PropertyNameForFunctionCall(const Identifier& identifier) argument
261 int start = i; local
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.cpp139 unsigned int start = pos + charsetValue.length(); local
1133 void XMLHttpRequest::didFinishLoading(unsigned long identifier, double) argument
1146 InspectorInstrumentation::didFinishXHRLoading(scriptExecutionContext(), this, identifier, m_responseBuilder.toStringPreserveCapacity(), m_url, m_lastSendURL, m_lastSendLineNumber); local
1174 void XMLHttpRequest::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) argument
1176 InspectorInstrumentation::didReceiveXHRResponse(scriptExecutionContext(), identifier); local
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el[all...]
H A Dcc-engine.el[all...]
H A Didlwave.el[all...]
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp203 bool IOBlockStorageDriver::start(IOService * provider) function in class:IOBlockStorageDriver
1555 OSString *identifier = OSString::withCString("com.apple.iokit.IOStorageFamily"); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h219 uint32_t start; member in struct:JSC::UnlinkedHandlerInfo
292 const Identifier& identifier(int index) const { return m_identifiers[index]; } function in class:JSC::UnlinkedCodeBlock
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h690 @property int start; variable
1025 @property(readonly, copy) NSString *identifier; variable
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorTimelineAgent.cpp177 void InspectorTimelineAgent::start(ErrorString*, const int* maxCallStackDepth, const bool* includeDomCounters, const bool* includeNativeMemoryStatistics) function in class:WebCore::InspectorTimelineAgent
432 void InspectorTimelineAgent::willSendResourceRequest(unsigned long identifier, const ResourceRequest& request, Frame* frame) argument
438 void InspectorTimelineAgent::willReceiveResourceData(unsigned long identifier, Frame* frame, int length) argument
449 void InspectorTimelineAgent::willReceiveResourceResponse(unsigned long identifier, const ResourceResponse& response, Frame* frame) argument
460 void InspectorTimelineAgent::didFinishLoadingResource(unsigned long identifier, bool didFail, double finishTime, Frame* frame) argument
528 didCreateWebSocket(unsigned long identifier, const KURL& url, const String& protocol, Frame* frame) argument
533 willSendWebSocketHandshakeRequest(unsigned long identifier, Frame* frame) argument
538 didReceiveWebSocketHandshakeResponse(unsigned long identifier, Frame* frame) argument
543 didDestroyWebSocket(unsigned long identifier, Frame* frame) argument
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Drngparser.c1101 xmlNodePtr start; local
1139 const xmlChar *identifier; local
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c231 int start(CFBundleRef ref) function
1485 void pptp_received_echo_reply(u_int32_t identifier, u_int8_t result, u_int8_t error) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp92 int start = range.start->bind(); local
1131 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, const Identifier& identifier) argument
1363 emitInitGlobalConst(const Identifier& identifier, RegisterID* value) argument
1598 addStringConstant(const Identifier& identifier) argument
1742 expectedFunctionForIdentifier(const Identifier& identifier) argument
2309 pushTry(Label* start) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DASTBuilder.h62 int start; member in struct:JSC::ASTBuilder::BinaryOpInfo
73 AssignmentInfo(ExpressionNode* node, unsigned start, unsigned divot, unsigned divotLine, unsigned divotLineStart, int initAssignments, Operator op) argument
184 createResolve(const JSTokenLocation& location, const Identifier* ident, unsigned start, unsigned divotLine, unsigned divotLineStart) argument
231 createBracketAccess(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* property, bool propertyHasAssignments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
238 createDotAccess(const JSTokenLocation& location, ExpressionNode* base, const Identifier* property, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
245 createRegExp(const JSTokenLocation& location, const Identifier& pattern, const Identifier& flags, int start, unsigned divotLine, unsigned divotLineStart) argument
255 createNewExpr(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* arguments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
262 createNewExpr(const JSTokenLocation& location, ExpressionNode* expr, int start, int end, unsigned divotLine, unsigned divotLineStart) argument
274 createAssignResolve(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* rhs, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
358 createExprStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end) argument
365 createIfStatement(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* trueBlock, StatementNode* falseBlock, int start, int end) argument
372 createForLoop(const JSTokenLocation& location, ExpressionNode* initializer, ExpressionNode* condition, ExpressionNode* iter, StatementNode* statements, int start, int end) argument
379 createForInLoop(const JSTokenLocation& location, const Identifier* ident, ExpressionNode* initializer, ExpressionNode* iter, StatementNode* statements, int start, int divot, int end, int initStart, int initEnd, int startLine, int endLine, unsigned divotLine, unsigned divotLineStart) argument
387 createForInLoop(const JSTokenLocation& location, ExpressionNode* lhs, ExpressionNode* iter, StatementNode* statements, int eStart, int eDivot, int eEnd, int start, int end, unsigned divotLine, unsigned divotLineStart) argument
397 createVarStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end) argument
479 createLabelStatement(const JSTokenLocation& location, const Identifier* ident, StatementNode* statement, unsigned start, unsigned end, unsigned divotLine, unsigned divotLineStart) argument
486 createWithStatement(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, unsigned start, unsigned end, unsigned startLine, unsigned endLine, unsigned divotLine, unsigned divotLineStart) argument
494 createThrowStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end, int startLine, int endLine, unsigned divotLine, unsigned divotLineStart) argument
589 appendUnaryToken(int& tokenStackDepth, int type, unsigned start, unsigned divotLine, unsigned divotLineStart) argument
617 assignmentStackAppend(int& assignmentStackDepth, ExpressionNode* node, unsigned start, unsigned divot, unsigned divotLine, unsigned divotLineStart, int assignmentCount, Operator op) argument
654 setExceptionLocation(ThrowableExpressionData* node, unsigned start, unsigned divot, unsigned end, unsigned divotLine, unsigned divotLineStart) argument
694 makeDeleteNode(const JSTokenLocation& location, ExpressionNode* expr, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
825 makeFunctionCallNode(const JSTokenLocation& location, ExpressionNode* func, ArgumentsNode* args, int start, unsigned divot, int end, unsigned divotLine, unsigned divotLineStart) argument
832 const Identifier& identifier = resolve->identifier(); local
940 makeAssignNode(const JSTokenLocation& location, ExpressionNode* loc, Operator op, ExpressionNode* expr, bool locHasAssignments, bool exprHasAssignments, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
977 makePrefixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator op, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
982 makePostfixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator op, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.cpp420 unsigned start = m_parsedTextPrefixLength + stringLength; local
441 unsigned start = m_parsedTextPrefixLength + stringLength; local
1217 static bool parseTransformArguments(WebKitCSSTransformValue* transformValue, CharacterType* characters, unsigned length, unsigned start, unsigne argument
1791 parseValidPrimitive(int identifier, CSSParserValue* value) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexecute_cmd.c1628 char *identifier; local
2088 char *identifier, *ps3_prompt, *selection; local
3776 int start; local
3811 int i, start, size_increment, larry; local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIOGraphicsLib.c5426 IOFBCommitMemory( void * blitterRef, vm_address_t start, vm_size_t length, IOOptionBits options, void ** memoryRef, IOByteCount * offset ) argument
5445 IOReturn IOI2CCopyInterfaceForID( CFTypeRef identifier, io_service_t * interface ) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf.c551 u_int32_t identifier; member in struct:pf_pptp_ctrl_echo_req
556 u_int32_t identifier; member in struct:pf_pptp_ctrl_echo_rpy
1561 u_int32_t start; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp5510 vm_offset_t start; local
5672 OSKext_protect( vm_map_t map, vm_map_offset_t start, vm_map_offset_t end, vm_prot_t new_prot, boolean_t set_max) argument
5686 OSKext_wire( vm_map_t map, vm_map_offset_t start, vm_map_offset_t end, vm_prot_t access_type, boolean_t user_wire) argument
5702 vm_map_offset_t start = 0; local
5931 OSKext::start(bool startDependenciesFlag) function in class:OSKext
10310 compactIdentifier( const char * identifier, char * identifier_out, char ** identifier_out_end) argument
10633 vm_map_offset_t start, end; local
[all...]

Completed in 413 milliseconds