Searched refs:previous (Results 126 - 150 of 592) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.stderr.exp21 This conflicts with a previous read of size 4 by thread #x
H A Dlocked_vs_unlocked3.stderr.exp27 This conflicts with a previous write of size 4 by thread #x
H A Drwlock_race.stderr.exp24 This conflicts with a previous write of size 4 by thread #x
H A Dtc19_shadowmem.stderr.exp31 This conflicts with a previous write of size 1 by thread #x
65 This conflicts with a previous write of size 1 by thread #x
99 This conflicts with a previous write of size 1 by thread #x
133 This conflicts with a previous write of size 1 by thread #x
167 This conflicts with a previous write of size 1 by thread #x
201 This conflicts with a previous write of size 1 by thread #x
235 This conflicts with a previous write of size 1 by thread #x
269 This conflicts with a previous write of size 1 by thread #x
303 This conflicts with a previous write of size 1 by thread #x
337 This conflicts with a previous writ
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc71 WeakPtr<AutofillPopupControllerImpl> previous,
77 DCHECK(!previous.get() || previous->delegate_.get() == delegate.get());
79 if (previous.get() && previous->web_contents() == web_contents &&
80 previous->container_view() == container_view &&
81 previous->element_bounds() == element_bounds) {
82 previous->ClearState();
83 return previous;
86 if (previous
70 GetOrCreate( WeakPtr<AutofillPopupControllerImpl> previous, WeakPtr<AutofillPopupDelegate> delegate, content::WebContents* web_contents, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc451 Tokenizer::Token previous = tokenizer.current(); local
460 // Check that the previous token is set correctly.
461 EXPECT_EQ(previous.type, tokenizer.previous().type);
462 EXPECT_EQ(previous.text, tokenizer.previous().text);
463 EXPECT_EQ(previous.line, tokenizer.previous().line);
464 EXPECT_EQ(previous.column, tokenizer.previous()
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
/external/bison/build-aux/
H A Ddo-release-commit-and-tag125 || die 'failed to determine previous version number from .prev-version'
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h68 const policy::PolicyMap& previous,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_history.js114 * provides both a current node to sync to and a previous node as context.
119 * @return {{current: ?Node, previous: ?Node}}
143 return {current: this.history_[0], previous: this.history_[1]};
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js87 var previous = this.touched;
88 if (!this.isInButton_(previous, location)) {
90 if (previous)
91 previous.removeAttribute('data-active');
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.h50 const PolicyMap& previous,
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_impl.h58 // passing along the |previous| and the |current| policies.
60 const PolicyMap& previous,
95 // processing previous policy updates.
/external/chromium_org/net/dns/
H A Dhost_resolver_proc.h28 explicit HostResolverProc(HostResolverProc* previous);
57 // Sets the previous procedure in the chain. Aborts if this would result in a
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlsCollection.cpp83 HTMLElement* HTMLFormControlsCollection::virtualItemAfter(Element* previous) const
87 if (!previous)
89 else if (m_cachedElement == previous)
92 offset = findFormAssociatedElement(associatedElements, previous) + 1;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBoundaries.cpp99 *start = it->previous();
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.h70 struct apple_glx_context *previous, *next; member in struct:apple_glx_context
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprmwait.h386 ** rererence and a pointer to the "previous" element returned from the
389 ** An enumeration is started by passing a NULL as the "previous" value.
391 ** previous call. The enumeration end is signaled by the runtime returning
403 PRMWaitEnumerator *enumerator, const PRRecvWait *previous);
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DViewAnimation.java51 public boolean animate(Drawable previous, Object current, View view, Target target) { argument
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h91 * The node's previous and next indexes must not be set yet.
247 static inline int64_t nodeFromPreviousIndex(int32_t previous) { argument
248 return (int64_t)previous << 28;
286 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { argument
287 return (node & INT64_C(0xffff00000fffffff)) | nodeFromPreviousIndex(previous);
316 * without previous index, leaving room in root primary nodes for 32-bit primary weights.
327 * Root primary nodes have 32-bit weights but do not have previous indexes.
328 * All other nodes have at most 16-bit weights and do have previous indexes.
385 * - index to the previous node: 20 bits 47..28
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h70 struct apple_glx_context *previous, *next; member in struct:apple_glx_context
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java57 public Object previous() throws NoSuchElementException { method in class:HeaderIterator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java86 public T previous() { method in class:VariableSizeListIterator
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractForwardSequentialList.java100 @Override public T previous() {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-mips64-linux.S147 .previous

Completed in 580 milliseconds

1234567891011>>