Home
last modified time | relevance | path

Searched refs:incomplete (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/node/deps/v8/src/compiler/
H A Dgraph.cc51 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 Dgraph.h62 Node* const* inputs, bool incomplete = false);
66 bool incomplete = false);
/third_party/mesa3d/src/mesa/main/
H A Dtexobj.c611 * 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 Ddlist.h94 bool incomplete; /**< Did we fail to construct this atlas? */ member
/third_party/skia/docs/examples/
H A Dincomplete.cpp5 REG_FIDDLE(incomplete, 256, 256, false, 0) { in REG_FIDDLE()
7 // incomplete in REG_FIDDLE()
/third_party/node/test/parallel/
H A Dtest-string-decoder-end.js119 function testEnd(encoding, incomplete, next, expected) {
122 res += s.write(incomplete);
/third_party/ffmpeg/libavformat/
H A Doggdec.c175 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 Doggdec.h80 int incomplete; ///< whether we're expecting a continuation in the next page member
/third_party/libwebsockets/lib/system/async-dns/
H A Dprivate-lib-async-dns.h48 char incomplete; member
H A Dasync-dns-parse.c660 c->incomplete = !q->responded;// != q->asked; in lws_adns_parse_udp()
691 c->incomplete = 0; in lws_adns_parse_udp()
H A Dasync-dns.c274 * 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 Dradv_nir_lower_ray_queries.c158 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 Dcomments.rs69 fn incomplete() { in incomplete() functions
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.hpp212 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } in incomplete() function in tcu::TestStatus
/third_party/toybox/scripts/
H A Dmcm-buildall.sh156 sh4::--enable-incomplete-targets x86_64:: x86_64@x32:x32:
/third_party/python/Lib/html/
H A Dparser.py22 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 DvktApiBufferViewCreateTests.cpp207 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 DvktApiBufferViewCreateTests.cpp208 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 DvktWsiIncrementalPresentTests.cpp1061 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 DvktWsiSharedPresentableImageTests.cpp995 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 DvktWsiIncrementalPresentTests.cpp1061 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 DvktWsiSharedPresentableImageTests.cpp995 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 Dstreams.py530 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 Dbinary_json_conformance_suite.cc675 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 DvktTextureShadowTests.cpp441 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()

Completed in 27 milliseconds

1234