/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.hpp | 54 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.hpp | 54 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result);
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestContext.hpp | 46 * Test case can write to test log and must set test result to test context. 60 void setTestResult (qpTestResult result, const char* description); 88 qpTestResult m_testResult; //!< Latest test result. 89 std::string m_testResultDesc; //!< Latest test result description.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | dpp_supplicant.h | 39 enum dpp_status_error result);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SyncEGL.h | 45 egl::Error dupNativeFenceFD(const egl::Display *display, EGLint *result) const override;
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 518 T result; in GetLane() local 519 ReadLane(&result, lane); in GetLane() 520 return result; in GetLane() 780 int64_t result; in IntLeftJustified() local 781 memcpy(&result, &value, sizeof(result)); in IntLeftJustified() 782 return result; in IntLeftJustified() 859 // When setting a result in a register larger than the result itself, the top 1274 // the result valu [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 117 const ssize_t result = write(_glfw.x11.emptyEventPipe[1], &byte, 1); in writeEmptyEvent() local 118 if (result == 1 || (result == -1 && errno != EINTR)) in writeEmptyEvent() 130 const ssize_t result = read(_glfw.x11.emptyEventPipe[0], dummy, sizeof(dummy)); in drainEmptyEvents() local 131 if (result == -1 && errno != EINTR) in drainEmptyEvents() 160 int result = WithdrawnState; in getWindowState() local 171 result = state->state; in getWindowState() 177 return result; in getWindowState() 1699 const unsigned long result = in processEvent() local 1705 if (result) in processEvent() 2592 const Bool result = XQueryPointer(_glfw.x11.display, w, _glfwWindowHoveredX11() local [all...] |
/third_party/backends/backend/ |
H A D | hp3500.c | 920 * to call this function may result in some resources not being 1235 SANE_Status result; in rt_execute_commands() local 1243 result = sanei_usb_write_bulk (udh, /* 0x02, */ command_buffer, &bytes); in rt_execute_commands() 1245 if (result == SANE_STATUS_GOOD && receive_bytes_outstanding) in rt_execute_commands() 1253 result = sanei_usb_read_bulk (udh, in rt_execute_commands() 1256 if (result == SANE_STATUS_GOOD) in rt_execute_commands() 1262 if (result == SANE_STATUS_GOOD) in rt_execute_commands() 1278 return (result == SANE_STATUS_GOOD) ? 0 : -1; in rt_execute_commands() 2409 * TRIPLE gives a black result 2410 * TEST gives a black result 2771 int result = 0; rts8801_doscan() local 2996 int result; rts8801_fullscan() local [all...] |
H A D | matsushita.c | 840 matsushita_sense_handler (int scsi_fd, unsigned char *result, void __sane_unused__ *arg) in matsushita_sense_handler() argument 847 sensekey = get_RS_sense_key (result); in matsushita_sense_handler() 848 len = 7 + get_RS_additional_length (result); in matsushita_sense_handler() 850 hexdump (DBG_info2, "sense", result, len); in matsushita_sense_handler() 852 if (get_RS_error_code (result) != 0x70) in matsushita_sense_handler() 856 get_RS_error_code (result)); in matsushita_sense_handler() 861 if (get_RS_ILI (result) != 0) in matsushita_sense_handler() 874 asc = get_RS_ASC (result); in matsushita_sense_handler() 875 ascq = get_RS_ASCQ (result); in matsushita_sense_handler() 883 if (get_RS_EOM (result) in matsushita_sense_handler() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vtzone.cpp | 1167 VTimeZone::write(UnicodeString& result, UErrorCode& status) const { in write() argument 1168 result.remove(); in write() 1169 VTZWriter writer(result); in write() 1174 VTimeZone::write(UDate start, UnicodeString& result, UErrorCode& status) const { in write() argument 1175 result.remove(); in write() 1176 VTZWriter writer(result); in write() 1181 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() argument 1182 result.remove(); in writeSimple() 1183 VTZWriter writer(result); in writeSimple() 1243 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) cons [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | vtzone.cpp | 1167 VTimeZone::write(UnicodeString& result, UErrorCode& status) const { in write() argument 1168 result.remove(); in write() 1169 VTZWriter writer(result); in write() 1174 VTimeZone::write(UDate start, UnicodeString& result, UErrorCode& status) const { in write() argument 1175 result.remove(); in write() 1176 VTZWriter writer(result); in write() 1181 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() argument 1182 result.remove(); in writeSimple() 1183 VTZWriter writer(result); in writeSimple() 1243 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) cons [all...] |
H A D | msgfmt.cpp | 176 * Convert an integer value to a string and append the result to 187 // AppendableWrapper: encapsulates the result of formatting, keeping track 875 // Formats the source Formattable array and copy into the result buffer. 876 // Ignore the FieldPosition result for error checking. 1182 // - if the result string contains an open curly brace '{' then in formatComplexSubMessage() 1184 // otherwise just append the result string in formatComplexSubMessage() 1529 Formattable* result = parse(source, status, cnt); in parse() local 1532 delete[] result; in parse() 1535 return result; in parse() 1539 // Parses the source text and copy into the result buffe 1542 parseObject( const UnicodeString& source, Formattable& result, ParsePosition& status) const parseObject() argument 1554 UnicodeString result; autoQuoteApostrophe() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 358 // result with that of the RGB color <clum>. 727 glw::GLubyte* result = new glw::GLubyte[4 * dim * dim]; 728 gl.readPixels(0, 0, dim, dim, GL_RGBA, GL_UNSIGNED_BYTE, result); 732 tcu::RGBA res = tcu::RGBA::fromBytes(result); 740 allSame = allSame && (0 == memcmp(result, result + (i * 4), 4)); 749 delete[] result; 1066 // Get result and calculate reference. 1226 // Check the result to see that extension was actually enabled. 1227 glw::GLubyte result[ [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrTriangulator.cpp | 1176 static void sorted_merge(VertexList* front, VertexList* back, VertexList* result) { in sorted_merge() argument 1182 result->append(a); in sorted_merge() 1186 result->append(b); in sorted_merge() 1190 result->append(*front); in sorted_merge() 1191 result->append(*back); in sorted_merge() 1194 void GrTriangulator::SortedMerge(VertexList* front, VertexList* back, VertexList* result, in SortedMerge() argument 1197 sorted_merge<sweep_lt_horiz>(front, back, result); in SortedMerge() 1199 sorted_merge<sweep_lt_vert>(front, back, result); in SortedMerge() 1203 for (Vertex* v = result->fHead; v; v = v->fNext) { in SortedMerge() 1300 auto result in simplify() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 439 function.result = Type::ID(insn.word(1)); in robustBufferAccess() 529 // Propagate the descriptor decorations to the result. in robustBufferAccess() 2183 // Note: number of components in result type, first half type, and second in EmitVectorShuffle() 2280 SIMD::UInt result = src.UInt(0); in EmitAny() local 2284 result |= src.UInt(i); in EmitAny() 2287 dst.move(0, result); in EmitAny() 2299 SIMD::UInt result = src.UInt(0); in EmitAll() local 2303 result &= src.UInt(i); in EmitAll() 2306 dst.move(0, result); in EmitAll() 2331 SIMD::UInt result( in EmitAtomicOp() 2445 auto &result = state->createIntermediate(insn.resultId(), 1); EmitArrayLength() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngread.c | 1327 /* Added at libpng-1.5.4. "strip_16" produces the same result that it in png_read_png() 1985 * encoding and so does the result, the file is encoded with P_FILE and the in png_colormap_compose() 2472 /* 'i' is a file value. While this will result in duplicated in png_image_read_colormap() 2615 * Reduce 16-bit files to 8-bit and sRGB encode the result. No need to in png_image_read_colormap() 2817 * this case and doing it in the palette; this will result in in png_image_read_colormap() 3401 /* Update the 'info' structure and make sure the result is as required; first in png_image_read_colormapped() 3472 * a signed or an unsigned result. in png_image_read_colormapped() 3487 int result; in png_image_read_colormapped() local 3491 result = png_safe_execute(image, png_image_read_and_map, display); in png_image_read_colormapped() 3495 return result; in png_image_read_colormapped() 4318 int result; png_image_read_direct() local 4331 int result; png_image_read_direct() local 4422 int result; png_image_finish_read() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | vtzone.cpp | 1176 VTimeZone::write(UnicodeString& result, UErrorCode& status) const { in write() argument 1177 result.remove(); in write() 1178 VTZWriter writer(result); in write() 1183 VTimeZone::write(UDate start, UnicodeString& result, UErrorCode& status) const { in write() argument 1184 result.remove(); in write() 1185 VTZWriter writer(result); in write() 1190 VTimeZone::writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const { in writeSimple() argument 1191 result.remove(); in writeSimple() 1192 VTZWriter writer(result); in writeSimple() 1252 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) cons [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 405 unsigned result = 0; in getRegs() local 408 result |= VADDR; in getRegs() 412 result |= SRSRC; in getRegs() 416 result |= SOFFSET; in getRegs() 419 return result; in getRegs() 423 unsigned result = VADDR | SRSRC; in getRegs() local 426 result |= SSAMP; in getRegs() 428 return result; in getRegs() 431 unsigned result = 0; in getRegs() local 434 result | in getRegs() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 214 int result = -errno; in make_local_socket() local 216 return result; in make_local_socket() 227 int result = -errno; in make_local_socket() local 230 return result; in make_local_socket() 233 int result = -errno; in make_local_socket() local 237 return result; in make_local_socket() 241 int result = -errno; in make_local_socket() 245 return result; in make_local_socket() 251 int result = -errno; in make_local_socket() local 254 return result; in make_local_socket() [all...] |
H A D | pcm_hw.c | 945 xferi.result = 0; /* make valgrind happy */ in snd_pcm_hw_writei() 951 fprintf(stderr, "hw_writei: frames = %li, xferi.result = %li, err = %i\n", size, xferi.result, err); in snd_pcm_hw_writei() 955 return xferi.result; in snd_pcm_hw_writei() 972 fprintf(stderr, "hw_writen: frames = %li, result = %li, err = %i\n", size, xfern.result, err); in snd_pcm_hw_writen() 976 return xfern.result; in snd_pcm_hw_writen() 987 xferi.result = 0; /* make valgrind happy */ in snd_pcm_hw_readi() 993 fprintf(stderr, "hw_readi: frames = %li, result = %li, err = %i\n", size, xferi.result, er in snd_pcm_hw_readi() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 438 int result = 0; in probeStrength() local 451 if((result = comparer(prevLine, currLine)) == 0) { in probeStrength() 453 } else if(result > 0) { in probeStrength() 627 int result = 0; in positionExpansions() local 1032 int result = 0; in detectExpansions() local 1093 result = comparer(&prev, &next); in detectExpansions() 1094 if(result <= 0) { in detectExpansions() 1127 UBool result = false; in isTailored() local 1142 result = true; in isTailored() 1149 return result; in isTailored() [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.c | 155 VkResult result = vk_create_sorted_bindings( in tu_CreateDescriptorSetLayout() local 157 if (result != VK_SUCCESS) { in tu_CreateDescriptorSetLayout() 159 return vk_error(device, result); in tu_CreateDescriptorSetLayout() 285 VkResult result = vk_create_sorted_bindings( in tu_GetDescriptorSetLayoutSupport() local 287 if (result != VK_SUCCESS) { in tu_GetDescriptorSetLayoutSupport() 807 VkResult result = VK_SUCCESS; in tu_AllocateDescriptorSets() local 830 result = tu_descriptor_set_create(device, pool, layout, variable_count, &set); in tu_AllocateDescriptorSets() 831 if (result != VK_SUCCESS) in tu_AllocateDescriptorSets() 837 if (result != VK_SUCCESS) { in tu_AllocateDescriptorSets() 844 return result; in tu_AllocateDescriptorSets() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 673 VkResult result = vk_create_sorted_bindings(pCreateInfo->pBindings, in v3dv_CreateDescriptorSetLayout() local 675 if (result != VK_SUCCESS) { in v3dv_CreateDescriptorSetLayout() 677 return vk_error(device, result); in v3dv_CreateDescriptorSetLayout() 927 VkResult result = VK_SUCCESS; in v3dv_AllocateDescriptorSets() local 935 result = descriptor_set_create(device, pool, layout, &set); in v3dv_AllocateDescriptorSets() 936 if (result != VK_SUCCESS) in v3dv_AllocateDescriptorSets() 942 if (result != VK_SUCCESS) { in v3dv_AllocateDescriptorSets() 950 return result; in v3dv_AllocateDescriptorSets() 1264 VkResult result = vk_create_sorted_bindings( in v3dv_GetDescriptorSetLayoutSupport() local 1266 if (result ! in v3dv_GetDescriptorSetLayoutSupport() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 1151 VkResult result = anv_cmd_buffer_new_binding_table_block(cmd_buffer); in anv_cmd_buffer_alloc_blorp_binding_table() local 1152 if (result != VK_SUCCESS) in anv_cmd_buffer_alloc_blorp_binding_table() 1153 return result; in anv_cmd_buffer_alloc_blorp_binding_table() 1176 VkResult result = in binding_table_for_surface_state() local 1179 if (result != VK_SUCCESS) in binding_table_for_surface_state() 1180 return result; in binding_table_for_surface_state() 1204 VkResult result = in clear_color_attachment() local 1207 if (result != VK_SUCCESS) in clear_color_attachment() 1273 VkResult result = in clear_depth_stencil_attachment() local 1277 if (result ! in clear_depth_stencil_attachment() [all...] |
H A D | anv_descriptor_set.c | 948 VkResult result = anv_device_alloc_bo(device, in anv_CreateDescriptorPool() local 955 if (result != VK_SUCCESS) { in anv_CreateDescriptorPool() 1143 VkResult result = anv_descriptor_pool_alloc_set(pool, size, &set); in anv_descriptor_set_create() local 1144 if (result != VK_SUCCESS) in anv_descriptor_set_create() 1145 return result; in anv_descriptor_set_create() 1282 VkResult result = VK_SUCCESS; in anv_AllocateDescriptorSets() local 1300 result = anv_descriptor_set_create(device, pool, layout, in anv_AllocateDescriptorSets() 1302 if (result != VK_SUCCESS) in anv_AllocateDescriptorSets() 1308 if (result != VK_SUCCESS) { in anv_AllocateDescriptorSets() 1323 return result; in anv_AllocateDescriptorSets() [all...] |