HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/bluetooth/glib/tests/gobject/
paramspec-test.c 21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
40 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...]
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 127 * modified while the operation is in progress.
156 boolean modified = false;
159 modified = true;
160 return modified;
  /external/proguard/src/proguard/classfile/editor/
VariableEditor.java 38 private boolean modified; field in class:VariableEditor
66 modified = false;
78 modified = true;
99 if (!modified)
  /external/qemu-pc-bios/vgabios/
biossums.c 55 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 = 1
    [all...]
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 64 boolean modified = false;
70 modified = true;
74 modified = true;
82 modified |= forceMobilePolicyCombined();
86 if (modified) writeAsync();
198 boolean modified = false;
207 modified = true;
211 modified = true;
220 modified = true;
224 if (modified) writeAsync()
    [all...]
  /external/qemu/
hax.h 21 void hax_vcpu_sync_state(CPUState *env, int modified);
kvm.h 140 void hax_vcpu_sync_state(CPUState *env, int modified);
142 static inline void cpu_synchronize_state(CPUState *env, int modified)
145 if (modified)
151 hax_vcpu_sync_state(env, modified);
  /external/chromium/net/disk_cache/
eviction.h 35 void UpdateRank(EntryImpl* entry, bool modified);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
rankings.h 113 void Insert(CacheRankingsBlock* node, bool modified, List list);
123 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nsieve.js 4 // modified by Isaac Gouy
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nsieve.js 4 // modified by Isaac Gouy
  /external/openssl/crypto/asn1/
tasn_utl.c 147 enc->modified = 1;
161 enc->modified = 1;
180 enc->modified = 0;
190 if (!enc || enc->modified)
  /external/stlport/stlport/
float.h 10 * 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.
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 44 boolean modified = false; field in class:BordeauxSessionManager.Session
94 session.modified = true;
145 // Save the session if it's modified.
146 if (session.getValue().modified) {
164 session.modified = false;
  /ndk/sources/cxx-stl/stlport/stlport/
float.h 10 * 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.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
float.h 10 * 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.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
float.h 10 * 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.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
float.h 10 * 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/
bindtextdom.c 92 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/
overlay_persistent_pref_store_unittest.cc 138 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)));
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 293 boolean modified = false;
296 modified = true;
297 return modified;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 111 * Sets the "modified" flag.
113 public void setModified(boolean modified) {
114 m_modified = modified;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 179 long modified = file.lastModified(); local
180 if (prevModified.longValue() != modified) {
  /frameworks/av/media/mtp/
MtpDatabase.h 38 time_t modified) = 0;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 197 boolean modified = false;
204 modified = true;
208 modified = true;
214 if (modified && mSelectionListener != null) {

Completed in 1636 milliseconds

1 2 3 4 5 6 7 8