Searched defs:valid (Results 226 - 250 of 674) sorted by last modified time

1234567891011>>

/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h230 __u8 valid; member in struct:kvm_translation
287 /* valid values for type in kvm_s390_interrupt */
589 /* valid for virtual machine (for floating interrupt)_and_ vcpu */
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h230 __u8 valid; member in struct:kvm_translation
287 /* valid values for type in kvm_s390_interrupt */
589 /* valid for virtual machine (for floating interrupt)_and_ vcpu */
/external/qemu/android/skin/
H A Dfile.h25 char valid; member in struct:SkinBackground
32 char valid; member in struct:SkinDisplay
H A Dscaler.c20 int valid; member in struct:SkinScaler
50 scaler->valid = 1;
94 if (!scaler->valid) {
116 if ( !scaler->valid )
/external/qemu/disas/
H A Dppc.c218 operand is valid, *INVALID will not be changed. */
247 placed in the valid argument. */
969 be valid. */
1064 int valid;
1077 valid = 1;
1080 valid = (value & 0x2) == 0;
1083 valid = (value & 0x8) == 0;
1086 valid = value == 0x14;
1090 if (valid
1093 return valid;
1060 int valid; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
H A DSDL_irixaudio.c147 int valid = 0; local
154 valid = (ALsetparams(AL_DEFAULT_DEVICE, audio_param, 2) < 0);
161 valid = (alSetParams(AL_DEFAULT_OUTPUT, &audio_param, 1) < 0);
165 while ((!valid) && (test_format)) {
166 valid = 1;
181 valid = 0;
186 if (valid) {
188 valid = 0;
214 valid = 1;
223 if (!valid) {
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick.c200 int valid; local
204 valid = 0;
206 valid = 1;
208 return valid;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/pcre/dist/
H A DRunTest.bat112 set valid=no variable
113 for %%v in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) do if %%v == %%a set valid=yes variable
114 if "!valid!" == "yes" (
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftvalid.h107 ft_validator_init( FT_Validator valid,
115 ft_validator_run( FT_Validator valid ); variable
122 ft_validator_error( FT_Validator valid,
126 /* Calls ft_validate_error. Assumes that the `valid' local variable */
133 ft_validator_error( valid, _prefix ## _error )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftvalid.h107 ft_validator_init( FT_Validator valid,
115 ft_validator_run( FT_Validator valid ); variable
122 ft_validator_error( FT_Validator valid,
126 /* Calls ft_validate_error. Assumes that the `valid' local variable */
133 ft_validator_error( valid, _prefix ## _error )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c98 ft_validator_init( FT_Validator valid, argument
103 valid->base = base;
104 valid->limit = limit;
105 valid->level = level;
106 valid->error = FT_Err_Ok;
111 ft_validator_run( FT_Validator valid )
114 FT_UNUSED( valid );
121 ft_validator_error( FT_Validator valid, argument
127 volatile ft_jmp_buf* jump_buffer = &valid->jump_buffer;
130 valid
[all...]
H A Dftstroke.c311 FT_Bool valid; member in struct:FT_StrokeBorderRec_
620 border->valid = FALSE;
629 border->valid = FALSE;
645 border->valid = FALSE;
686 border->valid = TRUE;
2019 if ( sborder->valid )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.h96 FT_Bool valid; member in struct:CID_SizeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c89 FT_Validator valid )
95 if ( table + length > valid->limit || length < 262 )
99 if ( valid->level >= FT_VALIDATE_TIGHT )
108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) )
202 /***** character code (but these values are also valid as the *****/
217 /***** Note that not all values of "charcode" are valid according *****/
250 /* first 0 USHORT first valid low-byte */
251 /* count 2 USHORT number of valid low-bytes */
255 /* A sub-header defines, for each high-byte, the range of valid */
280 FT_Validator valid )
2017 FT_Bool valid; member in struct:TT_CMap12Rec_
2341 FT_Bool valid; member in struct:TT_CMap13Rec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.h278 FT_Bool valid; member in struct:TT_Size_Metrics_
/external/opencv/cvaux/include/
H A Dcvaux.h884 CvBool valid; member in struct:__anon28098
/external/openssl/crypto/asn1/
H A Dasn1t.h644 char valid; /* Values below are valid */ member in struct:ASN1_TLC_st
/external/openssl/crypto/des/
H A Ddes.c759 static int valid=0; local
779 if (valid)
781 memcpy(out,bb,(unsigned int)valid);
782 tot=valid;
783 valid=0;
809 valid=i-j;
/external/openssl/crypto/x509/
H A Dx509.h284 int valid; member in struct:x509_st
334 #define X509_TRUST_DEFAULT -1 /* Only valid in purpose settings */
H A Dx509_vfy.h258 int valid; /* if 0, rebuild chain */ member in struct:x509_store_ctx_st
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
/external/openssl/include/openssl/
H A Dasn1t.h644 char valid; /* Values below are valid */ member in struct:ASN1_TLC_st
H A Dssl.h391 int valid; member in struct:ssl_cipher_st
480 /* session_id - valid? */
H A Dx509.h284 int valid; member in struct:x509_st
334 #define X509_TRUST_DEFAULT -1 /* Only valid in purpose settings */

Completed in 325 milliseconds

1234567891011>>