OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setbase
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/stlport/stlport/using/h/
iomanip.h
3
// using ::
setbase
;
/ndk/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h
3
// using ::
setbase
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h
3
// using ::
setbase
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h
3
// using ::
setbase
;
/external/stlport/stlport/using/
iomanip
3
using _STLP_NEW_IO_NAMESPACE::
setbase
;
/ndk/sources/cxx-stl/stlport/stlport/using/
iomanip
3
using _STLP_NEW_IO_NAMESPACE::
setbase
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
iomanip
3
using _STLP_NEW_IO_NAMESPACE::
setbase
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
iomanip
3
using _STLP_NEW_IO_NAMESPACE::
setbase
;
/external/astl/tests/
test_iomanip.cpp
56
s << std::
setbase
(8);
58
s << std::
setbase
(10);
60
s << std::
setbase
(16);
62
s << std::
setbase
(35);
/external/astl/include/
iomanip
46
struct
SetBase
{ int base; };
66
inline android::
SetBase
setbase
(int base) {
67
android::
SetBase
params;
72
inline ostream& operator<<(ostream& os, android::
SetBase
params) {
/cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java
78
method = "
setBase
",
88
chronometer.
setBase
(expected);
94
chronometer.
setBase
(expected);
100
chronometer.
setBase
(expected);
106
chronometer.
setBase
(expected);
/external/stlport/stlport/
iomanip.h
34
using _STLP_STD::
setbase
;
/ndk/sources/cxx-stl/stlport/stlport/
iomanip.h
34
using _STLP_STD::
setbase
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
iomanip.h
34
using _STLP_STD::
setbase
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
iomanip.h
34
using _STLP_STD::
setbase
;
/frameworks/base/core/java/android/widget/
Chronometer.java
119
public void
setBase
(long base) {
126
* Return the base time as set through {@link #
setBase
}.
176
* Start counting up. This does not affect the base as set from {@link #
setBase
}, just
189
* Stop counting up. This does not affect the base as set from {@link #
setBase
}, just
/development/samples/ApiDemos/src/com/example/android/apis/view/
ChronometerDemo.java
75
mChronometer.
setBase
(SystemClock.elapsedRealtime());
/external/llvm/lib/Support/
Disassembler.cpp
64
res << std::
setbase
(16)
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.cpp
123
slot.
setBase
(object);
135
slot.
setBase
(object);
PropertySlot.h
184
void
setBase
(JSValue base)
/external/webkit/Source/WebCore/editing/
VisibleSelection.h
60
void
setBase
(const Position&);
61
void
setBase
(const VisiblePosition&);
SelectionController.h
101
void
setBase
(const VisiblePosition&, bool userTriggered = false);
102
void
setBase
(const Position&, EAffinity, bool userTriggered = false);
/external/stlport/stlport/stl/
_iomanip.h
110
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL
setbase
(int __n) {
function
/ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
110
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL
setbase
(int __n) {
function
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h
110
inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL
setbase
(int __n) {
function
Completed in 647 milliseconds
1
2
3