Searched refs:valid (Results 226 - 250 of 821) sorted by relevance

1234567891011>>

/external/curl/docs/cmdline-opts/
H A Dmail-rcpt.d10 When performing a mail transfer, the recipient should specify a valid email
/external/icu/icu4c/source/i18n/
H A Dformat.cpp210 Format::setLocaleIDs(const char* valid, const char* actual) { argument
212 locBased.setLocaleIDs(valid, actual);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/chunks/
H A DVarValidator.java33 boolean valid = node
37 if (valid) {
/external/libchrome/base/
H A Dsequence_token_unittest.cc86 // Expect an invalid TaskToken not to be equal with a valid TaskToken.
90 TaskToken valid = TaskToken::GetForCurrentThread(); local
92 EXPECT_NE(valid, invalid);
97 // valid and equal with each other.
112 // valid but not equal to each other.
/external/libxcam/plugins/smart/dvs/libdvs/
H A Dlibdvs.cpp100 result->valid = false;
114 result->valid = true;
/external/libxml2/include/libxml/
H A DMakefile.am27 valid.h \
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh92 valid=$2
101 test_chips $module $valid
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsigreturn.c78 * if (saved SS is valid || UC_STRICT_RESTORE_SS is set ||
348 uint32_t valid = 0, ar; local
351 "mov $1, %[valid]\n\t"
353 : [ar] "=r" (ar), [valid] "+rm" (valid)
356 if (!valid)
381 uint32_t valid = 0, ar; local
384 "mov $1, %[valid]\n\t"
386 : [ar] "=r" (ar), [valid] "+rm" (valid)
[all...]
/external/llvm/test/MC/Mips/micromips/
H A Dinvalid-wrong-error.s7 # misleading. Ideally, we'd emit every way to achieve a valid match instead
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3.s30 # ddiv has been re-encoded. See valid.s
31 # ddivu has been re-encoded. See valid.s
32 # div has been re-encoded. See valid.s
33 # divu has been re-encoded. See valid.s
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_AUDIO.c40 int valid = 0; local
44 valid = 1;
46 valid = 0;
48 return valid;
53 int valid = 0; local
57 valid = 1;
59 valid = 0;
61 return valid;
/external/strace/tests/
H A Ds390_pci_mmio_read_write.c128 bool valid = bufs[j].buf && local
139 sizes[k], valid, bufs[j].str);
/external/strace/tests-m32/
H A Ds390_pci_mmio_read_write.c128 bool valid = bufs[j].buf && local
139 sizes[k], valid, bufs[j].str);
/external/strace/tests-mx32/
H A Ds390_pci_mmio_read_write.c128 bool valid = bufs[j].buf && local
139 sizes[k], valid, bufs[j].str);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLoopRanges.cpp74 return I.valid() && Stop > I.start();
109 for (Map::const_iterator I = Intervals.begin(); I.valid(); ++I)
/external/mesa3d/src/amd/addrlib/r800/
H A Degbaddrlib.cpp99 BOOL_32 valid; local
167 valid = ComputeSurfaceInfoLinear(pIn, pOut, padDims);
172 valid = ComputeSurfaceInfoMicroTiled(pIn, pOut, padDims, tileMode);
187 valid = ComputeSurfaceInfoMacroTiled(pIn, pOut, padDims, tileMode);
191 valid = FALSE;
196 return valid;
314 BOOL_32 valid = TRUE; local
400 return valid;
424 BOOL_32 valid = TRUE; local
443 valid
600 BOOL_32 valid = TRUE; local
658 BOOL_32 valid = TRUE; local
708 BOOL_32 valid = TRUE; local
813 BOOL_32 valid = SanityCheckMacroTiled(pTileInfo); local
923 BOOL_32 valid = TRUE; local
1119 BOOL_32 valid = TRUE; local
[all...]
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp5 bool valid; member in class:PlotPoint
/external/eigen/unsupported/test/
H A Dcxx11_tensor_convolution.cpp87 Tensor<float, 1, DataLayout> valid(1);
88 valid = input.pad(padding).convolve(kernel, dims);
89 VERIFY_IS_EQUAL(valid.dimension(0), 1);
90 VERIFY_IS_APPROX(valid(0), 2.5f);
/external/freetype/src/cid/
H A Dcidobjs.h96 FT_Bool valid; member in struct:CID_SizeRec_
/external/google-breakpad/src/common/
H A Dmemory_range_unittest.cc46 bool valid; member in struct:__anon7442::__anon7443
142 bool valid = kSubranges[i].valid; local
149 if (valid) {
/external/icu/icu4c/source/common/
H A Dpropname.h64 # error U_CHARSET_FAMILY is not valid
H A Ducnv_io.h77 # error U_CHARSET_FAMILY is not valid
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h245 /** Get the locale for this format object. You can choose between valid and actual locale.
246 * @param type type of the locale we're looking for (valid or actual)
254 /** Get the locale for this format object. You can choose between valid and actual locale.
255 * @param type type of the locale we're looking for (valid or actual)
265 void setLocaleIDs(const char* valid, const char* actual);
/external/kmod/tools/
H A Dstatic-nodes.c165 int c, idx = 0, valid; local
177 valid = 0;
182 valid = 1;
186 if (!valid) {
/external/libpng/
H A Dpnginfo.h60 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */ member in struct:png_info_def
62 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
85 * valid field to see if the information in these are valid. If you
86 * are writing, set the valid field to those chunks you want written,
136 * the low-order bits is not specified. Data is valid if
137 * (valid & PNG_INFO_sBIT) is non-zero.
151 * Data is valid if (valid
[all...]

Completed in 620 milliseconds

1234567891011>>