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

1 2

  /external/skia/tests/
DetermineDomainModeTest.cpp 190 static const SkRect* generic_inset(const RectInfo& enclosing,
198 SkRect newR = enclosing.rect();
200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft);
210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop);
220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight);
230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot);
244 // Make a rect that only touches the enclosing rect on the left.
245 static const SkRect* left_only(const RectInfo& enclosing,
252 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect,
257 // Make a rect that only touches the enclosing rect on the top
    [all...]
  /external/skqp/tests/
DetermineDomainModeTest.cpp 190 static const SkRect* generic_inset(const RectInfo& enclosing,
198 SkRect newR = enclosing.rect();
200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft);
210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop);
220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight);
230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot);
244 // Make a rect that only touches the enclosing rect on the left.
245 static const SkRect* left_only(const RectInfo& enclosing,
252 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect,
257 // Make a rect that only touches the enclosing rect on the top
    [all...]
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
FieldImpl.java 72 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); local
73 return enclosing.findType(signature);
LocalVariableImpl.java 106 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)method.declaringType(); local
107 return enclosing.findType(signature);
MethodImpl.java 147 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); local
148 return enclosing.findType(signature);
160 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); local
162 return enclosing.findType(signature);
  /external/turbine/java/com/google/turbine/binder/
CompUnitPreprocessor.java 132 int enclosing) {
145 int access = innerClassAccess(enclosing, decl);
183 private static int innerClassAccess(int enclosing, TyDecl decl) {
187 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) {
201 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) {
207 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() + "'",
  /external/javapoet/src/main/java/com/squareup/javapoet/
TypeName.java 275 TypeName enclosing = local
280 if (t.getTypeArguments().isEmpty() && !(enclosing instanceof ParameterizedTypeName)) {
288 return enclosing instanceof ParameterizedTypeName
289 ? ((ParameterizedTypeName) enclosing).nestedClass(
MethodSpec.java 232 * enclosing}. This will resolve type parameters: for example overriding {@link
243 ExecutableElement method, DeclaredType enclosing, Types types) {
244 ExecutableType executableType = (ExecutableType) types.asMemberOf(enclosing, method);
  /external/llvm/utils/vim/indent/
llvm.vim 10 " enclosing '{'/'}' block
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/indent/
llvm.vim 10 " enclosing '{'/'}' block
  /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/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
proto_writer.cc 291 ProtoWriter* enclosing)
293 ow_(enclosing),
355 // all enclosing messages.
protostream_objectwriter.cc 375 ProtoStreamObjectWriter::Item::Item(ProtoStreamObjectWriter* enclosing,
379 ow_(enclosing),
    [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/guava/guava/src/com/google/common/collect/
TreeRangeSet.java 800 Range<C> enclosing = TreeRangeSet.this.rangeEnclosing(range);
801 return enclosing != null && !enclosing.intersection(restriction).isEmpty();
  /external/clang/lib/CodeGen/
CGCleanup.cpp 427 // As long as Old strictly encloses the scope's enclosing normal
668 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); local
669 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing));
774 // to the enclosing cleanup
841 // If there aren't any enclosing cleanups, we can resolve all
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 378 # and taking other text and enclosing it in double quotes
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 
  /build/make/tools/
warn.py 548 'Java: A private method that does not reference the enclosing instance can be static',
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 357 * enclosing rule. This local follow set only includes tokens
  /external/golang-protobuf/proto/
lib.go 59 Enum values are prefixed by the enclosing message's name, or by the

Completed in 2533 milliseconds

1 2