Home
last modified time | relevance | path

Searched refs:result (Results 8026 - 8050 of 10825) sorted by relevance

1...<<321322323324325326327328329330>>...433

/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py35 and the result of executing the test.
112 result, reason = self.RunTest(tc)
113 """evaluate final result based on result, tc.IsExpectedFail() and reason"""
114 if not result:
115 # result == false, expected true, reason:don't care
120 # result == false, expected false, reason: wrong
127 # result == true, expected false, reason:don't care
/third_party/skia/tools/
H A Dget_images_from_skps.cpp101 const SkCodec::Result result = codec->getPixels( in sniff() local
103 switch (result) { in sniff()
/third_party/skia/third_party/externals/icu/source/common/
H A Dpluralmap.h156 const T *result = next(index); in nextMutable() local
157 return const_cast<T *>(result); in nextMutable()
/third_party/python/Lib/test/
H A Dtest_threadsignals.py177 result = lock.acquire() # Block while we receive a signal.
179 self.assertTrue(result)
/third_party/python/Lib/
H A Dxdrlib.py42 def result(self, value): function
47 return result
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py91 result = subprocess.check_output(
93 root = xml.etree.ElementTree.fromstring(result)
/third_party/skia/experimental/sorttoy/
H A DFake.cpp67 SkColor4f result = { in blend() local
73 return result.toSkColor(); in blend()
/third_party/rust/crates/nix/src/
H A Dlib.rs161 use std::{ptr, result, slice};
166 pub type Result<T> = result::Result<T, Errno>;
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h120 // optional check for exact result in CompileFailure()
124 std::string result(diagnostic->error); in CompileFailure()
126 return result; in CompileFailure()
/third_party/vk-gl-cts/scripts/log/
H A Dbottleneck_report.py160 for result in results :
161 xml.sax.parseString(result.log, handler, errHandler)
182 print("%s: [test log] [count of result to display]" % sys.argv[0])
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksIPC.cpp193 bool result = impl->fileStore.Get(name, content, false); in GetFile() local
194 if (result) return content; in GetFile()
H A DvksServices.cpp176 VkscServer* result = new VkscServer in createServerVKSC() local
186 return result; in createServerVKSC()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp203 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo() local
206 split(m_extensions, string(result)); in ContextInfo()
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiContextTests.cpp181 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context); in iterate() local
184 if (!result || makeCurrentError != EGL_SUCCESS) in iterate()
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp162 int result = fillbuf(); in underflow() local
163 if ( result == EOF ) { in underflow()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h616 // and pass that result as 'font_size':
673 // then call RenderIntoRects repeatedly. This may result in a
914 STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, // 1-channel bitmap to draw into
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
2841 if (result->w > 512)
2842 scanline = (unsigned char *) STBTT_malloc(result->w, userdata);
2847 e[n].y0 = (off_y + result->h) * (float) vsubsample + 1;
2849 while (j < result->h) {
2850 STBTT_memset(scanline, 0, result->w);
2918 stbtt__fill_active_edges(scanline, result
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c494 LLVMValueRef result[4]) in fs_fb_fetch()
524 result[0] = result[1] = result[2] = result[3] = bld->undef; in fs_fb_fetch()
610 NULL, NULL, NULL, result); in fs_fb_fetch()
1380 * @param dst pointer to store result
1773 LLVMValueRef result = src; in scale_bits() local
1783 result = lp_build_unsigned_norm_to_float(gallivm, src_bits, flt_type, src); in scale_bits()
1784 result in scale_bits()
491 fs_fb_fetch(const struct lp_build_fs_iface *iface, struct lp_build_context *bld, int location, LLVMValueRef result[4]) fs_fb_fetch() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h616 // and pass that result as 'font_size':
673 // then call RenderIntoRects repeatedly. This may result in a
914 STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, // 1-channel bitmap to draw into
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata)
2841 if (result->w > 512)
2842 scanline = (unsigned char *) STBTT_malloc(result->w, userdata);
2847 e[n].y0 = (off_y + result->h) * (float) vsubsample + 1;
2849 while (j < result->h) {
2850 STBTT_memset(scanline, 0, result->w);
2918 stbtt__fill_active_edges(scanline, result
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc509 /* Move the result in the double result register. */ \
519 /* Move the result in the double result register. */ \
1281 // Move the result in the double result register. in AssembleArchInstruction()
3758 // Materialize a full 32-bit 1 or 0 value. The result register is always the in AssembleArchBoolean()
3761 Register result = i.OutputRegister(instr->OutputCount() - 1); in AssembleArchBoolean() local
3770 __ Sltu(result, kScratchReg, 1); in AssembleArchBoolean()
3772 __ Sltu(result, zero_re in AssembleArchBoolean()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp497 deUint32 result = 0; in destripedLineCount() local
502 result += x > 1 ? x - 1 : 0; in destripedLineCount()
504 return result; in destripedLineCount()
509 deUint32 result = 0; in destripedTriangleCount() local
514 result += x > 2 ? x - 2 : 0; in destripedTriangleCount()
516 return result; in destripedTriangleCount()
578 std::vector<VkDeviceSize> result; in generateSizesList() local
604 result.reserve(chunkCount); in generateSizesList()
614 result.push_back(static_cast<VkDeviceSize>(static_cast<size_t>(offsetSlot - prevOffsetSlot) * sizeof(deUint32))); in generateSizesList()
619 DE_ASSERT(result in generateSizesList()
627 std::vector<VkDeviceSize> result; generateOffsetsList() local
1088 verifyVertexDataWithWinding(const std::vector<T>& reference, const T* result, const size_t vertexCount, const size_t verticesPerPrimitive, const T& threshold) verifyVertexDataWithWinding() argument
1325 std::vector<float> result; verifyTransformFeedbackBuffer() local
2658 const TransformFeedbackQuery& result = queryResultData[counterNdx]; iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2013 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering") in compare()
2020 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering") in compare()
4248 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4251 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_INTEGER);
4255 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_BOOLEAN);
4256 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_INTEGER64);
4257 verifyStateIntegerMin(result, gl, m_target, m_minValue, QUERY_FLOAT);
4260 result.setTestContextResult(m_testCtx);
4287 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
4291 queryState(result, g
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl43 # Ensure previous generated intermediate hash is aligned and merged with result for GHASH 4k+0
480 eor $res0b, $ctr_t0b, $ctr0b @ AES block 0 - result
487 eor $res1b, $ctr_t1b, $ctr1b @ AES block 1 - result
497 st1 { $res0b}, [$output_ptr], #16 @ AES block 0 - store result
503 eor $res2b, $ctr_t2b, $ctr2b @ AES block 2 - result
504 st1 { $res1b}, [$output_ptr], #16 @ AES block 1 - store result
511 st1 { $res2b}, [$output_ptr], #16 @ AES block 2 - store result
515 eor $res3b, $ctr_t3b, $ctr3b @ AES block 3 - result
516 st1 { $res3b}, [$output_ptr], #16 @ AES block 3 - store result
694 eor $res0b, $ctr_t0b, $ctr0b @ AES block 4k+4 - result
[all...]
/third_party/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl43 # Ensure previous generated intermediate hash is aligned and merged with result for GHASH 4k+0
480 eor $res0b, $ctr_t0b, $ctr0b @ AES block 0 - result
487 eor $res1b, $ctr_t1b, $ctr1b @ AES block 1 - result
497 st1 { $res0b}, [$output_ptr], #16 @ AES block 0 - store result
503 eor $res2b, $ctr_t2b, $ctr2b @ AES block 2 - result
504 st1 { $res1b}, [$output_ptr], #16 @ AES block 1 - store result
511 st1 { $res2b}, [$output_ptr], #16 @ AES block 2 - store result
515 eor $res3b, $ctr_t3b, $ctr3b @ AES block 3 - result
516 st1 { $res3b}, [$output_ptr], #16 @ AES block 3 - store result
694 eor $res0b, $ctr_t0b, $ctr0b @ AES block 4k+4 - result
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java261 int result = next & 0x1FFF; in newSchemaForRawMessageInfo()
264 result |= (next & 0x1FFF) << shift; in newSchemaForRawMessageInfo()
267 next = result | (next << shift); in newSchemaForRawMessageInfo()
273 int result = next & 0x1FFF; in newSchemaForRawMessageInfo()
276 result |= (next & 0x1FFF) << shift; in newSchemaForRawMessageInfo()
279 next = result | (next << shift); in newSchemaForRawMessageInfo()
307 int result = next & 0x1FFF; in newSchemaForRawMessageInfo()
310 result |= (next & 0x1FFF) << shift; in newSchemaForRawMessageInfo()
313 next = result | (next << shift); in newSchemaForRawMessageInfo()
319 int result in newSchemaForRawMessageInfo()
[all...]

Completed in 56 milliseconds

1...<<321322323324325326327328329330>>...433