Home
last modified time | relevance | path

Searched refs:construct (Results 1 - 25 of 167) sorted by relevance

1234567

/third_party/node/test/parallel/
H A Dtest-stream-construct.js10 construct: common.mustCall((callback) => {
23 construct: common.mustCall((callback) => {
37 construct: common.mustCall((callback) => {
50 construct: common.mustCall((callback) => {
63 construct: common.mustCall((callback) => {
76 construct: common.mustCall((callback) => {
89 construct: common.mustCall((cb) => {
103 construct: common.mustCall((cb) => {
119 construct: common.mustCall((cb) => {
134 construct
[all...]
H A Dtest-console-methods.js61 assert.throws(() => Reflect.construct({}, [], console[method]), err);
62 assert.throws(() => Reflect.construct({}, [], newInstance[method]), err);
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp36 * Note all external_constructor<>::construct functions need to call
48 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept
61 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function
70 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function
81 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function
94 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function
103 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function
116 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept
129 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept
142 static void construct(BasicJsonTyp
155 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) construct() function
165 static void construct(BasicJsonType& j, typename BasicJsonType::array_t&& arr) construct() function
177 static void construct(BasicJsonType& j, const CompatibleArrayType& arr) construct() function
190 static void construct(BasicJsonType& j, const std::vector<bool>& arr) construct() function
206 static void construct(BasicJsonType& j, const std::valarray<T>& arr) construct() function
225 static void construct(BasicJsonType& j, const typename BasicJsonType::object_t& obj) construct() function
235 static void construct(BasicJsonType& j, typename BasicJsonType::object_t&& obj) construct() function
246 static void construct(BasicJsonType& j, const CompatibleObjectType& obj) construct() function
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dreflect-construct.js16 Reflect.construct ();
23 Reflect.construct (Date);
29 var d = Reflect.construct (Date, [1776, 6, 4]);
39 var object2 = Reflect.construct (func1, args);
52 var obj1 = Reflect.construct (CatClass, args, DogClass);
58 Reflect.construct (func1, 5, 5);
65 Reflect.construct (5, 5);
76 Reflect.construct (func2, {});
H A Dproxy_construct.js20 var handler = { construct (target) {
91 construct(t, c, args) {
104 construct(target, args, new_target) {
108 return Reflect.construct(target, args, new_target);
120 var instance2 = Reflect.construct(proxy, ['a1', 'b1'], Array);
128 construct: function(target, argumentsList, newTarget) {
142 construct: function(target, argumentsList, newTarget) {
155 construct: function(target, argumentsList, newTarget) {
H A Darray-new-target-support.js16 var obj = Reflect.construct (Array, [], F);
21 Reflect.construct (Array, [-1], F);
29 Reflect.construct (Array, [], o)
H A Dfunction-new-target.js22 var reflect = Reflect.construct(Function, ['a','b','return a+b'], func);
28 Reflect.construct(Function, [], o);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps
65 PolicyWithoutOptionalOps::construct = [&](void* a1, Slot* a2, Slot a3) { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
66 construct.Call(a1, a2, std::move(a3)); in Test()
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F()
101 EXPECT_CALL(construct, Call(&alloc, &a, 53)); in TEST_F()
102 hash_policy_traits<PolicyWithoutOptionalOps>::construct(&alloc, &a, 53); in TEST_F()
130 EXPECT_CALL(construct, Call(&alloc, &a, b)); in TEST_F()
H A Dcontainer_memory.h94 absl::allocator_traits<Alloc>::construct( in ConstructFromTupleImpl()
381 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
384 absl::allocator_traits<Allocator>::construct(*alloc, &slot->mutable_value, in construct()
387 absl::allocator_traits<Allocator>::construct(*alloc, &slot->value, in construct()
394 static void construct(Allocator* alloc, slot_type* slot, slot_type* other) { in construct() function
397 absl::allocator_traits<Allocator>::construct( in construct()
400 absl::allocator_traits<Allocator>::construct(*alloc, &slot->value, in construct()
419 absl::allocator_traits<Allocator>::construct( in transfer()
422 absl::allocator_traits<Allocator>::construct(*alloc, &new_slot->value, in transfer()
436 absl::allocator_traits<Allocator>::construct(*allo in swap()
[all...]
H A Dhash_policy_traits.h93 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() function
94 Policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
156 // `ts...`. The key won't be touched once `xs...` are used to construct an
199 construct(alloc, new_slot, std::move(element(old_slot))); in transfer_impl()
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionClassesCjsExportAssignment.js59 this.state = this.construct(input);
67 construct(input, handle = () => void 0) {
114 this.state = this.construct(input);
122 construct: function (input, handle) {
219 construct(input: Input, handle?: HookHandler | undefined): State;
H A DparserRealSource7.js56 type.construct = new SignatureGroup();
57 type.construct.addSignature(signature);
61 child.construct = new SignatureGroup();
64 if (!parent.construct) {
68 for (var i = 0; i < parent.construct.signatures.length; i++) {
70 sig.parameters = parent.construct.signatures[i].parameters;
71 sig.nonOptionalParameterCount = parent.construct.signatures[i].nonOptionalParameterCount;
72 sig.typeCheckStatus = parent.construct.signatures[i].typeCheckStatus;
73 sig.declAST = parent.construct.signatures[i].declAST;
76 child.construct
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js48 const construct = Reflect.construct;
52 result = construct(origDate, args);
70 construct: function(target, args, newTarget) {
121 construct: function(target, args) {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc51 // - If H is a selection construct whose header ends in
99 // structured construct:
100 // The blocks before H in the block order, are not in the construct
101 // The blocks at M(H) or later in the block order, are not in the construct
103 // Pos(M(H)) ) The blocks in a loop construct headed at H are in positions
104 // [ Pos(H), Pos(CT(H)) ) The blocks in the continue construct for loop
108 // Schematically, for a selection construct headed by H, the blocks are in
113 // where ...a-b-c: blocks before the selection construct
114 // where H and d-e-f: blocks in the selection construct
115 // where M(H) and n-o-p...: blocks after the selection construct
778 StatementBlock( const Construct* construct, uint32_t end_id, FunctionEmitter::CompletionAction completion_action) StatementBlock() argument
813 PushNewStatementBlock(const Construct* construct, uint32_t end_id, CompletionAction action) PushNewStatementBlock() argument
2783 const Construct* construct = *iter; EmitBasicBlock() local
2851 auto* construct = block_info.construct; EmitIfStart() local
2996 auto* construct = block_info.construct; EmitSwitchStart() local
3110 EmitLoopStart(const Construct* construct) EmitLoopStart() argument
3119 EmitContinuingStart(const Construct* construct) EmitContinuingStart() argument
[all...]
H A Dfunction_cfg_test.cc2205 // Branch from block 40 to block 99 is an invalid exit from construct starting in TEST_F()
2927 "before the loop's continue construct headed by block 70")) in TEST_F()
2952 EXPECT_EQ(fe.GetBlockInfo(10)->construct, c.get()); in TEST_F()
2979 EXPECT_EQ(fe.GetBlockInfo(10)->construct, c.get()); in TEST_F()
2980 EXPECT_EQ(fe.GetBlockInfo(5)->construct, c.get()); in TEST_F()
3016 // The block records the nearest enclosing construct. in TEST_F()
3017 EXPECT_EQ(fe.GetBlockInfo(10)->construct, constructs[1].get()); in TEST_F()
3018 EXPECT_EQ(fe.GetBlockInfo(20)->construct, constructs[1].get()); in TEST_F()
3019 EXPECT_EQ(fe.GetBlockInfo(30)->construct, constructs[1].get()); in TEST_F()
3020 EXPECT_EQ(fe.GetBlockInfo(99)->construct, construct in TEST_F()
[all...]
H A Dfunction.h26 #include "src/reader/spirv/construct.h"
63 // construct, but which is neither a kSwitchBreak or a kLoopBreak.
103 /// In this case the continue construct is the entire loop. The associated
104 /// "loop construct" is empty, and not represented.
107 /// The immediately enclosing structured construct. If this block is not
109 const Construct* construct = nullptr; member
115 /// construct for an OpSwitch instruction.
117 /// If not null, then the pointed-at construct is a selection for an OpSwitch,
119 /// case construct.
121 /// If not null, then the pointed-at construct i
1168 SetConstruct(const Construct* construct) SetConstruct() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp31 #include "source/val/construct.h"
385 /// Update the continue construct's exit blocks once the backedge blocks are
401 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks()
402 if (is_this_header(construct)) { in UpdateContinueConstructExitBlocks()
404 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()
448 /// Constructs an error message for construct validation errors
449 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString() argument
455 ConstructNames(construct.type()); in ConstructErrorString()
458 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
463 // Finds the fall through case construct o
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp33 #include "source/val/construct.h"
379 /// Update the continue construct's exit blocks once the backedge blocks are
395 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks()
396 if (is_this_header(construct)) { in UpdateContinueConstructExitBlocks()
398 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()
442 /// Constructs an error message for construct validation errors
443 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString() argument
449 ConstructNames(construct.type()); in ConstructErrorString()
452 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
457 // Finds the fall through case construct o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp33 #include "source/val/construct.h"
379 /// Update the continue construct's exit blocks once the backedge blocks are
395 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks()
396 if (is_this_header(construct)) { in UpdateContinueConstructExitBlocks()
398 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()
442 /// Constructs an error message for construct validation errors
443 std::string ConstructErrorString(const Construct& construct, in ConstructErrorString() argument
449 ConstructNames(construct.type()); in ConstructErrorString()
452 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
457 // Finds the fall through case construct o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h88 // construct() calls the constructor on the item's data.
89 MARL_NO_EXPORT inline void construct();
114 void Pool<T>::Item::construct() { in construct() function in marl::Pool::Item
252 items[i].construct(); in Storage()
290 item->construct(); in borrow()
310 item->construct(); in tryBorrow()
412 item->construct(); in borrow()
423 item->construct(); in borrow()
/third_party/json/tests/src/
H A Dunit-allocator.cpp24 void construct(T* /*unused*/, Args&& ... /*unused*/) in construct() function
62 void construct(T* p, Args&& ... args) in construct() function
229 void construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args...))) in noexcept()
237 TEST_CASE("bad my_allocator::construct")
239 SECTION("my_allocator::construct doesn't forward")
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h461 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
462 absl::allocator_traits<Allocator>::construct(*alloc, slot, in construct()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
/third_party/zlib/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) in construct() function
548 /* construct lencode and distcode */ in fixed()
563 construct(&lencode, lengths, FIXLCODES); in fixed()
568 construct(&distcode, lengths, MAXDCODES); in fixed()
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() retur in dynamic()
[all...]
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
/third_party/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member

Completed in 35 milliseconds

1234567