Searched defs:valid (Results 1 - 25 of 674) sorted by path

1234567891011>>

/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp932 unsigned int valid[PCM_DMX_MAX_CHANNELS] = { 0 }; local
1107 valid[CENTER_FRONT_CHANNEL] = 1;
1108 valid[LEFT_FRONT_CHANNEL] = 1;
1109 valid[RIGHT_FRONT_CHANNEL] = 1;
1110 valid[LEFT_REAR_CHANNEL] = 1;
1111 valid[RIGHT_REAR_CHANNEL] = 1;
1112 valid[LOW_FREQUENCY_CHANNEL] = 1;
1281 FDKmemclear(valid, PCM_DMX_MAX_CHANNELS*sizeof(unsigned int));
1282 valid[LEFT_FRONT_CHANNEL] = 1;
1283 valid[RIGHT_FRONT_CHANNE
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java31 private boolean valid = false; field in class:UnixNetworkInterfaceTest
44 if (!up && valid) {
67 if (valid) {
95 if (hardAddr != null && valid) {
125 if (valid) {
152 && subInterfaces2.hasMoreElements() && valid) {
172 while (subInterfaces.hasMoreElements() && valid) {
209 valid = (netifs != null)
216 valid = false;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java62 private boolean valid=true; field in class:DTMNodeIterator
103 valid=false;
160 if(!valid)
178 if(!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/btif/src/
H A Dbtif_dm.c693 is a valid hid connection with this bd_addr. If yes VUP will be issued.*/
2699 void btif_dm_proc_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r) argument
2706 BTIF_TRACE_DEBUG("btif_dm_proc_loc_oob: valid=%d", valid);
2709 valid)
/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/base/
H A Dpath_service_unittest.cc100 bool valid = true; local
105 valid = base::win::GetVersion() >= base::win::VERSION_VISTA;
110 valid = base::win::GetVersion() >= base::win::VERSION_WIN8;
114 if (valid)
/external/chromium_org/base/strings/
H A Dstring_number_conversions.cc177 bool valid = true; local
180 valid = false;
186 valid = false;
188 valid = false;
195 valid = false;
199 return valid;
/external/chromium_org/cc/resources/
H A Dresource_provider.h272 DCHECK(valid());
277 bool valid() const { return !!sk_bitmap_.getPixels(); } function in class:cc::ResourceProvider::ScopedReadLockSoftware
295 bool valid() const { return !!sk_bitmap_.getPixels(); } function in class:cc::ResourceProvider::ScopedWriteLockSoftware
/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/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc61 bool valid() const { return valid_; } function in class:__anon3547::Argument
82 if (!arg1.valid())
94 if (!arg1.valid())
97 if (!arg2.valid())
109 if (!arg1.valid())
112 if (!arg2.valid())
115 if (!arg3.valid())
127 if (!arg1.valid())
130 if (!arg2.valid())
133 if (!arg3.valid())
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.cc284 bool valid = false; local
291 valid = true;
294 valid = expected_manifest_->Equals(original_manifest_.get());
295 if (!valid && expected_manifest_check_level_ ==
307 valid = !(PermissionMessageProvider::Get()->IsPrivilegeIncrease(
315 if (!valid)
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_data_provider.cc44 bool IAppsDataProvider::valid() const { function in class:iapps::IAppsDataProvider
48 void IAppsDataProvider::set_valid(bool valid) { argument
49 is_valid_ = valid;
55 ready_callback.Run(valid());
H A Dsafe_audio_video_checker.cc58 OnCheckingFinished(false /* valid? */);
66 void SafeAudioVideoChecker::OnCheckingFinished(bool valid) { argument
72 callback_.Run(valid ? base::File::FILE_OK :
/external/chromium_org/chrome/browser/prefs/
H A Dincognito_mode_prefs.cc48 bool valid = IntToAvailability(pref_value, &result); local
49 DCHECK(valid);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc394 : valid(false),
400 // Whether the data is valid.
401 bool valid; member in struct:BookmarkBarView::DropInfo
810 if (drop_info_.get() && drop_info_->valid &&
882 if (drop_info_->valid &&
894 if (drop_info_->valid && drop_info_->location.Equals(location)) {
907 drop_info_->valid = true;
936 drop_info_->valid = false;
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo_mobile_ntp.h25 // Return true if the mobile NTP promotion is valid.
29 // Return true if the promo is valid and can be shown.
32 bool valid() const { return valid_; } function in class:NotificationPromoMobileNtp
/external/chromium_org/chromeos/network/onc/
H A Donc_validator.cc104 bool valid = ValidateObjectDefault(signature, onc_object, repaired.get()); local
105 if (valid) {
107 valid = ValidateToplevelConfiguration(repaired.get());
109 valid = ValidateNetworkConfiguration(repaired.get());
111 valid = ValidateEthernet(repaired.get());
115 valid = ValidateIPConfig(repaired.get());
117 valid = ValidateWiFi(repaired.get());
119 valid = ValidateVPN(repaired.get());
121 valid = ValidateIPsec(repaired.get());
123 valid
[all...]
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy_unittest.cc67 bool valid = true; variable
71 valid = (ProcessReceivedCharacter(output[i], 0) ||
73 EXPECT_TRUE(valid) << "Received: " << output;
76 if (!valid || TestSucceeded()) {
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n_unittest.cc49 bool valid; member in struct:autofill::test_case
65 // Not a valid number - starts with 1
67 // Not a valid number - does not have area code.
130 EXPECT_EQ(test_cases[i].valid,
/external/chromium_org/components/component_updater/
H A Dcomponent_unpacker.cc37 // This class makes sure that the CRX digital signature is valid
90 bool valid() const { return valid_; } function in class:component_updater::__anon6380::CRXValidator
167 if (!validator.valid()) {
173 // File is valid and the digital signature matches. Now make sure
/external/chromium_org/components/content_settings/core/common/
H A Dcontent_settings_pattern.cc110 // Returns true when the pattern |parts| represent a valid pattern.
262 // If the pattern is for an extension URL test if it is valid.
292 // If the pattern is for a "file-pattern" test if it is valid.
299 // If the pattern is for an extension URL test if it is valid.
458 bool valid)
460 is_valid_(valid) {
456 ContentSettingsPattern( const PatternParts& parts, bool valid) argument

Completed in 948 milliseconds

1234567891011>>