/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1147 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid result for valid input" << tcu::TestLog::EndMessage; in iterate() 1436 /* Prepare valid program */ in iterate() 1440 /* Test valid case */ in iterate() 1539 * @param is_case_valid Selects if valid or invalid case is tested 2472 /* Test valid case */ in iterate() 3340 * and valid behavior. in verifyResults() 3346 /* OpenGL ES has undefined out-of-bound behavior - verify only valid result*/ in verifyResults() 3357 name = "valid indices"; in verifyResults() 3370 bool valid = false; in verifyResults() local 3373 valid in verifyResults() 3404 bool valid = false; verifyResults() local 3638 bool valid = false; verifyResults() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 181 /* Check to see if chunk name is valid. */ in png_read_chunk_header() 1072 (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0)) in png_handle_PLTE() 1075 * require it. Don't cancel the 'valid' flag because this would prevent in png_handle_PLTE() 1088 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_hIST) != 0) in png_handle_PLTE() 1093 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_bKGD) != 0) in png_handle_PLTE() 1175 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_sBIT) != 0) in png_handle_sBIT() 1560 info_ptr->valid |= PNG_INFO_iCCP; in png_handle_iCCP() 1832 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_handle_tRNS() 1940 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_bKGD) != 0) in png_handle_bKGD() 2054 else if (info_ptr == NULL || (info_ptr->valid in png_handle_eXIf() [all...] |
/third_party/gptfdisk/ |
H A D | gpt.cc | 505 // is valid, 2 if the backup header is valid, 3 if both are valid, and 506 // 0 if neither is valid. Note that this function checks the GPT signature, 509 int valid = 3; in CheckHeaderValidity() local 517 valid -= 1; in CheckHeaderValidity() 518 } else if ((mainHeader.revision != 0x00010000) && valid) { in CheckHeaderValidity() 519 valid -= 1; in CheckHeaderValidity() 528 valid -= 2; in CheckHeaderValidity() 529 } else if ((secondHeader.revision != 0x00010000) && valid) { in CheckHeaderValidity() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 614 * Checks if array subscript is valid and if so sets array_index. 1144 * "A valid name cannot be a structure, an array of structures, or any in program_resource_location() 1211 * valid location assigned. in _get_resource_location_index() 1884 bool valid = true; in validate_io() local 1983 valid = false; in validate_io() 2036 valid = false; in validate_io() 2041 valid = false; in validate_io() 2082 valid = false; in validate_io() 2087 valid = false; in validate_io() 2092 valid in validate_io() [all...] |
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 366 xprintf("Device contains neither a valid DOS " in read_mbr() 461 xprintf("Device %s: doesn't contain a valid partition table\n", disk_device); in list_partitions() 800 int i, valid = 0; in validate() local 804 valid = 0; in validate() 806 } else valid = 1; in validate() 808 return valid; in validate() 816 int i, asked = 0, valid = 0, start_index = 0; in ask_start_sector() local 834 if (asked) valid = validate(start_index, begin, end, start, asked); in ask_start_sector() 835 if (valid) break; in ask_start_sector() 862 } while (asked && !valid); in ask_start_sector() [all...] |
/third_party/gn/src/gn/ |
H A D | builder.cc | 285 for (auto it = record->all_deps().begin(); it.valid(); ++it) { in ConfigDefined() 481 for (auto it = record->all_deps().begin(); it.valid(); ++it) { in RecursiveSetShouldGenerate() 529 for (auto it = waiting_deps.begin(); it.valid(); ++it) { in ResolveItem()
|
/third_party/libsnd/src/ |
H A D | sd2.c | 102 { int subformat, error = 0, valid ; in sd2_open() local 109 valid = psf_file_valid (psf) ; in sd2_open() 111 if (! valid) in sd2_open()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getaddrinfo.c | 34 # error "you MUST specify a valid number of arguments for getservbyname_r" 256 ares_bool_t valid = ARES_TRUE; in fake_addrinfo() local 260 valid = ARES_FALSE; in fake_addrinfo() 270 if (numdots != 3 || !valid) { in fake_addrinfo() 760 /* prevent ARES_EBADNAME for valid FQDN, where ndots < channel->ndots */ in as_is_first()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 70 if (fd_resource(pfb->zsbuf->texture)->valid) { 90 if (fd_resource(pfb->zsbuf->texture)->valid) { 115 if (fd_resource(surf)->valid) {
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 474 // and src data color type are not valid. No conversion is performed on the data before passing 579 bool valid() const { return kInvalidSurfaceOrigin != fRTOrigin; } in valid() function in final::__anon18809 581 bool knownDisabled() const { return this->valid() && !fWindowState.enabled(); } in knownDisabled() 597 if (!this->valid()) { in knownEqualTo()
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 275 bool valid = this->isValid(); 277 if (valid) { 383 circlePaint.setColor(valid ? SK_ColorBLACK : SK_ColorRED);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 74 bool valid; /* was found in most recent poll */ member 227 display_mode->valid = false; in wsi_display_invalidate_connector_modes() 242 display_mode->valid = true; in wsi_display_register_drm_mode() 252 display_mode->valid = true; in wsi_display_register_drm_mode() 358 * valid in wsi_display_get_connector() 402 if (!display_mode->valid) in wsi_display_fill_in_display_properties() 700 if (!display_mode->valid) in wsi_GetDisplayModePropertiesKHR() 730 if (!display_mode->valid) in wsi_GetDisplayModeProperties2KHR() 772 if (display_mode->valid) { in wsi_CreateDisplayModeKHR() 2480 display_mode->valid in wsi_display_register_x_mode() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 41 // A struct to hold either SPIR-V ids or literal constants. If id is not valid, a literal is 181 data.accessChain.swizzles.empty() && !data.accessChain.dynamicComponent.valid(); in IsAccessChainUnindexedLValue() 804 ASSERT(!accessChain.dynamicComponent.valid()); in accessChainPushDynamicComponent() 855 if (accessChain.accessChainId.valid()) in accessChainCollapse() 979 if (accessChain.dynamicComponent.valid()) in accessChainLoad() 1016 ASSERT(!accessChain.dynamicComponent.valid()); in accessChainStore() 1077 if (!indexId.valid()) in makeAccessChainIdList() 1092 ASSERT(!data->idList[index].id.valid()); in makeAccessChainLiteralList() 1109 if (accessChain.postDynamicComponentTypeId.valid()) in getAccessChainTypeId() 1113 if (accessChain.postSwizzleTypeId.valid()) in getAccessChainTypeId() 1242 bool valid = castConstant.cast(expectedBasicType, *constUnion); createConstant() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 252 if (!vertexA.valid()) in CopyTriangleFanIndicesWithRestart() 256 else if (!vertexB.valid()) in CopyTriangleFanIndicesWithRestart() 1150 // These aren't valid D3D11 swapchain formats, so don't expose them as configs in generateConfigs() 1345 if (!mSyncQuery.valid()) in finish() 1575 if (!format.valid()) in getD3DTextureInfo() 2344 if (mSupportsShareHandles.valid()) in getShareHandleSupport() 2485 ASSERT(dest.valid()); in copyImageInternal() 2518 ASSERT(readSRV.valid()); in copyImageInternal() 2530 ASSERT(source.valid()); in copyImageInternal() 2759 ASSERT(destRTV.valid()); in copyTexture() [all...] |
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | asm.S | 99 * that |AARCH64_VALID_CALL_TARGET| is only valid for indirect calls (BLR), not 131 # error Pointer authentication defines no valid key!
|
/third_party/icu/icu4c/source/common/ |
H A D | cstring.h | 72 # error U_CHARSET_FAMILY is not valid
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 96 || die 1 please use the -g flag with a valid number
|
/third_party/node/test/fixtures/wpt/FileAPI/file/ |
H A D | File-constructor.any.js | 148 }, `Unusual but valid property bag: ${arg}`);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cstring.h | 72 # error U_CHARSET_FAMILY is not valid
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ImageIndex.h | 38 bool valid() const; 69 // Only valid for 3D/Cube textures with layers.
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | MemoryBuffer.cpp | 146 if (initValue.valid()) in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 69 /// When PrevPos is set, the iterators are valid as if advanceTo(PrevPos) 119 /// valid - Return true if this is a valid entry for physReg. 120 bool valid(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI); 156 // get - Get a valid entry for PhysReg.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 39 bool valid() const { return kind() != Kind(0); } in valid() function in llvm::codeview::CVRecord
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cstring.h | 72 # error U_CHARSET_FAMILY is not valid
|
/third_party/typescript/tests/baselines/reference/ |
H A D | forStatementsMultipleInvalidDecl.js | 8 valid: boolean;
|