Searched defs:modified (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/ots/src/
H A Dhead.h17 uint64_t modified; member in struct:ots::OpenTypeHEAD
/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/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/content/browser/quota/
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
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
/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp103 bool modified = false; local
136 return modified;
/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/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;
H A Dchannel_info.cc118 // Returns true if |ap_value| is modified.
301 bool modified = false; local
305 modified = SetModifier(index, false, &value_) || modified;
308 return 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/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/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/chromium_org/chrome/tools/build/win/
H A Dresedit.py111 modified = property(lambda self: self._modified) variable in class:_ResourceEditor
315 if editor.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/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h76 UBool hasMappings() const { return modified; }
246 UBool modified; member in class:CollationDataBuilder
/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/chromium_org/net/disk_cache/blockfile/
H A Deviction.cc169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { argument
171 return UpdateRankV2(entry, modified);
173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
402 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { argument
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
/external/chromium_org/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/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DSASSSourceMapping.js122 var lastModifiedHeader = this._headerValue("last-modified", headers);
269 var headers = { "if-modified-since": new Date(data.sassTimestamp.getTime() - 1000).toUTCString() };
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_head.h77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
/external/skia/src/sfnt/
H A DSkOTTable_head.h77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_interface.h84 unsigned int modified; member in struct:chromeos::InputMethodEngineInterface::MenuItem
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc52 out->modified = 0;
55 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_LABEL;
60 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_STYLE;
66 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_VISIBLE;
70 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_CHECKED;
74 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_ENABLED;
621 bool modified = false; local
625 modified = true;
630 modified = true;
635 modified
[all...]
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.cc531 void MemEntryImpl::UpdateRank(bool modified) { argument
535 if (modified)

Completed in 559 milliseconds

1234