Searched defs:valid (Results 101 - 125 of 674) sorted by path

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dformat.cpp208 Format::setLocaleIDs(const char* valid, const char* actual) { argument
210 locBased.setLocaleIDs(valid, actual);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c52 table of valid data
2417 const char* valid,
2419 /* We want the valid to be strictly > the bogus requested locale,
2420 and the valid to be >= the actual. */
2421 if (_loccmp(req, valid) > 0 &&
2422 _loccmp(valid, actual) >= 0) {
2423 log_verbose("%s; req=%s, valid=%s, actual=%s\n",
2424 label, req, valid, actual);
2426 log_err("FAIL: %s; req=%s, valid=%s, actual=%s\n",
2427 label, req, valid, actua
2415 _checklocs(const char* label, const char* req, const char* valid, const char* actual) argument
2440 const char *req = "en_US_REDWOODSHORES", *valid, *actual; local
2464 const char *req = "fr_FR_PROVENCAL", *valid, *actual; local
2488 const char *req = "zh_Hant_TW_TAINAN", *valid, *actual; local
2555 const char *req = "ar_KW_ABDALI", *valid, *actual; local
2580 const char *req = "es_AR_BUENOSAIRES", *valid, *actual; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1947 UBool valid = years[i] <= maxYear; local
1960 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
1962 if (valid && newYear != years[i]) {
1963 errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't change");
1967 else if (!valid && /*newYear == years[i]*/ dateAfter + 1.0 == dateAfter) {
H A Dloctest.cpp800 // table of valid data
1401 // at a valid offset in the mapping table
1422 // at a valid offset in the mapping table
1805 * and valid (expReqValid) and between valid and actual (expValidActual).
1817 const char* valid = validLoc.getName(); local
1819 int32_t reqValid = _loccmp(req, valid);
1820 int32_t validActual = _loccmp(valid, actual);
1827 logln("%s; req=%s, valid=%s, actual=%s",
1828 label, req, valid, actua
1840 Locale valid, actual, reqLoc; local
[all...]
H A Dnumfmtst.cpp2094 UBool valid = (*pat) == '+'; local
2098 if (U_SUCCESS(ec) == valid) {
2103 pat, (valid?"succeeded":"failed"),
H A Dtzregts.cpp721 UBool valid = DATA[i+1] == GOOD; local
741 if(valid) {
749 if(valid) {
1039 // Make sure we got valid zones
1177 // Make a valid constructor call for subsequent tests.
H A Dusettest.cpp1532 UBool valid = (c >= 0 && c <= 0x10FFFF); local
1538 if (b == valid) {
1561 if ((index >= 0) == valid) {
1622 if (i == start) { // No valid name chars
3268 // or the set contains strings with unpaired surrogates which don't translate to valid UTF-8:
3460 // which do not translate to valid UTF-8.
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Djson.cc53 bool valid() const { return valid_; } function in class:i18n::addressinput::Json::JsonImpl
113 if (!impl_->valid()) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc373 // constraints if the key is found and has a valid value.
521 // Enable DTLS by default if |dtls_identity_service| is valid.
907 bool valid = false; local
908 if (!ReadyToUseRemoteCandidate(candidate, NULL, &valid)) {
909 if (valid) {
916 return valid;
1388 bool valid = false; local
1389 if (!ReadyToUseRemoteCandidate(candidate, remote_desc, &valid)) {
1390 if (valid) {
1717 bool* valid) {
1714 ReadyToUseRemoteCandidate( const IceCandidateInterface* candidate, const SessionDescriptionInterface* remote_desc, bool* valid) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.h59 bool valid() const { return socket_ != INVALID_SOCKET; } function in class:SocketBase
120 // Send an HTTP response. The |status| should start with a valid HTTP
139 // Returns true if a valid request was received and no errors occurred.
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h305 bool valid() const { return voe_channel_ != -1; } function in class:cricket::WebRtcMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc1239 bool valid = false; local
1243 valid = OnInitiateMessage(msg, &error);
1246 valid = OnInfoMessage(msg);
1249 valid = OnAcceptMessage(msg, &error);
1252 valid = OnRejectMessage(msg, &error);
1255 valid = OnTerminateMessage(msg, &error);
1258 valid = OnTransportInfoMessage(msg, &error);
1261 valid = OnTransportAcceptMessage(msg, &error);
1264 valid = OnDescriptionInfoMessage(msg, &error);
1267 valid
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.cc178 std::string Jid::PrepNode(const std::string& node, bool* valid) { argument
179 *valid = false;
200 *valid = true;
206 char Jid::PrepNodeAscii(char ch, bool* valid) { argument
207 *valid = true;
222 *valid = false;
232 std::string Jid::PrepResource(const std::string& resource, bool* valid) { argument
233 *valid = false;
252 *valid = true;
257 char Jid::PrepResourceAscii(char ch, bool* valid) { argument
274 PrepDomain(const std::string& domain, bool* valid) argument
294 PrepDomain(const std::string& domain, std::string* buf, bool* valid) argument
320 PrepDomainLabel( std::string::const_iterator start, std::string::const_iterator end, std::string* buf, bool* valid) argument
361 PrepDomainLabelAscii(char ch, bool* valid) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4636 bool valid = false; local
4650 valid = true;
4678 if (!valid)
5161 // frame is a valid seek target. This default function simply
5162 // returns true, which means all frames are valid seek targets.
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c86 int (*valid)(const WebPDemuxer* const dmux); member in struct:ChunkParser
742 if (status != PARSE_ERROR && !parser->valid(dmux)) status = PARSE_ERROR;
/external/chromium_org/third_party/libxml/src/
H A Ddict.c75 int valid; member in struct:_xmlDictEntry
570 if (olddict[i].valid == 0)
579 if (dict->dict[key].valid == 0) {
592 entry->valid = 1;
621 if (dict->dict[key].valid == 0) {
624 dict->dict[key].valid = 1;
690 if (iter->valid == 0)
741 if (dict->dict[key].valid == 0) {
783 if (dict->subdict->dict[key].valid != 0) {
827 entry->valid
[all...]
H A Dhash.c45 int valid; member in struct:_xmlHashEntry
233 if (oldtable[i].valid == 0)
252 if (table->table[key].valid == 0) {
301 if (iter->valid == 0)
520 if (table->table[key].valid == 0) {
571 entry->valid = 1;
636 if (table->table[key].valid == 0) {
701 entry->valid = 1;
733 if (table->table[key].valid == 0)
780 if (table->table[key].valid
[all...]
H A DtestReader.c41 static int valid = 0; variable
48 printf("\t --valid: validate the document\n");
77 if (valid)
122 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
123 valid++;
H A DtestXPath.c45 static int valid = 0; variable
157 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
158 valid++;
171 if (valid != 0) xmlDoValidityCheckingDefaultValue = 1;
202 printf("\t--valid : switch on DTD support in the parser\n");
H A Dxmllint.c143 static int valid = 0; variable
1867 if (valid)
1928 if (valid)
1936 if (valid) {
2349 } else if (valid) {
2361 if (ctxt->valid == 0)
2472 fprintf(stderr, "could not get valid list of elements\n");
2981 printf("\t--valid : validate the document in addition to std well-formed check\n");
2989 printf("\t--insert : ad-hoc test for valid insertions\n");
3173 else if ((!strcmp(argv[i], "-valid")) ||
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h19 #include <libxml/valid.h>
219 int valid; /* is the document valid */ member in struct:_xmlParserCtxt
H A Dvalid.h95 int valid; /* temporary validity check result */ member in struct:_xmlValidCtxt
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c2205 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
2319 int valid = 0; local
2322 valid = _mesa_ARBvp_parse_option(state, (yyvsp[(2) - (3)].string));
2324 valid = _mesa_ARBfp_parse_option(state, (yyvsp[(2) - (3)].string));
2330 if (!valid) {
2821 /* All of the swizzle components have to be valid in either RGBA
2822 * or XYZW. Note that 0 and 1 are valid in both, so both masks
2863 /* 0 and 1 are valid for both RGBA swizzle names and XYZW
4215 * is valid.
4381 * zero is valid
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c52 * Note that id must be positive for the config to be valid.
251 * Return true if a config is valid. When for_matching is true,
252 * EGL_DONT_CARE is accepted as a valid attribute value, and checks
262 EGLBoolean valid = EGL_TRUE; local
277 valid = EGL_FALSE;
282 valid = EGL_FALSE;
286 valid = EGL_FALSE;
292 valid = EGL_FALSE;
299 valid = EGL_FALSE;
303 valid
[all...]

Completed in 3730 milliseconds

1234567891011>>