HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 176 - 200 of 2145) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/slices/core/src/main/java/androidx/slice/
SliceItem.java 41 import androidx.annotation.RestrictTo.Scope;
78 @RestrictTo(Scope.LIBRARY)
87 @RestrictTo(Scope.LIBRARY)
96 @RestrictTo(Scope.LIBRARY)
108 @RestrictTo(Scope.LIBRARY)
117 @RestrictTo(Scope.LIBRARY)
126 @RestrictTo(Scope.LIBRARY)
144 @RestrictTo(Scope.LIBRARY)
152 @RestrictTo(Scope.LIBRARY)
212 @RestrictTo(Scope.LIBRARY_GROUP
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 21 // A Scope maintains a set of objects and links to its containing
23 // and looked up by name. The zero value for Scope is a ready-to-use
24 // empty scope.
25 type Scope struct {
26 parent *Scope
27 children []*Scope
29 pos, end token.Pos // scope extent; may be invalid
31 isFunc bool // set if this is a function scope (internal use only)
34 // NewScope returns a new, empty scope contained in the given parent
35 // scope, if any. The comment is for debugging only
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
scope.go 21 // A Scope maintains a set of objects and links to its containing
23 // and looked up by name. The zero value for Scope is a ready-to-use
24 // empty scope.
25 type Scope struct {
26 parent *Scope
27 children []*Scope
29 pos, end token.Pos // scope extent; may be invalid
31 isFunc bool // set if this is a function scope (internal use only)
34 // NewScope returns a new, empty scope contained in the given parent
35 // scope, if any. The comment is for debugging only
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 31 import com.android.tools.lint.detector.api.Scope;
97 EnumSet<Scope> scope = null; local
104 scope = Scope.ALL;
109 scope = EnumSet.of(Scope.MANIFEST);
111 scope = Scope.RESOURCE_FILE_SCOPE;
114 if (scope != null)
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 247 Metadata *Scope;
250 MDNodeKeyImpl(unsigned Line, unsigned Column, Metadata *Scope,
252 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
255 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
260 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
263 return hash_combine(Line, Column, Scope, InlinedAt);
348 Metadata *Scope;
357 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
360 : Tag(Tag), Name(Name), File(File), Line(Line), Scope(Scope)
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 14 // control transfers out of a particular scope. This can be
113 /// Push an entry of the given size onto this protected-scope stack.
192 EHCleanupScope *Scope =
205 Scope->setLifetimeMarker();
207 return Scope->getCleanupBuffer();
254 EHCatchScope *scope = local
257 return scope;
425 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin());
427 // As long as Old strictly encloses the scope's enclosing normal
431 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup())
1103 EHScope &scope = *EHStack.find(i); local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
Com.asl 19 Scope(_SB)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
Com.asl 19 Scope(_SB)
Ctl.asl 15 Scope(_SB)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
SATASSDT.ASL 30 Scope(_SB) {
  /external/guice/core/src/com/google/inject/internal/
ScopeBindingProcessor.java 21 import com.google.inject.Scope;
39 Scope scope = checkNotNull(command.getScope(), "scope"); local
54 if (!scope.equals(existing.getScope())) {
55 errors.duplicateScopes(existing, annotationType, scope);
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 45 LLVMMetadataRef Scope,
50 LLVMMetadataRef Scope,
55 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name,
61 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef D, LLVMMetadataRef Scope,
67 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name, unsigned ArgNo,
88 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name,
94 LLVMDIBuilderRef D, unsigned Tag, const char *Name, LLVMMetadataRef Scope,
99 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef D, LLVMMetadataRef Scope,
  /external/pdfium/fxjs/
cfxjse_isolatetracker.h 32 v8::Isolate::Scope m_iscope;
52 v8::Context::Scope m_cscope;
  /external/skia/src/gpu/ccpr/
GrCCTriangleShader.h 20 void onEmitVaryings(GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code,
35 void onEmitVaryings(GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code,
  /external/skqp/src/gpu/ccpr/
GrCCTriangleShader.h 20 void onEmitVaryings(GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code,
35 void onEmitVaryings(GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code,
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner_test.cc 23 #include "tensorflow/cc/framework/scope.h"
47 Scope root = Scope::NewRootScope();
59 Scope root = Scope::NewRootScope();
84 Scope root = Scope::NewRootScope();
97 Scope root = Scope::NewRootScope();
  /external/tensorflow/tensorflow/core/kernels/
mfcc_op_test.cc 38 Scope root = Scope::DisabledShapeInferenceScope();
  /frameworks/support/annotations/src/main/java/androidx/annotation/
RestrictTo.java 31 * specific scope (as defined by {@link Scope}).
54 * The scope to which usage should be restricted.
56 Scope[] value();
58 enum Scope {
88 * <strong>Note:</strong> This scope should not be used to annotate
  /frameworks/support/wear/src/main/java/androidx/wear/internal/widget/drawer/
WearableNavigationDrawerPresenter.java 21 import androidx.annotation.RestrictTo.Scope;
33 @RestrictTo(Scope.LIBRARY)
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
RecyclerViewFlingWatcher.java 20 import androidx.annotation.RestrictTo.Scope;
34 @RestrictTo(Scope.LIBRARY)
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
WorkRequest.java 59 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
81 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
92 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
103 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
240 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
254 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
269 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
284 @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
RestrictTo.java 34 /** The scope to which usage should be restricted. */
35 Scope[] value();
37 enum Scope {
65 * <p><strong>Note:</strong> This scope should not be used to annotate packages.
  /external/llvm/include/llvm/IR/
DIBuilder.h 182 /// \param Scope Member scope.
191 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name,
198 /// \param Scope Member scope.
209 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
215 /// \param Scope Member scope.
222 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name,
259 /// \param Scope Scope in which this class is defined
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 224 /// \param Scope Member scope.
233 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name,
241 /// \param Scope Member scope.
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
257 /// \param Scope Member scope.
265 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name,
303 /// \param Scope Scope in which this class is defined
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 228 /// \param Scope Member scope.
237 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name,
245 /// \param Scope Member scope.
255 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
261 /// \param Scope Member scope.
269 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name,
307 /// \param Scope Scope in which this class is defined
    [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 78 91011>>