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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/ots/src/
head.h 17 uint64_t modified; member in struct:ots::OpenTypeHEAD
  /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/chromium_org/chrome/common/extensions/docs/server2/
patched_file_system.py 30 added, deleted, modified = (
47 added, deleted, modified = self._patcher.GetPatchedFiles()
52 patched_files |= (set(added) | set(modified))
94 added, deleted, modified = (tuple(
100 # However, these directories are actually modified because their children
102 modified += [child for child in deleted if child.endswith('/')]
104 return (added, deleted_files, modified)
106 def _PatchStat(self, stat_info, version, added, deleted, modified):
107 assert len(added) + len(deleted) + len(modified) > 0
115 for child in added + modified
    [all...]
  /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 66 boolean modified = false;
72 modified = true;
76 modified = true;
84 modified |= forceMobilePolicyCombined();
88 if (modified) writeAsync();
209 boolean modified = false;
218 modified = true;
222 modified = true;
231 modified = true;
240 modified = true
    [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);
  /external/chromium_org/net/disk_cache/
eviction.h 34 void UpdateRank(EntryImpl* entry, bool modified);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nsieve.js 4 // modified by Isaac Gouy
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nsieve.js 4 // modified by Isaac Gouy
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
access-nsieve.js 4 // modified by Isaac Gouy
  /frameworks/native/libs/ui/tests/
Region_test.cpp 49 Region modified = Region::createTJunctionFreeRegion(original); local
50 verifyNoTJunctions(modified);
52 EXPECT_EQ(modified.end() - modified.begin(), expectedCount);
54 EXPECT_TRUE((original ^ modified).isEmpty());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 214 // Creates NetLog parameters to indicate that an extension modified a request.
308 // Find modified headers.
549 bool modified = false; local
571 modified = true;
579 modified = true;
583 return modified;
587 // |deltas| to |cookies|. Returns whether any cookie was modified.
591 bool modified = false; local
613 modified = true;
618 return modified;
626 bool modified = false; local
675 bool modified = false; local
871 bool modified = false; local
953 bool modified = false; local
981 bool modified = false; local
1011 bool modified = false; local
1063 bool modified = false; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-head-table.hh 118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_utl.c 147 enc->modified = 1;
161 enc->modified = 1;
180 enc->modified = 0;
190 if (!enc || enc->modified)
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
  /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/5/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/6/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/7/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.

Completed in 1995 milliseconds

1 2 3 4 5 6 7 8 91011>>