Searched refs:location (Results 1 - 25 of 1072) sorted by relevance

1234567891011>>

/macosx-10.9.5/man-16/man/src/
H A Dman2dvi15 location=`man -c -w $1`
17 if [ "$location" = "" ]; then
21 case `file $location` in
23 zcat $location | $groff
27 $groff $location
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-96526-001.js53 if (jumpto == 0) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.jpg";
57 else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.jpg";
58 else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.jpg";
59 else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.jpg";
60 else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkins.jpg";
61 else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.jpg";
62 else if (jumpto == [8]) window.location
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DCodeLocation.h73 CodeLocationCommon(MacroAssemblerCodePtr location) argument
74 : MacroAssemblerCodePtr(location)
82 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) argument
83 : CodeLocationCommon(location) {}
84 explicit CodeLocationInstruction(void* location) argument
85 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {}
91 explicit CodeLocationLabel(MacroAssemblerCodePtr location) argument
92 : CodeLocationCommon(location) {}
93 explicit CodeLocationLabel(void* location) argument
94 : CodeLocationCommon(MacroAssemblerCodePtr(location)) {}
100 CodeLocationJump(MacroAssemblerCodePtr location) argument
102 CodeLocationJump(void* location) argument
109 CodeLocationCall(MacroAssemblerCodePtr location) argument
111 CodeLocationCall(void* location) argument
118 CodeLocationNearCall(MacroAssemblerCodePtr location) argument
120 CodeLocationNearCall(void* location) argument
127 CodeLocationDataLabel32(MacroAssemblerCodePtr location) argument
129 CodeLocationDataLabel32(void* location) argument
136 CodeLocationDataLabelCompact(MacroAssemblerCodePtr location) argument
138 CodeLocationDataLabelCompact(void* location) argument
145 CodeLocationDataLabelPtr(MacroAssemblerCodePtr location) argument
147 CodeLocationDataLabelPtr(void* location) argument
154 CodeLocationConvertibleLoad(MacroAssemblerCodePtr location) argument
156 CodeLocationConvertibleLoad(void* location) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h45 inline Node::Node(const JSTokenLocation& location) argument
46 : m_lineNumber(location.line)
47 , m_startOffset(location.startOffset)
48 , m_lineStartOffset(location.lineStartOffset)
50 ASSERT(location.startOffset >= location.lineStartOffset);
53 inline ExpressionNode::ExpressionNode(const JSTokenLocation& location, ResultType resultType) argument
54 : Node(location)
59 inline StatementNode::StatementNode(const JSTokenLocation& location) argument
60 : Node(location)
65 ConstantNode(const JSTokenLocation& location, ResultType resultType) argument
70 NullNode(const JSTokenLocation& location) argument
75 BooleanNode(const JSTokenLocation& location, bool value) argument
81 NumberNode(const JSTokenLocation& location, double value) argument
87 StringNode(const JSTokenLocation& location, const Identifier& value) argument
93 RegExpNode(const JSTokenLocation& location, const Identifier& pattern, const Identifier& flags) argument
100 ThisNode(const JSTokenLocation& location) argument
105 ResolveNode(const JSTokenLocation& location, const Identifier& ident, unsigned startOffset, unsigned divotLine, unsigned divotLineStart) argument
130 ArrayNode(const JSTokenLocation& location, int elision) argument
138 ArrayNode(const JSTokenLocation& location, ElementNode* element) argument
146 ArrayNode(const JSTokenLocation& location, int elision, ElementNode* element) argument
168 PropertyListNode(const JSTokenLocation& location, PropertyNode* node) argument
175 PropertyListNode(const JSTokenLocation& location, PropertyNode* node, PropertyListNode* list) argument
183 ObjectLiteralNode(const JSTokenLocation& location) argument
189 ObjectLiteralNode(const JSTokenLocation& location, PropertyListNode* list) argument
195 BracketAccessorNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, bool subscriptHasAssignments) argument
203 DotAccessorNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident) argument
210 ArgumentListNode(const JSTokenLocation& location, ExpressionNode* expr) argument
217 ArgumentListNode(const JSTokenLocation& location, ArgumentListNode* listNode, ExpressionNode* expr) argument
235 NewExprNode(const JSTokenLocation& location, ExpressionNode* expr) argument
242 NewExprNode(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* args) argument
249 EvalFunctionCallNode(const JSTokenLocation& location, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
257 FunctionCallValueNode(const JSTokenLocation& location, ExpressionNode* expr, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
265 FunctionCallResolveNode(const JSTokenLocation& location, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
273 FunctionCallBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
282 FunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
291 CallFunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
296 ApplyFunctionCallDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
301 PostfixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
306 DeleteResolveNode(const JSTokenLocation& location, const Identifier& ident, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
313 DeleteBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
321 DeleteDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
329 DeleteValueNode(const JSTokenLocation& location, ExpressionNode* expr) argument
335 VoidNode(const JSTokenLocation& location, ExpressionNode* expr) argument
341 TypeOfResolveNode(const JSTokenLocation& location, const Identifier& ident) argument
347 TypeOfValueNode(const JSTokenLocation& location, ExpressionNode* expr) argument
353 PrefixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
361 UnaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr, OpcodeID opcodeID) argument
368 UnaryPlusNode(const JSTokenLocation& location, ExpressionNode* expr) argument
373 NegateNode(const JSTokenLocation& location, ExpressionNode* expr) argument
378 BitwiseNotNode(const JSTokenLocation& location, ExpressionNode* expr) argument
384 LogicalNotNode(const JSTokenLocation& location, ExpressionNode* expr) argument
389 BinaryOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
398 BinaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
407 MultNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
412 DivNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
418 ModNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
423 AddNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
428 SubNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
433 LeftShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
438 RightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
443 UnsignedRightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
448 LessNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
453 GreaterNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
458 LessEqNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
463 GreaterEqNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
468 ThrowableBinaryOpNode(const JSTokenLocation& location, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
473 ThrowableBinaryOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool rightHasAssignments) argument
478 InstanceOfNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
483 InNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
488 EqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
493 NotEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
498 StrictEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
503 NotStrictEqualNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
508 BitAndNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
513 BitOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
518 BitXOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
523 LogicalOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, LogicalOperator oper) argument
531 ConditionalNode(const JSTokenLocation& location, ExpressionNode* logical, ExpressionNode* expr1, ExpressionNode* expr2) argument
539 ReadModifyResolveNode(const JSTokenLocation& location, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
551 AssignResolveNode(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* right) argument
558 ReadModifyBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, Operator oper, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
570 AssignBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
581 AssignDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
591 ReadModifyDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
602 AssignErrorNode(const JSTokenLocation& location, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
608 CommaNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2) argument
615 ConstStatementNode(const JSTokenLocation& location, ConstDeclNode* next) argument
625 EmptyStatementNode(const JSTokenLocation& location) argument
630 DebuggerStatementNode(const JSTokenLocation& location) argument
635 ExprStatementNode(const JSTokenLocation& location, ExpressionNode* expr) argument
641 VarStatementNode(const JSTokenLocation& location, ExpressionNode* expr) argument
647 IfElseNode(const JSTokenLocation& location, ExpressionNode* condition, StatementNode* ifBlock, StatementNode* elseBlock) argument
655 DoWhileNode(const JSTokenLocation& location, StatementNode* statement, ExpressionNode* expr) argument
662 WhileNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement) argument
669 ForNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, ExpressionNode* expr3, StatementNode* statement) argument
679 ContinueNode(VM* vm, const JSTokenLocation& location) argument
685 ContinueNode(const JSTokenLocation& location, const Identifier& ident) argument
691 BreakNode(VM* vm, const JSTokenLocation& location) argument
697 BreakNode(const JSTokenLocation& location, const Identifier& ident) argument
703 ReturnNode(const JSTokenLocation& location, ExpressionNode* value) argument
709 WithNode(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, uint32_t divot, unsigned divotLine, unsigned divotLineStart, uint32_t expressionLength) argument
720 LabelNode(const JSTokenLocation& location, const Identifier& name, StatementNode* statement) argument
727 ThrowNode(const JSTokenLocation& location, ExpressionNode* expr) argument
733 TryNode(const JSTokenLocation& location, StatementNode* tryBlock, const Identifier& exceptionIdent, StatementNode* catchBlock, StatementNode* finallyBlock) argument
755 FuncExprNode(const JSTokenLocation& location, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
762 FuncDeclNode(const JSTokenLocation& location, const Identifier& ident, FunctionBodyNode* body, const SourceCode& source, ParameterNode* parameter) argument
795 SwitchNode(const JSTokenLocation& location, ExpressionNode* expr, CaseBlockNode* block) argument
802 ConstDeclNode(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* init) argument
810 BlockNode(const JSTokenLocation& location, SourceElements* statements) argument
816 ForInNode(const JSTokenLocation& location, ExpressionNode* l, ExpressionNode* expr, StatementNode* statement) argument
825 ForInNode(VM* vm, const JSTokenLocation& location, const Identifier& ident, ExpressionNode* in, ExpressionNode* expr, StatementNode* statement, unsigned divot, int startOffset, int endOffset, unsigned divotLine, unsigned divotLineStart) argument
[all...]
H A DASTBuilder.h145 CommaNode* createCommaExpr(const JSTokenLocation& location, ExpressionNode* lhs, ExpressionNode* rhs) { return new (m_vm) CommaNode(location, lhs, rhs); } argument
166 ExpressionNode* createLogicalNot(const JSTokenLocation& location, ExpressionNode* expr) argument
169 return createBoolean(location, isZeroOrUnordered(static_cast<NumberNode*>(expr)->value()));
171 return new (m_vm) LogicalNotNode(location, expr);
173 ExpressionNode* createUnaryPlus(const JSTokenLocation& location, ExpressionNode* expr) { return new (m_vm) UnaryPlusNode(location, expr); } argument
174 ExpressionNode* createVoid(const JSTokenLocation& location, ExpressionNode* expr) argument
177 return new (m_vm) VoidNode(location, expr);
179 ExpressionNode* thisExpr(const JSTokenLocation& location) argument
184 createResolve(const JSTokenLocation& location, const Identifier* ident, unsigned start, unsigned divotLine, unsigned divotLineStart) argument
190 createObjectLiteral(const JSTokenLocation& location) argument
191 createObjectLiteral(const JSTokenLocation& location, PropertyListNode* properties) argument
193 createArray(const JSTokenLocation& location, int elisions) argument
200 createArray(const JSTokenLocation& location, ElementNode* elems) argument
201 createArray(const JSTokenLocation& location, int elisions, ElementNode* elems) argument
207 createNumberExpr(const JSTokenLocation& location, double d) argument
213 createString(const JSTokenLocation& location, const Identifier* string) argument
219 createBoolean(const JSTokenLocation& location, bool b) argument
225 createNull(const JSTokenLocation& location) 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
269 createConditionalExpr(const JSTokenLocation& location, ExpressionNode* condition, ExpressionNode* lhs, ExpressionNode* rhs) argument
274 createAssignResolve(const JSTokenLocation& location, const Identifier& ident, ExpressionNode* rhs, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
283 createFunctionExpr(const JSTokenLocation& location, const Identifier* name, FunctionBodyNode* body, ParameterNode* parameters, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned startColumn) argument
300 createGetterOrSetterProperty(const JSTokenLocation& location, PropertyNode::Type type, const Identifier* name, ParameterNode* params, FunctionBodyNode* body, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned bodyStartColumn) argument
308 createGetterOrSetterProperty(VM*, const JSTokenLocation& location, PropertyNode::Type type, double name, ParameterNode* params, FunctionBodyNode* body, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned bodyStartColumn) argument
316 createArgumentsList(const JSTokenLocation& location, ExpressionNode* arg) argument
317 createArgumentsList(const JSTokenLocation& location, ArgumentListNode* args, ExpressionNode* arg) argument
326 createPropertyList(const JSTokenLocation& location, PropertyNode* property) argument
327 createPropertyList(const JSTokenLocation& location, PropertyNode* property, PropertyListNode* tail) argument
341 createFuncDeclStatement(const JSTokenLocation& location, const Identifier* name, FunctionBodyNode* body, ParameterNode* parameters, unsigned openBraceOffset, unsigned closeBraceOffset, int bodyStartLine, int bodyEndLine, unsigned bodyStartColumn) argument
351 createBlockStatement(const JSTokenLocation& location, JSC::SourceElements* elements, int startLine, int endLine) 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
395 createEmptyStatement(const JSTokenLocation& location) argument
397 createVarStatement(const JSTokenLocation& location, ExpressionNode* expr, int start, int end) argument
408 createReturnStatement(const JSTokenLocation& location, ExpressionNode* expression, int eStart, int eEnd, int startLine, int endLine, unsigned divotLine, unsigned divotLineStart) argument
416 createBreakStatement(const JSTokenLocation& location, int eStart, int eEnd, int startLine, int endLine, unsigned endLineStart) argument
424 createBreakStatement(const JSTokenLocation& location, const Identifier* ident, int eStart, int eEnd, int startLine, int endLine, unsigned endLineStart) argument
432 createContinueStatement(const JSTokenLocation& location, int eStart, int eEnd, int startLine, int endLine, unsigned endLineStart) argument
440 createContinueStatement(const JSTokenLocation& location, const Identifier* ident, int eStart, int eEnd, int startLine, int endLine, unsigned endLineStart) argument
448 createTryStatement(const JSTokenLocation& location, StatementNode* tryBlock, const Identifier* ident, StatementNode* catchBlock, StatementNode* finallyBlock, int startLine, int endLine) argument
457 createSwitchStatement(const JSTokenLocation& location, ExpressionNode* expr, ClauseListNode* firstClauses, CaseClauseNode* defaultClause, ClauseListNode* secondClauses, int startLine, int endLine) argument
465 createWhileStatement(const JSTokenLocation& location, ExpressionNode* expr, StatementNode* statement, int startLine, int endLine) argument
472 createDoWhileStatement(const JSTokenLocation& location, StatementNode* statement, ExpressionNode* expr, int startLine, int endLine) 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
502 createDebugger(const JSTokenLocation& location, int startLine, int endLine) argument
509 createConstStatement(const JSTokenLocation& location, ConstDeclNode* decls, int startLine, int endLine) argument
516 appendConstDecl(const JSTokenLocation& location, ConstDeclNode* tail, const Identifier* name, ExpressionNode* initializer) argument
536 combineCommaNodes(const JSTokenLocation& location, ExpressionNode* list, ExpressionNode* init) argument
572 appendBinaryOperation(const JSTokenLocation& location, int& operandStackDepth, int&, const BinaryOperand& lhs, const BinaryOperand& rhs) argument
625 createAssignment(const JSTokenLocation& location, int& assignmentStackDepth, ExpressionNode* rhs, int initialAssignmentCount, int currentAssignmentCount, int lastTokenEnd) argument
670 createNumber(const JSTokenLocation& location, double d) argument
685 makeTypeOfNode(const JSTokenLocation& location, ExpressionNode* expr) argument
694 makeDeleteNode(const JSTokenLocation& location, ExpressionNode* expr, int start, int divot, int end, unsigned divotLine, unsigned divotLineStart) argument
711 makeNegateNode(const JSTokenLocation& location, ExpressionNode* n) argument
722 makeBitwiseNotNode(const JSTokenLocation& location, ExpressionNode* expr) argument
729 makeMultNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
746 makeDivNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
756 makeModNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
766 makeAddNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
773 makeSubNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
783 makeLeftShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
790 makeRightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
797 makeURightShiftNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
804 makeBitOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
811 makeBitAndNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
818 makeBitXOrNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, bool rightHasAssignments) argument
825 makeFunctionCallNode(const JSTokenLocation& location, ExpressionNode* func, ArgumentsNode* args, int start, unsigned divot, int end, unsigned divotLine, unsigned divotLineStart) argument
858 makeBinaryNode(const JSTokenLocation& location, int token, pair<ExpressionNode*, BinaryOpInfo> lhs, pair<ExpressionNode*, BinaryOpInfo> rhs) argument
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/CPANInternal-140/HTTP-Proxy/eg/
H A Dyahoogroups.pl14 my $location;
18 unless ( $location = $headers->header('Location') )
19 && $location =~ m!/interrupt\?!;
24 "Ad interrupt detected: fetching $location" );
27 GET => $location,
35 $location = unescape($location);
36 $location =~ s|^(http://[^/]*).*done=([^&]*).*$|$1$2|;
37 $headers->header( Location => $location );
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Dyahoogroups.pl14 my $location;
18 unless ( $location = $headers->header('Location') )
19 && $location =~ m!/interrupt\?!;
24 "Ad interrupt detected: fetching $location" );
27 GET => $location,
35 $location = unescape($location);
36 $location =~ s|^(http://[^/]*).*done=([^&]*).*$|$1$2|;
37 $headers->header( Location => $location );
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLUniformLocation.cpp35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) argument
37 return adoptRef(new WebGLUniformLocation(program, location));
40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location) argument
42 , m_location(location)
57 GC3Dint WebGLUniformLocation::location() const function in class:WebCore::WebGLUniformLocation
H A DWebGLUniformLocation.h42 static PassRefPtr<WebGLUniformLocation> create(WebGLProgram*, GC3Dint location);
46 GC3Dint location() const;
49 WebGLUniformLocation(WebGLProgram*, GC3Dint location);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCLocation.c49 CFStringRef location = NULL; local
59 location = CFDictionaryGetValue(dict, kSCDynamicStorePropSetupCurrentSet);
60 location = isA_CFString(location);
61 if (location == NULL) {
66 CFRetain(location);
73 return location;
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A Daxistest.pl8 location => 'http://localhost/My/AxisTest',
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A Daxistest.pl8 location => 'http://localhost/My/AxisTest',
/macosx-10.9.5/libclosure-63/objectTests/
H A Dassignweakgc.m22 id objc_assign_weak(id value, id *location) {
24 *location = value;
28 id objc_read_weak(id *location) {
30 return *location;
H A Dassignweakgcivar.m22 id objc_assign_weak(id value, id *location) {
24 *location = value;
28 id objc_read_weak(id *location) {
30 return *location;
H A Dreadweakgc.m20 id objc_assign_weak(id value, id *location) {
22 *location = value;
26 id objc_read_weak(id *location) {
28 return *location;
H A Dreadweakgcivar.m20 id objc_assign_weak(id value, id *location) {
22 *location = value;
26 id objc_read_weak(id *location) {
28 return *location;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_types_appkit.rb14 location, length = case args.size
41 orig_new(location, length)
45 Range.new(location, location + length, true)
52 location <= arg.location and arg.location + arg.length <= location + length
63 def max; location + length; end
64 def not_found?; location
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_exp.c100 parser_location_p location ATTRIBUTE_UNUSED,
114 parser_location_p location,
120 exp->exp.constant.val.other = AST_char_constant(location, value);
126 parser_location_p location ATTRIBUTE_UNUSED,
139 parser_location_p location,
145 exp->exp.constant.val.other = AST_string_constant(location, string);
151 parser_location_p location
156 exp->exp.constant.val.other = AST_null_constant(location);
162 parser_location_p location,
168 exp->exp.constant.val.other = AST_boolean_constant(location, valu
112 AST_exp_char_constant( parser_location_p location, char value ) argument
137 AST_exp_string_constant( parser_location_p location, STRTAB_str_t string ) argument
160 AST_exp_boolean_constant( parser_location_p location, boolean value ) argument
189 AST_constant_from_exp( parser_location_p location, AST_exp_n_t * exp ) argument
222 ASTP_expr_is_simple( parser_location_p location, AST_exp_n_t * exp ) argument
287 ASTP_expr_integer_value( parser_location_p location, AST_exp_n_t * exp ) argument
333 ASTP_evaluate_expr( parser_location_p location, AST_exp_n_t * exp, boolean constant_only ) argument
[all...]
H A Dastp_sim.c125 parser_location_p location,
142 attr_node_p->source_line = location->lineno ;
149 parser_location_p location,
163 attr_node_p->source_line = location->lineno ;
170 parser_location_p location,
182 attr_node_p->b.expr = AST_expression(location,
188 attr_node_p->source_line = location->lineno;
205 parser_location_p location,
211 const_node_ptr = AST_constant_node(location, AST_boolean_const_k);
228 parser_location_p location,
122 AST_array_bound_info( parser_location_p location, NAMETABLE_id_t name, ASTP_attr_k_t kind, boolean is_pointer ) argument
146 AST_array_bound_from_expr( parser_location_p location, AST_exp_n_t * exp, ASTP_attr_k_t kind ) argument
167 AST_range_from_expr( parser_location_p location, AST_exp_n_t * exp_low_val, AST_exp_n_t * exp_high_val ) argument
202 AST_boolean_constant( parser_location_p location, boolean value ) argument
225 AST_char_constant( parser_location_p location, char value ) argument
249 AST_constant_node( parser_location_p location, AST_constant_k_t kind ) argument
276 AST_create_operation_node( parser_location_p location, NAMETABLE_id_t op_name, AST_parameter_n_t *parameters ) argument
421 AST_declarator_to_param( parser_location_p location, ASTP_attributes_t *attributes, AST_type_n_t *type, ASTP_declarator_n_t *declarator ) argument
498 AST_enumerator_node( parser_location_p location, AST_constant_n_t *constant_list, AST_type_k_t size ATTRIBUTE_UNUSED ) argument
571 AST_export_node( parser_location_p location, ASTP_node_t *export_ptr, AST_export_k_t kind ) argument
629 AST_cpp_quote_node( parser_location_p location, STRTAB_str_t text ) argument
662 AST_finish_constant_node( parser_location_p location, AST_constant_n_t *constant_ptr, ASTP_declarator_n_t *declarator, AST_type_n_t *type_ptr ) argument
895 AST_function_node( parser_location_p location, AST_type_n_t *result_type, NAMETABLE_id_t op_name, AST_parameter_n_t *parameters ) argument
937 AST_include_node( parser_location_p location, STRTAB_str_t include_file, STRTAB_str_t include_file_name ) argument
964 AST_import_node( parser_location_p location, STRTAB_str_t imported_file ) argument
991 AST_exception_node( parser_location_p location, NAMETABLE_id_t excep_name ) argument
1098 AST_integer_constant( parser_location_p location, long int value ) argument
1212 AST_lookup_named_type( parser_location_p location, NAMETABLE_id_t type_name ) argument
1332 AST_named_constant( parser_location_p location, NAMETABLE_id_t const_name ) argument
1392 AST_operation_node( parser_location_p location, AST_type_n_t *base_type, ASTP_declarator_n_t *declarator, ASTP_attributes_t *attributes ) argument
1541 AST_parameter_node( parser_location_p location, NAMETABLE_id_t identifier ) argument
1565 AST_finish_interface_node( parser_location_p location, AST_interface_n_t *interface_node_p ) argument
1582 AST_represent_as_node( parser_location_p location, NAMETABLE_id_t name ) argument
1603 AST_cs_char_node( parser_location_p location, NAMETABLE_id_t name ) argument
1752 AST_string_constant( parser_location_p location, STRTAB_str_t value ) argument
1777 AST_type_node( parser_location_p location, AST_type_k_t kind ) argument
1893 AST_types_to_exports( parser_location_p location, AST_type_p_n_t *type_p_list ) argument
2054 AST_enum_constant( parser_location_p location, NAMETABLE_id_t identifier, AST_exp_n_t * exp ) argument
2101 AST_pipe_node( parser_location_p location, AST_type_n_t *pipe_type ) argument
[all...]
H A Dastp.h465 parser_location_p location,
470 parser_location_p location,
478 parser_location_p location,
484 parser_location_p location,
489 parser_location_p location,
494 parser_location_p location
498 parser_location_p location,
503 parser_location_p location,
508 parser_location_p location,
513 parser_location_p location,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DClipboardMac.mm51 DragImageRef Clipboard::createDragImage(IntPoint& location) const
62 location.setX(elementRect.origin.x - imageRect.origin.x + m_dragLoc.x());
63 location.setY(imageRect.size.height - (elementRect.origin.y - imageRect.origin.y + m_dragLoc.y()));
68 location = m_dragLoc;
69 location.setY([result size].height - location.y());
H A DPublicSuffixMac.mm60 for (NSRange previousDot = [host rangeOfCharacterFromSet:dot]; previousDot.location != NSNotFound; nextDot = previousDot, previousDot = [host rangeOfCharacterFromSet:dot options:0 range:NSMakeRange(previousDot.location + previousDot.length, [host length] - (previousDot.location + previousDot.length))]) {
61 NSString *substring = [host substringFromIndex:previousDot.location + previousDot.length];
72 if (!nextDot.location)
75 return encodeHostName([host substringFromIndex:nextDot.location + nextDot.length]);
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dcomment.rb23 attr_accessor :location
28 alias file location # :nodoc:
43 # +location+.
45 def initialize text = nil, location = nil
46 @location = location
64 other.text == @text and other.location == @location
151 location = @location
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebGrammarDetail.h40 static PassRefPtr<WebGrammarDetail> create(int location, int length, ImmutableArray* guesses, const String& userDescription);
43 int location() const { return m_grammarDetail.location; } function in class:WebKit::WebGrammarDetail
51 WebGrammarDetail(int location, int length, ImmutableArray* guesses, const String& userDescription);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DClipboardGtk.cpp29 DragImageRef Clipboard::createDragImage(IntPoint& location) const
31 location = m_dragLoc;

Completed in 235 milliseconds

1234567891011>>