HomeSort by relevance Sort by last modified time
    Searched refs:SCOPE (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/tools/gn/
value.h 17 class Scope;
28 SCOPE,
37 // Values "shouldn't" have null scopes when type == Scope, so be sure to
39 // use-cases for creating values and immediately setting the scope on it. So
40 // you can pass a null scope here if you promise to set it before any other
41 // code gets it (code will generally assume the scope is not null).
42 Value(const ParseNode* origin, scoped_ptr<Scope> scope);
94 Scope* scope_value() {
95 DCHECK(type_ == SCOPE);
    [all...]
value.cc 9 #include "tools/gn/scope.h"
56 Value::Value(const ParseNode* origin, scoped_ptr<Scope> scope)
57 : type_(SCOPE),
61 scope_value_(scope.Pass()),
72 if (type() == SCOPE && other.scope_value_.get())
85 if (type() == SCOPE && other.scope_value_.get())
104 case SCOPE:
105 return "scope";
112 void Value::SetScopeValue(scoped_ptr<Scope> scope)
    [all...]
template.cc 10 #include "tools/gn/scope.h"
14 Template::Template(const Scope* scope, const FunctionCallNode* def)
15 : closure_(scope->MakeClosure()),
19 Template::Template(scoped_ptr<Scope> scope, const FunctionCallNode* def)
20 : closure_(scope.Pass()),
27 Value Template::Invoke(Scope* scope,
34 if (!EnsureNotProcessingImport(invocation, scope, err)
    [all...]
input_conversion_unittest.cc 107 Value(NULL, "scope"), &err);
109 ASSERT_EQ(Value::SCOPE, result.type());
parse_tree.cc 13 #include "tools/gn/scope.h"
91 Value AccessorNode::Execute(Scope* scope, Err* err) const {
93 return ExecuteArrayAccess(scope, err);
95 return ExecuteScopeAccess(scope, err);
124 Value AccessorNode::ExecuteArrayAccess(Scope* scope, Err* err) const {
125 Value index_value = index_->Execute(scope, err);
131 const Value* base_value = scope->GetValue(base_.value(), true);
163 Value AccessorNode::ExecuteScopeAccess(Scope* scope, Err* err) const
    [all...]
functions.cc 17 #include "tools/gn/scope.h"
24 const Scope* scope,
26 if (scope->IsProcessingImport()) {
37 const Scope* scope,
39 if (scope->IsProcessingBuildConfig()) {
48 bool FillTargetBlockScope(const Scope* scope,
53 Scope* block_scope
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 27 a given scope. */
55 /* The datatype used to implement C++ scope. */
58 /* Nonzero if this binding is for a local scope, as opposed to a class
59 or namespace scope. */
73 /* The scope at which this binding was made. */ variable
74 cp_binding_level *scope;
99 sk_block = 0, /* An ordinary block scope. This enumerator must
102 contents to zero, and the default scope kind
104 sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It i
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 33 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
  /external/libnl/lib/fib_lookup/
request.c 67 diff |= REQ_DIFF(SCOPE, a->lr_scope != b->lr_scope);
122 void flnl_request_set_scope(struct flnl_request *req, int scope)
124 req->lr_scope = scope;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 131 wiz.visit(t, ANTLRv3Parser.SCOPE, // comment scope specs
204 if ( ptype==ANTLRv3Parser.SCOPE || // we have special rules for these
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 101 SCOPE='scope';
388 * ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBAST,"<end-of-rule>"])
397 adaptor.addChild( rule, adaptor.create( SCOPE, "scope" ) );
487 /** Sometimes the scope names will collide with keywords; allow them as
547 : 'scope'^ id ruleActions? ACTION
622 : ( 'scope' ruleActions? ACTION )?
623 ( 'scope' idList SEMI )
    [all...]
ANTLRv3.g 63 SCOPE='scope';
120 : 'scope' id ACTION -> ^('scope' id ACTION)
128 /** Sometimes the scope names will collide with keywords; allow them as
154 scope {
184 : 'scope' ACTION -> ^('scope' ACTION)
185 | 'scope' id (',' id)* ';' -> ^('scope' id+
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 65 SCOPE='scope';
122 : 'scope' id ACTION -> ^('scope' id ACTION)
130 /** Sometimes the scope names will collide with keywords; allow them as
156 scope {
189 : 'scope' ACTION -> ^('scope' ACTION)
190 | 'scope' id (',' id)* ';' -> ^('scope' id+
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 109 OP(SCOPE, "::") \
    [all...]
  /external/libnl/lib/route/
addr.c 46 * // In case you want to have the address have a scope other than global
47 * // it may be overwritten using rtnl_addr_set_scope(). The scope currently
334 nl_dump(p, "scope %s",
489 diff |= ADDR_DIFF(SCOPE, a->a_scope != b->a_scope);
513 __ADD(ADDR_ATTR_SCOPE, scope)
639 * The scope will default to universe except for loopback addresses in
640 * which case a host scope is used if not specified otherwise.
819 void rtnl_addr_set_scope(struct rtnl_addr *addr, int scope)
821 addr->a_scope = scope;
route_obj.c 21 * scope RT_SCOPE_NOWHERE
222 nl_dump(p, "scope %s ",
371 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope);
463 __ADD(ROUTE_ATTR_SCOPE, scope)
523 void rtnl_route_set_scope(struct rtnl_route *route, uint8_t scope)
525 route->rt_scope = scope;
805 * Guess scope of a route object.
808 * Guesses the scope of a route object, based on the following rules:
810 * 1) Local route -> local scope
811 * 2) At least one nexthop not directly connected -> universe scope
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 1150 milliseconds

1 2