OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:void
(Results
26 - 33
of
33
) sorted by null
1
2
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
125
void
unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; }
148
void
*& pword(int __index);
155
typedef
void
(*event_callback)(event, ios_base&, int __index);
156
void
register_callback(event_callback __fn, int __index);
167
operator
void
*() const { return !fail() ? (
void
*) __CONST_CAST(ios_base*,this) : (
void
*) 0; }
183
void
_M_copy_state(const ios_base& __x);
185
void
_M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186
void
_M_clear_nothrow(iostate __state) { _M_iostate = __state;
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
125
void
unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; }
148
void
*& pword(int __index);
155
typedef
void
(*event_callback)(event, ios_base&, int __index);
156
void
register_callback(event_callback __fn, int __index);
167
operator
void
*() const { return !fail() ? (
void
*) __CONST_CAST(ios_base*,this) : (
void
*) 0; }
183
void
_M_copy_state(const ios_base& __x);
185
void
_M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186
void
_M_clear_nothrow(iostate __state) { _M_iostate = __state;
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
125
void
unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; }
148
void
*& pword(int __index);
155
typedef
void
(*event_callback)(event, ios_base&, int __index);
156
void
register_callback(event_callback __fn, int __index);
167
operator
void
*() const { return !fail() ? (
void
*) __CONST_CAST(ios_base*,this) : (
void
*) 0; }
183
void
_M_copy_state(const ios_base& __x);
185
void
_M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186
void
_M_clear_nothrow(iostate __state) { _M_iostate = __state;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
127
void
unsetf(fmtflags __mask) { _M_fmtflags &= ~__mask; }
150
void
*& pword(int __index);
157
typedef
void
(*event_callback)(event, ios_base&, int __index);
158
void
register_callback(event_callback __fn, int __index);
169
operator
void
*() const { return !fail() ? (
void
*) __CONST_CAST(ios_base*,this) : (
void
*) 0; }
185
void
_M_copy_state(const ios_base& __x);
187
void
_M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188
void
_M_clear_nothrow(iostate __state) { _M_iostate = __state;
[
all
...]
/external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp
89
#define
void
macro
174
void
/external/clang/test/SemaCXX/
conversion-function.cpp
25
void
operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \
53
operator const
void
() const; // expected-warning{{conversion function converting 'B' to 'const
void
' will never be used}}
75
void
f(const C& c) {
90
void
f(Yb& a) {
151
void
f() {
214
void
test_any() {
257
void
*ptr;
259
operator
void
*() { return ptr; }
266
void
fake_memcpy(const void *)
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java
83
void
setCount(int value);
104
public
void
setCount(int value) {
140
public
void
setCount(int value) {
196
void
test();
201
void
test();
210
void
test2(int a, Object b);
219
public
void
test() {
226
public
void
test() {
231
public
void
test() {
233
public
void
test2(int a, Object b)
[
all
...]
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
1892
$
void
= $this->hashPart("", ':');
variable
[
all
...]
Completed in 3503 milliseconds
1
2