HomeSort by relevance Sort by last modified time
    Searched refs:enclosing (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
Dao.kt 54 var enclosing = element.enclosingElement
55 while (enclosing is TypeElement) {
56 path.add(ClassName.get(enclosing as TypeElement).simpleName())
57 enclosing = enclosing.enclosingElement
  /external/skia/tests/
DetermineDomainModeTest.cpp 179 static const SkRect* generic_inset(const RectInfo& enclosing,
187 SkRect newR = enclosing.rect();
189 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft);
199 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop);
209 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight);
219 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot);
233 // Make a rect that only touches the enclosing rect on the left.
234 static const SkRect* left_only(const RectInfo& enclosing,
241 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect,
246 // Make a rect that only touches the enclosing rect on the top
    [all...]
  /external/skqp/tests/
DetermineDomainModeTest.cpp 179 static const SkRect* generic_inset(const RectInfo& enclosing,
187 SkRect newR = enclosing.rect();
189 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft);
199 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop);
209 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight);
219 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot);
233 // Make a rect that only touches the enclosing rect on the left.
234 static const SkRect* left_only(const RectInfo& enclosing,
241 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect,
246 // Make a rect that only touches the enclosing rect on the top
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug475.go 7 // Variable in enclosing function with same name as field in struct
bug489.go 9 // referenced in enclosing functions.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug475.go 7 // Variable in enclosing function with same name as field in struct
bug489.go 9 // referenced in enclosing functions.
  /external/turbine/java/com/google/turbine/binder/
CompUnitPreprocessor.java 117 int enclosing) {
125 int access = innerClassAccess(enclosing, decl);
163 private static int innerClassAccess(int enclosing, TyDecl decl) {
167 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) {
181 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) {
187 access |= (enclosing & TurbineFlag.ACC_STRICT);
  /external/mockito/src/main/java/org/mockito/internal/configuration/
SpyAnnotationEngine.java 98 Class<?> enclosing = type.getEnclosingClass(); local
99 if (!enclosing.isInstance(testInstance)) {
102 " outer class: '" + enclosing.getSimpleName() + "'",
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 43 // A block tracks label declarations in a block and its enclosing blocks.
45 parent *block // enclosing block
66 // or an enclosing block with the given label name, or nil.
76 // enclosingTarget returns the innermost enclosing labeled
89 // enclosing block, and lstmt is the labeled statement this block is associated with (or nil).
179 // spec: "If there is a label, it must be that of an enclosing
195 // spec: "If there is a label, it must be that of an enclosing
  /prebuilts/go/linux-x86/src/go/types/
labels.go 43 // A block tracks label declarations in a block and its enclosing blocks.
45 parent *block // enclosing block
66 // or an enclosing block with the given label name, or nil.
76 // enclosingTarget returns the innermost enclosing labeled
89 // enclosing block, and lstmt is the labeled statement this block is associated with (or nil).
179 // spec: "If there is a label, it must be that of an enclosing
195 // spec: "If there is a label, it must be that of an enclosing
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationMethod.java 82 TypeElement enclosing = (TypeElement) mExecutableElement.getEnclosingElement(); local
88 elementUtils.overrides(mExecutableElement, executableElement, enclosing)) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go 64 parent *block // immediately enclosing block, or nil
92 // declared in block b or any of its enclosing blocks. The result is nil
106 var invalid = new(LabeledStmt) // singleton to signal invalid enclosing target
108 // enclosingTarget returns the innermost enclosing labeled statement matching
132 // list of unresolved (forward) gotos. parent is the immediately enclosing
133 // block (or nil), ctxt provides information about the enclosing statements,
241 // spec: "If there is a label, it must be that of an enclosing
256 // spec: "If there is a label, it must be that of an enclosing
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go 64 parent *block // immediately enclosing block, or nil
92 // declared in block b or any of its enclosing blocks. The result is nil
106 var invalid = new(LabeledStmt) // singleton to signal invalid enclosing target
108 // enclosingTarget returns the innermost enclosing labeled statement matching
132 // list of unresolved (forward) gotos. parent is the immediately enclosing
133 // block (or nil), ctxt provides information about the enclosing statements,
241 // spec: "If there is a label, it must be that of an enclosing
256 // spec: "If there is a label, it must be that of an enclosing
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 631 relocs which may have been cached for the enclosing section. */
645 asection *enclosing;
647 enclosing = xcoff_section_data (abfd, sec)->enclosing;
649 if (enclosing != NULL
650 && (coff_section_data (abfd, enclosing) == NULL
651 || coff_section_data (abfd, enclosing)->relocs == NULL)
653 && enclosing->reloc_count > 0)
655 if (_bfd_coff_read_internal_relocs (abfd, enclosing, TRUE,
661 if (enclosing != NUL
641 asection *enclosing; local
1405 asection *enclosing; local
1557 asection *enclosing; local
1651 asection *enclosing; local
4595 asection *enclosing; local
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessBindable.java 65 L.e("Bindable must be on a member field or method. The enclosing type is %s",
68 TypeElement enclosing = (TypeElement) enclosingElement; local
69 if (!typeUtils.isAssignable(enclosing.asType(), observableType.asType())) {
78 mProperties.addProperty(enclosing.getQualifiedName().toString(), name);
  /external/llvm/utils/vim/indent/
llvm.vim 10 " enclosing '{'/'}' block
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /prebuilts/go/darwin-x86/src/cmd/vet/
httpresponse.go 95 stmt ast.Stmt // innermost statement enclosing argument to Visit
96 block *ast.BlockStmt // innermost block enclosing argument to Visit.
  /prebuilts/go/linux-x86/src/cmd/vet/
httpresponse.go 95 stmt ast.Stmt // innermost statement enclosing argument to Visit
96 block *ast.BlockStmt // innermost block enclosing argument to Visit.
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 290 DefaultBlock (const SharedPtr& enclosing)
291 : Node(TYPE_DEFAULT_BLOCK, enclosing)
294 DE_ASSERT(enclosing->getType() == TYPE_SHADER ||
295 enclosing->getType() == TYPE_SHADER_SET);
302 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage)
303 : Node (TYPE_STORAGE_QUALIFIER, enclosing)
307 DE_ASSERT(enclosing->getType() == TYPE_DEFAULT_BLOCK);
316 Variable (const SharedPtr& enclosing, glu::DataType dataType)
317 : Node (TYPE_VARIABLE, enclosing)
320 DE_ASSERT(enclosing->getType() == TYPE_STORAGE_QUALIFIER |
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 99 struct svga_winsys_stats_timeframe *enclosing; member in struct:svga_winsys_stats_timeframe
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.h 150 ProtoWriter* enclosing);
190 // Used for access to variables of the enclosing instance of
271 // Starts an object given the field and the enclosing type.
275 // Starts a list given the field and the enclosing type.
279 // Renders a primitve field given the field and the enclosing type.
316 // invalid_depth_: number of enclosing invalid nested messages.
protostream_objectwriter.h 192 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
222 // Used for access to variables of the enclosing instance of

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>