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

12345678

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatched_file_system.py20 added, deleted, modified = self._patcher.GetPatchedFiles()
26 patched_files |= (set(added) | set(modified))
33 added, deleted, modified = (
82 added, deleted, modified = (tuple(
88 # However, these directories are actually modified because their children
90 modified += [child for child in deleted if child.endswith('/')]
92 return (added, deleted_files, modified)
94 def _PatchStat(self, stat_info, version, added, deleted, modified):
95 assert len(added) + len(deleted) + len(modified) > 0
103 for child in added + modified
[all...]
H A Drietveld_patcher_test.py46 added, deleted, modified = self._patcher.GetPatchedFiles()
55 sorted(modified),
69 # Apply to a modified file.
H A Drietveld_patcher.py80 modified = []
89 modified.append(f)
94 return (added, deleted, modified)
H A Dpatch_servlet.py72 _, _, modified = rietveld_patcher.GetPatchedFiles()
73 if CONTENT_PROVIDERS in modified:
/external/chromium_org/third_party/ots/src/
H A Dhead.h17 uint64_t modified; member in struct:ots::OpenTypeHEAD
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java40 private boolean modified; field in class:VariableEditor
67 modified = false;
79 modified = true;
100 if (!modified)
/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/clang/test/SemaCXX/
H A Dnew-delete-0x.cpp25 expected-error {{variably modified type}} \
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.cc21 base::Time modified)
25 modified(modified) {
64 base::Time modified) {
65 origins_.push_back(OriginInfo(origin, type, quota_client_mask, modified));
92 if (current->type == type && current->modified >= modified_since)
17 OriginInfo( const GURL& origin, StorageType type, int quota_client_mask, base::Time modified) argument
60 AddOrigin( const GURL& origin, StorageType type, int quota_client_mask, base::Time modified) argument
H A Dmock_quota_manager.h89 base::Time modified);
112 base::Time modified);
118 base::Time modified; member in struct:content::MockQuotaManager::OriginInfo
123 // regular usage/quota testing we hardly need modified time but only
/external/qemu/include/exec/
H A Dhax.h21 void hax_vcpu_sync_state(CPUState *cpu, int modified);
/external/qemu/include/sysemu/
H A Dkvm.h141 void hax_vcpu_sync_state(CPUState *cpu, int modified);
143 static inline void cpu_synchronize_state(CPUState *cpu, int modified) argument
146 if (modified)
152 hax_vcpu_sync_state(cpu, modified);
/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.h34 void UpdateRank(EntryImpl* entry, bool modified);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.cc219 // Creates NetLog parameters to indicate that an extension modified a request.
313 // Find modified headers.
503 bool modified = false; local
525 modified = true;
533 modified = true;
537 return modified;
541 // |deltas| to |cookies|. Returns whether any cookie was modified.
545 bool modified = false; local
567 modified = true;
572 return modified;
580 bool modified = false; local
629 bool modified = false; local
826 bool modified = false; local
901 bool modified = false; local
929 bool modified = false; local
959 bool modified = false; local
1011 bool modified = false; local
[all...]
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s32 # 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/boringssl/src/crypto/asn1/
H A Dtasn_utl.c128 enc->modified = 1;
141 enc->modified = 1;
162 enc->modified = 0;
171 if (!enc || enc->modified) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-head-table.hh118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
/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)
/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_org/base/prefs/
H A Doverlay_user_pref_store_unittest.cc134 Value* modified = NULL; local
135 EXPECT_TRUE(overlay_->GetMutableValue(overlay_key, &modified));
136 ASSERT_TRUE(modified);
137 ASSERT_TRUE(modified->IsType(Value::TYPE_DICTIONARY));
138 EXPECT_TRUE(Value::Equals(modify, static_cast<DictionaryValue*>(modified)));
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Denvironment_data_collection_win.cc119 int modified = VerifyModule(modules_to_verify[i], &modified_exports); local
121 if (modified == MODULE_STATE_UNMODIFIED)
133 modified + 1));
/external/chromium_org/chrome/installer/util/
H A Dchrome_frame_operations.cc108 bool modified = channel_info->SetChromeFrame(set); local
111 modified |= channel_info->SetReadyMode(false);
113 return modified;
/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp103 bool modified = false; local
136 return modified;

Completed in 564 milliseconds

12345678