HomeSort by relevance Sort by last modified time
    Searched refs:sourceURL (Results 1 - 22 of 22) sorted by null

  /external/v8/src/js/
messages.js 47 * If sourceURL comment is available returns sourceURL comment contents.
50 * and Source Map Revision 3 proposal for details on using //# sourceURL and
51 * deprecated //@ sourceURL comment to identify scripts that don't have name.
53 * @return {?string} script name if present, value for //# sourceURL comment or
54 * deprecated //@ sourceURL comment otherwise.
  /external/v8/tools/
SourceMap.js 138 * @param {string} sourceURL
141 sourceContent: function(sourceURL)
143 return this._sourceContentByURL[sourceURL];
147 * @param {string} sourceURL
151 sourceContentProvider: function(sourceURL, contentType)
153 var lastIndexOfDot = sourceURL.lastIndexOf(".");
154 var extension = lastIndexOfDot !== -1 ? sourceURL.substr(lastIndexOfDot + 1) : "";
156 var sourceContent = this.sourceContent(sourceURL);
159 return new WebInspector.CompilerSourceMappingContentProvider(sourceURL, contentType, mimeType);
211 * @param {string} sourceURL of the originating resourc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null);
100 if (sourceURL == null)
104 TemplatedInputStream in = new TemplatedInputStream(sourceURL.openStream(),
  /external/v8/src/inspector/
v8-debugger-script.h 60 const String16& sourceURL() const;
v8-stack-trace-impl.h 38 const String16& sourceURL() const { return m_scriptName; }
v8-debugger-script.cc 109 if (script->SourceURL().ToLocal(&tmp)) m_sourceURL = toProtocolString(tmp);
189 if (script->Name().ToLocal(&name) || script->SourceURL().ToLocal(&name))
295 const String16& V8DebuggerScript::sourceURL() const {
305 void V8DebuggerScript::setSourceURL(const String16& sourceURL) {
306 m_sourceURL = sourceURL;
v8-runtime-agent-impl.h 91 Response compileScript(const String16& expression, const String16& sourceURL,
v8-stack-trace-impl.cc 295 stackTrace.append(frame.sourceURL());
v8-runtime-agent-impl.cc 536 const String16& expression, const String16& sourceURL, bool persistScript,
552 bool isOk = m_inspector->compileScript(scope.context(), expression, sourceURL)
v8-debugger-agent-impl.cc 302 if (!matches(m_inspector, script.second->sourceURL(), url, isRegex))
431 const String16& scriptSourceURL = it->second->sourceURL();
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 47 sourceURL, timeout := adjustURL(src, duration, timeout)
48 if sourceURL == "" {
52 fmt.Fprintln(os.Stderr, "Fetching profile over HTTP from", sourceURL)
56 p, err := getProfile(sourceURL, timeout)
57 return p, sourceURL, err
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 47 sourceURL, timeout := adjustURL(src, duration, timeout)
48 if sourceURL == "" {
52 fmt.Fprintln(os.Stderr, "Fetching profile over HTTP from", sourceURL)
56 p, err := getProfile(sourceURL, timeout)
57 return p, sourceURL, err
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 78 func crawl(url string, sourceURL string) {
90 neededFrags[uf] = append(neededFrags[uf], sourceURL)
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 78 func crawl(url string, sourceURL string) {
90 neededFrags[uf] = append(neededFrags[uf], sourceURL)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 434 URL sourceURL = bundle.getEntry(sourcePath);
435 if (sourceURL != null) {
438 url = FileLocator.resolve(sourceURL);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 463 if sourceURL, timeout := adjustURL(source, duration, timeout); sourceURL != "" {
464 ui.Print("Fetching profile over HTTP from " + sourceURL)
468 f, err = fetchURL(sourceURL, timeout)
469 src = sourceURL
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch.go 463 if sourceURL, timeout := adjustURL(source, duration, timeout); sourceURL != "" {
464 ui.Print("Fetching profile over HTTP from " + sourceURL)
468 f, err = fetchURL(sourceURL, timeout)
469 src = sourceURL
  /external/v8/src/
messages.cc 213 Handle<Object> sourceURL(script->GetNameOrSourceURL(), isolate);
214 if (!sourceURL->IsUndefined(isolate)) {
215 DCHECK(sourceURL->IsString());
216 return Handle<String>::cast(sourceURL);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 397 milliseconds