/frameworks/base/libs/utils/ |
Debug.cpp | 113 bool valid; local 116 // valid = isasciitype(c[3]); 117 valid = true; 120 while (valid && i<3) { 122 if (!zero) valid = false; 125 //if (!isasciitype(c[i])) valid = false; 129 // if all zeros, not a valid type code. 130 if (zero) valid = false; 132 valid = isident(c[3]) ? true : false; 135 while (valid && i<3) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 143 /** Validate a valid sample using an InputStream */
156 /** A document should at least have a root to be valid */
192 /** A document with a root element containing no device element is valid. */
200 /** A document with an empty device element is not valid. */
213 /** A document with two default elements in a device element is not valid. */
259 "cvc-minInclusive-valid: Value '0' is not facet-valid with respect to minInclusive '1'.*");
276 "cvc-minInclusive-valid: Value '-5' is not facet-valid with respect to minInclusive '1'.*");
293 "cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0.0E1'.*"); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 155 /* equal to totalMbsInFrame/airMbPeriod : Not valid for DM6446*/ 246 OMX_U32 chromaQPIndexOffset ; /*Specifies offset to be added to luma QP for addressing QPC values table for chroma components. Valid value is between -12 and 12, (inclusive)*/ 248 OMX_U32 picOrderCountType ; /* Picture Order count type Valid values 0, 2*/ 249 OMX_U32 maxMVperMB ; /* enable/Disable Multiple Motion vector per MB, valid values are [1, 4] [For DM6446, allowed value is only 1]*/ 254 OMX_U32 intraRefreshMethod ; /* Mechanism to do intra Refresh, see IH264VENC_IntraRefreshMethods for valid values*/ 261 OMX_U32 numSliceASO ; /* Number of valid enteries in asoSliceOrder array valid range is [0,8], 266 OMX_U32 numSliceGroups ; /* Total Number of slice groups, valid enteries are [0,8]*/ 267 OMX_U32 sliceGroupMapType ; /* Slice GroupMapType : For Valid enteries see IH264VENC_SliceGroupMapType*/ 268 OMX_U32 sliceGroupChangeDirectionFlag ; /* Slice Group Change Direction Flag: Only valid when sliceGroupMapTyp [all...] |
/dalvik/docs/ |
dalvik-constraints.html | 71 If a map exists, then each map entry must have a valid type. Each type may 89 For each string_id_item, the string_data_off field must contain a valid 91 field must contain a valid MUTF-8 string, and the utf16_size must match the 94 For each type_id_item, the desciptor_idx field must contain a valid reference 95 into the string_ids list. The referenced string must be a valid type descriptor. 97 For each proto_id_item, the shorty_idx field must contain a valid reference 98 into the string_ids list. The referenced string must be a valid shorty descriptor. 99 Also, the return_type_idx field must be a valid index into the type_ids section, 100 and the parameters_off field must be either zero or a valid offset pointing 104 For each field_id_item, both the class_idx and type_idx fields must be a valid [all...] |
/dalvik/docs/opcodes/ |
opcode-24-filled-new-array.html | 53 If B > 0, then D must be a valid register index in the current stack frame. 56 If B > 1, then E must be a valid register index in the current stack frame. 59 If B > 2, then F must be a valid register index in the current stack frame. 62 If B > 3, then G must be a valid register index in the current stack frame. 65 If B > 4, then A must be a valid register index in the current stack frame. 68 C must be a valid index into the type pool. 71 The type denoted by C must be a valid array type descriptor.
|
opcode-0b-move-result-wide.html | 46 A+1 must be a valid register index in the current stack frame (which 47 includes A itself being valid). 95 "result" register that is made valid and defined by executing a non-void return
|
opcode-10-return-wide.html | 46 A+1 must be a valid register index in the current stack frame (which 47 includes A being valid). 75 The stack frame that caused this method invocation becomes valid. This
|
opcode-1f-check-cast.html | 45 A must be a valid register index in the current stack frame. 51 B must be a valid index into the type pool. 54 Type pool entry B must contain a valid type descriptor for a reference type.
|
opcode-20-instance-of.html | 47 Both A and B must be a valid register indices for the current stack frame. 53 C must be a valid index into the type constant pool. 56 Type constant pool entry C must contain a valid type descriptor for a
|
opcode-22-new-instance.html | 45 A must be a valid register index for the current stack frame. 48 B must be a valid index into the type pool. 51 Type constant pool entry B must contain a valid type descriptor for a
|
opcode-23-new-array.html | 46 A and B must be valid register indices for the current stack frame. 55 C must be a valid index into the type pool. 58 Type constant pool entry C must contain a valid array type descriptor.
|
/external/dbus/test/ |
Makefile.am | 84 data/valid-messages \ 89 data/valid-config-files \ 90 data/valid-config-files/basic.d \ 91 data/valid-config-files/system.d \ 92 data/valid-service-files \ 132 cp $(top_builddir)/bus/*.conf $(top_builddir)/test/data/valid-config-files || exit 1 ; \ 133 chmod u+w $(top_builddir)/test/data/valid-config-files/*.conf || exit 1
|
/external/srec/srec/cfront/ |
ca_front.c | 128 int valid; local 149 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, 155 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj, 166 if (valid > 0 && hWave->data.channel->frame_count > (DELTA + 3)) 170 valid = False; 172 else valid = False; 178 return (valid);
|
/external/bluetooth/glib/tests/ |
unicode-encoding.c | 38 VALID, 94 case VALID: 97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line); 137 if (status == VALID || status == NOTUNICODE) 187 if (status == VALID) 322 Status status = VALID; /* Quiet GCC */ 363 if (!strcmp (tmp, "VALID")) 364 status = VALID; 376 if (status != VALID && status != NOTUNICODE)
|
/external/icu4c/tools/toolutil/ |
ucbuf.h | 54 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 66 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 77 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 89 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 101 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 114 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 125 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 158 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 177 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value
|
/external/bluetooth/glib/gobject/ |
gparam.h | 42 * @pspec: a valid #GParamSpec 52 * Checks whether @pspec "is a" valid #GParamSpec structure of type %G_TYPE_PARAM 58 * @pclass: a valid #GParamSpecClass 67 * Checks whether @pclass "is a" valid #GParamSpecClass structure of type 73 * @pspec: a valid #GParamSpec 83 * @pspec: a valid #GParamSpec 90 * @pspec: a valid #GParamSpec 97 * @pspec: a valid #GParamSpec 104 * @value: a valid #GValue structure 123 * parameter is guaranteed to remain valid an [all...] |
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_decrypt_key.c | 30 @param stat [out] Result of the decryption, 1==valid, 0==invalid 52 /* valid padding? */ 60 /* valid hash ? */
|
rsa_encrypt_key.c | 48 /* valid padding? */ 54 /* valid prng? */ 60 /* valid hash? */
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 26 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */ 36 * These are the response types, and correspond to valid bit 37 * patterns of the above flags. One additional valid pattern
|
/external/libpng/ |
pngget.c | 24 return(info_ptr->valid & flag); 122 if (info_ptr->valid & PNG_INFO_pHYs) 143 if (info_ptr->valid & PNG_INFO_pHYs) 164 if (info_ptr->valid & PNG_INFO_pHYs) 188 if (info_ptr->valid & PNG_INFO_pHYs) 212 if (info_ptr->valid & PNG_INFO_oFFs) 234 if (info_ptr->valid & PNG_INFO_oFFs) 256 if (info_ptr->valid & PNG_INFO_oFFs) 278 if (info_ptr->valid & PNG_INFO_oFFs) 337 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_pHYs) [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngget.c | 20 return(info_ptr->valid & flag); 122 if (info_ptr->valid & PNG_INFO_pHYs) 140 if (info_ptr->valid & PNG_INFO_pHYs) 158 if (info_ptr->valid & PNG_INFO_pHYs) 178 if (info_ptr->valid & PNG_INFO_pHYs) 199 if (info_ptr->valid & PNG_INFO_oFFs) 217 if (info_ptr->valid & PNG_INFO_oFFs) 235 if (info_ptr->valid & PNG_INFO_oFFs) 253 if (info_ptr->valid & PNG_INFO_oFFs) 309 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_pHYs) [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-validate-input.js | 22 var r = email + " appears to be a valid email address."; 27 r = email + " does NOT appear to be a valid email address."; 56 r = zip + " appears to be a valid ZIP code.";
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-validate-input.js | 22 var r = email + " appears to be a valid email address."; 27 r = email + " does NOT appear to be a valid email address."; 56 r = zip + " appears to be a valid ZIP code.";
|
/external/webkit/WebCore/platform/haiku/ |
ScreenHaiku.cpp | 47 // FIXME: We assume this screen is valid 61 // FIXME: We assume this screen is valid 81 // FIXME: We assume this screen is valid
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 27 * in this class can be used to verify that a character is a valid
55 /** XML 1.1 Valid character mask. */
70 /** XML 1.1 content for external entities (valid - "special" chars - control chars) */
79 /** XML 1.1 content for internal entities (valid - "special" chars) */
165 * Returns true if the specified character is valid. This method
189 * Returns true if the specified character is valid and permitted outside
224 * Returns true if the specified character is a valid name start
236 * Returns true if the specified character is a valid name
248 * Returns true if the specified character is a valid NCName start
260 * Returns true if the specified character is a valid NCName [all...] |