Home
last modified time | relevance | path

Searched refs:valid (Results 426 - 450 of 890) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java1546 errln("Not a character is not a valid codepoint"); in TestCodePoint()
1552 errln("A valid codepoint should return itself"); in TestCodePoint()
2839 // Testing values for invalid and valid ID in TestGetInstance()
2953 "null because it was given a valid parameter. Value passed: " + in TestToString()
3147 int[] valid = { in TestGetHanNumericValue()
3183 if(valid.length != results.length){ in TestGetHanNumericValue()
3184 errln("The arrays valid and results are suppose to be the same length " + in TestGetHanNumericValue()
3187 for(int i=0; i<valid.length; i++){ in TestGetHanNumericValue()
3188 if(UCharacter.getHanNumericValue(valid[i]) != results[i]){ in TestGetHanNumericValue()
3190 "same result as expected. Passed value: " + valid[ in TestGetHanNumericValue()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java1549 errln("Not a character is not a valid codepoint"); in TestCodePoint()
1555 errln("A valid codepoint should return itself"); in TestCodePoint()
2987 // Testing values for invalid and valid ID in TestGetInstance()
3101 "null because it was given a valid parameter. Value passed: " + in TestToString()
3295 int[] valid = { in TestGetHanNumericValue()
3331 if(valid.length != results.length){ in TestGetHanNumericValue()
3332 errln("The arrays valid and results are suppose to be the same length " + in TestGetHanNumericValue()
3335 for(int i=0; i<valid.length; i++){ in TestGetHanNumericValue()
3336 if(UCharacter.getHanNumericValue(valid[i]) != results[i]){ in TestGetHanNumericValue()
3338 "same result as expected. Passed value: " + valid[ in TestGetHanNumericValue()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp68 if (texture->getFormat(face, level).valid()) in TextureHasNonZeroMipLevelsSpecified()
77 .valid()) in TextureHasNonZeroMipLevelsSpecified()
92 if (!texture->getFormat(face, 0).valid()) in CubeTextureHasUnspecifiedLevel0Face()
767 if (!majorVersion.valid() && minorVersion.valid()) in ValidateGetPlatformDisplayCommon()
803 if (deviceType.valid() && deviceType != EGL_PLATFORM_ANGLE_DEVICE_TYPE_HARDWARE_ANGLE && in ValidateGetPlatformDisplayCommon()
845 if (deviceType.valid()) in ValidateGetPlatformDisplayCommon()
879 if ((majorVersion.valid() && majorVersion.value() != 1) || in ValidateGetPlatformDisplayCommon()
880 (minorVersion.valid() && minorVersion.value() != 0)) in ValidateGetPlatformDisplayCommon()
889 if (eglHandle.valid() in ValidateGetPlatformDisplayCommon()
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c137 ft_validator_init( FT_Validator valid, in ft_validator_init() argument
142 valid->base = base; in ft_validator_init()
143 valid->limit = limit; in ft_validator_init()
144 valid->level = level; in ft_validator_init()
145 valid->error = FT_Err_Ok; in ft_validator_init()
150 ft_validator_run( FT_Validator valid ) in FT_BASE_DEF()
153 FT_UNUSED( valid ); in FT_BASE_DEF()
160 ft_validator_error( FT_Validator valid, in ft_validator_error() argument
166 volatile ft_jmp_buf* jump_buffer = &valid->jump_buffer; in ft_validator_error()
169 valid in ft_validator_error()
[all...]
/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c76 frame->fingers[i].valid = true; in ParsePointData()
/third_party/gn/src/gn/
H A Dfunction_get_path_info.cc161 is always legal to append a slash and a filename and get a valid path.
H A Dhash_table_base.h124 // // Note that the iterator only parses over valid items.
285 // The NodeIterator type has a valid() method that can be used to perform
289 // for (auto it = my_table.begin(); it.valid(); ++it) {
336 // Returns true if the iterator points to a valid node.
337 bool valid() const { return node_ != node_limit_; } in valid() function
401 // over valid nodes, even if they have defined their own begin() and
411 // which is a little bit clearer than the (valid) alternative:
/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex28 call stack. The machine-state must remain valid for the duration for
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h169 uint32_t valid; member
/third_party/node/lib/internal/crypto/
H A Daes.js160 `${tagLength} is not a valid AES-GCM tag length`,
/third_party/node/lib/internal/dns/
H A Dutils.js270 `The provided hostname "${hostname}" is not a valid ` +
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h117 * Bitmasks for fuse_setattr_in.valid
246 __u32 valid; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h191 unsigned valid : 1; member
/third_party/ltp/testcases/kernel/power_management/
H A Dpm_include.sh88 validity_check=${2:-valid}
110 if [ "${validity_check}" = "valid" ] ; then
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.h65 bool valid[ZINK_DESCRIPTOR_TYPES]; member
H A Dzink_resource.h139 bool valid; member
/third_party/python/Tools/buildbot/
H A DremoteDeploy.bat18 ssh %SSH_SERVER% echo Make sure we can find SSH and SSH_SERVER variable is valid
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
H A DCaptureReplayTests.cpp108 if (!mTraceLibrary->valid()) in initializeTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.h76 bool valid() const { return mIntendedGLFormat != 0; } in valid() function in rx::vk::final
149 // |intendedGLFormat| always correponds to a valid GLenum type. For types that don't have a
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp228 ASSERT_TRUE(mProgram.valid()); in createResources()
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h231 int valid; member
244 /* cert currently being tested as valid issuer */
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.h36 bool valid() const { return !testName.empty(); } in valid() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_i.h62 u8 pmkid[PMKID_LEN]; /* valid if pmkid_set == 1 */
73 bool valid; member
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp169 bool valid (void) const;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h62 u8 pmkid[PMKID_LEN]; /* valid if pmkid_set == 1 */
71 Boolean valid; member

Completed in 25 milliseconds

1...<<11121314151617181920>>...36