Home
last modified time | relevance | path

Searched refs:concrete (Results 1 – 25 of 84) sorted by relevance

1234

/external/vogar/src/vogar/target/junit/
DJunit4.java36 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/
DCallsRealMethodsTest.java24 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/
Doverload-uneval.cpp22 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/
DRegionStore.txt15 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:
DDebugChecks.rst154 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/
DAbstractFileSystemEntry.groovy19 …* The abstract superclass for concrete file system entry classes representing files and directorie…
45 * Abstract method -- must be implemented within concrete subclasses
DDirectoryEntry.groovy42 * Abstract method -- must be implemented within concrete subclasses
DFileEntry.groovy63 * Abstract method -- must be implemented within concrete subclasses
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py537 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/
Danonymous-namespaces.cpp44 int concrete() { in concrete() function
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst65 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/
DAnalyses.def24 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges",…
/external/llvm/test/DebugInfo/Generic/
Dcross-cu-inlining.ll34 ; concrete information (address range or variable location)
47 ; Check the concrete out of line definition references the abstract and
Drecursive_inlining.ll10 ; 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/
DREADME.md9 for a concrete example of how to apply pyfakefs.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties34 # pointing to a concrete class that extends com.google.caliper.runner.Instrument, and add
/external/clang/include/clang/AST/
DTypeNodes.def21 // the type hierarchy but has no concrete instances.
/external/eigen/doc/
DCustomizingEigen_CustomScalar.dox17 Here is a concrete example adding support for the Adolc's \c adouble type. <a href="https://project…
/external/llvm/test/DebugInfo/X86/
Dconcrete_out_of_line.ll3 ; test that we add DW_AT_inline even when we only have concrete out of line
/external/google-breakpad/
DREADME.ANDROID82 For a concrete example, see the sample test application under
/external/iproute2/
DREADME.distribution46 a concrete example, namely how the new "experimental" distribution was
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll50 ; retrieving the name of a concrete inlined instance
/external/iproute2/netem/
DREADME.distribution48 a concrete example, namely how the new "experimental" distribution was
/external/clang/docs/
DDriverInternals.rst98 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/
DAbstractFileSystemTest.groovy38 // These must be set by the concrete subclass (in its constructor)

1234