OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotate1
(Results
1 - 4
of
4
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
rotate_test.cpp
19
CPPUNIT_TEST(
rotate1
);
26
void
rotate1
();
48
void RotateTest::
rotate1
()
function in class:RotateTest
/ndk/tests/device/test-stlport/unit/
rotate_test.cpp
19
CPPUNIT_TEST(
rotate1
);
26
void
rotate1
();
48
void RotateTest::
rotate1
()
function in class:RotateTest
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
FileRotatorTest.java
74
final FileRotator
rotate1
= new FileRotator(
local
83
rotate1
.combineActive(reader, writer("foo"), currentTime);
87
assertReadAll(
rotate1
, "foo");
/libcore/ojluni/src/main/java/java/util/
Collections.java
848
rotate1
(list, distance);
method
853
private static <T> void
rotate1
(List<T> list, int distance) {
method in class:Collections
[
all
...]
Completed in 140 milliseconds