HomeSort by relevance Sort by last modified time
    Searched defs:Construct (Results 1 - 24 of 24) sorted by null

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Construct.java 21 * Provide a way to construct a Java instance out of the composed Node. Support
28 public interface Construct {
30 * Construct a Java instance with all the properties injected when it is
37 Object construct(Node node); method in interface:Construct
47 * <code>construct(Node node)</code> for the provided Node
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Construct.cpp 27 #include "val/Construct.h"
34 Construct::Construct(ConstructType construct_type,
36 std::vector<Construct*> constructs)
42 ConstructType Construct::type() const { return type_; }
44 const std::vector<Construct*>& Construct::corresponding_constructs() const {
47 std::vector<Construct*>& Construct::corresponding_constructs() {
62 void Construct::set_corresponding_constructs
    [all...]
Construct.h 45 /// continue construct
48 /// set of blocks dominated by the OpSwitch's merge block (this construct is
57 class Construct {
59 Construct(ConstructType type, BasicBlock* dominator,
61 std::vector<Construct*> constructs = {});
63 /// Returns the type of the construct
66 const std::vector<Construct*>& corresponding_constructs() const;
67 std::vector<Construct*>& corresponding_constructs();
68 void set_corresponding_constructs(std::vector<Construct*> constructs);
70 /// Returns the dominator block of the construct
    [all...]
  /external/v8/src/
elements-kind.cc 70 static void Construct(
assert-scope.cc 19 static void Construct(base::Thread::LocalStorageKey* key) {
register-configuration.cc 113 static void Construct(ArchDefaultRegisterConfiguration* config) {
code-factory.cc 464 Callable CodeFactory::Construct(Isolate* isolate) {
465 return Callable(isolate->builtins()->Construct(),
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc 30 const int error = ptr->Construct();
42 int ConditionVariablePosix::Construct() {
  /system/nvram/messages/include/nvram/messages/
tagged_union.h 168 // Construct a |TaggedUnion| object. Note that the constructor will activate
171 Construct<static_cast<TagType>(detail::Head<Member...>::Type::kTag)>();
219 Construct<tag>();
236 void Construct() {
  /external/v8/src/base/
lazy-instance.h 38 // static void Construct(MyClass* allocated_ptr) {
108 ConstructTrait::Construct(MutableInstance(storage));
131 static void Construct(T* allocated_ptr) {
  /external/webrtc/talk/media/base/
rtpdataengine.cc 82 Construct(timing);
86 Construct(NULL);
89 void RtpDataMediaChannel::Construct(rtc::Timing* timing) {
videocapturer.cc 105 Construct();
113 Construct();
116 void VideoCapturer::Construct() {
videocommon.h 197 Construct(0, 0, 0, 0);
201 Construct(w, h, interval_ns, cc);
205 Construct(format.width, format.height, format.interval, format.fourcc);
208 void Construct(int w, int h, int64_t interval_ns, uint32_t cc) {
  /external/webrtc/webrtc/base/
bytebuffer.cc 26 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK);
30 Construct(NULL, DEFAULT_SIZE, byte_order);
34 Construct(bytes, len, ORDER_NETWORK);
38 Construct(bytes, len, byte_order);
42 Construct(bytes, strlen(bytes), ORDER_NETWORK);
46 Construct(buf.data<char>(), buf.size(), ORDER_NETWORK);
49 void ByteBuffer::Construct(const char* bytes, size_t len,
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 47 request->Construct();
164 void StunRequest::Construct() {
port.cc 155 Construct();
186 Construct();
189 void Port::Construct() {
    [all...]
  /external/webrtc/talk/session/media/
channelmanager.cc 84 Construct(me, dme, cm, worker_thread);
89 Construct(me,
95 void ChannelManager::Construct(MediaEngineInterface* me,
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 136 std::int32_t Construct(TypeTag<Type>, Args&&... args) {
141 EnableIfConstructible<std::int32_t, Type, Args...> Construct(Args&&... args) {
195 Construct(TypeTag<Type>{}, std::forward<Args>(args)...);
259 std::int32_t Construct(TypeTag<First>, Args&&... args) {
264 std::int32_t Construct(TypeTag<T>, Args&&... args) {
266 rest_.template Construct(TypeTag<T>{}, std::forward<Args>(args)...);
270 EnableIfConstructible<std::int32_t, First, Args...> Construct(
276 EnableIfNotConstructible<std::int32_t, First, Args...> Construct(
278 return 1 + rest_.template Construct(std::forward<Args>(args)...);
340 Construct(TypeTag<First>{}, std::forward<Args>(args)...)
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 76 Construct();
84 Construct();
95 Construct();
123 Construct();
126 void BasicPortAllocator::Construct() {
    [all...]
  /system/update_engine/
p2p_manager.cc 727 P2PManager* P2PManager::Construct(
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 469 Construct();
474 Construct();
477 void WebRtcVoiceEngine::Construct() {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 392 /*package*/ static class Construct extends Transformer {
396 /*package*/ Construct(MethodHandle constructorHandle, MethodType returnedType) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 438 // Construct a type with type-source information.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]

Completed in 1118 milliseconds