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

1 2 3 4 5 67 8 91011>>

  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 446 * a "Last-Modified" header calculated from the value.
713 String modified = DateUtils.formatDate(new Date(time - mDocAge), local
715 response.addHeader("Last-Modified", modified);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_encoder.js 43 * modified according to the properties of the supplied image.
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 106 * modified by the function call.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 239 "?closed=3&commit=1&limit=100&order=-modified&format=json&owner=" +
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 177 // since we do a shallow copy, the testEnvironment can be modified
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 35 // The code below is a slighty modified version of Emscripten-translated C++
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Array.js 163 // the length being modified
  /external/qemu/target-i386/
hax-all.c 6 ** may be copied, distributed, and modified under those terms.
1031 void hax_vcpu_sync_state(CPUState *env, int modified)
1034 if (modified)
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 74 // true if the database has been modified in the current MTP session
261 int storageId, long size, long modified) {
291 values.put(Files.FileColumns.DATE_MODIFIED, modified);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java     [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 805 scoped_ptr<URLsModifiedDetails> modified(new URLsModifiedDetails);
834 modified->changed_urls.push_back(*i);
835 modified->changed_urls.back().set_id(url_id); // *i likely has |id_| 0.
859 typed_url_syncable_service_->OnUrlsModified(&modified->changed_urls);
861 // Broadcast a notification for typed URLs that have been modified. This
867 modified.release());
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 113 // may be modified by this method even though it returns false: that means we
    [all...]
  /external/chromium_org/net/base/
net_util.cc     [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 707 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) {
708 if (read_only_ || (!modified && cache_type() == net::SHADER_CACHE))
710 eviction_.UpdateRank(entry, modified);
    [all...]
entry_impl.cc 114 // may be modified by this method even though it returns false: that means we
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 197 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) {
198 if (read_only_ || (!modified && cache_type() == net::SHADER_CACHE))
200 eviction_.UpdateRank(entry, modified);
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 780 Some documents are copied and modified from L<JSON::XS/FUNCTIONAL INTERFACE>.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 780 Some documents are copied and modified from L<JSON::XS/FUNCTIONAL INTERFACE>.
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 780 Some documents are copied and modified from L<JSON::XS/FUNCTIONAL INTERFACE>.
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 47 0x10 Modified-state line from L2
178 0x10 Read Block Modified (Dcache store miss refill)
189 0x02 Modified
306 0x04 Read block modified
315 0x04 Read block modified
342 0x08 Modified
351 0x08 Modified
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 277 * line, if present, and returns the modified line. Otherwise, just returns
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 236 * @param {HTMLElement} ul <ul> element to be modified.
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 131 const bool modified = product.SetChannelFlags(false, &channel_info); local
134 if (modified) {
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 1020 milliseconds

1 2 3 4 5 67 8 91011>>