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

12345

/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/qemu/
H A Dhax.h21 void hax_vcpu_sync_state(CPUState *env, int modified);
H A Dkvm.h140 void hax_vcpu_sync_state(CPUState *env, int modified);
142 static inline void cpu_synchronize_state(CPUState *env, int modified) argument
145 if (modified)
151 hax_vcpu_sync_state(env, modified);
/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);
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java111 * Sets the "modified" flag.
113 public void setModified(boolean modified) { argument
114 m_modified = modified;
/external/mksh/src/
H A Dedit.c66 static int modified; /* buffer has been "modified" */ variable
129 modified = 1;
1048 if (!modified) {
1050 modified = 1;
1056 if (!modified) { \
1058 modified = 1; \
1751 modified = 0;
1760 if (modified)
1770 modified
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java99 boolean modified = false;
101 modified |= addTo.add(e);
103 return modified;
246 * modified via a nefarious implementation of equals. This is used for testing
/external/openssl/crypto/x509/
H A Dx509cset.c132 c->crl->enc.modified = 1;
H A Dx509_cmp.c197 if (!a->canon_enc || a->modified)
204 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/guava/guava/src/com/google/common/collect/
H A DIterators.java191 boolean modified = false;
195 modified = true;
198 return modified;
215 boolean modified = false;
219 modified = true;
222 return modified;
237 boolean modified = false;
241 modified = true;
244 return modified;
348 * @return {@code true} if {@code collection} was modified a
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java189 boolean modified = false;
193 modified = true;
196 return modified;
213 boolean modified = false;
217 modified = true;
220 return modified;
235 boolean modified = false;
239 modified = true;
242 return modified;
330 * @return {@code true} if {@code collection} was modified a
[all...]
/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 637 milliseconds

12345