/external/clang/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/ |
Scope.h | 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===// 10 // This file defines the Scope interface. 35 /// Scope - A scope is a transient data structure that is used while parsing the 39 class Scope { 42 /// scope, which defines the sorts of things the scope contains. 44 /// \brief This indicates that the scope corresponds to a function, which 56 /// \brief This is a scope that can contain a declaration. Some scope [all...] |
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/ |
MiddleScope.java | 19 import javax.inject.Scope; 23 @Scope
|
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ |
PerActivity.java | 19 import javax.inject.Scope; 28 @Scope
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
CompoundScope.java | 23 /** A {@link Scope} that chains other scopes together. */ 24 public class CompoundScope implements Scope { 26 private final Scope scope; field in class:CompoundScope 27 @Nullable private final Scope base; 29 private CompoundScope(Scope scope, Scope base) { 30 this.scope = checkNotNull(scope); [all...] |
Scope.java | 21 /** A scope that defines types, and supports qualified name resolution. */ 22 public interface Scope {
|
/external/tensorflow/tensorflow/cc/framework/ |
scope_test.cc | 16 #include "tensorflow/cc/framework/scope.h" 22 Scope root = Scope::NewRootScope(); 30 Scope root = Scope::NewRootScope(); 31 Scope child = root.NewSubScope("child"); 36 Scope child_1 = root.NewSubScope("child"); 41 Scope c_c = root.NewSubScope("c").NewSubScope("c"); 44 Scope c_1 = root.NewSubScope("c"); 45 Scope c_1_c = c_1.NewSubScope("c") [all...] |
testutil.h | 20 #include "tensorflow/cc/framework/scope.h" 26 void GetTensors(const Scope& scope, OutputList tensors, 32 void GetTensors(const Scope& scope, const std::vector<Output>& assign_vars, 36 void GetTensor(const Scope& scope, Output tensor, Tensor* out); 41 void GetTensor(const Scope& scope, const std::vector<Output>& assign_vars,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/ |
CpuPm.asl | 28 Scope(\)
67 Scope(\_PR.CPU0)
|
/frameworks/support/compat/src/main/java/androidx/core/internal/ |
package-info.java | 7 import static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP;
|
/frameworks/support/preference/src/main/java/androidx/preference/internal/ |
package-info.java | 23 import static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP;
|
/frameworks/support/webkit/src/main/java/androidx/webkit/internal/ |
package-info.java | 23 import static androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP;
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemjob/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/controllers/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/trackers/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/ |
package-info.java | 20 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|