HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 1 - 25 of 361) 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 40 private boolean modified; field in class:VariableEditor
67 modified = false;
79 modified = true;
100 if (!modified)
  /external/chromium_org/chrome/common/extensions/docs/server2/
patched_file_system.py 16 added, deleted, modified = (
44 added, deleted, modified = self._patcher.GetPatchedFiles()
49 patched_files |= (set(added) | set(modified))
92 added, deleted, modified = (tuple(
98 # However, these directories are actually modified because their children
100 modified += [child for child in deleted if child.endswith('/')]
102 return (added, deleted_files, modified)
104 def _PatchStat(self, stat_info, version, added, deleted, modified):
105 assert len(added) + len(deleted) + len(modified) > 0
113 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...]
  /external/clang/test/SemaCXX/
new-delete-0x.cpp 25 expected-error {{variably modified type}} \
  /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();
212 boolean modified = false;
221 modified = true;
225 modified = true;
234 modified = true;
243 modified = true
    [all...]
  /external/chromium_org/content/browser/quota/
mock_quota_manager.cc 21 base::Time modified)
25 modified(modified) {
61 base::Time modified) {
62 origins_.push_back(OriginInfo(origin, type, quota_client_mask, modified));
89 if (current->type == type && current->modified >= modified_since)
mock_quota_manager.h 88 base::Time modified);
111 base::Time modified);
117 base::Time modified; member in struct:content::MockQuotaManager::OriginInfo
122 // regular usage/quota testing we hardly need modified time but only
  /external/qemu/include/exec/
hax.h 21 void hax_vcpu_sync_state(CPUState *cpu, int modified);
  /external/qemu/include/sysemu/
kvm.h 141 void hax_vcpu_sync_state(CPUState *cpu, int modified);
143 static inline void cpu_synchronize_state(CPUState *cpu, int modified)
146 if (modified)
152 hax_vcpu_sync_state(cpu, modified);
  /external/chromium_org/net/disk_cache/blockfile/
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());
  /art/runtime/
instrumentation.cc 439 std::list<InstrumentationListener*>* modified; local
441 modified = new std::list<InstrumentationListener*>(*dex_pc_listeners_.get());
443 modified = new std::list<InstrumentationListener*>();
445 modified->push_back(listener);
446 dex_pc_listeners_.reset(modified);
450 std::list<InstrumentationListener*>* modified; local
452 modified = new std::list<InstrumentationListener*>(*field_read_listeners_.get());
454 modified = new std::list<InstrumentationListener*>();
456 modified->push_back(listener);
457 field_read_listeners_.reset(modified);
461 std::list<InstrumentationListener*>* modified; local
472 std::list<InstrumentationListener*>* modified; local
508 std::list<InstrumentationListener*>* modified = local
522 std::list<InstrumentationListener*>* modified = local
536 std::list<InstrumentationListener*>* modified = local
550 std::list<InstrumentationListener*>* modified = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 215 // Creates NetLog parameters to indicate that an extension modified a request.
309 // Find modified headers.
560 bool modified = false; local
582 modified = true;
590 modified = true;
594 return modified;
598 // |deltas| to |cookies|. Returns whether any cookie was modified.
602 bool modified = false; local
624 modified = true;
629 return modified;
637 bool modified = false; local
686 bool modified = false; local
882 bool modified = false; local
964 bool modified = false; local
992 bool modified = false; local
1022 bool modified = false; local
1074 bool modified = false; local
    [all...]
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
  /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/chromium_org/third_party/skia/platform_tools/android/tests/
generate_user_config_tests.py 31 REBASELINE_MSG = ('If you\'ve modified generate_user_config.py, run '
makefile_writer_tests.py 28 REBASELINE_MSG = ('If you\'ve modified makefile_writer.py, run '
  /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)

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>