/third_party/node/deps/v8/src/compiler/ |
H A D | graph.cc | 51 bool incomplete) { in NewNode() 52 Node* node = NewNodeUnchecked(op, input_count, inputs, incomplete); in NewNode() 58 Node* const* inputs, bool incomplete) { in NewNodeUnchecked() 60 Node::New(zone(), NextNodeId(), op, input_count, inputs, incomplete); in NewNodeUnchecked() 50 NewNode(const Operator* op, int input_count, Node* const* inputs, bool incomplete) NewNode() argument 57 NewNodeUnchecked(const Operator* op, int input_count, Node* const* inputs, bool incomplete) NewNodeUnchecked() argument
|
H A D | graph.h | 62 Node* const* inputs, bool incomplete = false); 66 bool incomplete = false);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 611 * Mark a texture object as incomplete. There are actually three kinds of 613 * 1. "base incomplete": the base level of the texture is invalid so no 615 * 2. "mipmap incomplete": a non-base level of the texture is invalid so 618 * sampler state renders the texture incomplete. 621 * \param bm either BASE or MIPMAP to indicate what's incomplete 622 * \param fmt... string describing why it's incomplete (for debugging). 625 incomplete(struct gl_texture_object *t, enum base_mipmap bm, in incomplete() function 636 _mesa_debug(NULL, "Texture Obj %d incomplete because: %s\n", t->Name, s); in incomplete() 671 * they would be incomplete (no BO attached) is actually specced to be in _mesa_test_texobj_completeness() 681 incomplete( in _mesa_test_texobj_completeness() [all...] |
H A D | dlist.h | 94 bool incomplete; /**< Did we fail to construct this atlas? */ member
|
/third_party/skia/docs/examples/ |
H A D | incomplete.cpp | 5 REG_FIDDLE(incomplete, 256, 256, false, 0) { in REG_FIDDLE() 7 // incomplete in REG_FIDDLE()
|
/third_party/node/test/parallel/ |
H A D | test-string-decoder-end.js | 119 function testEnd(encoding, incomplete, next, expected) { 122 res += s.write(incomplete);
|
/third_party/ffmpeg/libavformat/ |
H A D | oggdec.c | 175 os->incomplete = 0; in ogg_reset() 466 if (flags & OGG_FLAG_CONT || os->incomplete) { in ogg_read_page() 552 // Do not set incomplete for empty packets. in ogg_packet() 556 os->incomplete = !!os->psize; in ogg_packet() 567 os->incomplete = 0; in ogg_packet() 594 if (cur_os->incomplete) in ogg_packet()
|
H A D | oggdec.h | 80 int incomplete; ///< whether we're expecting a continuation in the next page member
|
/third_party/libwebsockets/lib/system/async-dns/ |
H A D | private-lib-async-dns.h | 48 char incomplete; member
|
H A D | async-dns-parse.c | 660 c->incomplete = !q->responded;// != q->asked; in lws_adns_parse_udp() 691 c->incomplete = 0; in lws_adns_parse_udp()
|
H A D | async-dns.c | 274 * incomplete cache entry in lws_async_dns_writeable() 401 // lwsl_wsi_notice(dns->wsi, "%s vs %s (inc %d)", name, c->name, c->incomplete); in lws_adns_get_cache() 403 if (!c->incomplete && !strcasecmp(name, c->name)) { in lws_adns_get_cache() 434 c->incomplete, c->flags, c->refcount, c->results); in lws_adns_dump() 556 lwsl_wsi_notice(dns->wsi, "late free of incomplete dns wsi"); in lws_async_dns_deinit()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ray_queries.c | 158 rq_variable *incomplete; member 244 dst->incomplete = in init_ray_query_vars() 305 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in insert_terminate_on_first_hit() 378 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, true), 0x1); in lower_rq_initialize() 382 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_initialize() 660 nir_push_if(b, rq_load_var(b, index, vars->incomplete)); in lower_rq_proceed() 672 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_proceed() 825 return rq_load_var(b, index, vars->incomplete); in lower_rq_proceed() 832 rq_store_var(b, index, vars->incomplete, nir_imm_bool(b, false), 0x1); in lower_rq_terminate()
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | comments.rs | 69 fn incomplete() { in incomplete() functions
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestCase.hpp | 212 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } in incomplete() function in tcu::TestStatus
|
/third_party/toybox/scripts/ |
H A D | mcm-buildall.sh | 156 sh4::--enable-incomplete-targets x86_64:: x86_64@x32:x32:
|
/third_party/python/Lib/html/ |
H A D | parser.py | 22 incomplete = re.compile('&[a-zA-Z#]') variable 224 match = incomplete.match(rawdata, i) 232 # incomplete 343 # or -1 if incomplete. 377 # Internal -- parse endtag, return end or -1 if incomplete
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 207 return tcu::TestStatus::incomplete(); in createTestBuffer() 330 return tcu::TestStatus::incomplete(); in createTestBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 208 return tcu::TestStatus::incomplete(); in createTestBuffer() 331 return tcu::TestStatus::incomplete(); in createTestBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 1061 return tcu::TestStatus::incomplete(); in iterate() 1083 return tcu::TestStatus::incomplete(); in iterate() 1099 return tcu::TestStatus::incomplete(); in iterate() 1102 return tcu::TestStatus::incomplete(); in iterate()
|
H A D | vktWsiSharedPresentableImageTests.cpp | 995 return tcu::TestStatus::incomplete(); in iterate() 1017 return tcu::TestStatus::incomplete(); in iterate() 1033 return tcu::TestStatus::incomplete(); in iterate() 1036 return tcu::TestStatus::incomplete(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 1061 return tcu::TestStatus::incomplete(); in iterate() 1083 return tcu::TestStatus::incomplete(); in iterate() 1099 return tcu::TestStatus::incomplete(); in iterate() 1102 return tcu::TestStatus::incomplete(); in iterate()
|
H A D | vktWsiSharedPresentableImageTests.cpp | 995 return tcu::TestStatus::incomplete(); in iterate() 1017 return tcu::TestStatus::incomplete(); in iterate() 1033 return tcu::TestStatus::incomplete(); in iterate() 1036 return tcu::TestStatus::incomplete(); in iterate()
|
/third_party/python/Lib/asyncio/ |
H A D | streams.py | 530 line can be read due to EOF, return incomplete line without 725 incomplete = bytes(self._buffer) 727 raise exceptions.IncompleteReadError(incomplete, n)
|
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 675 const string& incomplete = incompletes[wire_type]; in TestPrematureEOFForType() local 692 cat( tag(field->number(), wire_type), incomplete ), in TestPrematureEOFForType() 696 cat( tag(rep_field->number(), wire_type), incomplete ), in TestPrematureEOFForType() 700 cat( tag(UNKNOWN_FIELD, wire_type), incomplete ), in TestPrematureEOFForType() 736 varint(incomplete.size()), incomplete), in TestPrematureEOFForType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 441 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 680 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 909 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 1131 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 1357 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 1592 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate()
|