HomeSort by relevance Sort by last modified time
    Searched full:const_cast (Results 76 - 100 of 1175) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
APValue.h 116 return const_cast<APValue*>(this)->getInt();
124 return const_cast<APValue*>(this)->getFloat();
145 return const_cast<APValue*>(this)->getComplexIntReal();
153 return const_cast<APValue*>(this)->getComplexIntImag();
161 return const_cast<APValue*>(this)->getComplexFloatReal();
169 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/llvm/lib/Support/
SmallPtrSet.cpp 65 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr));
93 void **Bucket = const_cast<void**>(FindBucketFor(Ptr));
155 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
164 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
  /frameworks/base/opengl/libs/GLES2_dbg/src/
caller.cpp 121 reinterpret_cast<GLchar*>(const_cast<char *>(cmd.data().data()))
173 reinterpret_cast<GLvoid*>(const_cast<char *>(cmd.data().data())),
179 static_cast<GLsizeiptr>(cmd.arg2()), reinterpret_cast<GLvoid*>(const_cast<char *>(cmd.data().data()))
255 static_cast<GLsizei>(cmd.arg0()), reinterpret_cast<GLuint*>(const_cast<char *>(cmd.data().data()))
260 static_cast<GLsizei>(cmd.arg0()), reinterpret_cast<GLuint*>(const_cast<char *>(cmd.data().data()))
269 static_cast<GLsizei>(cmd.arg0()), reinterpret_cast<GLuint*>(const_cast<char *>(cmd.data().data()))
278 static_cast<GLsizei>(cmd.arg0()), reinterpret_cast<GLuint*>(const_cast<char *>(cmd.data().data()))
374 static_cast<GLuint>(cmd.arg0()), reinterpret_cast<GLchar*>(const_cast<char *>(cmd.data().data()))
438 static_cast<GLuint>(cmd.arg0()), reinterpret_cast<GLchar*>(const_cast<char *>(cmd.data().data()))
607 reinterpret_cast<GLfloat*>(const_cast<char *>(cmd.data().data())
    [all...]
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 156 my_addr = const_cast<ELFObjectTy *>(owner)->
169 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue());
210 my_addr = const_cast<ELFObjectTy *>(owner)->
244 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
274 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
303 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
  /external/clang/include/clang/Analysis/
CFGStmtMap.h 47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
  /external/clang/test/SemaCXX/
functional-cast.cpp 34 // ----------- const_cast --------------
140 (void)voidp((const int*)0); // const_cast appended
168 (void)Bp((const A*)0); // const_cast appended
169 (void)Br(*((const A*)0)); // const_cast appended
212 (void)intp((const void*)0); // const_cast appended
265 (void)intp(icp); // const_cast appended
267 intcpcpp icpcpp = intcpcpp(ipppc); // const_cast appended
300 (void)structureimp(psi); // const_cast appended
  /external/llvm/include/llvm-c/
Object.h 59 return reinterpret_cast<LLVMObjectFileRef>(const_cast<ObjectFile*>(OF));
69 (const_cast<section_iterator*>(SI));
  /external/webkit/Source/WebCore/platform/text/mac/
TextBoundaries.mm 35 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
47 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(chars)
  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 46 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
67 obj.appendFrom(const_cast<Parcel *>(&data), data.dataPosition(), data.dataAvail());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /hardware/msm7k/libgralloc/
framebuffer.cpp 346 dev->device.common.module = const_cast<hw_module_t*>(module);
356 const_cast<uint32_t&>(dev->device.flags) = 0;
357 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
358 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
359 const_cast<int&>(dev->device.stride) = stride;
360 const_cast<int&>(dev->device.format) = HAL_PIXEL_FORMAT_RGB_565;
361 const_cast<float&>(dev->device.xdpi) = m->xdpi;
362 const_cast<float&>(dev->device.ydpi) = m->ydpi;
363 const_cast<float&>(dev->device.fps) = m->fps;
364 const_cast<int&>(dev->device.minSwapInterval) = 1
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 381 dev->device.common.module = const_cast<hw_module_t*>(module);
392 const_cast<uint32_t&>(dev->device.flags) = 0;
393 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
394 const_cast<uint32_t&>(dev->device.height) = m->info.yres;
395 const_cast<int&>(dev->device.stride) = stride;
396 const_cast<int&>(dev->device.format) = m->fbFormat;
397 const_cast<float&>(dev->device.xdpi) = m->xdpi;
398 const_cast<float&>(dev->device.ydpi) = m->ydpi;
399 const_cast<float&>(dev->device.fps) = m->fps;
400 const_cast<int&>(dev->device.minSwapInterval) = 1
    [all...]
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 48 void* pY = const_cast<void*>(image);
  /external/chromium/base/test/
test_file_util_mac.cc 26 if (msync(const_cast<uint8*>(mapped_file.data()), mapped_file.length(),
  /external/chromium/chrome/browser/sync/util/
data_encryption.cc 40 (in_data.empty() ? NULL : const_cast<BYTE*>(&in_data[0]));
  /external/chromium/crypto/
signature_creator_mac.cc 54 data.Data = const_cast<uint8*>(data_part);
  /external/chromium/net/http/
des.cc 97 reinterpret_cast<const_DES_cblock*>(const_cast<uint8*>(key)), &ks);
99 DES_ecb_encrypt(reinterpret_cast<const_DES_cblock*>(const_cast<uint8*>(src)),
121 key_item.data = const_cast<uint8*>(key);
140 const_cast<uint8*>(src), 8);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 38 (void)const_cast<auto(**)()->int>(&p);
  /external/clang/test/PCH/
cxx_exprs.h 18 typedef __typeof__(const_cast<char *>(const_char_ptr_value)) const_cast_result;
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 35 dynamic_cast<U>(const_cast<T>(i1)))));
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 80 JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
95 JAVASCRIPTCORE_PROFILE_DID_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 87 m_hasOwnPropertyFunction = const_cast<JSObjectRef>(JSObjectGetProperty(m_context, globalObject, propertyName.get(), &exception));
95 = const_cast<JSObjectRef>(JSObjectGetProperty(m_context, globalObject, propertyName.get(), &exception));
98 = const_cast<JSObjectRef>(JSObjectGetProperty(m_context, objectConstructor, propertyName.get(), &exception));
157 = const_cast<JSObjectRef>(JSObjectCallAsFunction(m_context,

Completed in 1055 milliseconds

1 2 34 5 6 7 8 91011>>