HomeSort by relevance Sort by last modified time
    Searched refs:const_cast (Results 401 - 425 of 1173) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 81 const_cast<TargetLoweringObjectFile&>(TLOF).getEHFrameSection());
  /external/oprofile/libpp/
symbol_container.cpp 32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first);
  /external/regex-re2/re2/
set.cc 78 re2::Regexp* re = re2::Regexp::Alternate(const_cast<re2::Regexp**>(&re_[0]),
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 74 const_cast<Local<T>&>(other).setSlot(0); // Prevent accidental sharing.
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator_p.h 63 : m_object(const_cast<QScriptValuePrivate*>(value))
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 101 fastFree(const_cast<char*>(m_name));
  /external/webkit/Source/WebCore/html/
FormAssociatedElement.cpp 178 return const_cast<HTMLElement*>(toHTMLElement(static_cast<const FormAssociatedElement*>(associatedElement)));
  /external/webkit/Source/WebCore/platform/
Widget.cpp 62 return const_cast<ScrollView*>(static_cast<const ScrollView*>(top));
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp 100 const_cast<unsigned char*>(imagePixels), CAIRO_FORMAT_ARGB32, imageWidth, imageHeight, imageWidth * 4));
  /external/webkit/Source/WebCore/platform/win/
ContextMenuWin.cpp 125 menuItem.dwTypeData = const_cast<LPWSTR>(itemTitle.charactersWithNullTermination());
  /external/webkit/Source/WebCore/svg/
SVGLocatable.cpp 90 Node* current = const_cast<SVGElement*>(element);
  /external/webkit/Source/WebCore/webaudio/
AudioNodeOutput.cpp 139 ASSERT(const_cast<AudioNodeOutput*>(this)->context()->isAudioThread());
  /external/webkit/Source/WebKit/chromium/src/
WebDOMEvent.cpp 50 WebDOMEventPrivate* p = const_cast<WebDOMEventPrivate*>(other.m_private);
WebHTTPBody.cpp 55 WebHTTPBodyPrivate* p = const_cast<WebHTTPBodyPrivate*>(other.m_private);
WebNode.cpp 83 return WebNode(const_cast<ContainerNode*>(m_private->parentNode()));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.h 97 return decode(const_cast<T&>(t));
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
NetscapePluginModuleWin.cpp 41 if (!::VerQueryValueW(versionInfoData, const_cast<UChar*>(subInfo.charactersWithNullTermination()), &buffer, &bufferLength) || !bufferLength)
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 52 static_cast<BrowserWindow*>(const_cast<void*>(clientInfo))->showWindow();
  /frameworks/base/cmds/app_process/
app_main.cpp 128 strlcpy(const_cast<char *>(argv0), newArgv0, strlen(argv0));
  /frameworks/base/libs/hwui/
PathCache.cpp 93 path = const_cast<SkPath*>(sourcePath);
  /frameworks/base/media/mca/filterfw/native/core/
native_program.cpp 108 return process_function_(const_cast<const char**>(&inputs[0]),
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 447 node->data = const_cast<DataType*>(&value);
450 const_cast<const node_type*>(node));
453 const_cast<const node_type*>(node));
469 const_cast<const NodeBase*>(pTree.m_Root.node.left));
  /frameworks/compile/mclinker/lib/MC/
MCLDInputTree.cpp 69 node->data = const_cast<mcld::Input*>(&pInput);
  /frameworks/native/libs/gui/
SensorManager.cpp 88 mDeathObserver = new DeathObserver(*const_cast<SensorManager *>(this));
Surface.cpp 203 sp<SurfaceControl> surface_control(const_cast<SurfaceControl*>(this));
322 const_cast<float&>(ANativeWindow::xdpi) = dinfo.xdpi;
323 const_cast<float&>(ANativeWindow::ydpi) = dinfo.ydpi;
324 const_cast<uint32_t&>(ANativeWindow::flags) = 0;

Completed in 4782 milliseconds

<<11121314151617181920>>