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

1 2 3 4 56 7 8 91011>>

  /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
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 1693 int modified = 0; local
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.cc 735 scoped_ptr<URLsModifiedDetails> modified(new URLsModifiedDetails);
765 modified->changed_urls.push_back(*i);
802 // Broadcast a notification for typed URLs that have been modified. This
808 modified.release());
857 URLsModifiedDetails* modified = local
861 modified->changed_urls.push_back(changed_urls[i]);
864 modified);
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 45 0x02 other_core_l2_hitm Counts number of memory load instructions retired where the memory reference hit modified data in a sibling core residing on the same socket
99 0x08 m_state Counts number of L2 data demand loads where the cache line to be loaded is in the M (modified) state
104 0x80 m_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the M (modified) state
111 0x08 m_state Counts number of L2 store RFO requests where the cache line to be loaded is in the M (modified) state
117 0x80 m_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in the M (modified) state
124 0x08 m_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the M (modified) state
136 0x08 m_state Counts L1 data cache read requests where the cache line to be loaded is in the M (modified) state
142 0x08 m_state Counts L1 data cache store RFO requests where cache line to be loaded is in the M (modified) state
148 0x08 m_state Counts L1 data cache retired load locks that hit the target cache line in the modified state
174 0x02 m_repl Counts the number of modified lines brought into the L1 data cach
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 522 void MemEntryImpl::UpdateRank(bool modified) {
526 if (modified)
  /external/chromium_org/net/disk_cache/
mem_entry_impl.cc 531 void MemEntryImpl::UpdateRank(bool modified) {
535 if (modified)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x_all.c 93 x->cert_info->enc.modified = 1;
119 x->crl->enc.modified = 1;
  /external/openssl/crypto/x509/
x_all.c 93 x->cert_info->enc.modified = 1;
119 x->crl->enc.modified = 1;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 2061 ArrayList<ApplicationInfo> modified = null; local
    [all...]
  /external/chromium_org/net/base/
net_util.h 249 base::Time modified);
381 // exit, each offset will have been modified to reflect any changes made to the
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 293 int modified = 0; local
313 modified = 1;
327 modified = 1;
330 return modified;
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 710 mData.putString(date); // date modified
855 MtpStringBuffer name, created, modified; local
858 mData.getString(modified); // date modified
863 if (!parseDateTime(modified, modifiedTime))
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 400 fixed_lmas_no1_[0] = 0; // A composing string is always modified.
526 // easy to unlock it directly. Instead, we re-decode the modified
571 fixed_lmas_no1_[0] = 0; // A composing string is always modified.
715 bool modified = false; local
722 if (modified) {
733 modified = false;
737 modified = true;
747 if (modified) {
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 445 // will not be modified.
460 * line, if present, and returns the modified line. Otherwise, just returns
545 // just pointers to the original values, as they won't be modified, other than
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 59 // may be modified by this method even though it returns false: that means we
1008 void EntryImpl::UpdateRank(bool modified) {
1014 backend_->UpdateRank(this, modified);
1021 if (modified)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 1088 UBool modified(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]
  /external/icu4c/common/
messagepattern.cpp 346 UnicodeString modified(msg);
352 modified.insert(part.index, (UChar)part.value);
355 return modified;
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 1088 UBool modified(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 105 time_t modified);
229 time_t modified) {
234 (jlong)size, (jlong)modified);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_crl.c 381 inf->enc.modified = 1;
  /external/openssl/crypto/asn1/
x_crl.c 381 inf->enc.modified = 1;
  /external/oprofile/events/i386/westmere/
unit_masks 147 0x02 demand_dirty L2 modified lines evicted by a demand request
149 0x08 prefetch_dirty L2 modified lines evicted by a prefetch request
207 0x08 other_core_l2_hit_hitm Retired loads that hit sibling core's L2 in modified or unmodified states (Precise Event)
212 0x02 local_hitm Load instructions retired that HIT modified data in sibling core (Precise Event)
213 0x04 remote_hitm Retired loads that hit remote socket in modified state (Precise Event)
  /build/core/
pdk_config.mk 114 # Copy with the last-modified time preserved, never follow symbolic links.

Completed in 3352 milliseconds

1 2 3 4 56 7 8 91011>>