Searched defs:modified (Results 1 - 25 of 31) sorted by relevance

12

/external/bluetooth/glib/tests/gobject/
H A Dparamspec-test.c40 gboolean modified; local
55 modified = g_param_value_validate (pspec, &value);
56 g_assert (modified && g_value_get_char (&value) == 20);
59 modified = g_param_value_validate (pspec, &value);
60 g_assert (!modified && g_value_get_char (&value) == 20);
63 modified = g_param_value_validate (pspec, &value);
64 g_assert (!modified && g_value_get_char (&value) == 40);
67 modified = g_param_value_validate (pspec, &value);
68 g_assert (modified && g_value_get_char (&value) == 40);
78 gboolean modified; local
150 gboolean modified; local
190 gboolean modified; local
[all...]
/external/chromium/chrome/browser/prefs/
H A Doverlay_persistent_pref_store_unittest.cc138 Value* modified = NULL; local
139 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetMutableValue(key, &modified));
140 ASSERT_TRUE(modified);
141 ASSERT_TRUE(modified->GetType() == Value::TYPE_DICTIONARY);
142 EXPECT_TRUE(Value::Equals(modify, static_cast<DictionaryValue*>(modified)));
/external/qemu/
H A Dkvm.h140 static inline void cpu_synchronize_state(CPUState *env, int modified) argument
143 if (modified)
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java38 private boolean modified; field in class:VariableEditor
66 modified = false;
78 modified = true;
99 if (!modified)
H A DCodeAttributeEditor.java59 private boolean modified; field in class:CodeAttributeEditor
117 modified = false;
139 modified = true;
161 modified = true;
183 modified = true;
203 modified = true;
223 modified = true;
244 modified = true;
263 modified = true;
285 * Returns whether the instruction at the given offset has been modified
[all...]
/external/e2fsprogs/intl/
H A Dbindtextdom.c92 modified, only the current value is returned.
94 modified nor returned. */
100 int modified; local
114 modified = 0;
167 modified = 1;
204 modified = 1;
315 modified = 1;
333 /* If we modified any binding, we flush the caches. */
334 if (modified)
/external/qemu-pc-bios/vgabios/
H A Dbiossums.c55 int hits, modified; local
74 modified = 0;
77 modified = 1;
80 modified = 1;
84 if (modified == 0) {
88 modified = 1;
105 if (modified == 0) {
109 modified = 1;
123 if (modified == 0) {
128 modified
[all...]
/external/chromium/net/disk_cache/
H A Deviction.cc157 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { argument
159 return UpdateRankV2(entry, modified);
161 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
370 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { argument
371 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
H A Dmem_entry_impl.cc522 void MemEntryImpl::UpdateRank(bool modified) { argument
526 if (modified)
H A Drankings.cc178 void UpdateTimes(disk_cache::CacheRankingsBlock* node, bool modified) { argument
181 if (modified)
231 void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) { argument
265 UpdateTimes(node, modified);
382 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { argument
385 UpdateTimes(node, modified);
392 Insert(node, modified, list);
H A Dbackend_impl.cc890 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { argument
892 eviction_.UpdateRank(entry, modified);
H A Dentry_impl.cc113 // may be modified by this method even though it returns false: that means we
1152 void EntryImpl::UpdateRank(bool modified) { argument
1155 backend_->UpdateRank(this, modified);
1162 if (modified)
/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc181 double FindPercentage(double original, double modified) { argument
185 return ((modified - original) / original) * 100.0;
/external/icu4c/samples/layout/
H A Dsfnt.h155 BigDate modified; member in struct:HEADTable
/external/icu4c/test/letest/
H A DFontObject.h118 BigDate modified; member in struct:HEADTable
H A Dsfnt.h284 BigDate modified; member in struct:HEADTable
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc410 bool modified = false; local
421 modified = true;
425 if (!modified)
431 modified = true;
437 if (modified) {
/external/svox/pico/lib/
H A Dpicospho.c708 /** Calculate bound strength modified by transduction
711 * calculate the modified bound strength.
737 /** Calculate bound strength modified by a \<break> command
739 * Given the original (predicted and possibly fst-modified) bound strength, and a time value from an
740 * overwriding \<break> command, calculate the modified bound strength.
745 * @return modified bound strength
749 picoos_uint8 modified = (0 == time) ? PICODATA_ITEMINFO1_BOUND_PHR3 : local
752 /* for word and phrase breaks, return 'modified', unless a non-silence gets time==0, in which
764 return modified;
853 /* insert modified boun
[all...]
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp135 long long modified; member in struct:WebCore::headTable
/external/chromium/chrome/browser/history/
H A Dhistory_backend.cc735 scoped_ptr<URLsModifiedDetails> modified(new URLsModifiedDetails);
765 modified->changed_urls.push_back(*i);
802 // Broadcast a notification for typed URLs that have been modified. This
808 modified.release());
857 URLsModifiedDetails* modified = local
861 modified->changed_urls.push_back(changed_urls[i]);
864 modified);
/external/icu4c/test/intltest/
H A Dwbnf.cpp1088 UBool modified(Pick* &node /*out*/){ function in class:Parser
1135 if (modified(n)){
1156 if (!modified(node)) {
1163 return TRUE; // just a modified
/external/chromium/net/base/
H A Dnet_util.cc1442 Time modified) {
1467 // |modified| can be NULL in FTP listings.
1468 if (!modified.is_null()) {
1469 modified_str = base::TimeFormatShortDateAndTime(modified);
1438 GetDirectoryListingEntry(const string16& name, const std::string& raw_bytes, bool is_dir, int64 size, Time modified) argument
/external/opencv/ml/src/
H A Dmltree.cpp1667 bool modified = true; local
1709 if( iters == max_iters || !modified )
1712 modified = false;
1749 modified = true;
/external/openssl/crypto/x509/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st
/external/openssl/include/openssl/
H A Dx509.h188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st

Completed in 1100 milliseconds

12