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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/ots/src/
head.h 17 uint64_t modified; member in struct:ots::OpenTypeHEAD
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 103 bool modified = false; local
136 return modified;
  /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());
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 42 /** The list of apps that have been modified since the last notify() call. */
43 public ArrayList<ApplicationInfo> modified = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
73 modified.clear();
154 modified.add(applicationInfo);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 48 /** The list of apps that have been modified since the last notify() call. */
49 public ArrayList<AppInfo> modified = new ArrayList<AppInfo>(); field in class:AllAppsList
85 modified.clear();
163 modified.add(applicationInfo);
  /external/chromium_org/base/prefs/
overlay_user_pref_store_unittest.cc 134 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/installer/util/
chrome_frame_operations.cc 108 bool modified = channel_info->SetChromeFrame(set); local
111 modified |= channel_info->SetReadyMode(false);
113 return modified;
  /external/chromium_org/content/browser/quota/
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/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/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/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/harfbuzz_ng/src/
hb-ot-head-table.hh 118 LONGDATETIME modified; /* Number of seconds since 12:00 midnight, member in struct:OT::head
  /external/icu/icu4c/source/i18n/
collationdatabuilder.h 76 UBool hasMappings() const { return modified; }
246 UBool modified; member in class:CollationDataBuilder
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /external/chromium_org/chrome/tools/build/win/
resedit.py 111 modified = property(lambda self: self._modified) variable in class:_ResourceEditor
315 if editor.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...]
  /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) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SASSSourceMapping.js 122 var lastModifiedHeader = this._headerValue("last-modified", headers);
143 var message = String.sprintf("The \"Last-Modified\" response header is missing or invalid for %s%s. The CSS auto-reload functionality will not work correctly.", url, etagMessage);
269 var headers = { "if-modified-since": new Date(data.sassTimestamp.getTime() - 1000).toUTCString() };
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
  /external/skia/src/sfnt/
SkOTTable_head.h 77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
  /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;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.h 84 unsigned int modified; member in struct:chromeos::InputMethodEngineInterface::MenuItem
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 49 out->modified = 0;
52 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_LABEL;
57 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_STYLE;
63 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_VISIBLE;
67 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_CHECKED;
71 out->modified |= InputMethodEngineInterface::MENU_ITEM_MODIFIED_ENABLED;
617 bool modified = false; local
621 modified = true;
626 modified = true;
631 modified = true
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 422 bool modified = false; local
433 modified = true;
437 if (!modified)
442 modified = true;
448 if (modified) {

Completed in 867 milliseconds

1 2 3 4 5 6 7