HomeSort by relevance Sort by last modified time
    Searched refs:local_scope (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/tools/findit/
chromium_deps.py 23 def __init__(self, local_scope):
24 self._local_scope = local_scope
34 local_scope = {}
35 var = _VarImpl(local_scope)
44 exec(content, global_scope, local_scope)
46 local_scope.setdefault('deps', {})
47 local_scope.setdefault('deps_os', {})
49 return (local_scope['deps'], local_scope['deps_os'])
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 111 def __init__(self, custom_vars, local_scope):
113 self._local_scope = local_scope
123 local_scope = {}
124 var = VarImpl({}, local_scope)
131 execfile(deps_file_path, global_scope, local_scope)
132 deps = local_scope.get('deps', {})
133 deps_os = local_scope.get('deps_os', {})
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py     [all...]
FusedNode.py 64 assert not n.local_scope.return_type.is_fused
202 node.local_scope.fused_to_specific = f2s
236 copied_node.local_scope)
FlowControl.py 706 self.env = node.local_scope
711 for entry in node.local_scope.entries.values():
745 self.gv_ctx.add(GV(node.local_scope.name, self.flow))
    [all...]
Nodes.py     [all...]
TypeInference.py 279 self.env = node.local_scope
Buffer.py 110 self.handle_scope(node, node.local_scope)
Visitor.py 346 self.enter_scope(node, node.local_scope)
ExprNodes.py     [all...]
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 73 def __init__(self, custom_vars, local_scope):
75 self._local_scope = local_scope
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 211 uint8_t local_scope; /* IPv6 local scope flag */ member in struct:sctp_state_cookie
sctp_sysctl.c 232 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
247 local_scope = stcb->asoc.scope.local_scope;
258 local_scope = 1;
346 if (local_scope == 0)
    [all...]
sctp_asconf.c     [all...]
sctp_structs.h 670 uint8_t local_scope; member in struct:sctp_scoping
    [all...]
sctp_pcb.c 936 int local_scope, site_scope, ipv6_addr_legal; local
951 local_scope = stcb->asoc.scope.local_scope;
1026 if (local_scope == 0)
    [all...]
sctp_input.c     [all...]
sctputil.c     [all...]
sctp_output.c 1948 if ( /* (local_scope == 0) && */
    [all...]
sctp_usrreq.c 1574 int local_scope, site_scope, ipv6_addr_legal; local
    [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 1039 milliseconds