HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/icu4c/common/
locbased.h 52 * object. Either the valid or the actual locale may be
62 * object. Either the valid or the actual locale may be
73 * @param valid the ID of the valid locale
76 void setLocaleIDs(const char* valid, const char* actual);
80 char* valid; member in class:LocaleBased
86 valid(validAlias), actual(actualAlias) {
92 valid((char*)validAlias), actual((char*)actualAlias) {
locbased.cpp 28 return valid;
39 uprv_strcpy(valid, validID);
  /dalvik/libcore/luni/src/main/java/java/io/
FileDescriptor.java 101 * Indicates whether this FileDescriptor is valid.
103 * @return {@code true} if this FileDescriptor is valid, {@code false}
106 public boolean valid() { method in class:FileDescriptor
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 62 private boolean valid=true; field in class:DTMNodeIterator
103 valid=false;
160 if(!valid)
178 if(!valid)
  /external/freetype/include/freetype/internal/
ftvalid.h 96 ft_validator_init( FT_Validator valid,
104 ft_validator_run( FT_Validator valid ); variable
111 ft_validator_error( FT_Validator valid,
115 /* Calls ft_validate_error. Assumes that the `valid' local variable */
122 ft_validator_error( valid, _prefix ## _error )
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 147 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...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator3Test.java 174 int[] valid = {512, 576, 640, 960, 1024}; local
178 for (int i = 0; i < valid.length; i++) {
180 gen.init(valid[i]);
182 fail("Exception should not be thrown for valid parameter" + valid[i]);
203 int[] valid = {512, 576, 640, 960, 1024}; local
207 for (int i = 0; i < valid.length; i++) {
209 gen.init(valid[i], new SecureRandom());
210 gen.init(valid[i], null);
212 fail("Exception should not be thrown for valid parameter" + valid[i])
    [all...]
  /external/skia/tests/
ClipperTest.cpp 31 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
32 if (valid) {
35 REPORTER_ASSERT(reporter, !valid);
55 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
56 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
59 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
74 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
75 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
78 REPORTER_ASSERT(reporter, valid &&
  /external/webkit/WebCore/html/
ValidityState.idl 34 readonly attribute boolean valid;
ValidityState.h 54 bool valid() const;
  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 34 ** 'd' - LIST line is a directory entry ('result' is valid)
35 ** 'f' - LIST line is a file's entry ('result' is valid)
36 ** 'l' - LIST line is a symlink's entry ('result' is valid)
128 valid = false;
139 bool valid; member in struct:WebCore::ListResult
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 41 if (!p.valid) {
84 * Builds a valid Parameters object. Parses the paramters if necessary
93 p.valid = false;
103 p.valid = true;
114 * True if this list of parameters is valid, false otherwise.
116 boolean valid; field in class:Main.Parameters
  /external/expat/tests/
xmltest.sh 88 for xmldir in ibm/valid/P* \
90 xmltest/valid/ext-sa \
91 xmltest/valid/not-sa \
94 xmltest/valid/sa \
95 sun/valid \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 96 boolean valid = true;
98 valid = false;
101 valid = false;
104 valid = false;
109 if (valid == false) {
  /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/libpng/contrib/gregbook/
wpng.c 443 int i, valid, result; local
451 valid = TRUE;
469 valid = FALSE;
473 valid = FALSE;
478 } while (!valid);
481 valid = TRUE;
499 valid = FALSE;
503 valid = FALSE;
508 } while (!valid);
511 valid = TRUE
    [all...]
  /external/bluetooth/glib/tests/
run-bookmark-test.sh 29 for I in ${srcdir:-.}/bookmarks/valid-*.xbel; do
utf8-validate.c 36 gboolean valid; member in struct:__anon1434
282 gboolean valid)
289 if (result != valid || end - text != offset)
303 valid ? "TRUE" : "FALSE", offset,
316 test[i].offset, test[i].valid);
run-markup-tests.sh 31 F=${srcdir:-.}/markups/valid-$I.gmarkup
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 8 <servicedir>/home/quinticent/devel/dbus-branch/dbus_1_0/test/data/valid-service-files</servicedir>
  /external/freetype/src/sfnt/
ttcmap.c 89 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 ) )
198 /***** character code (but these values are also valid as the *****/
213 /***** Note that not all values of "charcode" are valid according *****/
246 /* first 0 USHORT first valid low-byte */
247 /* count 2 USHORT number of valid low-bytes */
251 /* A sub-header defines, for each high-byte, the range of valid */
276 FT_Validator valid )
1993 FT_Bool valid; member in struct:TT_CMap12Rec_
2313 FT_Bool valid; member in struct:TT_CMap13Rec_
    [all...]
  /external/qemu/android/skin/
scaler.c 20 int valid; member in struct:SkinScaler
50 scaler->valid = 1;
94 if ( !scaler->valid )
  /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/kernel-headers/original/asm-arm/
memory.h 163 * These are *only* valid on the kernel direct mapped RAM memory.
187 * Again, these are *only* valid on the kernel direct mapped RAM
212 * pfn_valid(pfn) indicates whether a PFN number is valid
215 * virt_addr_valid(k) indicates whether a virtual address is valid
239 int valid = nid < MAX_NUMNODES; \
240 if (valid) { \
242 valid = (pfn - node->node_start_pfn) < \
245 valid; \

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 91011