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

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/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/libxml/src/include/libxml/
H A Dvalid.h95 int valid; /* temporary validity check result */ member in struct:_xmlValidCtxt
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp51 bool valid = looper.next(); local
52 REPORTER_ASSERT(reporter, valid);
53 if (valid) {
/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.h45 bool valid() const { return fValid; } function in class:SkKTXFile
51 SkASSERT(!this->valid() || mipmap < fPixelData.count());
52 return this->valid() ? fPixelData[mipmap].data() : NULL;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc153 bool valid = IsScreenValid(id, &current_device_key_); local
154 if (valid)
156 return valid;
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmessage_util.cc132 bool valid = (i >= start_index && i < end_index); local
133 if (valid && has_regexp) {
134 valid = MessageMatches(input_message_vector[i], filter_pattern);
136 if (valid != invert) {
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp6 bool valid; member in class:PlotPoint
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc74 bool valid() { return node_; } function in struct:__msan::ChainedOriginDepotNode::Handle
95 *new_id = h.valid() ? h.id() : 0;
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpairingsession.cc273 bool valid = (secret == *gen_alpha); local
275 if (!valid) {
284 return valid;
/external/icu/icu4c/source/i18n/
H A Dformat.cpp208 Format::setLocaleIDs(const char* valid, const char* actual) { argument
210 locBased.setLocaleIDs(valid, actual);
/external/libxml2/include/libxml/
H A Dvalid.h95 int valid; /* temporary validity check result */ member in struct:_xmlValidCtxt
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp31 // only valid when there is a corresponding CacheEntries assignment. There is
58 if (!Entries[E].valid(LIUArray, TRI))
62 // No valid entry exists, pick the next round-robin entry.
111 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
157 if (!I.valid())
208 if (!I.valid() || I.start() >= Stop)
211 bool Backup = !I.valid() || I.start() >= Stop;
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
H A DSDL_irixaudio.c147 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...]
/external/skia/include/core/
H A DSkPicture.h154 only valid when not recording. Between a beginRecording/endRecording
283 // If valid returns false then there is no optimization data
285 virtual bool valid() const { return false; } function in class:SkPicture::OperationList
288 // 'valid' returns true.
/external/skia/tests/
H A DDeviceLooperTest.cpp51 bool valid = looper.next(); local
52 REPORTER_ASSERT(reporter, valid);
53 if (valid) {
/external/skia/third_party/ktx/
H A Dktx.h44 bool valid() const { return fValid; } function in class:SkKTXFile
50 SkASSERT(!this->valid() || mipmap < fPixelData.count());
51 return this->valid() ? fPixelData[mipmap].data() : NULL;
/external/valgrind/main/drd/
H A Ddrd_thread.h44 /** A number different from any valid DRD thread ID. */
48 * A number different from any valid POSIX thread ID.
80 /** Whether this structure contains valid information. */
81 Bool valid; member in struct:__anon32778
206 * Whether or not the specified DRD thread ID is valid.
208 * A DRD thread ID is valid if and only if the following conditions are met:
209 * - The ID is a valid index of the DRD_(g_threadinfo)[] array.
218 && (DRD_(g_threadinfo)[tid].valid));
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c140 ** Parameters valid - TRUE, if the local OOB data is retrieved from LM
147 void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
149 BTIF_TRACE_DEBUG("bta_dm_co_loc_oob, valid = %d", valid);
151 btif_dm_proc_loc_oob(valid, c, r);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c486 } /* got a valid ccb */
613 ** Description This function checks if the given dep_id is valid.
615 ** Returns TRUE, if this is a valid local dep_id
620 BOOLEAN valid = FALSE; local
623 valid = TRUE;
625 return valid;
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.cc102 bool valid = true; local
124 valid = false;
127 return valid;
176 // Check to see if it already has a valid file descriptor.
197 size_t valid; local
198 for (valid = 0; valid < events_.size(); ++valid) {
199 if (!IsKeventFileDescriptorOpen(events_[valid])) {
203 if (valid
[all...]
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc59 // non-characters valid (and doesn't require a string as input).
74 // whether it is valid UTF-8 or not.
135 // These valid and invalid UTF-8 sequences are based on the tests from
138 // All of the strings in |valid| must represent a single codepoint, because
141 const char* const valid[] = {"\r", "\n", "a", member in namespace:base::__anon2293
146 const char* const* const valid_end = valid + arraysize(valid);
182 // "valid".
192 static PartialIterator end() { return PartialIterator(arraysize(valid), 1); }
200 return base::StringPiece(valid[index
362 PartialIterator(), PartialIterator::end(), valid, valid_end, INVALID); local
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_utils.cc153 bool valid = ParseContentSettingValue(value, &setting); local
154 DCHECK(valid);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_unittest.cc166 // Try to parse valid post parameters.
253 bool valid = false; local
255 "http://foo{fhqwhgads}bar", &replacements, NULL, &valid));
257 EXPECT_TRUE(valid);
263 &valid));
265 EXPECT_TRUE(valid);
832 bool valid = false; local
834 url.url_ref().ParseURL(std::string(), &replacements, NULL, &valid)); local
836 EXPECT_TRUE(valid);
844 bool valid local
856 bool valid = false; local
867 bool valid = false; local
882 bool valid = false; local
[all...]
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_options.cc171 bool valid = false; local
175 valid = GetMandatoryConstraintValueAsBoolean(constraints_, key, &value);
180 if (!valid) {
283 // These values can take on valid negative values, so use the lowest possible

Completed in 7980 milliseconds

1234567891011>>