HomeSort by relevance Sort by last modified time
    Searched refs:if (Results 101 - 125 of 3674) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
12 if (window.layoutTestController)
15 if (window.eventSender) {
  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 8 if (e.line)
12 if (e.stack) {
  /external/webkit/LayoutTests/storage/resources/
database-common.js 5 if (arguments.length > 4) {
23 if (window.layoutTestController) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nsieve.js 9 if (prefixWidth>0){
22 if (isPrime[i]) {
string-fasta.js 39 if (last) table[c] += table[last];
47 if (n<lenOut) lenOut = n;
48 if (seqi + lenOut < seq.length) {
64 if (n<line.length) line = new Array(n);
68 if (r < table[c]) {
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nsieve.js 9 if (prefixWidth>0){
22 if (isPrime[i]) {
string-fasta.js 39 if (last) table[c] += table[last];
47 if (n<lenOut) lenOut = n;
48 if (seqi + lenOut < seq.length) {
64 if (n<line.length) line = new Array(n);
68 if (r < table[c]) {
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
13 <?cs /if ?>
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
18 /if ?>" itemscope itemtype="http://schema.org/CreativeWork">
23 <div <?cs if:fullpage
25 ?>class="col-13" id="doc-col"<?cs /if ?>
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
13 <?cs /if ?>
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
18 /if ?>" itemscope itemtype="http://schema.org/CreativeWork">
23 <div <?cs if:fullpage
25 ?>class="col-13" id="doc-col"<?cs /if ?>
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 55 if ( VERSION == "ECMA_1" ) {
58 if ( VERSION == "JS_1.3" ) {
61 if ( VERSION == "JS_1.2" ) {
64 if ( VERSION == "JS_1.1" ) {
73 // a special compare to see if we got the right result.
74 if ( actual != actual ) {
75 if ( typeof actual == "object" ) {
81 if ( expect != expect ) {
82 if ( typeof expect == "object" ) {
91 // if both objects are numbers, give a little leeway for rounding
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 53 if ( VERSION == "ECMA_1" ) {
56 if ( VERSION == "JS_1.3" ) {
59 if ( VERSION == "JS_1.2" ) {
62 if ( VERSION == "JS_1.1" ) {
71 // a special compare to see if we got the right result.
72 if ( actual != actual ) {
73 if ( typeof actual == "object" ) {
79 if ( expect != expect ) {
80 if ( typeof expect == "object" ) {
89 // if both objects are numbers, give a little leeway for rounding
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 28 if (!resultMatchesKeyword(loadedResults[i].result, keywords[j])) {
44 if (result.title &&
47 else if (result.description &&
50 else if (result.topicsHtml &&
86 if (tag in allTags) {
87 if (allTags[tag].tagClass == 'type') {
89 } else if (allTags[tag].tagClass == 'topic') {
111 if (params.tag) {
114 if (tag.toLowerCase() in allTags) {
120 if (searchTags.length)
    [all...]
android-developer-docs.js 12 var isMobile = false; // true if mobile, so we can adjust some layout
13 var isIE6 = false; // true if IE6
18 if (typeof window.onload != 'function') {
29 // If a mobile phone, set flag and do mobile setup
30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
36 // If not a mobile browser, set the onresize event for IE6, and others
37 } else if (agent.indexOf("msie 6") != -1) {
80 if (isIE6) {
105 if (document.cookie) {
107 if (index != -1)
    [all...]
  /external/dhcpcd/mk/
cc.mk 8 _CSTD_SH= if test -n "${CSTD}"; then echo "-std=${CSTD}"; else echo ""; fi
12 # Try and use some good cc flags if we're building from git
18 _CC_FLAGS_SH= if ! test -d .git; then echo ""; else for f in ${_CCFLAGS}; do \
19 if ${CC} $$f -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \
25 _GGDB_SH= if test "${DEBUG}" = "yes"; then echo "-ggdb -DDEBUG"; else echo ""; fi
  /external/stlport/
configure.bat 17 if NOT "%1xyz123" == "xyz123" goto init
34 if "%1" == "-?" goto opt_help
35 if "%1" == "-h" goto opt_help
36 if "%1" == "/?" goto opt_help
37 if "%1" == "/h" goto opt_help
38 if "%1" == "--help" goto opt_help
49 if "%1" == "-p" goto opt_plat
50 if "%1" == "/p" goto opt_plat
51 if "%1" == "--platform" goto opt_plat
54 if "%1" == "-x" goto opt_
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
add-listener-from-callback.js 7 if (window.layoutTestController)
23 if (++firstListenerEvents == 1)
25 else if (firstListenerEvents > 2)
33 if (++secondListenerEvents > 1)
39 if (firstListenerEvents == 2 && secondListenerEvents == 1)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-denied-for-multiple-requests.js 3 if (window.layoutTestController)
8 if (window.layoutTestController)
20 if (permissionSet) {
36 if (permissionSet) {
50 if (watchCallbackInvoked && oneShotCallbackInvoked)
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
copy-files.cmd 7 if "%1" EQU "clean" goto :clean
8 if "%1" EQU "rebuild" call :clean
77 if exist "%PublicHeadersDirectory%" rmdir /s /q "%PublicHeadersDirectory%" >NUL
78 if exist "%PrivateHeadersDirectory%" rmdir /s /q "%PrivateHeadersDirectory%" >NUL
79 if exist "%ResourcesDirectory%" rmdir /s /q "%ResourcesDirectory%" >NUL
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
14 <?cs /if ?>
21 <?cs if:sdk.redirect ?>
27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
28 else ?>index.html<?cs /if ?>"><?cs
29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
30 else ?>Download the SDK<?cs /if ?>
34 <?cs # else, if NOT redirect ..
    [all...]
  /external/v8/src/
string.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38 if (%_IsConstructCall()) {
49 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
58 if (!IS_STRING(this) && !IS_STRING_WRAPPER(this)) {
67 if (IS_NULL_OR_UNDEFINED(this) && !IS_UNDETECTABLE(this)) {
72 if (%_IsSmi(result)) {
81 if (IS_NULL_OR_UNDEFINED(this) && !IS_UNDETECTABLE(this)) {
86 if (!%_IsSmi(result)) {
95 if (IS_NULL_OR_UNDEFINED(this) && !IS_UNDETECTABLE(this)) {
101 if (len === 1)
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
14 <?cs /if ?>
16 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
19 /if ?>" itemscope itemtype="http://schema.org/CreativeWork">
24 <div <?cs if:fullpage
26 ?>class="col-13" id="doc-col"<?cs /if ?> >
28 <?cs if:sdk.redirect ?>
34 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 18 // If the first entry is a BEGIN_PHASE, set to true.
37 if (this.isMatchedByFilter() == isMatchedByFilter)
44 if (isMatchedByFilter) {
48 // If we are filtering an entry away, make sure it is no longer
60 if (isMatchedByFilter) {
68 if (logEntry.phase == LogEventPhase.PHASE_BEGIN &&
73 if (this.isActive_ &&
82 // If we just got the first entry for this source.
83 if (prevStartEntry != curStartEntry) {
84 if (!prevStartEntry
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 9 REM default switch to determine if eclipse should be reinstalled between running of tests
29 if EXIST eclipse rmdir /S /Q eclipse
30 if EXIST workspace rmdir /s /Q workspace
50 if x%1==x goto setup
51 if x%1==x-ws set ws=%2 && shift && shift && goto processcmdlineargs
52 if x%1==x-os set os =%2 && shift && shift && goto processcmdlineargs
53 if x%1==x-arch set arch=%2 && shift && shift && goto processcmdlineargs
54 if x%1==x-noclean set installmode=noclean && shift && goto processcmdlineargs
55 if x%1==x-properties set properties=-propertyfile %2 && shift && shift && goto processcmdlineargs
56 if x%1==x-vm set vm=%2 && shift && shift && goto processcmdlineargs
    [all...]
  /external/expat/bcb5/
expat_static.mak 2 !if !$d(BCB)
101 !if "$(USERDEFINES)" != ""
107 !if !$d(BCC32)
111 !if !$d(CPP32)
115 !if !$d(DCC32)
119 !if !$d(TASM32)
123 !if !$d(LINKER)
127 !if !$d(BRCC32)
133 !if $d(PATHCPP)
138 !if $d(PATHPAS
    [all...]
expatw_static.mak 2 !if !$d(BCB)
102 !if "$(USERDEFINES)" != ""
108 !if !$d(BCC32)
112 !if !$d(CPP32)
116 !if !$d(DCC32)
120 !if !$d(TASM32)
124 !if !$d(LINKER)
128 !if !$d(BRCC32)
134 !if $d(PATHCPP)
139 !if $d(PATHPAS
    [all...]

Completed in 162 milliseconds

1 2 3 45 6 7 8 91011>>