HomeSort by relevance Sort by last modified time
    Searched refs:JS (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 36 * <li>{@code JS} for javascript templates.
53 JS,
62 * {@code JS} is for attributes taking javascript such as "onclick".
72 JS,
110 * is (re)set with {@link Mode#JS}.
HtmlParserFactory.java 49 * {@link HtmlParser.ATTR_TYPE#JS} - and only when the attribute is also
72 * valid in the {@link HtmlParser.Mode#JS} mode.
211 case JS:
285 parserInJsQ.resetMode(HtmlParser.Mode.JS);
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS);
105 CONTENT_TYPE_LIST.put("application/json", HtmlParser.Mode.JS);
106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS);
193 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, null);
197 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, jsModeOption);
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true,
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1184.js 39 // ...JS accessor traverses v8 runtime/JS boundary and
40 // when coming back from JS to v8 runtime, retraverses
regress-1172.js 29 // function's prototype even in the presence of JS accessors.
32 // to use JS accessors to set 'constructor' property.
regress-1172-bis.js 28 // Verifies that exception thrown from JS accessors when attempting a call
regress-475705.js 11 // JS has used most of the stack.
regress-1119.js 29 // by JS accessors.
regress-1130.js 29 // of JS accessors on Object's prototype elements.
  /external/v8/src/
vm-state-inl.h 22 case JS:
23 return "JS";
  /external/v8/test/mjsunit/wasm/
ffi-error.js 7 load("test/mjsunit/wasm/wasm-constants.js");
66 // "fun" should be a JS function.
74 // "fun" should be a JS function.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 121 private static final String JS = "Java said:"; //$NON-NLS-1$
566 "'" + elem + "'" + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
582 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
592 throw new BuildException(Messages.getString("UpdateBugStateTask.failedConnection") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
602 throw new BuildException(Messages.getString("UpdateBugStateTask.badHTTPMethod") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
625 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
642 throw new BuildException(Messages.getString("UpdateBugStateTask.streamWriteError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
662 throw new BuildException(Messages.getString("UpdateBugStateTask.streamReadError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
  /external/v8/test/webkit/fast/js/kde/
completion.js 24 description("KDE JS Test");
conditional.js 24 description("KDE JS Test");
crash-2.js 24 description("KDE JS Test");
literals.js 24 description("KDE JS Test");
Prototype.js 24 description("KDE JS Test");
arguments-scope.js 24 description("KDE JS Test");
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES };
56 * \brief JS hash funciton
59 struct StringHash<JS>
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 58 * variable in the resource data JS file.
72 * Massage the ANDROID_RESOURCES resource list in the resource data JS file.
  /external/v8/test/intl/break-iterator/
property-override.js 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
40 // Update both break-iterator.js and break-iterator.cc so they have the same
  /external/v8/test/intl/collator/
property-override.js 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
40 // Update both collator.js and collator.cc so they have the same list of
  /external/v8/test/mjsunit/
negate.js 49 // implemented by any of the known JS engines.
  /external/v8/test/webkit/
dfg-dead-variable-on-exit.js 25 "This tests that if a variable is dead on OSR exit, it will at least contain a valid JS value."

Completed in 1616 milliseconds

1 2 3 4 5