Searched refs:m_src (Results 1 - 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionScript.java69 private String m_src = null; field in class:ElemExtensionScript
79 m_src = v;
90 return m_src;
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp55 WebKitWebSrc* m_src; member in class:StreamingClient
701 StreamingClient::StreamingClient(WebKitWebSrc* src) : m_src(src)
717 WebKitWebSrcPrivate* priv = m_src->priv;
719 GST_DEBUG_OBJECT(m_src, "Received response: %d", response.httpStatusCode());
723 GST_ELEMENT_ERROR(m_src, RESOURCE, READ, (0), (0));
725 webKitWebSrcStop(m_src, false);
763 g_object_notify(G_OBJECT(m_src), "iradio-name");
770 g_object_notify(G_OBJECT(m_src), "iradio-genre");
777 g_object_notify(G_OBJECT(m_src), "iradio-url");
784 g_object_notify(G_OBJECT(m_src), "iradi
[all...]
/external/emma/core/java12/com/vladium/util/
H A DProperty.java367 m_src = src;
376 if ((contents == null) && (m_src != null))
380 contents = getPropertiesFromFile (m_src);
388 throw new RuntimeException ("exception while processing properties file [" + m_src.getAbsolutePath () + "]: " + e);
401 private final File m_src; // can be null field in class:Property.FilePropertyLookup
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGSpeculativeJIT.h52 , m_src(src)
58 GPRReg src() { return m_src; }
65 GPRReg m_src; member in class:JSC::DFG::SpeculationRecovery
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 172 milliseconds