/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 4 <html<?cs if:devsite ?> devsite<?cs /if ?>> 24 <?cs if:subcount(subdirs) ?> 32 <?cs /if ?> 34 <?cs if:subcount(files) ?> 42 <?cs /if ?>
|
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 4 <html<?cs if:devsite ?> devsite<?cs /if ?>> 24 <?cs if:subcount(subdirs) ?> 32 <?cs /if ?> 34 <?cs if:subcount(files) ?> 42 <?cs /if ?>
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 5 if (arguments.length != 2) { 20 if (!isValidPseudoHostChar(c)) { 26 if (c == '.' && 38 if (c >= '0' && c <= '9') 40 if (c >= 'a' && c <= 'z') 42 if (c >= 'A' && c <= 'Z')
|
/external/quake/quake/src/WinQuake/ |
wq.bat | 2 if x%1==xfast goto fast
3 if x%1==xsafe goto safe
4 if x%1==xverysafe goto verysafe
5 if x%1==xfastvid goto fastvid
6 if x%1==xfastsnd goto fastsnd
7 if x%1==xmax goto max
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
delayed-permission-denied.js | 3 if (window.layoutTestController) 8 if (window.layoutTestController) 17 if (permissionSet) {
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
send-oncancel-event.js | 14 if (window.layoutTestController) { 20 if (window.layoutTestController) 24 if (window.eventSender) {
|
/build/tools/droiddoc/templates-ds/ |
trailer.cs | 28 <?cs if:carousel ?> 36 <?cs /if ?> 37 <?cs if:tabbedList ?> 44 <?cs /if ?>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonErrorNode.as | 17 if ( stop==null || 43 if ( start is Token ) { 46 if ( Token(stop).type == TokenConstants.EOF ) { 51 else if ( start is Tree ) { 55 // people should subclass if they alter the tree type so this 63 if ( trappedException is MissingTokenException ) { 68 else if ( trappedException is UnwantedTokenException ) { 73 else if ( trappedException is MismatchedTokenException ) { 76 else if ( trappedException is NoViableAltException ) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonErrorNode.js | 2 if ( !stop || 29 if ( this.start instanceof org.antlr.runtime.Token ) { 32 if ( this.stop.getType() === org.antlr.runtime.Token.EOF ) { 37 else if ( this.start instanceof org.antlr.runtime.tree.Tree ) { 41 // people should subclass if they alter the tree type so this 49 if ( this.trappedException instanceof org.antlr.runtime.MissingTokenException ) { 54 else if ( this.trappedException instanceof org.antlr.runtime.UnwantedTokenException ) { 59 else if ( this.trappedException instanceof org.antlr.runtime.MismatchedTokenException ) { 62 else if ( this.trappedException instanceof org.antlr.runtime.NoViableAltException ) {
|
/external/chromium/chrome/browser/debugger/manual_tests/resources/ |
worker-primes.js | 7 if (p != parseInt(p))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antRun.bat | 18 if "%OS%"=="Windows_NT" @setlocal 19 if "%OS%"=="WINNT" @setlocal 21 if ""%1""=="""" goto runCommand 24 if "%OS%"=="Windows_NT" goto nt_cd 25 if "%OS%"=="WINNT" goto nt_cd 36 if ""%1""=="""" goto runCommand 39 if ""%1""=="""" goto runCommand 48 if "%OS%"=="Windows_NT" @endlocal 49 if "%OS%"=="WINNT" @endlocal
|
/external/libvpx/ |
Android.mk | 5 # if ARMv7 + NEON etc blah blah
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/ |
clearLocalStorage.js | 11 if (window.localStorage)
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/ |
clearSessionStorage.js | 11 if (window.sessionStorage)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
shell.js | 46 if ( DEBUG ) { 52 if ( VERSION == "ECMA_1" ) { 55 if ( VERSION == "JS_1.3" ) { 58 if ( VERSION == "JS_1.2" ) { 61 if ( VERSION == "JS_1.1" ) { 67 if ( BUGNUMBER ) { 76 // a special compare to see if we got the right result. 77 if ( actual != actual ) { 78 if ( typeof actual == "object" ) { 84 if ( expect != expect ) [all...] |
/hardware/ti/omap4xxx/ion/ |
Android.mk | 1 # only include if running on an omap4 platform
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-cube.js | 33 if (x2 >= x1) { IncX1 = 1; IncX2 = 1; } 35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; } 37 if (dx >= dy) { 59 if (Num >= Den) { 192 if (CurN[0][2] < 0) { 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; }; 194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; }; 195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; }; 196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; }; 198 if (CurN[1][2] < 0) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-cube.js | 33 if (x2 >= x1) { IncX1 = 1; IncX2 = 1; } 35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; } 37 if (dx >= dy) { 59 if (Num >= Den) { 192 if (CurN[0][2] < 0) { 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; }; 194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; }; 195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; }; 196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; }; 198 if (CurN[1][2] < 0) [all...] |
/external/v8/src/ |
proxy.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 if (!IS_SPEC_OBJECT(handler)) 37 if (IS_UNDEFINED(proto)) 39 else if (!(IS_SPEC_OBJECT(proto) || proto === null)) 45 if (!IS_SPEC_OBJECT(handler)) 47 if (!IS_SPEC_FUNCTION(callTrap)) 49 if (IS_UNDEFINED(constructTrap)) { 51 } else if (IS_SPEC_FUNCTION(constructTrap)) { 74 if (!IS_SPEC_OBJECT(proto)) proto = $Object.prototype 91 if (IS_UNDEFINED(desc)) { return desc [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
prettify.js | 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ", 6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ", 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ", 8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short si (…) [all...] |
search_autocomplete.js | 13 if (selected) { 38 if(gSelectedIndex >= 0) { 45 if (!gInitialized) { 71 //if we have results, make the table visible and initialize result info 72 if (gMatches.length > 0) { 80 if (i == gSelectedIndex) { 89 //if there are more results we're not showing, so say so. 90 /* if (gMatches.length > ROW_COUNT) { 98 //if we have no results, hide the table 110 if (e.keyCode == 13) [all...] |
/external/doclava/res/assets/templates/assets/ |
prettify.js | 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ", 6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ", 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ", 8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short si (…) [all...] |
search_autocomplete.js | 13 if (selected) { 38 if(gSelectedIndex >= 0) { 45 if (!gInitialized) { 71 //if we have results, make the table visible and initialize result info 72 if (gMatches.length > 0) { 80 if (i == gSelectedIndex) { 89 //if there are more results we're not showing, so say so. 90 /* if (gMatches.length > ROW_COUNT) { 98 //if we have no results, hide the table 110 if (e.keyCode == 13) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
MissingTokenException.as | 17 if ( inserted!=null && token!=null ) { 20 if ( token!=null ) {
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 15 (** [verify_module m] returns [None] if the module [m] is valid, and 16 [Some reason] if it is invalid. [reason] is a string containing a 20 (** [verify_function f] returns [None] if the function [f] is valid, and 21 [Some reason] if it is invalid. [reason] is a string containing a 25 (** [verify_module m] returns if the module [m] is valid, but prints a 26 validation report to [stderr] and aborts the program if it is invalid. See 31 (** [verify_function f] returns if the function [f] is valid, but prints a 32 validation report to [stderr] and aborts the program if it is invalid. See
|