Searched defs:location (Results 151 - 175 of 258) sorted by relevance

1234567891011

/macosx-10.10.1/libxml2-26/libxml2/
H A Dnanohttp.c151 char *location; /* the new URL in case of redirect */ member in struct:xmlNanoHTTPCtxt
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dfetch.c503 char *volatile location; local
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dutils.c1191 log_vpn_interface_address_event (const char *location, argument
1278 check_vpn_interface_or_service_unrecoverable(SCDynamicStoreRef dynamicStoreRef, const char *location, struct kern_event_msg *ev_msg, char *interface_buf) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dnanohttp.c156 char *location; /* the new URL in case of redirect */ member in struct:xmlNanoHTTPCtxt
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/minitest/
H A Dunit.rb946 def location e # :nodoc: method in class:Unit
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c995 png_set_unknown_chunk_location(png_structp png_ptr, png_infop info_ptr, int chunk, int location) argument
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1468 OSNumber *location; local
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1061 OSNumber *location; local
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtzgnames.cpp797 UnicodeString location; local
[all...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp703 const char *location = NULL; local
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h437 IOPhysicalAddress32 location; member in struct:IOFireWireLib::__anon1597
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp1276 setMemoryForElementValue( IOVirtualAddress address, void * location) argument
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h502 } location; /* from bottom left */ member in struct:_NXEvent
517 } location; /* from bottom left */ member in struct:_NXEvent
/macosx-10.10.1/IOKitTools-91/ioreg.tproj/
H A Dioreg.c338 io_name_t location; // (don't release) local
628 io_name_t location; // (don't release) local
865 io_name_t location; // (do local
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp944 char location[ 32 ]; local
H A DIOMediaBSDClient.cpp454 const char * location = service->getLocation(); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp235 void CodeBlock::printUnaryOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
244 void CodeBlock::printBinaryOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
253 void CodeBlock::printConditionalJump(PrintStream& out, ExecState* exec, const Instruction*, const Instruction*& it, int location, const char* op) argument
261 void CodeBlock::printGetByIdOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it) argument
316 void CodeBlock::printGetByIdCacheStatus(PrintStream& out, ExecState* exec, int location, cons argument
406 printCallOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op, CacheDumpMode cacheDumpMode, bool& hasPrintedProfiling, const CallLinkInfoMap& map) argument
439 printPutByIdOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
606 printLocationAndOp(PrintStream& out, ExecState*, int location, const Instruction*&, const char* op) argument
611 printLocationOpAndRegisterOperand(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op, int operand) argument
621 int location = it - begin; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodeConstructors.h45 inline Node::Node(const JSTokenLocation& location) argument
51 inline ExpressionNode::ExpressionNode(const JSTokenLocation& location, ResultType resultType) argument
57 inline StatementNode::StatementNode(const JSTokenLocation& location) argument
63 ConstantNode(const JSTokenLocation& location, ResultType resultType) argument
68 NullNode(const JSTokenLocation& location) argument
73 BooleanNode(const JSTokenLocation& location, bool value) argument
79 NumberNode(const JSTokenLocation& location, double value) argument
85 StringNode(const JSTokenLocation& location, const Identifier& value) argument
91 RegExpNode(const JSTokenLocation& location, const Identifier& pattern, const Identifier& flags) argument
98 ThisNode(const JSTokenLocation& location) argument
103 ResolveNode(const JSTokenLocation& location, const Identifier& ident, const JSTextPosition& start) argument
126 ArrayNode(const JSTokenLocation& location, int elision) argument
134 ArrayNode(const JSTokenLocation& location, ElementNode* element) argument
142 ArrayNode(const JSTokenLocation& location, int elision, ElementNode* element) argument
172 PropertyListNode(const JSTokenLocation& location, PropertyNode* node) argument
179 PropertyListNode(const JSTokenLocation& location, PropertyNode* node, PropertyListNode* list) argument
187 ObjectLiteralNode(const JSTokenLocation& location) argument
193 ObjectLiteralNode(const JSTokenLocation& location, PropertyListNode* list) argument
199 BracketAccessorNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, bool subscriptHasAssignments) argument
207 DotAccessorNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident) argument
215 SpreadExpressionNode(const JSTokenLocation& location, ExpressionNode* expression) argument
221 ArgumentListNode(const JSTokenLocation& location, ExpressionNode* expr) argument
228 ArgumentListNode(const JSTokenLocation& location, ArgumentListNode* listNode, ExpressionNode* expr) argument
246 NewExprNode(const JSTokenLocation& location, ExpressionNode* expr) argument
253 NewExprNode(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* args) argument
260 EvalFunctionCallNode(const JSTokenLocation& location, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
267 FunctionCallValueNode(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
276 FunctionCallResolveNode(const JSTokenLocation& location, const Identifier& ident, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
284 FunctionCallBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
293 FunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
302 CallFunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
307 ApplyFunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
312 PostfixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
317 DeleteResolveNode(const JSTokenLocation& location, const Identifier& ident, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
324 DeleteBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
332 DeleteDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
340 DeleteValueNode(const JSTokenLocation& location, ExpressionNode* expr) argument
346 VoidNode(const JSTokenLocation& location, ExpressionNode* expr) argument
352 TypeOfResolveNode(const JSTokenLocation& location, const Identifier& ident) argument
358 TypeOfValueNode(const JSTokenLocation& location, ExpressionNode* expr) argument
364 PrefixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
372 UnaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr, OpcodeID opcodeID) argument
379 UnaryPlusNode(const JSTokenLocation& location, ExpressionNode* expr) argument
384 NegateNode(const JSTokenLocation& location, ExpressionNode* expr) argument
389 BitwiseNotNode(const JSTokenLocation& location, ExpressionNode* expr) argument
395 LogicalNotNode(const JSTokenLocation& location, ExpressionNode* expr) argument
400 BinaryOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
409 BinaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
418 MultNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
423 DivNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
429 ModNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
434 AddNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
439 SubNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
444 LeftShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
449 RightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
454 UnsignedRightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
459 LessNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
464 GreaterNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
469 LessEqNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
474 GreaterEqNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
479 ThrowableBinaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
484 ThrowableBinaryOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
489 InstanceOfNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
494 InNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
499 EqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
504 NotEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
509 StrictEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
514 NotStrictEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
519 BitAndNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
524 BitOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
529 BitXOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
534 LogicalOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, LogicalOperator oper) argument
542 ConditionalNode(const JSTokenLocation& location, ExpressionNode* logical, ExpressionNode* expr1, ExpressionNode* expr2) argument
550 ReadModifyResolveNode(const JSTokenLocation& location, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
560 AssignResolveNode(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* right) argument
568 ReadModifyBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, Operator oper, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
580 AssignBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
591 AssignDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ExpressionNode* right, bool rightHasAssignments, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
601 ReadModifyDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
612 AssignErrorNode(const JSTokenLocation& location, const JSTextPosition& divot, const JSTextPosition& divotStart, const JSTextPosition& divotEnd) argument
618 CommaNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2) argument
627 ConstStatementNode(const JSTokenLocation& location, ConstDeclNode* next) argument
637 EmptyStatementNode(const JSTokenLocation& location) argument
642 DebuggerStatementNode(const JSTokenLocation& location) argument
647 ExprStatementNode(const JSTokenLocation& location, ExpressionNode* expr) argument
653 VarStatementNode(const JSTokenLocation& location, ExpressionNode* expr) argument
659 IfElseNode(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* ifBlock, StatementNode* elseBlock) argument
667 DoWhileNode(const JSTokenLocation& location, StatementNode* statement, ExpressionNode* expr) argument
674 WhileNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement) argument
681 ForNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, ExpressionNode* expr3, StatementNode* statement) argument
691 ContinueNode(VM* vm, const JSTokenLocation& location) argument
697 ContinueNode(const JSTokenLocation& location, const Identifier& ident) argument
703 BreakNode(VM* vm, const JSTokenLocation& location) argument
709 BreakNode(const JSTokenLocation& location, const Identifier& ident) argument
715 ReturnNode(const JSTokenLocation& location, ExpressionNode* value) argument
721 WithNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, const JSTextPosition& divot, uint32_t expressionLength) argument
730 LabelNode(const JSTokenLocation& location, const Identifier& name, StatementNode* statement) argument
737 ThrowNode(const JSTokenLocation& location, ExpressionNode* expr) argument
743 TryNode(const JSTokenLocation& location, StatementNode* tryBlock, const Identifier& exceptionIdent, StatementNode* catchBlock, StatementNode* finallyBlock) argument
768 FuncExprNode(const JSTokenLocation& location, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
775 FuncDeclNode(const JSTokenLocation& location, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
808 SwitchNode(const JSTokenLocation& location, ExpressionNode* expr, CaseBlockNode* block) argument
815 ConstDeclNode(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* init) argument
823 BlockNode(const JSTokenLocation& location, SourceElements* statements) argument
829 EnumerationNode(const JSTokenLocation& location, ExpressionNode* l, ExpressionNode* expr, StatementNode* statement) argument
838 EnumerationNode(VM* vm, const JSTokenLocation& location, DeconstructionPatternNode* pattern, ExpressionNode* expr, StatementNode* statement) argument
847 ForInNode(const JSTokenLocation& location, ExpressionNode* l, ExpressionNode* expr, StatementNode* statement) argument
852 ForInNode(VM* vm, const JSTokenLocation& location, DeconstructionPatternNode* pattern, ExpressionNode* expr, StatementNode* statement) argument
857 ForOfNode(const JSTokenLocation& location, ExpressionNode* l, ExpressionNode* expr, StatementNode* statement) argument
862 ForOfNode(VM* vm, const JSTokenLocation& location, DeconstructionPatternNode* pattern, ExpressionNode* expr, StatementNode* statement) argument
904 DeconstructingAssignmentNode(const JSTokenLocation& location, PassRefPtr<DeconstructionPatternNode> bindings, ExpressionNode* initializer) argument
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.h150 int location; member in struct:IOPMBattery
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c160 static int usb_setup_device_iterator (io_iterator_t *deviceIterator, long location) { argument
230 UInt32 location; local
262 long location; local
773 UInt32 location; local
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashTable.h283 template<typename T, typename U, typename V> static void translate(T& location, const U&, V&& value) { location = std::forward<V>(value); } argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp240 int location = locationAfterFirstBlankLine(postBuffer, postBufferSize); local
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_cgid.c1539 const char *location; local
1685 const char *location = apr_table_get(rr->headers_out, "Location"); local
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c2219 io_name_t location; local
/macosx-10.10.1/cups-408/cups/cups/
H A Ddest.c2527 CFDictionaryRef location; /* Current location */ local
[all...]

Completed in 247 milliseconds

1234567891011