OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previous
(Results
476 - 500
of
9167
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/build/core/
post_clean.mk
19
# Checks the current build configurations against the
previous
build,
49
# Now current becomes
previous
.
84
# we copy the info from the
previous
bulid.
90
# Now current becomes
previous
.
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/res/values/
strings_notifications.xml
21
<string name="label_previous">
Previous
</string>
/developers/build/prebuilts/gradle/PdfRendererBasic/Application/tests/src/com/example/android/pdfrendererbasic/tests/
PdfRendererBasicFragmentTests.java
64
// Check that the
previous
button is disabled at first
89
// The
previous
button should be enabled
110
* Prepares references to the buttons "
Previous
" and "Next".
115
mButtonPrevious = (Button) view.findViewById(R.id.
previous
);
/developers/samples/android/media/MediaBrowserService/Application/src/main/res/values/
strings_notifications.xml
21
<string name="label_previous">
Previous
</string>
/developers/samples/android/ui/graphics/PdfRendererBasic/Application/tests/src/com/example/android/pdfrendererbasic/tests/
PdfRendererBasicFragmentTests.java
64
// Check that the
previous
button is disabled at first
89
// The
previous
button should be enabled
110
* Prepares references to the buttons "
Previous
" and "Next".
115
mButtonPrevious = (Button) view.findViewById(R.id.
previous
);
/development/samples/browseable/MediaBrowserService/res/values/
strings_notifications.xml
21
<string name="label_previous">
Previous
</string>
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
ThirdMoment.java
29
* <li> dev = (current obs -
previous
mean) </li>
30
* <li> m2 =
previous
value of {@link SecondMoment} </li>
56
* Square of deviation of most recently added value from
previous
first
57
* moment, normalized by
previous
sample size. Retained to prevent
/external/ceres-solver/internal/ceres/
line_search_direction.cc
43
bool NextDirection(const LineSearchMinimizer::State&
previous
,
59
bool NextDirection(const LineSearchMinimizer::State&
previous
,
66
beta = current.gradient_squared_norm /
previous
.gradient_squared_norm;
69
gradient_change = current.gradient -
previous
.gradient;
71
previous
.gradient_squared_norm);
74
gradient_change = current.gradient -
previous
.gradient;
76
previous
.search_direction.dot(gradient_change));
82
*search_direction = -current.gradient + beta *
previous
.search_direction;
111
bool NextDirection(const LineSearchMinimizer::State&
previous
,
120
previous
.search_direction * previous.step_size
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp
6
template<typename T> // expected-note{{
previous
template declaration}}
/external/clang/test/Index/
preamble-reparse-warn-macro.c
6
// CHECK-NEXT: preamble-reparse-warn-macro.c:[[@LINE+2]]:9: note:
previous
definition is here
/external/clang/test/Modules/
linkage-merge.cpp
15
// expected-note@Inputs/linkage-merge-foo.h:2 {{
previous
declaration is here}}
normal-module-map.cpp
28
// expected-note@Inputs/normal-module-map/nested_umbrella/b.h:1{{
previous
}}
/external/clang/test/Parser/
cxx-friend.cpp
33
inline void bar() {} // expected-note {{
previous
definition is here}}
/external/clang/test/Sema/
anonymous-struct-union.c
40
int x; // expected-note{{
previous
declaration is here}}
46
double z; // expected-note{{
previous
declaration is here}}
47
double zz; // expected-note{{
previous
declaration is here}}
86
int f0; // expected-note{{
previous
declaration is here}}
attr-regparm.c
10
void x5(int); // expected-note{{
previous
declaration is here}}
attr-weak.c
17
int C; // expected-note {{
previous
definition is here}}
ms_abi-sysv_abi.c
10
void __attribute__((ms_abi)) foo4(); // expected-note{{
previous
declaration is here}}
/external/clang/test/SemaCXX/
instantiate-blocks.cpp
22
return r; // expected-error {{return type 'double' must match
previous
return type 'float' when block literal has unspecified explicit return type}}
/external/clang/test/SemaObjC/
bad-property-synthesis-crash.m
7
// expected-note {{
previous
definition is here}}
interface-1.m
31
@interface FOO // expected-note {{
previous
definition is here}}
ivar-in-implementations.m
7
id IVAR; // expected-note {{
previous
definition is here}}
method-conflict-2.m
8
- (void) test1:(A*) object; // expected-note {{
previous
definition is here}}
18
- (void) test1:(id) object; // expected-note {{
previous
definition is here}}
29
- (B*) test2; // expected-note {{
previous
definition is here}}
54
@property (nonatomic,readonly,assign) int64_t sequenceNumber; // expected-note {{
previous
definition is here}}
method-def-1.m
32
arg; // expected-note {{
previous
definition is here}}
/external/compiler-rt/test/tsan/
fd_pipe_race.cc
33
// CHECK:
Previous
read of size 8
fd_stdout_race.cc
38
// CHECK:
Previous
write of size 4
Completed in 510 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>