/external/vogar/src/vogar/target/junit/ |
D | Junit4.java | 36 boolean concrete = !Modifier.isAbstract(klass.getModifiers()); in isJunit4Test() 53 return concrete; in isJunit4Test() 66 if (!concrete) { in isJunit4Test()
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/ |
D | CallsRealMethodsTest.java | 24 void concrete() { in should_invoke_real_method() method in CallsRealMethodsTest.Concrete 30 …Invocation concrete = new InvocationBuilder().mock(mock).method(Concrete.class.getDeclaredMethod("… in should_invoke_real_method() local 32 new CallsRealMethods().answer(concrete); in should_invoke_real_method()
|
/external/clang/test/SemaTemplate/ |
D | overload-uneval.cpp | 22 static inline B *concrete(Foo *node) { in concrete() function in Wibble 33 inline operator B *() const { return concrete(i); } in operator B*()
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 15 keys store both the original region, and the "concrete offset region" -- the 16 last region whose offset is entirely concrete. (For example, in the expression 17 `foo.bar[1][i].baz`, the concrete offset region is the array `foo.bar[1]`, 24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's 33 symbolic offset invalidates the entire concrete offset region.* We know 44 concrete offset invalidates any symbolic offset bindings whose concrete offset 65 they have no concrete compile-time offsets (in the modern, "non-fragile" 159 Here's a concrete example:
|
D | DebugChecks.rst | 154 dying. However, if the argument is not a symbol but a concrete value,
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntry.groovy | 19 …* The abstract superclass for concrete file system entry classes representing files and directorie… 45 * Abstract method -- must be implemented within concrete subclasses
|
D | DirectoryEntry.groovy | 42 * Abstract method -- must be implemented within concrete subclasses
|
D | FileEntry.groovy | 63 * Abstract method -- must be implemented within concrete subclasses
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 537 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument 539 postfix = "" if concrete else " = 0" 923 …in(VULKAN_DIR, "vkVirtualPlatformInterface.inl"), functionTypes = platformFuncs, concrete = False) 924 …in(VULKAN_DIR, "vkVirtualInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = False) 925 ….join(VULKAN_DIR, "vkVirtualDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = False) 926 …in(VULKAN_DIR, "vkConcretePlatformInterface.inl"), functionTypes = platformFuncs, concrete = True) 927 …in(VULKAN_DIR, "vkConcreteInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = True) 928 …h.join(VULKAN_DIR, "vkConcreteDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = True)
|
/external/clang/test/CodeGenCXX/ |
D | anonymous-namespaces.cpp | 44 int concrete() { in concrete() function
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 65 different concrete classes in the hierarchy, and stash the enum value 201 To be concrete, consider the following code: 246 For concrete bases (i.e. non-abstract interior nodes of the inheritance 250 * Since the class is concrete, it must itself have an entry in the ``Kind`` 404 #. The ``Kind`` enum should have one entry per concrete class, ordered
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 24 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges",…
|
/external/llvm/test/DebugInfo/Generic/ |
D | cross-cu-inlining.ll | 34 ; concrete information (address range or variable location) 47 ; Check the concrete out of line definition references the abstract and
|
D | recursive_inlining.ll | 10 ; accidentally overwrote the concrete argument and was lost. 63 ; The concrete definition of C::m_fn2
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | README.md | 9 for a concrete example of how to apply pyfakefs.
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 34 # pointing to a concrete class that extends com.google.caliper.runner.Instrument, and add
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 21 // the type hierarchy but has no concrete instances.
|
/external/eigen/doc/ |
D | CustomizingEigen_CustomScalar.dox | 17 Here is a concrete example adding support for the Adolc's \c adouble type. <a href="https://project…
|
/external/llvm/test/DebugInfo/X86/ |
D | concrete_out_of_line.ll | 3 ; test that we add DW_AT_inline even when we only have concrete out of line
|
/external/google-breakpad/ |
D | README.ANDROID | 82 For a concrete example, see the sample test application under
|
/external/iproute2/ |
D | README.distribution | 46 a concrete example, namely how the new "experimental" distribution was
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 50 ; retrieving the name of a concrete inlined instance
|
/external/iproute2/netem/ |
D | README.distribution | 48 a concrete example, namely how the new "experimental" distribution was
|
/external/clang/docs/ |
D | DriverInternals.rst | 98 represent concrete data structures built by the driver, the green 269 Tool must construct concrete Commands which will be executed during
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemTest.groovy | 38 // These must be set by the concrete subclass (in its constructor)
|