HomeSort by relevance Sort by last modified time
    Searched defs:void (Results 1 - 21 of 21) sorted by null

  /art/test/952-invoke-custom/src/annotations/
CalledByIndy.java 38 Class<?> returnType() default void.class;
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
Implements.java 25 Class<?> value() default void.class;
  /frameworks/layoutlib/bridge/src/dalvik/system/
VMRuntime_Delegate.java 73 assert componentType == void.class;
74 throw new IllegalArgumentException("Can't allocate an array of void");
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SmartPtr.h 94 operator void*() const {
95 return (void *)m_ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 115 operator void*() const
141 void
150 void
157 void
250 void
465 void
468 void
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 115 operator void*() const
141 void
150 void
157 void
250 void
465 void
468 void
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 185 void = None variable
  /external/clang/test/Analysis/
stack-addr-ps.cpp 23 void g4() {
77 void *lf() {
79 void *const &x = &&label; // expected-note {{binding reference variable 'x' here}}
98 void *radar13226577() {
99 void *p = &p;
116 operator const void *() const { return this; }
131 return reinterpret_cast<intptr_t>(static_cast<const void *>(obj)); // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 19 void *_data;
22 operator void *() { return _data; }
111 void CHashBundle::InitForNewFile()
122 void CHashBundle::Update(const void *data, UInt32 size)
129 void CHashBundle::SetSize(UInt64 size)
134 static void AddDigests(Byte *dest, const Byte *src, UInt32 size)
145 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
322 void AddHashHexToString(char *dest, const Byte *data, UInt32 size)
  /external/python/cpython2/Tools/bgen/bgen/
bgenType.py 185 void = None variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 47 operator void**() const throw() {
48 return reinterpret_cast<void**>(ComPtrRefBase<T>::ptr_->ReleaseAndGetAddressOf());
156 void Swap(ComPtr &&r) throw() {
162 void Swap(ComPtr &r) throw() {
207 void Attach(InterfaceType *other) throw() {
225 HRESULT CopyTo(REFIID riid, void **ptr) const throw() {
231 return ptr_->QueryInterface(__uuidof(U), reinterpret_cast<void**>(ptr));
241 return ptr_->QueryInterface(__uuidof(U), reinterpret_cast<void**>(p->ReleaseAndGetAddressOf()));
245 return ptr_->QueryInterface(riid, reinterpret_cast<void**>(p->ReleaseAndGetAddressOf()));
256 void InternalAddRef() const throw()
    [all...]
  /system/libhidl/base/include/hidl/
HidlInternal.h 45 void logAlwaysFatal(const char *message);
84 explicit operator void*() const { // requires explicit cast to avoid ambiguity
148 using InstrumentationCallback = std::function<void(
154 std::vector<void *> *args)>;
171 void configureInstrumentation(bool log=true);
185 void registerInstrumentationCallbacks(
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 99 #define void macro
184 void
  /external/clang/test/SemaCXX/
conversion-function.cpp 30 void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \
61 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}}
83 void f(const C& c) {
98 void f(Yb& a) {
164 void f() {
235 void test_any() {
283 void *ptr;
285 operator void*() { return ptr; }
292 void fake_memcpy(const void *)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassTest.java 38 public void foo();
42 public void foo(T param);
46 public void bar(T param);
53 public void test_getGenericSuperclass_nullReturnCases() {
61 assertNull(void.class.getGenericSuperclass());
65 public void test_getGenericSuperclass_returnsObjectForArrays() {
69 public void test_b28833829() throws Exception {
103 public void test_getField() {
117 void foo();
120 void foo()
    [all...]
OldClassTest.java 78 void setCount(int value);
99 public void setCount(int value) {
135 public void setCount(int value) {
191 void test();
196 void test();
205 void test2(int a, Object b);
214 public void test() {
221 public void test() {
226 public void test() {
228 public void test2(int a, Object b)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 48 public void testClassGetSuperclass() {
56 public void testPrimitiveGetSuperclass() {
60 assertNull(void.class.getSuperclass());
63 public void testInterfaceGetSuperclass() {
72 public void testGenericSuperclassToString() throws Exception {
77 public void testClassGetName() {
88 public void testClassGetCanonicalName() {
100 public void testFieldToString() throws Exception {
131 public void testConstructorToString() throws Exception {
145 public void testMethodToString() throws Exception
    [all...]
  /packages/apps/Car/Radio/libs/android-arch/room/
compiler-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0/
compiler-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/compiler/1.0.0-rc1/
compiler-1.0.0-rc1.jar 

Completed in 3437 milliseconds