HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 76 - 100 of 361) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/crypto/asn1/
x_name.c 142 ret->modified=1;
213 nm.x->modified = 0;
228 if(a->modified) {
285 a->modified = 0;
  /external/openssl/crypto/x509/
x509cset.c 132 c->crl->enc.modified = 1;
x509_cmp.c 196 if (!a->canon_enc || a->modified)
203 if (!b->canon_enc || b->modified)
x_all.c 93 x->cert_info->enc.modified = 1;
100 x->cert_info->enc.modified = 1;
120 x->crl->enc.modified = 1;
127 x->crl->enc.modified = 1;
  /external/skia/src/sfnt/
SkOTTable_head.h 77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
  /external/valgrind/main/drd/scripts/
download-and-build-splash2 28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
download-and-build-splash2.in 28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 502 boolean modified = false;
507 modified = true;
512 modified |= ((NodeProxy) child).applyPendingChanges();
515 return modified;
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 365 scoped_ptr<URLsModifiedDetails> modified(new URLsModifiedDetails);
376 modified->changed_urls.push_back(url_row);
383 if (!modified->changed_urls.empty()) {
385 modified.PassAs<HistoryDetails>());
419 scoped_ptr<URLsModifiedDetails> modified(new URLsModifiedDetails);
420 if (!modified.get())
422 modified->changed_urls.push_back(url_row);
435 modified.PassAs<HistoryDetails>());
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash_test.cc 181 double FindPercentage(double original, double modified) {
185 return ((modified - original) / original) * 100.0;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_cmp.c 196 if (!a->canon_enc || a->modified)
203 if (!b->canon_enc || b->modified)
  /external/icu/icu4c/source/i18n/
collationdatabuilder.h 76 UBool hasMappings() const { return modified; }
246 UBool modified; member in class:CollationDataBuilder
  /external/libpng/contrib/gregbook/
makevms.com 4 $! Script created by Martin Zinser for libpng; modified by Greg Roelofs
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 696 if (item.modified & MENU_ITEM_MODIFIED_LABEL) {
699 if (item.modified & MENU_ITEM_MODIFIED_VISIBLE) {
702 if (item.modified & MENU_ITEM_MODIFIED_CHECKED) {
705 if (item.modified & MENU_ITEM_MODIFIED_ENABLED) {
708 if (item.modified & MENU_ITEM_MODIFIED_STYLE) {
input_method_engine_interface.h 84 unsigned int modified; member in struct:chromeos::InputMethodEngineInterface::MenuItem
  /external/chromium_org/net/disk_cache/blockfile/
eviction.cc 169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) {
171 return UpdateRankV2(entry, modified);
173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry));
402 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) {
403 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry));
rankings.cc 185 void UpdateTimes(disk_cache::CacheRankingsBlock* node, bool modified) {
188 if (modified)
247 void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) {
281 UpdateTimes(node, modified);
403 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) {
406 UpdateTimes(node, modified);
413 Insert(node, modified, list);
backend_impl_v3.h 68 void UpdateRank(EntryImplV3* entry, bool modified);
entry_impl_v3.h 129 void UpdateRank(bool modified);
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 118 BigDate modified; member in struct:HEADTable
  /external/icu/icu4c/source/samples/layout/
sfnt.h 155 BigDate modified; member in struct:HEADTable
  /external/icu/icu4c/source/test/letest/
FontObject.h 118 BigDate modified; member in struct:HEADTable
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 118 BigDate modified; member in struct:HEADTable
  /device/asus/fugu/
AndroidKernel.mk 71 $(hide) echo $(KERNEL_DEFCONFIG) has been modified !
  /external/chromium_org/chrome/tools/build/win/
resedit.py 111 modified = property(lambda self: self._modified) variable in class:_ResourceEditor
315 if editor.modified:

Completed in 331 milliseconds

1 2 34 5 6 7 8 91011>>