HomeSort by relevance Sort by last modified time
    Searched defs:scope (Results 26 - 50 of 1213) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
FieldAccessExpr.java 37 private Expression scope; field in class:FieldAccessExpr
46 public FieldAccessExpr(final Expression scope, final String field) {
47 setScope(scope);
51 public FieldAccessExpr(final Range range, final Expression scope, final List<Type<?>> typeArguments, final String field) {
53 setScope(scope);
75 return scope;
89 public FieldAccessExpr setScope(final Expression scope) {
90 this.scope = scope;
91 setAsParentNodeOf(this.scope);
    [all...]
MethodReferenceExpr.java 46 private Expression scope; field in class:MethodReferenceExpr
55 public MethodReferenceExpr(Range range, Expression scope,
59 setScope(scope);
75 return scope;
78 public MethodReferenceExpr setScope(Expression scope) {
79 this.scope = scope;
80 setAsParentNodeOf(this.scope);
MethodCallExpr.java 39 private Expression scope; field in class:MethodCallExpr
50 public MethodCallExpr(final Expression scope, final String name) {
51 setScope(scope);
55 public MethodCallExpr(final Expression scope, final String name, final List<Expression> args) {
56 setScope(scope);
61 public MethodCallExpr(final Range range, final Expression scope, final List<Type<?>> typeArguments, final String name, final List<Expression> args) {
63 setScope(scope);
109 return scope;
128 public MethodCallExpr setScope(final Expression scope) {
129 this.scope = scope
    [all...]
ObjectCreationExpr.java 51 private Expression scope; field in class:ObjectCreationExpr
68 * @param scope may be null
72 public ObjectCreationExpr(final Expression scope, final ClassOrInterfaceType type, final List<Expression> args) {
73 setScope(scope);
79 final Expression scope, final ClassOrInterfaceType type, final List<Type<?>> typeArguments,
82 setScope(scope);
119 return scope;
139 public ObjectCreationExpr setScope(final Expression scope) {
140 this.scope = scope;
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
ClassOrInterfaceType.java 43 private ClassOrInterfaceType scope; field in class:ClassOrInterfaceType
56 public ClassOrInterfaceType(final ClassOrInterfaceType scope, final String name) {
57 setScope(scope);
61 public ClassOrInterfaceType(final Range range, final ClassOrInterfaceType scope, final String name, final List<Type<?>> typeArguments) {
63 setScope(scope);
82 return scope;
102 public ClassOrInterfaceType setScope(final ClassOrInterfaceType scope) {
103 this.scope = scope;
104 setAsParentNodeOf(this.scope);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
MethodReferenceExpr.java 42 private Expression scope; field in class:MethodReferenceExpr
52 int endColumn, Expression scope,
57 setScope(scope);
73 return scope;
76 public void setScope(Expression scope) {
77 this.scope = scope;
78 setAsParentNodeOf(this.scope);
FieldAccessExpr.java 35 private Expression scope; field in class:FieldAccessExpr
44 public FieldAccessExpr(final Expression scope, final String field) {
45 setScope(scope);
50 final Expression scope, final List<Type> typeArgs, final String field) {
52 setScope(scope);
74 return scope;
89 public void setScope(final Expression scope) {
90 this.scope = scope;
91 setAsParentNodeOf(this.scope);
    [all...]
MethodCallExpr.java 35 private Expression scope; field in class:MethodCallExpr
46 public MethodCallExpr(final Expression scope, final String name) {
47 setScope(scope);
51 public MethodCallExpr(final Expression scope, final String name, final List<Expression> args) {
52 setScope(scope);
58 final Expression scope, final List<Type> typeArgs, final String name, final List<Expression> args) {
60 setScope(scope);
87 return scope;
107 public void setScope(final Expression scope) {
108 this.scope = scope
    [all...]
ObjectCreationExpr.java 37 private Expression scope; field in class:ObjectCreationExpr
50 public ObjectCreationExpr(final Expression scope, final ClassOrInterfaceType type, final List<Expression> args) {
51 setScope(scope);
57 final Expression scope, final ClassOrInterfaceType type, final List<Type> typeArgs,
60 setScope(scope);
84 return scope;
105 public void setScope(final Expression scope) {
106 this.scope = scope;
107 setAsParentNodeOf(this.scope);
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
while_gradients.cc 57 Status AddForwardLoopCounter(WhileContext* while_ctx, const Scope& scope,
64 Output zero = ops::Const(scope, 0, {});
67 CondGraphBuilderFn cond_fn = [while_ctx](const Scope& scope,
75 BodyGraphBuilderFn body_fn = [while_ctx](const Scope& scope,
79 outputs->emplace_back(ops::Add(scope, inputs[0], 1));
80 return scope.status();
85 TF_RETURN_IF_ERROR(BuildWhileLoop(scope, {zero}, cond_fn, body_fn
144 Scope scope = parent_scope.NewSubScope("while"); local
    [all...]
  /external/turbine/java/com/google/turbine/binder/bound/
SourceHeaderBoundClass.java 84 public ImportScope scope() { method in class:SourceHeaderBoundClass
85 return base.scope();
SourceTypeBoundClass.java 50 private final CompoundScope scope; field in class:SourceTypeBoundClass
68 CompoundScope scope,
84 this.scope = scope;
169 /** The scope of the enclosing declaration or compilation unit. */
174 /** The scope of the current class, including its members. */
175 public CompoundScope scope() {
176 return scope;
  /prebuilts/misc/common/robolectric/3.4.2/lib/
playservices-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-playservices-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-playservices-3.6.1.jar 
  /build/blueprint/
ninja_strings.go 42 type scope interface { type
55 scope scope
87 func parseNinjaString(scope scope, str string) (*ninjaString, error) {
96 scope: scope,
183 v, err := state.scope.LookupVariable(state.str[state.varStart:i])
196 v, err := state.scope.LookupVariable(state.str[state.varStart:i])
211 v, err := state.scope.LookupVariable(state.str[state.varStart:i]
    [all...]
  /external/clang/test/CodeGenCXX/
blocks.cpp 49 struct scope { int x; ~scope(); }; struct in namespace:test1
51 const scope obj = { 5 };
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
AbstractJavaParserContext.java 152 Expression scope = optScope.get(); local
155 if (scope instanceof NameExpr) {
156 NameExpr scopeAsName = (NameExpr) scope;
165 typeOfScope = JavaParserFacade.get(typeSolver).getType(scope);
167 throw new RuntimeException("Issue calculating the type of the scope of " + this, e);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
ClassOrInterfaceType.java 34 private ClassOrInterfaceType scope; field in class:ClassOrInterfaceType
47 public ClassOrInterfaceType(final ClassOrInterfaceType scope, final String name) {
48 setScope(scope);
53 final ClassOrInterfaceType scope, final String name, final List<Type> typeArgs) {
55 setScope(scope);
75 return scope;
95 public void setScope(final ClassOrInterfaceType scope) {
96 this.scope = scope;
97 setAsParentNodeOf(this.scope);
    [all...]
  /external/selinux/libsepol/src/
avrule_block.c 4 * or global scope) for a policy module.
69 ebitmap_init(&decl->required.scope[i]);
70 ebitmap_init(&decl->declared.scope[i]);
77 static void scope_index_destroy(scope_index_t * scope)
80 if (scope == NULL) {
84 ebitmap_destroy(scope->scope + i);
86 if (scope->class_perms_map) {
87 for (i = 0; i < scope->class_perms_len; i++) {
88 ebitmap_destroy(scope->class_perms_map + i)
157 scope_datum_t *scope = local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util_test.cc 212 Scope scope = Scope::NewRootScope().ExitOnError(); local
213 auto a = ops::_Arg(scope.WithOpName("A"), DT_INT32, 0);
214 auto b = ops::_Arg(scope.WithOpName("B"), DT_INT32, 1);
215 auto c = ops::Add(scope.WithOpName("C"), a, b);
217 TF_ASSERT_OK(scope.ToGraph(graph.get()));
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.cc 101 // same LLVM module, they'll have the same alias scope domain. This isn't a
111 // While we could synthesize an alias.scope, doing so is not more profitable
118 llvm::MDNode* scope = metadata_builder.createAliasScope( local
120 llvm::MDNode* scope_list = llvm::MDNode::get(domain->getContext(), scope);
200 llvm::MDNode* scope = metadata_builder.createAliasScope( local
202 scopes.push_back(scope);
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transfer_utils.cc 18 #include "tensorflow/cc/framework/scope.h"
112 Scope root = Scope::NewRootScope();
116 const Scope& scope = root.WithOpName(input_node_info.first); local
118 const auto unique_name = scope.GetUniqueNameForOp("Placeholder");
122 scope.UpdateBuilder(&builder);
123 scope.UpdateStatus(builder.Finalize(scope.graph(), &ret));
124 TF_CHECK_OK(scope.status())
143 const Scope& scope = root.WithOpName(remote_graph_execute_name); local
    [all...]
  /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
ConstantTest.java 35 import org.tensorflow.op.Scope;
48 Scope scope = new Scope(g); local
49 Constant<Integer> op = Constant.create(scope, shape, IntBuffer.wrap(ints));
64 Scope scope = new Scope(g); local
65 Constant<Float> op = Constant.create(scope, shape, FloatBuffer.wrap(floats));
79 Scope scope = new Scope(g) local
94 Scope scope = new Scope(g); local
    [all...]
  /external/turbine/javatests/com/google/turbine/binder/lookup/
TopLevelIndexTest.java 66 Scope scope = index.lookupPackage(ImmutableList.of("java", "util")); local
68 assertThat(scope.lookup(new LookupKey(ImmutableList.of("Map"))).sym())
70 assertThat(scope.lookup(new LookupKey(ImmutableList.of("List"))).sym())
72 assertThat(scope.lookup(new LookupKey(ImmutableList.of("NoSuch")))).isNull();

Completed in 1043 milliseconds

12 3 4 5 6 7 8 91011>>