OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructed
(Results
301 - 325
of
4943
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/std/utilities/function.objects/comparisons/
constexpr_init.pass.cpp
18
// Test that these types can be
constructed
w/o an initializer in a constexpr
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
const_optional_U.pass.cpp
93
assert(T::
constructed
== 1);
109
assert(T::
constructed
== 0);
125
assert(T::
constructed
== 0);
138
assert(T::
constructed
== 0);
optional_U.pass.cpp
97
assert(T::
constructed
== 1);
113
assert(T::
constructed
== 0);
129
assert(T::
constructed
== 0);
142
assert(T::
constructed
== 0);
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
move.pass.cpp
100
assert(T::
constructed
== 0);
114
assert(T::
constructed
== 0);
126
assert(T::
constructed
== 0);
140
assert(T::
constructed
== 0);
/external/libtextclassifier/util/java/
scoped_local_ref.h
34
// is implicitly
constructed
from the second argument to ScopedLocalRef.
/external/python/cpython3/Tools/demo/
vector.py
10
Instances of the Vec class can be
constructed
from numbers
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
MockDateBeanConstructorTest.java
31
fail("MockDate cannot be
constructed
.");
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFObjectWriter.h
42
/// \returns The
constructed
object writer.
/frameworks/av/media/libaudiohal/2.0/
EffectBufferHalHidl.h
66
// Can not be
constructed
directly by clients.
EffectsFactoryHalHidl.h
64
// Can not be
constructed
directly by clients.
/frameworks/av/media/libaudiohal/4.0/
EffectBufferHalHidl.h
67
// Can not be
constructed
directly by clients.
/frameworks/av/media/libaudiohal/4.0/include/libaudiohal/4.0/
EffectsFactoryHalHidl.h
65
// Can not be
constructed
directly by clients.
/frameworks/av/media/libaudiohal/include/media/audiohal/
EffectBufferHalInterface.h
54
// Subclasses can not be
constructed
directly by clients.
EffectHalInterface.h
59
// Subclasses can not be
constructed
directly by clients.
EffectsFactoryHalInterface.h
59
// Subclasses can not be
constructed
directly by clients.
/frameworks/base/core/java/android/app/
FragmentContainer.java
47
* with dependencies, or change the fragment being
constructed
. By default just calls
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_parcelable.h
47
// Returns a channel handle
constructed
from this parcelable object and takes
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TooManyListenersExceptionTest.java
33
"Message thrown with exception
constructed
with no message",
/libcore/ojluni/src/main/java/java/lang/
ArithmeticException.java
33
* {@code ArithmeticException} objects may be
constructed
by the
OutOfMemoryError.java
33
* {@code OutOfMemoryError} objects may be
constructed
by the virtual
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_fc.h
34
*
constructed
in the driver as the Tachyon needs certain fields in
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp
38
bool
constructed
;
member in struct:PMATest
40
PMATest() : A(&R), ptr(A.allocate(1)),
constructed
(false) {}
45
constructed
= true;
49
if (
constructed
) A.destroy(ptr);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/
const_optional_U.pass.cpp
93
assert(T::
constructed
== 1);
109
assert(T::
constructed
== 0);
125
assert(T::
constructed
== 0);
138
assert(T::
constructed
== 0);
optional_U.pass.cpp
97
assert(T::
constructed
== 1);
113
assert(T::
constructed
== 0);
129
assert(T::
constructed
== 0);
142
assert(T::
constructed
== 0);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
move.pass.cpp
100
assert(T::
constructed
== 0);
114
assert(T::
constructed
== 0);
126
assert(T::
constructed
== 0);
140
assert(T::
constructed
== 0);
Completed in 8277 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>