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

1 2 3 4 5 6 7 891011>>

  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 84 private final CompoundScope scope; field in class:ConstEvaluator
90 CompoundScope scope,
99 this.scope = scope;
186 * and when we do want to consider members we can rely on them being in the current scope (it
194 LookupResult result = scope.lookup(new LookupKey(flat));
260 LookupResult result = scope.lookup(new LookupKey(t.name()));
923 LookupResult result = scope.lookup(new LookupKey(t.name()));
TypeBinder.java 33 import com.google.turbine.binder.lookup.Scope;
63 /** A scope containing a single {@link Symbol}. */
64 private static class SingletonScope implements Scope {
83 /** A scope backed by a map of simple names to {@link Symbol}s. */
84 private static class MapScope implements Scope {
100 * A scope containing all symbols in lexically enclosing scopes of a class, including type
103 private static class ClassMemberScope implements Scope {
152 // type parameters, ...). A second scope is created for finding methods and fields
155 base.scope()
164 // type parameters can refer to each other in f-bounds, so update the scope firs
209 CompoundScope scope = local
    [all...]
  /external/v8/src/ast/
scopes.h 34 Zone* zone, Scope* scope, const AstRawString* name, VariableMode mode,
56 explicit Delegate(Scope* scope,
58 : scope_(scope), statement_(statement), next_(nullptr) {}
62 Scope* scope() const { return scope_; } function in class:v8::internal::SloppyBlockFunctionMap::Delegate
65 Scope* scope_;
85 // JS environments are represented in the parser using Scope, DeclarationScope
86 // and ModuleScope. DeclarationScope is used for any scope that hosts 'var
    [all...]
  /external/v8/src/inspector/
v8-console.cc 669 v8::Context::Scope contextScope(context);
859 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( local
890 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( local
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 641 VkSystemAllocationScope scope = (is_instance_) local
647 scope));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndattrib.h 106 REPAIR_SCOPE scope; member in struct:tagRepairInfo
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 833 * Performs a search using the given pattern, scope and handler. The search will abort
840 IJavaSearchScope scope = createPackageScope(javaProject); local
870 IJavaSearchScope scope; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
xsym.h 92 BFD_SYM_SYMBOL_SCOPE_LOCAL = 0, /* Object is seen only inside current scope. */
93 BFD_SYM_SYMBOL_SCOPE_GLOBAL = 1 /* Object has global scope. */
290 unsigned char scope; member in struct:bfd_sym_contained_variables_table_entry::__anon4108
399 unsigned short scope; /* How visible the label is. */ member in struct:bfd_sym_contained_labels_table_entry::__anon4118
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.h 82 struct coff_scope *scope; member in struct:coff_sfile
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.0.9/
maven-artifact-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/2.2.1/
maven-artifact-2.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-alpha1/
gradle-core-1.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta3/
gradle-core-1.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.0/
lint-api-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.1/
lint-api-23.2.1.jar 

Completed in 438 milliseconds

1 2 3 4 5 6 7 891011>>