Searched refs:modified (Results 1 - 25 of 82) sorted by relevance

1234

/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/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/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.h35 void UpdateRank(EntryImpl* entry, bool modified);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
H A Drankings.h113 void Insert(CacheRankingsBlock* node, bool modified, List list);
123 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
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 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);
/external/openssl/crypto/asn1/
H A Dtasn_utl.c147 enc->modified = 1;
161 enc->modified = 1;
180 enc->modified = 0;
190 if (!enc || enc->modified)
H A Dx_name.c142 ret->modified=1;
213 nm.x->modified = 0;
228 if(a->modified) {
285 a->modified = 0;
/external/stlport/stlport/
H A Dfloat.h10 * Permission to modify the code and to distribute modified code is granted,
12 * modified is included with the above copyright notice.
22 # error This header is only reentrant once, it should be modified if it has to be included more.
/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/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/guava/src/com/google/common/collect/
H A DIterators.java164 boolean modified = false;
168 modified = true;
171 return modified;
188 boolean modified = false;
192 modified = true;
195 return modified;
210 boolean modified = false;
214 modified = true;
217 return modified;
321 * @return {@code true} if {@code collection} was modified a
[all...]
H A DAbstractMultiset.java189 boolean modified = false;
194 modified = true;
197 return modified;
/external/pcre/
H A Dmakevp.bat1 :: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
18 REM This file has been modified and extended to compile with newer PCRE releases
/external/mksh/src/
H A Dedit.c63 static int modified; /* buffer has been "modified" */ variable
131 modified = 1;
1031 if (!modified) {
1033 modified = 1;
1039 if (!modified) { \
1041 modified = 1; \
1725 modified = 0;
1734 if (modified)
1744 modified
[all...]
/external/openssl/crypto/x509/
H A Dx509cset.c132 c->crl->enc.modified = 1;
H A Dx509_cmp.c192 if (!a->canon_enc || a->modified)
199 if (!b->canon_enc || b->modified)
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
/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/libpng/contrib/gregbook/
H A Dmakevms.com4 $! Script created by Martin Zinser for libpng; modified by Greg Roelofs
/external/sqlite/android/
H A DAndroid.mk55 # to easily check what they modified works well or not.
/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) {

Completed in 609 milliseconds

1234