OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previous
(Results
426 - 450
of
9167
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp
19
int a = 0; // expected-note {{
previous
initialization}}
25
U(double) : a(1), // expected-note{{
previous
initialization is here}}
/external/clang/test/FixIt/
fixit-errors.c
11
struct s; // expected-note{{
previous
use is here}}
13
union s *s1; // expected-error{{use of 's' with tag type that does not match
previous
declaration}}
/external/clang/test/Modules/
linkage-merge.m
12
// expected-note@Inputs/linkage-merge-sub.h:1{{
previous
declaration}}
20
// expected-note@Inputs/linkage-merge-sub.h:6{{
previous
definition is here}}
submodules.cpp
11
// expected-note@Inputs/submodules/type_traits.h:2{{
previous
}}
12
// expected-note@Inputs/submodules/hash_map.h:1{{
previous
}}
/external/clang/test/Sema/
inline-redef.c
14
int f(int b) {return b;} // expected-note{{
previous
definition is here}}
23
GNU_INLINE extern inline int h(int a) {return a;} // expected-note{{
previous
definition is here}}
/external/clang/test/SemaCXX/
blocks-1.cpp
63
extern int a; // expected-note {{
previous
}}
64
extern int b(); // expected-note {{
previous
}}
/external/clang/test/SemaObjC/
class-bitfield.m
24
void *isa; // expected-note {{
previous
definition is here}}
27
int c: 5; // expected-note {{
previous
definition is here}}
conflicting-ivar-test-1.m
6
int IVAR; // expected-note {{
previous
definition is here}}
57
int IVAR; // expected-note {{
previous
definition is here}}
forward-class-1.m
17
@interface INTF2 : INTF1 // expected-note {{
previous
definition is here}}
34
typedef NSObject <XCElementP> XCElement; // expected-note {{
previous
definition is here}}
method-prototype-scope.m
15
// expected-note {{
previous
declaration is here}}
21
// expected-note {{
previous
declaration is here}}
property-impl-misuse.m
12
@dynamic X; // expected-note {{
previous
declaration is here}}
14
@synthesize Y; // expected-note {{
previous
use is here}}
protocols.m
32
@protocol PROTO<p1> // expected-note {{
previous
definition is here}}
57
@protocol C < B > // expected-note{{
previous
definition is here}}
/external/clang/test/SemaTemplate/
elaborated-type-specifier.cpp
6
enum T::X v; // expected-error{{use of 'X' with tag type that does not match
previous
declaration}} \
14
class X { }; // expected-note{{
previous
use is here}}
/external/guava/guava/src/com/google/common/collect/
TransformedListIterator.java
48
public final T
previous
() {
method in class:TransformedListIterator
49
return transform(backingIterator().
previous
());
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
BreakIteratorICU.java
86
public int
previous
() {
method in class:BreakIteratorICU
87
return fIcuBrkItr.
previous
();
/external/lldb/examples/customization/pwd-cd-and-system/
utils.py
5
# Store the
previous
working directory for the 'cd -' command.
20
You can also issue 'cd -' to change to the
previous
working directory."""
/external/skia/include/c/
sk_paint.h
58
* any
previous
value, and call ref() on the new value.
64
* any
previous
value, and call ref() on the new value.
/external/squashfs-tools/RELEASE-READMEs/
README-2.0-AMD64
4
All
previous
releases of Squashfs (2.0-alpha and older) generate incorrect
12
generated by
previous
releases will not be mountable on amd64 machines
/frameworks/av/include/cpustats/
ThreadCpuUsage.h
62
// Returns the
previous
enabled status.
67
// Returns the
previous
enabled status.
70
// Set the enabled status and return the
previous
enabled status.
77
// first time because there is no
previous
point to subtract from.
79
// then adds a sample for tracked CPU ns since the
previous
81
// setEnabled(true). If there was a
previous
sample but tracking is
96
// the
previous
sample or since the first call to sampleAndEnable(),
97
// enable(), or setEnabled(true) if no
previous
sample.
/frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
connectivity-monitoring.jd
7
previous
.title=???????????????????
8
previous
.link=docking-monitoring.html
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
manifest-receivers.jd
7
previous
.title=Determining and Monitoring the Connectivity Status
8
previous
.link=connectivity-monitoring.html
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
connectivity-monitoring.jd
7
previous
.title=??????????????
8
previous
.link=docking-monitoring.html
/frameworks/base/tests/CanvasCompare/res/values/
strings.xml
29
<!-- select and display the
previous
combination of painting options-->
30
<string name="previous_combination">
Previous
Combination</string>
/packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceLifecycle.java
34
* should cancel the
previous
request (assuming that the
previous
/external/v8/src/
effects.h
25
// effect cancels out any
previous
effect upon sequencing. A possible effect
26
// merges into a
previous
effect, i.e., type bounds are merged. Alternative
239
if (node_->
previous
) NestedEffectsBase(node_->
previous
).ForEach(callback);
246
for (Node* node = node_; node != NULL; node = node->
previous
) {
258
void pop() { node_ = node_->
previous
; }
263
for (Node* node = node_; node != NULL; node = node->
previous
) {
271
for (Node* node = node_; node != NULL; node = node->
previous
) {
283
Node*
previous
;
member in struct:v8::internal::NestedEffectsBase::Node
284
explicit Node(Zone* zone, Node*
previous
= NULL
[
all
...]
Completed in 465 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>