Home
last modified time | relevance | path

Searched refs:instantiated (Results 1 – 25 of 206) sorted by relevance

123456789

/external/testng/src/test/java/test/
DCtorCalledOnce.java12 public static int instantiated = 0; field in CtorCalledOnce
14 instantiated++; in CtorCalledOnce()
19 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times"; in testMethod1()
24 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times"; in testMethod2()
29 assert instantiated == 1 : "Expected 1, was invoked " + instantiated + " times"; in testMethod3()
34 instantiated = 0; in afterTest()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DMultiClass-defm-fail.td23 // XCHECK-DAG: note: instantiated from multiclass
28 // CHECK: note: instantiated from multiclass
30 // CHECK: note: instantiated from multiclass
DMultiClass-defm.td46 // This always works, because d1_r1 is instantiated before d1_m1 which would
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst60 ASN.1 schema can be "instantiated" by essentially putting some concrete value
61 into the type container. Such instantiated schema object can still be
78 To tell instantiated schema object from just a schema, the *.isValue*
85 # non-instantiated schema
90 # partially instantiated schema
96 # fully instantiated schema
169 user-supplied values and pass instantiated schema to the encoder.
/external/clang/test/CodeGenCXX/
Dcondition.cpp244 int instantiated(T x) { in instantiated() function
317 template int instantiated(X);
/external/tensorflow/tensorflow/core/framework/
Dattr_value.proto48 // the function is instantiated. For example, let us suppose a
50 // placeholder = "foo". When FN is instantiated with attr "foo"
51 // set to "bar", the instantiated node N's attr A will have been
/external/selinux/secilc/docs/
Dcil_conditional_statements.md43 Contains the run time conditional statements that are instantiated in the binary policy according t…
86 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>bool…
90 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>bool…
198 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tuna…
202 <td align="left"><p>An optional set of CIL statements that will be instantiated when the <code>tuna…
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c87 int instantiated; member
647 instance->instantiated = 1; in cras_dsp_pipeline_instantiate()
722 if (instance->instantiated) { in cras_dsp_pipeline_deinstantiate()
724 instance->instantiated = 0; in cras_dsp_pipeline_deinstantiate()
894 if (instance->instantiated) { in cras_dsp_pipeline_free()
896 instance->instantiated = 0; in cras_dsp_pipeline_free()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dwrapper_union_class_declaration.tmpl35 // Clone() is a template so it is only instantiated if it is used. Thus, the
41 // Equals() is a template so it is only instantiated if it is used. Thus, the
Dwrapper_class_declaration.tmpl43 // Clone() is a template so it is only instantiated if it is used. Thus, the
49 // Equals() is a template so it is only instantiated if it is used. Thus, the
/external/python/cpython2/Doc/library/
Dxml.sax.rst67 instantiated by the application itself. Since Python does not have an explicit
76 instantiated directly) and the handler classes are also available from
93 When instantiated, *msg* should be a human-readable description of the error.
Dabc.rst139 cannot be instantiated unless all of its abstract methods and
175 instantiated unless all of its abstract methods and properties are overridden.
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DTransliterator.java.patch24 …* transliterator is instantiated, it appears externally to be a standard transliterator (e.g., get…
76 * inverse of the given ID is instantiated.
/external/python/cpython3/Doc/library/
Dxml.sax.rst80 instantiated by the application itself. Since Python does not have an explicit
89 instantiated directly) and the handler classes are also available from
106 When instantiated, *msg* should be a human-readable description of the error.
/external/python/cpython2/Demo/pdist/
DREADME59 exceptions with the most generality. The Server class is instantiated
61 class is instantiated with a host name and a port number where it
/external/pdfium/xfa/fwl/
DREADME.md26 These CFWL widgets are instantiated by and closely related to the CXFA classes
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontents.rst46 are instantiated on the constraint and logic operator objects, not on the
/external/dtc/Documentation/
Ddt-object-internal.txt28 /* peripherals that are always instantiated */
53 /* peripherals that are always instantiated */
80 /* peripherals that are always instantiated */
/external/u-boot/board/imgtec/xilfpga/
DREADME11 As we are dealing with a MIPS core instantiated on an FPGA, specifications
/external/v8/src/objects/
Dtemplates.h172 inline bool instantiated();
Dtemplates-inl.h69 bool FunctionTemplateInfo::instantiated() { in ACCESSORS()
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
DREADME.md9 transformation is learned with neural nets instantiated within Normalizing Flows
/external/libcxx/docs/DesignDocs/
DVisibilityMacros.rst143 declaration makes the class template be instantiated, which is not desirable
177 visibility when instantiated. These methods are often implicitly instantiated
/external/perfetto/src/tracing/
DREADME.md24 - The `Service` must be instantiated via `UnixServiceHost::CreateInstance()`. The
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt155 a macro argument instantiated here, recursively instantiated here).

123456789