Searched refs:valid (Results 351 - 375 of 821) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/catapult/common/eslint/tests/
H A Dcatapult-camelcase.js27 valid: [
/external/compiler-rt/lib/msan/
H A Dmsan_origin.h124 if (!h.valid()) return prev;
/external/freetype/src/sfnt/
H A Dttcmap.h47 FT_Validator valid );
/external/iptables/extensions/
H A Dlibxt_time.c223 "%s is not a valid day for --monthdays", day);
234 bool valid; local
246 valid = false;
250 valid = true;
253 if (!valid)
255 "%s is not a valid day specifier", day);
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java95 * Decodes the given string that is assumed to be a valid encoding
101 * a valid encoded string for this encoder.
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h67 __u32 valid; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
/external/libxml2/VxWorks/
H A DMakefile45 valid.o \
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh123 if [ X"$valid" = Xfalse ]; then
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips2.s37 # div has been re-encoded. See valid.s
38 # divu has been re-encoded. See valid.s
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips2.s40 # div has been re-encoded. See valid.s
41 # divu has been re-encoded. See valid.s
/external/ltp/testcases/commands/cron/
H A Dcron_pos_tests.sh98 echo Job has not produced valid output
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_AUDOUT.c40 int valid = 0; local
44 valid = 1;
46 valid = 0;
48 return valid;
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp140 bool valid = false; local
167 valid = true;
173 valid = false;
183 newHit->fValid = valid;
279 SkDebugf("%s [%d] valid=%d operand=%d span=%d ccw=%d ", __FUNCTION__, index,
/external/skqp/src/pathops/
H A DSkPathOpsWinding.cpp140 bool valid = false; local
167 valid = true;
173 valid = false;
183 newHit->fValid = valid;
279 SkDebugf("%s [%d] valid=%d operand=%d span=%d ccw=%d ", __FUNCTION__, index,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DInterferenceCache.h91 /// valid - Return true if this is a valid entry for physReg.
92 bool valid(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI);
123 // get - Get a valid entry for PhysReg.
/external/syslinux/com32/gplinclude/acpi/
H A Dmadt.h152 bool valid; member in struct:__anon23601
/external/syslinux/gpxe/src/drivers/block/
H A Dsrp.c322 if ( rsp->valid & ( SRP_RSP_VALID_DOUNDER | SRP_RSP_VALID_DOOVER ) ) {
324 srp, ( ( rsp->valid & SRP_RSP_VALID_DOUNDER )
328 if ( rsp->valid & ( SRP_RSP_VALID_DIUNDER | SRP_RSP_VALID_DIOVER ) ) {
330 srp, ( ( rsp->valid & SRP_RSP_VALID_DIUNDER )
/external/webrtc/webrtc/examples/peerconnection/server/
H A Ddata_socket.h44 bool valid() const { return socket_ != INVALID_SOCKET; } function in class:SocketBase
105 // Send an HTTP response. The |status| should start with a valid HTTP
124 // Returns true if a valid request was received and no errors occurred.
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_mac.mm38 bool valid = window_array && CFArrayGetCount(window_array);
42 return valid;
/external/xmlrpcpp/test/
H A DFileClient.cpp93 if ( ! arg.valid()) {
/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_cmds_extra.c1245 bool valid, ili; local
1250 valid = sg_get_sense_info_fld(sense_b, slen, &ull);
1252 if (valid && ili) {
1258 pr2ws(" info field: 0x%" PRIx64 ", valid: %d, "
1259 "ili: %d\n", ull, valid, ili);
1338 bool valid, ili; local
1343 valid = sg_get_sense_info_fld(sense_b, slen, &ull);
1345 if (valid && ili) {
1351 pr2ws(" info field: 0x%" PRIx64 ", valid: %d, "
1352 "ili: %d\n", ull, (int)valid, (in
1429 int valid, slen, ili; local
1512 bool valid, ili; local
1599 bool valid; local
1680 bool valid; local
[all...]
/external/apache-http/android/src/android/net/http/
H A DCertificateChainValidator.java112 // get a valid SSLSession, close the socket if we fail
218 boolean valid = domain != null
222 if (!valid) {
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp105 bool ShaderProgramDeclaration::valid (void) const function in class:sglr::pdec::ShaderProgramDeclaration
149 DE_ASSERT(decl.valid());
/external/e2fsprogs/intl/
H A Dloadmsgcat.c763 /* Other system dependent strings are not valid. */
905 /* Load the message catalogs specified by FILENAME. If it is no valid
932 /* If the record does not represent a valid locale the FILENAME
1126 int valid = 1; local
1162 valid = 0;
1170 if (!valid)
1174 if (valid)
1206 int valid = 1; local
1235 valid = 0;
1240 if (!valid)
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacro-qualifier-diagnostics.s17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'invalid_qualifier'

Completed in 942 milliseconds

<<11121314151617181920>>