Searched refs:JS (Results 1 - 23 of 23) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java36 * <li>{@code JS} for javascript templates.
53 JS, enum constant in enum:HtmlParser.Mode
62 * {@code JS} is for attributes taking javascript such as "onclick".
72 JS, enum constant in enum:HtmlParser.ATTR_TYPE
110 * is (re)set with {@link Mode#JS}.
H A DHtmlParserFactory.java49 * {@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/
H A DAutoEscapeContext.java63 * <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, tru
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED( enum constant in enum:AutoEscapeContext.AutoEscapeState
[all...]
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
H A Dcr.js81 * Plain old JS property where the backing data is stored as a "private"
85 JS: 'js',
110 case PropertyKind.JS:
145 case PropertyKind.JS:
206 var kind = /** @type {PropertyKind} */ (opt_kind || PropertyKind.JS);
335 * first argument of the JS invocation; additionally, the handler may
381 * of the JS invocation; additionally, the handler may supply any number of
444 // C++ <-> JS communication related methods.
/external/v8/src/
H A Dvm-state-inl.h23 case JS:
24 return "JS";
H A Dexecution.cc63 VMState<JS> state(isolate);
89 // Call the function through the right JS entry stub.
H A Dlog.cc658 if (sample->state == JS) ++js_sample_count_;
894 DCHECK(isolate->current_vm_state() == JS);
902 isolate->set_current_vm_state(JS);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java121 private static final String JS = "Java said:"; //$NON-NLS-1$ field in class:UpdateBugStateTask
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/cctest/libsampler/
H A Dtest-sampler.cc49 if (sample_info.vm_state == JS) ++js_sample_count_;
/external/v8/test/mjsunit/wasm/
H A Dadapter-frame.js10 const JS = false; // for testing the tests.
16 if (JS) {
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java243 return ATTR_TYPE.JS;
356 case JS:
/external/v8/src/profiler/
H A Dsampling-heap-profiler.cc188 case JS:
189 name = "(JS)";
249 // because the translation may allocate strings on the JS heap that have
H A Dprofile-generator.cc569 // the same JS function. The line number information associated with
571 // for a JS function. Then, the detected source line is passed to
585 // Find out, if top of stack was pointing inside a JS function
608 // the calling JS function or internal frame.
635 // the first JS caller.
671 case JS:
/external/clang/tools/scan-build/bin/
H A Dscan-build465 my $JS = Cwd::realpath("$RealBin/../share/scan-build/sorttable.js");
468 if (! -r $JS);
470 copy($JS, "$Dir");
/external/v8/tools/
H A Dtickprocessor.js183 JS: 0,
196 // Otherwise, this is JS-related code. We are not adding it to
329 // Find out, if top of stack was pointing inside a JS function
788 '-j': ['stateFilter', TickProcessor.VmStates.JS,
789 'Show only ticks from JS VM state'],
/external/v8/src/runtime/
H A Druntime-typedarray.cc280 CONVERT_ARG_HANDLE_CHECKED(JS##Type, holder, 0); \
/external/v8/
H A DAndroid.v8common.mk575 # The order of these JS library sources is important. The order here determines
576 # the ordering of the JS code in libraries.cc, which must be in a specific order
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h496 #define JS(a) CHOICE(js a, js a, js a) macro
1223 #define JS(a) js NEAR a macro
/external/webrtc/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump3605 X�k���]��c���&�c&��8���f��f�ƈr38>����4��YwrJΠ�����$8�c^?���|�[[�pwS7�]��6ni��6hۧ�p��'~�jƳ�;dJS����ֽ'�����@�$��/�����{х ߖ�;��:"~����F�e�МA� �=$p�[.���A����.� hc�yh?�j�O���\!n��oK�y_S/N'���P ����H� �g_f6׻�N�7nQQO��Z&�8�8`�ho�i`�ʗW@e��2���$�80`L��̺�#��f�����S���;xl_,�7�d#������:M� NT8��i��aǗ �$�X(�8�G�M^��#��4"�W��\3��4���T����0�o�0��^��
5289 M���4��LU����L_R-O���JS(K�>E��'Tj����;�y��Y�v�M};O[���_���!�1 ������f:0�I1����X���J�����/s\[�%�,�n�
14911 R��"�OQ�I- 5�p���+�~v{�Y�q�����2��d��JS�0 A���k|sc��;���x�մ�ӂz`n�ݻ`�B��c��G�GL@l�ڻeΝ��̯�Õ�}���F�?��� s�� �ٚ�.�6s/����"���X�4���6E<����wF��\�������z�
16478 �?K ���>�9��Weɜe�����j�8�:u�J��)=5��HvC�=�¦(�;΋P�G��jĒ2AX�Q�{`v����'>H�� qĥ����NU�j�� ��������E�9�d�JES���]E[�M��������8k3�aM/���ȇŠ1�T+�P�NP{�{� JS�.��^]�ޗ�>��'=}���
/external/v8/include/
H A Dv8.h1614 enum StateTag { JS, GC, COMPILER, OTHER, EXTERNAL, IDLE }; enumerator in enum:v8::StateTag
2022 /** JS == */
3155 // Fast JS primitive setters
4431 * Let's use "function" as the JS variable name of the function object
5880 * \note GetStackSample should only be called when the JS thread is paused or
5956 * function, for instance to simulate DOM tree connections among JS
6618 * \param isolate The isolate in which to terminate the current JS execution.
7040 * used for comparisons with addresses into the JS stack. The cases are:
7041 * 1) ARM, ARM64 and MIPS simulators which have separate JS stack.
7045 * addresses into the JS stac
[all...]
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js596 // @param returnType The return type of the function, one of the JS types 'number', 'string' or 'array' (use 'number' for any C pointer, and
600 // @param args An array of the arguments to the function, as native JS values (as in returnType)
601 // Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
602 // @return The return value, as a native JS value (as in returnType)
652 // Returns a native JS wrapper for a C function. This is similar to ccall, but
673 // Note that ccall uses JS types as for defining types, while setValue and
1223 // This processes a JS string into a C-line array of numbers, 0-terminated.
1281 return bits <= 32 ? 2*Math.abs(1 << (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
1293 value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
[all...]

Completed in 3066 milliseconds