HomeSort by relevance Sort by last modified time
    Searched refs:previous (Results 201 - 225 of 929) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/helgrind/tests/
rwlock_race.stderr.exp 26 This conflicts with a previous write of size 4 by thread #x
tc06_two_races_xml.stderr.exp 95 <text>This conflicts with a previous write of size 4 by thread #x</text>
140 <text>This conflicts with a previous write of size 4 by thread #x</text>
185 <text>This conflicts with a previous write of size 4 by thread #x</text>
230 <text>This conflicts with a previous write of size 4 by thread #x</text>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 80 UiUtilities.getView(this, R.id.previous).setOnClickListener(this);
109 case R.id.previous:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 154 String previous = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES); local
155 boolean changed = !value.equals(previous);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 117 def setup(self, parent=None, previous=None):
121 self.previous = previous
167 if self.previous:
168 self.previous.next = nextElement
170 nextElement.previous = self.previous
171 self.previous = None
212 newChild.previous = self
217 newChild.previous = previousChild._lastRecursiveChild(
    [all...]
  /art/compiler/utils/
assembler.cc 62 fixup = fixup->previous();
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 36 " was clicked (previous checked state was " +
51 "(previous state was " + info.wasChecked + ")");
  /external/chromium/net/base/
mock_host_resolver.cc 153 RuleBasedHostResolverProc::RuleBasedHostResolverProc(HostResolverProc* previous)
154 : HostResolverProc(previous) {
276 WaitingHostResolverProc::WaitingHostResolverProc(HostResolverProc* previous)
277 : HostResolverProc(previous), event_(false, false) {}
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.h 33 RenderPass::Id previous) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.h 67 const policy::PolicyMap& previous,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 36 " was clicked (previous checked state was " +
51 "(previous state was " + info.wasChecked + ")");
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 9 " was clicked (previous checked state was " +
15 " (previous state was " + info.wasChecked + ")");
  /external/chromium_org/chrome/common/extensions/docs/server2/
chained_compiled_file_system.py 18 from the previous compiled file system until the first one is read.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderingTraversal.cpp 106 walker.previous();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 76 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()));
193 if (startStyle->preserveNewline() && isNewLineAtPosition(start) && !isNewLineAtPosition(start.previous()) && start.offsetInContainerNode() > 0)
194 start = startOfParagraph(end.previous()).deepEquivalent();
218 if (!isNewLineAtPosition(end.previous()) && isNewLineAtPosition(end))
268 // We can only fix endOfLastParagraph if the previous node was still text and hasn't been modified by script.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 81 Element* traverseNextElement(unsigned& offsetInArray, Element* previous, ContainerNode* root) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
NSScrollerImpDetails.h 55 + (id)scrollerImpWithStyle:(NSScrollerStyle)newScrollerStyle controlSize:(NSControlSize)newControlSize horizontal:(BOOL)horizontal replacingScrollerImp:(id)previous;
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 251 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
266 * // get the previous code unit
267 * UChar u=it.previous();
306 * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
325 * c = iter.previous()) {}
426 * This can be used to begin an iteration with previous().
444 * iteration with previous() or previous32().
509 * Advances to the previous code unit in the iteration range
512 * @return the previous code unit.
515 virtual UChar previous(void) = 0
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h 84 * order = c->previous(success);
93 * CollationElementIterator::previous returns the collation order of the
94 * previous character based on the comparison level of the collator.
97 * and CollationElementIterator::previous can not be inter-used. Whenever
98 * CollationElementIterator::previous is to be called after
102 * next call of CollationElementIterator::previous or
108 * reversed result of the backward iterate (CollationElementIterator::previous)
185 * Get the ordering priority of the previous collation element in the string.
187 * @return the previous element's ordering. otherwise returns NULLORDER if an
191 int32_t previous(UErrorCode& status)
    [all...]
search.h 150 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
159 * @see #previous
168 * to <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
175 * @see #previous
183 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
191 * @see #previous
378 * Returns the index of the previous point at which the string text
385 * @return The index of the previous match before the current position,
390 int32_t previous(UErrorCode &status);
509 * finding the previous match in the target text. This allows differen
    [all...]
  /external/icu4c/common/unicode/
chariter.h 251 * for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
266 * // get the previous code unit
267 * UChar u=it.previous();
306 * for(UChar c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
325 * c = iter.previous()) {}
432 * This can be used to begin an iteration with previous().
450 * iteration with previous() or previous32().
515 * Advances to the previous code unit in the iteration range
518 * @return the previous code unit.
521 virtual UChar previous(void) = 0
    [all...]
  /external/icu4c/i18n/unicode/
coleitr.h 84 * order = c->previous(success);
93 * CollationElementIterator::previous returns the collation order of the
94 * previous character based on the comparison level of the collator.
97 * and CollationElementIterator::previous can not be inter-used. Whenever
98 * CollationElementIterator::previous is to be called after
102 * next call of CollationElementIterator::previous or
108 * reversed result of the backward iterate (CollationElementIterator::previous)
185 * Get the ordering priority of the previous collation element in the string.
187 * @return the previous element's ordering. otherwise returns NULLORDER if an
191 int32_t previous(UErrorCode& status)
    [all...]
search.h 150 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
159 * @see #previous
168 * to <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
175 * @see #previous
183 * <tt>first</tt>, <tt>next</tt>, <tt>previous</tt>, or <tt>last</tt>.
191 * @see #previous
384 * Returns the index of the previous point at which the string text
391 * @return The index of the previous match before the current position,
396 int32_t previous(UErrorCode &status);
515 * finding the previous match in the target text. This allows differen
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-arm-linux.S 147 .previous
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 248 mEventQueue.previous = holder;
269 current = current.previous;
383 public MotionEventHolder previous; field in class:AccessibilityInputFilter.MotionEventHolder
400 previous = null;

Completed in 4570 milliseconds

1 2 3 4 5 6 7 891011>>