/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 190 static const SkRect* generic_inset(const RectInfo& enclosing, in generic_inset() argument 198 SkRect newR = enclosing.rect(); in generic_inset() 200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset() 210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset() 220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset() 230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset() 245 static const SkRect* left_only(const RectInfo& enclosing, in left_only() argument 252 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in left_only() 258 static const SkRect* top_only(const RectInfo& enclosing, in top_only() argument 265 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in top_only() [all …]
|
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 190 static const SkRect* generic_inset(const RectInfo& enclosing, in generic_inset() argument 198 SkRect newR = enclosing.rect(); in generic_inset() 200 RectInfo::EdgeType left = enclosing.edgeType(RectInfo::kLeft); in generic_inset() 210 RectInfo::EdgeType top = enclosing.edgeType(RectInfo::kTop); in generic_inset() 220 RectInfo::EdgeType right = enclosing.edgeType(RectInfo::kRight); in generic_inset() 230 RectInfo::EdgeType bot = enclosing.edgeType(RectInfo::kBot); in generic_inset() 245 static const SkRect* left_only(const RectInfo& enclosing, in left_only() argument 252 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in left_only() 258 static const SkRect* top_only(const RectInfo& enclosing, in top_only() argument 265 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in top_only() [all …]
|
/external/turbine/java/com/google/turbine/binder/ |
D | CompUnitPreprocessor.java | 132 int enclosing) { in preprocessChildren() argument 145 int access = innerClassAccess(enclosing, decl); in preprocessChildren() 183 private static int innerClassAccess(int enclosing, TyDecl decl) { in innerClassAccess() argument 187 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) { in innerClassAccess() 201 if ((enclosing & (TurbineFlag.ACC_INTERFACE | TurbineFlag.ACC_ANNOTATION)) != 0) { in innerClassAccess() 207 access |= (enclosing & TurbineFlag.ACC_STRICT); in innerClassAccess()
|
/external/mockito/src/main/java/org/mockito/internal/configuration/ |
D | SpyAnnotationEngine.java | 98 Class<?> enclosing = type.getEnclosingClass(); in spyNewInstance() local 99 if (!enclosing.isInstance(testInstance)) { in spyNewInstance() 102 … " outer class: '" + enclosing.getSimpleName() + "'", in spyNewInstance()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | FieldImpl.java | 72 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); in findType() local 73 return enclosing.findType(signature); in findType()
|
D | MethodImpl.java | 147 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); in findType() local 148 return enclosing.findType(signature); in findType() 160 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)declaringType(); in argumentType() local 162 return enclosing.findType(signature); in argumentType()
|
D | LocalVariableImpl.java | 106 ReferenceTypeImpl enclosing = (ReferenceTypeImpl)method.declaringType(); in findType() local 107 return enclosing.findType(signature); in findType()
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | canon_class_header.test | 21 // Inner is resolved as a member of the enclosing instance, and is implicitly 26 // Inner is resolved as a member of the enclosing instance (not as a member
|
D | visible_nested.test | 7 // access private member of enclosing instance
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeName.java | 275 TypeName enclosing = in get() local 280 if (t.getTypeArguments().isEmpty() && !(enclosing instanceof ParameterizedTypeName)) { in get() 288 return enclosing instanceof ParameterizedTypeName in get() 289 ? ((ParameterizedTypeName) enclosing).nestedClass( in get()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 290 DefaultBlock (const SharedPtr& enclosing) in DefaultBlock() argument 291 : Node(TYPE_DEFAULT_BLOCK, enclosing) in DefaultBlock() 294 DE_ASSERT(enclosing->getType() == TYPE_SHADER || in DefaultBlock() 295 enclosing->getType() == TYPE_SHADER_SET); in DefaultBlock() 302 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage) in StorageQualifier() argument 303 : Node (TYPE_STORAGE_QUALIFIER, enclosing) in StorageQualifier() 307 DE_ASSERT(enclosing->getType() == TYPE_DEFAULT_BLOCK); in StorageQualifier() 316 Variable (const SharedPtr& enclosing, glu::DataType dataType) in Variable() argument 317 : Node (TYPE_VARIABLE, enclosing) in Variable() 320 DE_ASSERT(enclosing->getType() == TYPE_STORAGE_QUALIFIER || in Variable() [all …]
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_11.txt | 3 Subject: The enclosing message
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_11.txt | 3 Subject: The enclosing message
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 5 ; block to the enclosing loop and not get confused by the unreachable
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 5 ; block to the enclosing loop and not get confused by the unreachable
|
/external/python/cpython3/Doc/reference/ |
D | executionmodel.rst | 99 When a name is used in a code block, it is resolved using the nearest enclosing 130 in the same block. If the nearest enclosing scope for a free variable contains 136 to previously bound variables in the nearest enclosing function scope. 138 exist in any enclosing function scope. 202 enclosing namespace, but in the global namespace. [#]_ The :func:`exec` and
|
/external/python/cpython2/Doc/reference/ |
D | executionmodel.rst | 65 When a name is used in a code block, it is resolved using the nearest enclosing 99 illegal to unbind a name that is referenced by an enclosing scope; the compiler 144 in the same block. If the nearest enclosing scope for a free variable contains 161 If a variable is referenced in an enclosing scope, it is illegal to delete the 177 the caller. Free variables are not resolved in the nearest enclosing namespace,
|
/external/clang/test/CodeGenObjC/ |
D | 2010-03-17-StructRef.m | 2 // Bitfield references must not touch memory outside of the enclosing
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 72 /** $x.y x is enclosing rule or rule ref or rule label 80 // ref to enclosing rule.
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | union_definition.tmpl | 15 // If it is inlined, the alignment is already enforced by its enclosing
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 112 // Use the enclosing slice as binding point for a flow end event instead of 113 // the next slice. Flow start/step events always bind to the enclosing
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 5 ; block to the enclosing loop and not get confused by the unreachable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/indent/ |
D | llvm.vim | 10 " enclosing '{'/'}' block
|
/external/llvm/utils/vim/indent/ |
D | llvm.vim | 10 " enclosing '{'/'}' block
|
/external/vulkan-validation-layers/external/ |
D | CMakeLists.txt | 30 # Already enabled as a target (perhaps by a project enclosing this one)
|