HomeSort by relevance Sort by last modified time
    Searched defs:valid (Results 301 - 325 of 1242) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/net/java/android/net/
NetworkTest.java 53 assertFalse(fd.valid());
68 assertTrue(fis.getFD().valid());
92 assertTrue(mLocalClient.getFileDescriptor().valid());
  /frameworks/base/tools/aapt2/util/
Util.cpp 157 bool valid = std::all_of(piece.begin() + 1, piece.end(), [](const char c) -> bool { local
161 if (!valid) {
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.h 117 bool valid; member in struct:qcamera::__anon48812
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 63 bool valid() const { return fp != 0; } function in struct:__anon49640::IOFile
360 if(!fp.valid()) {
370 if(!fp.valid()) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 62 bool valid() const { return fp != 0; } function in struct:__anon49944::IOFile
283 if(!fp.valid()) {
293 if(!fp.valid()) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 241 // Create a valid FileDescriptor
245 assertTrue(fd.valid());
254 assertFalse(fd.valid());
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 276 // valid reports whether the value is valid and a non-nil pointer.
278 func valid(v reflect.Value) bool { func
300 if valid(value) {
307 if !valid(value) {
323 // TODO: Is field guaranteed valid? If so we could avoid this check.
324 if !valid(field) {
346 // TODO: Is elem guaranteed valid? If so we could avoid this check.
347 if !valid(elem) {
  /prebuilts/go/darwin-x86/src/runtime/
symtab.go 118 // If more is false, there are no more callers (the Frame value is valid).
136 se.wasPanic = se.pcExpander.funcInfo.valid() && se.pcExpander.funcInfo.entry == sigpanicPC
167 // valid frame.
206 if !ex.funcInfo.valid() {
621 func (f funcInfo) valid() bool { func
708 if !f.valid() {
768 if !f.valid() || f.nameoff == 0 {
780 if !f.valid() {
789 if !f.valid() {
797 if !f.valid() {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 276 // valid reports whether the value is valid and a non-nil pointer.
278 func valid(v reflect.Value) bool { func
300 if valid(value) {
307 if !valid(value) {
323 // TODO: Is field guaranteed valid? If so we could avoid this check.
324 if !valid(field) {
346 // TODO: Is elem guaranteed valid? If so we could avoid this check.
347 if !valid(elem) {
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 118 // If more is false, there are no more callers (the Frame value is valid).
136 se.wasPanic = se.pcExpander.funcInfo.valid() && se.pcExpander.funcInfo.entry == sigpanicPC
167 // valid frame.
206 if !ex.funcInfo.valid() {
621 func (f funcInfo) valid() bool { func
708 if !f.valid() {
768 if !f.valid() || f.nameoff == 0 {
780 if !f.valid() {
789 if !f.valid() {
797 if !f.valid() {
    [all...]
  /system/extras/libfec/
fec_private.h 68 bool valid; member in struct:ecc_info
96 bool valid; member in struct:verity_block_info
  /system/extras/libfec/include/fec/
io.h 64 bool valid; member in struct:fec_ecc_metadata
181 return get_ecc_metadata(data) && data.valid;
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 91 assertTrue(fd.valid());
294 // Establish connection between a local client and server to get a valid client socket file
299 assertTrue(fileDescriptor.valid());
318 assertTrue(fileDescriptor.valid());
322 assertFalse(fileDescriptor.valid());
  /external/boringssl/src/crypto/dsa/
dsa.c 629 int valid; local
630 if (!DSA_do_check_signature(&valid, digest, digest_len, sig, dsa)) {
633 return valid;
761 int valid; local
762 if (!DSA_check_signature(&valid, digest, digest_len, sig, sig_len, dsa)) {
765 return valid;
  /external/capstone/arch/X86/
X86DisassemblerDecoder.c 1800 uint8_t valid; local
    [all...]
  /external/deqp/modules/egl/
teglSyncTests.cpp 1207 TestCaseGroup* const valid = new TestCaseGroup(m_eglTestCtx, "valid", "Valid function calls"); local
1276 TestCaseGroup* const valid = new TestCaseGroup(m_eglTestCtx, "valid", "Valid function calls"); local
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 324 if (!spec.valid())
329 bool valid; local
344 valid = attribSpec.valid(spec.apiType);
348 valid = false;
350 // try again if not valid
351 if (valid)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationServiceTest.java 263 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); local
264 String validName = valid.getName();
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java 260 ULocale valid = col.getLocale(ULocale.VALID_LOCALE); local
261 String validName = valid.getName();
  /external/libchrome/base/strings/
string_number_conversions.cc 36 // The ValueOrDie call below can never fail, because UnsignedAbs is valid
37 // for all valid inputs.
139 bool valid = true; local
142 valid = false;
149 valid = false;
151 valid = false;
158 valid = false;
162 return valid;
  /external/libunwind/include/
libunwind_i.h 336 bool valid; /* true if the image is a valid elf image */ member in struct:elf_image
  /external/libxml2/
dict.c 98 int valid; member in struct:_xmlDictEntry
704 if (olddict[i].valid == 0)
713 if (dict->dict[key].valid == 0) {
726 entry->valid = 1;
755 if (dict->dict[key].valid == 0) {
758 dict->dict[key].valid = 1;
824 if (iter->valid == 0)
882 if (dict->dict[key].valid == 0) {
924 if (dict->subdict->dict[key].valid != 0) {
968 entry->valid = 1
    [all...]
hash.c 61 int valid; member in struct:_xmlHashEntry
265 if (oldtable[i].valid == 0)
284 if (table->table[key].valid == 0) {
333 if (iter->valid == 0)
564 if (table->table[key].valid == 0) {
615 entry->valid = 1;
680 if (table->table[key].valid == 0) {
745 entry->valid = 1;
777 if (table->table[key].valid == 0)
824 if (table->table[key].valid == 0
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c 78 * 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/mesa3d/src/mesa/main/
shader_query.cpp 444 * Checks if array subscript is valid and if so sets array_index.
796 * "A valid name cannot be a structure, an array of structures, or any
871 * valid location assigned.
1385 bool valid = true; local
    [all...]

Completed in 957 milliseconds

<<11121314151617181920>>