HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /ndk/sources/host-tools/nawk-20071023/
FIXES 81 modified lib.c so that values of $0 et al are preserved in the END
176 the internationalization changes, somewhat modified, are now
197 modified b.c (with tiny changes in main and run) to support
205 modified run/format() and tran/getsval() to do a slightly better
477 modified format() to permit explicit printf("%c", 0) to include
578 modified makefile: my current make can't cope with the test used
781 Modified Aug 2 to require a separate -v for each assignment.
849 With fear and trembling, modified the grammar to permit
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 544 boolean modified = false;
553 modified = true;
557 modified = true;
565 modified = true;
574 if (modified && mSelectionListener != null) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 256 boolean modified = false;
259 modified = true;
261 return modified;
744 * If the underlying queue is modified during iteration an exception will be
849 * <p>The iterator is <i>fail-fast</i>: If the MinMaxPriorityQueue is modified
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 583 boolean modified = false;
587 modified = true;
594 if (modified) {
  /external/openssl/crypto/x509v3/
v3_ncons.c 379 if (nm->modified && i2d_X509_NAME(nm, NULL) < 0)
381 if (base->modified && i2d_X509_NAME(base, NULL) < 0)
  /external/v8/test/mjsunit/regress/
regress-r4998.js 74 // claims that x7 is synced, and does not save the modified
  /external/valgrind/main/memcheck/tests/
origin3-no.stderr.exp 40 Undef 5 of 8 (32 bit undef, modified)
  /build/core/
product.mk 267 $(eval $(warning $(v) has been modified: $($(v)))) \
pdk_config.mk 104 # Copy with the last-modified time preserved, never follow symbolic links.
  /external/bluetooth/glib/glib/
gbookmarkfile.h 158 time_t modified);
  /external/chromium/net/base/
net_util.h 262 base::Time modified);
334 // |url|'s spec(); each offset will be modified to reflect changes this function
  /external/chromium/net/disk_cache/
backend_impl.h 120 void UpdateRank(EntryImpl* entry, bool modified);
entry_impl.h 188 void UpdateRank(bool modified);
mem_entry_impl.cc 522 void MemEntryImpl::UpdateRank(bool modified) {
526 if (modified)
  /external/icu4c/test/letest/
sfnt.h 284 BigDate modified; member in struct:HEADTable
  /external/oprofile/events/i386/atom/
unit_masks 117 0x08 modified Counts modified state
  /frameworks/av/media/mtp/
MtpDevice.cpp 437 char created[100], modified[100]; local
439 formatDateTime(info->mDateModified, modified, sizeof(modified));
442 mData.putString(modified);
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 543 * @return True if the key was mapped. If the key was not mapped, results is not modified.
643 * character keys, the keyboard inserts the modified keys and
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 143 view = (TextView)findViewById(R.id.modified);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 1641 int modified = 0; local
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 753 modified, added, removed, deleted, unknown, ignored, clean = repo.status(node1, node2, matcher, ignored=True, clean=True, unknown=True)
754 return (modified, added, removed, deleted, unknown, ignored, clean)
764 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
773 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
774 for f in modified + added + removed:
777 if not modified and not added and not removed:
778 ui.warn("warning: %s did not match any modified files\n" % (p,))
781 modified, added, removed = matchpats(ui, repo, pats, opts)[:3]
782 l = modified + added + removed
790 modified, added = matchpats(ui, repo, pats, opts)[:2
    [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/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 1884 ArrayList<ApplicationInfo> modified = null; local
    [all...]

Completed in 2510 milliseconds

1 23 4 5 6 7 8