HomeSort by relevance Sort by last modified time
    Searched refs:sourceName (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
EventListenersSidebarPane.js 215 if (this.eventListener.sourceName)
216 properties.push(WebInspector.RemoteObjectProperty.fromPrimitiveValue("sourceName", this.eventListener.sourceName));
254 var url = this.eventListener.sourceName;
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.cpp 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
282 UnicodeString id(sourceName);
290 id = sourceName;
  /external/icu4c/i18n/
anytrans.cpp 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
282 UnicodeString id(sourceName);
290 id = sourceName;
  /art/runtime/native/
dalvik_system_DexFile.cc 88 ScopedUtfChars sourceName(env, javaSourceName);
89 if (sourceName.c_str() == NULL) {
92 std::string dex_location(sourceName.c_str());
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 105 public void connect(String sourceName,
109 Filter source = getFilter(sourceName);
113 "Attempting to connect unknown source filter '" + sourceName + "'!");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 160 public int getMaxShortcuts(String sourceName) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 333 public function get sourceName():String {
334 return tokenSource.sourceName;
Lexer.as 126 public override function get sourceName():String {
127 return input.sourceName;
BaseRecognizer.as 695 public function get sourceName():String {
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 206 String sourceName = "JUnit_" + classOnlyName;
210 sourceName + ".java";
216 "public class " + sourceName + " extends DeviceTestCase {\n";
246 String sourceName = depFqcn.replaceAll("\\.", "/") + ".jar";
248 sourceName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 215 protected IFile getTestDataFile(IProject project, String sourceName,
217 return getTestDataFile(project, sourceName, destPath, false);
220 protected IFile getTestDataFile(IProject project, String sourceName,
247 String newContents = readTestFile(sourceName, true);
255 String xml = readTestFile(sourceName, true);
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 191 void didAddMessageToConsole(const blink::WebConsoleMessage&, const blink::WebString& sourceName, unsigned sourceLine);
505 virtual void didAddMessageToConsole(const blink::WebConsoleMessage& message, const blink::WebString& sourceName, unsigned sourceLine, const blink::WebString& stackTrace)
507 WebTestProxyBase::didAddMessageToConsole(message, sourceName, sourceLine);
508 Base::didAddMessageToConsole(message, sourceName, sourceLine, stackTrace);
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 133 const WebConsoleMessage&, const WebString& sourceName, unsigned sourceLine, const WebString& stackTrace) { }
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 237 public function get sourceName():String {
238 return tokenStream.sourceName;
  /frameworks/base/core/java/android/view/
InputDevice.java 889 String sourceName) {
892 description.append(sourceName);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 1008 String8 sourceName("zip:");
1009 sourceName.append(zipFileName);
1010 sourceName.append(":");
1012 sourceName.appendPath(dirName);
1014 sourceName.appendPath(fileName);
1015 return sourceName;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 683 std::string sourceName = (*edge)->getSource()->getName();
686 dotFile << "\t\"" << sourceName.c_str() << "\" -> \""
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
jdi.jar 
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp     [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 749 static jbyteArray bignumToArray(JNIEnv* env, const BIGNUM* source, const char* sourceName) {
750 JNI_TRACE("bignumToArray(%p, %s)", source, sourceName);
753 jniThrowNullPointerException(env, sourceName);
760 JNI_TRACE("bignumToArray(%p, %s) => NULL", source, sourceName);
778 JNI_TRACE("bignumToArray(%p, %s) => %p", source, sourceName, javaBytes);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 1787 milliseconds

12 3