/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
DIBuilder.h | 242 /// \param Scope Member scope. 251 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name, 259 /// \param Scope Member scope. 269 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, 275 /// \param Scope Member scope. 283 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name, 321 /// \param Scope Scope in which this class is defined [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
DIBuilder.h | 242 /// \param Scope Member scope. 251 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name, 259 /// \param Scope Member scope. 269 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, 275 /// \param Scope Member scope. 283 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name, 321 /// \param Scope Scope in which this class is defined [all...] |
/external/tensorflow/tensorflow/compiler/tf2xla/ |
functionalize_control_flow_test.cc | 66 Scope scope = Scope::NewRootScope().ExitOnError(); local 68 auto x = ops::Placeholder(scope.WithOpName("x"), DT_INT32); 69 auto y = ops::Placeholder(scope.WithOpName("y"), DT_INT32); 70 auto less = ops::Less(scope.WithOpName("cond/Less"), y, x); 71 auto switch_1 = ops::Switch(scope.WithOpName("cond/Switch"), less, less); 74 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); 76 scope.WithOpName("cond").WithControlDependencies(identity_t), 17); 77 auto switch_2 = ops::Switch(scope.WithOpName("cond/Switch"), y, less) 110 Scope scope = Scope::NewRootScope().ExitOnError(); local 124 Scope scope = Scope::NewRootScope().ExitOnError(); local 147 Scope scope = Scope::NewRootScope().ExitOnError(); local 192 Scope scope = Scope::NewRootScope().ExitOnError(); local 249 Scope scope = Scope::NewRootScope().ExitOnError(); local 262 Scope scope = Scope::NewRootScope().ExitOnError(); local 282 Scope scope = Scope::NewRootScope().ExitOnError(); local 310 Scope scope = Scope::NewRootScope().ExitOnError(); local 352 Scope scope = Scope::NewRootScope().ExitOnError(); local 364 Scope scope = Scope::NewRootScope().ExitOnError(); local 384 Scope scope = Scope::NewRootScope().ExitOnError(); local 413 Scope scope = Scope::NewRootScope().ExitOnError(); local 493 Scope scope = Scope::NewRootScope().ExitOnError(); local 508 Scope scope = Scope::NewRootScope().ExitOnError(); local 535 Scope scope = Scope::NewRootScope().ExitOnError(); local 587 Scope scope = Scope::NewRootScope().ExitOnError(); local 726 Scope scope = Scope::NewRootScope().ExitOnError(); local 747 Scope scope = Scope::NewRootScope().ExitOnError(); local 783 Scope scope = Scope::NewRootScope().ExitOnError(); local 820 Scope scope = Scope::NewRootScope().ExitOnError(); local 846 Scope scope = Scope::NewRootScope().ExitOnError(); local [all...] |
/external/tensorflow/tensorflow/core/common_runtime/ |
shape_refiner_test.cc | 18 #include "tensorflow/cc/framework/scope.h" 93 Scope root = Scope::NewRootScope(); 104 Scope root = Scope::NewRootScope(); 120 Scope root = Scope::NewRootScope(); 135 Scope root = Scope::NewRootScope(); 153 Scope root = Scope::NewRootScope() [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/ |
D05I2c.asl | 19 Scope(_SB)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
StringDB.h | 43 WCHAR *Scope,
52 WCHAR *Scope
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
PCI_DRC.ASL | 24 Scope (\_SB.PCI0)
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
JmhAlpnBenchmark.java | 25 import org.openjdk.jmh.annotations.Scope; 33 @State(Scope.Benchmark)
|
JmhCipherEncryptBenchmark.java | 24 import org.openjdk.jmh.annotations.Scope; 33 @State(Scope.Benchmark)
|
JmhEngineHandshakeBenchmark.java | 41 import org.openjdk.jmh.annotations.Scope; 49 @State(Scope.Benchmark)
|
JmhEngineWrapBenchmark.java | 41 import org.openjdk.jmh.annotations.Scope; 50 @State(Scope.Benchmark)
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
InjectionAnnotations.java | 22 import javax.inject.Scope; 45 e + " was annotated with more than one @Scope annotation"); 68 return AnnotationMirrors.getAnnotatedAnnotations(element, Scope.class);
|
/external/guice/core/src/com/google/inject/internal/ |
Scoping.java | 22 import com.google.inject.Scope; 33 * References a scope, either directly (as a scope instance), or indirectly (as a scope annotation). 34 * The scope's eager or laziness is also exposed. 49 @Override public Scope getScopeInstance() { 85 @Override public Scope getScopeInstance() { 103 @Override public Scope getScopeInstance() { 141 public static Scoping forInstance(final Scope scope) { [all...] |
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
TestScope.java | 23 import com.google.inject.Scope; 31 * A simple scope that can be explicitly reset. 35 class TestScope implements Scope { 42 public <T> Provider<T> scope( method in class:TestScope
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
DebugLoc.h | 25 /// and MachineInstr to compactly encode file/line/scope information for an 51 /// ScopeIdx - This is an opaque ID# for Scope/InlinedAt information, 58 /// scope/inline location. 60 MDNode *Scope, MDNode *InlinedAt = 0); 79 /// getScope - This returns the scope pointer for this DebugLoc, or null if 87 /// getScopeAndInlinedAt - Return both the Scope and the InlinedAt values. 88 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
|
/external/tensorflow/tensorflow/cc/gradients/ |
data_flow_grad_test.cc | 35 DataFlowGradTest() : scope_(Scope::NewRootScope()) {} 46 Scope scope_;
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
hexagon_rewriter_transform_test.cc | 42 Scope root = tensorflow::Scope::NewRootScope();
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
ImportScope.java | 25 * A scope for imports. Non-canonical imports depend on hierarchy analysis, so to break the cycle we 52 /** See {@link Scope#lookup(LookupKey)}. */ 55 /** Adds a scope to the chain, in the manner of {@link CompoundScope#append(Scope)}. */ 70 * Creates a trivial {@link ImportScope} from a {@link Scope}, which ignores the provided {@link 71 * ResolveFunction} and calls the underlying scope's lookup method. Used to chain {@link Scope}s 74 static ImportScope fromScope(Scope scope) { 78 return scope.lookup(lookupKey) [all...] |
/external/v8/samples/ |
hello-world.cc | 28 Isolate::Scope isolate_scope(isolate); 30 // Create a stack-allocated handle scope. 37 Context::Scope context_scope(context);
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
DataBinder.java | 19 import android.databinding.tool.processing.Scope; 54 Scope.defer(ex); 72 Scope.enter(layoutBinder); 85 Scope.defer(ex); 87 Scope.exit(); 96 Scope.enter(layoutBinder); 103 Scope.defer(ex); 105 Scope.exit();
|
/frameworks/support/compat/src/main/java/androidx/core/content/pm/ |
PermissionInfoCompat.java | 44 @RestrictTo(RestrictTo.Scope.LIBRARY) 63 @RestrictTo(RestrictTo.Scope.LIBRARY)
|
/frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/ |
IndexBundle.java | 30 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) 66 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
|
/frameworks/support/slices/core/src/main/java/androidx/slice/ |
ArrayUtils.java | 20 import androidx.annotation.RestrictTo.Scope; 28 @RestrictTo(Scope.LIBRARY)
|
/frameworks/support/wear/src/main/java/androidx/wear/internal/widget/drawer/ |
MultiPagePresenter.java | 21 import androidx.annotation.RestrictTo.Scope; 31 @RestrictTo(Scope.LIBRARY)
|
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/ |
AbsListViewFlingWatcher.java | 23 import androidx.annotation.RestrictTo.Scope; 36 @RestrictTo(Scope.LIBRARY)
|