Home
last modified time | relevance | path

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

12345

/external/v8/src/compiler/
Djs-context-specialization.cc78 Handle<Context> concrete; in ReduceJSLoadContext() local
80 .ToHandle(&concrete)) { in ReduceJSLoadContext()
88 concrete = handle(concrete->previous(), isolate()); in ReduceJSLoadContext()
94 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext()
102 Handle<Object> value(concrete->get(static_cast<int>(access.index())), in ReduceJSLoadContext()
105 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext()
127 Handle<Context> concrete; in ReduceJSStoreContext() local
129 .ToHandle(&concrete)) { in ReduceJSStoreContext()
137 concrete = handle(concrete->previous(), isolate()); in ReduceJSStoreContext()
140 return SimplifyJSStoreContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSStoreContext()
/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:
/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.py479 def writeInterfaceDecl (api, filename, functionTypes, concrete): argument
481 postfix = "" if concrete else " = 0"
883 …in(VULKAN_DIR, "vkVirtualPlatformInterface.inl"), functionTypes = platformFuncs, concrete = False)
884 …in(VULKAN_DIR, "vkVirtualInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = False)
885 ….join(VULKAN_DIR, "vkVirtualDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = False)
886 …in(VULKAN_DIR, "vkConcretePlatformInterface.inl"), functionTypes = platformFuncs, concrete = True)
887 …in(VULKAN_DIR, "vkConcreteInstanceInterface.inl"), functionTypes = instanceFuncs, concrete = True)
888 …h.join(VULKAN_DIR, "vkConcreteDeviceInterface.inl"), functionTypes = deviceFuncs, concrete = True)
/external/clang/test/CodeGenCXX/
Danonymous-namespaces.cpp44 int concrete() { in concrete() function
/external/python/cpython2/Doc/c-api/
Dindex.rst21 concrete.rst
/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/python/cpython2/Lib/test/decimaltestdata/
Dtestall.decTest78 -- The next are for the Strawman 4d concrete representations and
/external/python/cpython2/Doc/library/
Dcompiler.rst21 generate a concrete syntax tree. This tree is used to generate an abstract
115 interpreter use a concrete syntax tree. The concrete syntax is tied closely to
121 The transformer relies on the built-in Python parser to generate a concrete
122 syntax tree. It generates an abstract syntax tree from the concrete tree.
Dabc.rst21 The :mod:`collections` module has some concrete classes that derive from
35 then acts as a mix-in class. You can also register unrelated concrete
Dxml.sax.utils.rst55 using the reference concrete syntax.
Dast.rst52 Each concrete class has an attribute :attr:`_fields` which gives the names
55 Each instance of a concrete class has one attribute for each child node,
/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/google-breakpad/
DREADME.ANDROID82 For a concrete example, see the sample test application under
/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

12345