OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidated
(Results
126 - 150
of
406
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c
289
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) iterator used"), \
290
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) lefthand iterator in expression"), \
291
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) righthand iterator in expression"), \
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h
666
// __r._M_ptr may already have been
invalidated
. The _M_ptr(__r._M_ptr)
670
// in multithreaded programs __r._M_ptr may be
invalidated
at any point.
717
// A: Another thread may have
invalidated
r after the
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c
289
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) iterator used"), \
290
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) lefthand iterator in expression"), \
291
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) righthand iterator in expression"), \
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h
666
// __r._M_ptr may already have been
invalidated
. The _M_ptr(__r._M_ptr)
670
// in multithreaded programs __r._M_ptr may be
invalidated
at any point.
717
// A: Another thread may have
invalidated
r after the
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c
289
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) iterator used"), \
290
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) lefthand iterator in expression"), \
291
_STLP_STRING_LITERAL("Uninitialized or
invalidated
(by mutating operation) righthand iterator in expression"), \
/libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java
1060
private boolean
invalidated
(int index, int prevTakeIndex,
method in class:ArrayBlockingQueue.Itr
[
all
...]
/external/clang/test/Analysis/
misc-ps-region-store.m
60
// Check our handling of fields being
invalidated
by function calls.
186
// Bit-fields of a struct should be
invalidated
when blasting the entire
262
// <rdar://problem/6914474> - Check that 'x' is
invalidated
because its
471
// PR 3135 - Test case that shows that a variable may get
invalidated
when its
568
// The call to 'bar' might cause 'q' to be
invalidated
.
574
// 'q' to possibly be
invalidated
.
589
// The call to 'bar' might cause 'q' to be
invalidated
.
599
// Test that the value of 'x' is considered
invalidated
after the block
635
// Show that we handle static variables also getting
invalidated
.
903
// Previously 'f' was not properly
invalidated
, causing the use o
[
all
...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py
237
self.
invalidated
= False
246
self.
invalidated
= True
250
return self.
invalidated
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java
477
// Use "entryCopy" instead of "entry" because "entry" might be
invalidated
after
652
//
invalidated
and have undefined behavior after entrySet.removeAll(entriesToRemove),
662
// Use "entryToRemoveCopy" instead of "entryToRemove" because it might be
invalidated
and
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
LineNumberReaderTest.java
78
// The spec does not say the mark has to be
invalidated
/external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.mm
170
// and destruction overhead, the timer is not
invalidated
when it is not
/external/chromium/net/spdy/
spdy_session_pool.cc
363
alias_it = aliases_.begin(); // Iterator was
invalidated
.
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
247
// immediately
invalidated
here. (The placement call should happen before
/external/emma/core/java12/com/vladium/emma/rt/
RT.java
90
// that gets
invalidated
by the time the exit hook thread is run:
/external/guava/guava/src/com/google/common/cache/
CacheStats.java
46
* <li>No stats are modified when a cache entry is
invalidated
or manually removed.
/external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java
297
* if entry is part of esDelegate, entry might be
invalidated
after the
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java
293
* if entry is part of esDelegate, entry might be
invalidated
after the
/external/llvm/lib/Transforms/Scalar/
Sink.cpp
138
// Predecrement I (if it's not begin) so that it isn't
invalidated
by
/external/oprofile/doc/
op-jit-devel.xml
285
<funcsynopsis>Write information to the JIT dump file about
invalidated
compiled code.
/external/protobuf/src/google/protobuf/
message_lite.h
228
//
invalidated
, which is too much work for an otherwise inlined setter
/external/qemu/target-arm/
translate-android.h
147
*
invalidated
. This will force retranslation of that code, which will
/external/replicaisland/src/com/replica/replicaisland/
Grid.java
295
* When the OpenGL ES device is lost, GL handles become
invalidated
.
/external/skia/include/core/
SkStream.h
313
mutable SkData* fCopy; // is
invalidated
if we write after it is created
Completed in 2488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>