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

12 3 4 5 6 7 8 91011>>

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
controlflow-recursive.js 6 if (m==0) { return n+1; }
7 if (n==0) { return ack(m-1,1); }
12 if (n < 2){ return 1; }
17 if (y >= x) return z;
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreePreBuild.cmd 2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
4 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
5 if errorlevel 1 exit 1
14 if "%CONFIGURATIONNAME%"=="Debug_Cairo_CFLite" xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\MD5.h" "%CONFIGURATIONBUILDDIR%\include\DumpRenderTree\ForwardingHeaders\wtf"
15 if "%CONFIGURATIONNAME%"=="Release_Cairo_CFLite" xcopy /y /d "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\MD5.h" "%CONFIGURATIONBUILDDIR%\include\DumpRenderTree\ForwardingHeaders\wtf"
17 if "%CONFIGURATIONNAME%"=="Debug_Cairo" xcopy /y /d "%TARGETDIR%\..\include\WebCore\ForwardingHeaders\wtf\MD5.h"
18 if "%CONFIGURATIONNAME%"=="Release_Cairo" xcopy /y /d "%TARGETDIR%\..\include\WebCore\ForwardingHeaders\wtf\MD5.h"
  /external/clang/docs/analyzer/
make.bat 5 if "%SPHINXBUILD%" == "" (
11 if NOT "%PAPER%" == "" (
16 if "%1" == "" goto help
18 if "%1" == "help" (
37 echo. doctest to run all doctests embedded in the documentation if enabled
41 if "%1" == "clean" (
47 if "%1" == "html" (
49 if errorlevel 1 exit /b 1
55 if "%1" == "dirhtml" (
57 if errorlevel 1 exit /b
    [all...]
  /external/clang/docs/
make.bat 5 if "%SPHINXBUILD%" == "" (
11 if NOT "%PAPER%" == "" (
16 if "%1" == "" goto help
18 if "%1" == "help" (
37 echo. doctest to run all doctests embedded in the documentation if enabled
41 if "%1" == "clean" (
47 if "%1" == "html" (
49 if errorlevel 1 exit /b 1
55 if "%1" == "dirhtml" (
57 if errorlevel 1 exit /b
    [all...]
  /external/llvm/docs/
make.bat 5 if "%SPHINXBUILD%" == "" (
11 if NOT "%PAPER%" == "" (
16 if "%1" == "" goto help
18 if "%1" == "help" (
37 echo. doctest to run all doctests embedded in the documentation if enabled
41 if "%1" == "clean" (
47 if "%1" == "html" (
49 if errorlevel 1 exit /b 1
55 if "%1" == "dirhtml" (
57 if errorlevel 1 exit /b
    [all...]
  /external/webkit/LayoutTests/fast/xpath/
xpath-test-pre.js 2 if (actual.snapshotLength != expected.length) {
8 if (actual.snapshotItem(i) != expected[i]) {
20 if (typeof(context) == "string")
22 if (typeof(expected) == "object") {
27 if (typeof(expected) == "number") {
28 if (result.numberValue == expected)
32 } else if (typeof(expected) == "string") {
33 if (result.stringValue == expected)
37 } else if (typeof(expected) == "boolean") {
38 if (result.booleanValue == expected
    [all...]
  /ndk/
ndk-build.cmd 6 rem Check if %NDK_ROOT% contains space
9 if "%2"=="" goto:EOF
15 if ERRORLEVEL 1 exit /b 1
17 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
18 if "%NDK_HOST_32BIT%"=="1" set NDK_MAKE=
19 if "%NDK_HOST_32BIT%"=="true" set NDK_MAKE=
20 if not exist "%NDK_MAKE%" set NDK_MAKE=
21 if "%ProgramW6432%"=="" set NDK_MAKE=
24 if "%NDK_MAKE%"=="" set NDK_MAKE=%NDK_ROOT%\prebuilt\windows\bin\make.exe
  /external/v8/src/
json.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 if (IS_OBJECT(val)) {
33 if (IS_ARRAY(val)) {
41 if (%_CallFunction(val, p, ObjectHasOwnProperty)) {
43 if (IS_UNDEFINED(newElement)) {
57 if (IS_SPEC_FUNCTION(reviver)) {
65 if (!%PushIfAbsent(stack, value)) {
75 if (IS_UNDEFINED(strP)) {
81 if (gap == "") {
83 } else if (partial.length > 0)
    [all...]
uri.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47 if (hexCharCodeArray === 0) {
52 if (octets[1]) index = URIAddEncodedOctetToBuffer(octets[1], result, index);
53 if (octets[2]) index = URIAddEncodedOctetToBuffer(octets[2], result, index);
54 if (octets[3]) index = URIAddEncodedOctetToBuffer(octets[3], result, index);
64 if (cc <= 0x007F) {
66 } else if (cc <= 0x07FF) {
96 if (highCode == -1 || lowCode == -1) {
106 if (o0 < 0x80) {
108 } else if (o0 < 0xc2)
    [all...]
  /external/openssh/regress/
bsd.regress.mk 8 # If REGRESSTARGETS is defined and PROG is not defined, set NOPROG
9 .if defined(REGRESSTARGETS) && !defined(PROG)
23 .if defined(PROG) && !empty(PROG)
28 .if !defined(REGRESSTARGETS)
30 . if defined(REGRESSSKIP)
37 #.if (${REGRESSSKIPSLOW:L} == "yes") && defined(REGRESSSLOWTARGETS)
39 .if (${REGRESSSKIPSLOW} == "yes") && defined(REGRESSSLOWTARGETS)
43 .if defined(REGRESSROOTTARGETS)
46 . if (${ROOTUSER} != 0) && empty(SUDO)
55 . if ${REGRESSSKIPTARGETS:M${RT}
    [all...]
  /build/tools/droiddoc/templates-pdk/
docpage.cs 12 <?cs if:parent.link ?>
15 <?cs /if ?>
23 <?cs if:trainingnavtop ?>
26 <?cs if:next.link ?>
27 <?cs if:startpage ?>
36 <?cs else ?><?cs # if not startpage ?>
45 <?cs /if ?><?cs # end if/else startpage ?>
47 <?cs /if ?><?cs # end if next.link ?
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 18 if (typeof strData == "string") {
24 } else if (typeof strData == "unknown") {
38 if (iByte > 127)
48 if (iShort < 0) iShort += 65536;
53 if (iUShort > 32767)
67 if (iLong < 0) iLong += 4294967296;
72 if (iULong > 2147483647)
101 if (window.XMLHttpRequest) {
103 } else if (window.ActiveXObject) {
111 if (oHTTP)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41 } catch (e) { if (e.message.length > 0) { print (e.message); } };
45 } catch (e) { if (e.message.length > 0) { print (e.message); } };
49 } catch (e) { if (e.message.length > 0) { print (e.message); } };
53 } catch (e) { if (e.message.length > 0) { print (e.message); } };
57 } catch (e) { if (e.message.length > 0) { print (e.message); } };
61 } catch (e) { if (e.message.length > 0) { print (e.message); } };
65 } catch (e) { if (e.message.length > 0) { print (e.message); } };
69 } catch (e) { if (e.message.length > 0) { print (e.message); } };
73 } catch (e) { if (e.message.length > 0) { print (e.message); } }
    [all...]
  /device/samsung/maguro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toroplus/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /external/clang/www/analyzer/scripts/
menu.js 2 if (document.all&&document.getElementById) {
6 if (node.nodeName=="LI") {
  /external/doclava/res/assets/templates/
jd_lists.cs 6 tags:[<?cs var:page.tags ?>], type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?><?cs
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/bison/djgpp/
config.bat 20 Rem along with this program. If not, see <http://www.gnu.org/licenses/>.
27 Rem Find out if NLS is wanted or not,
28 Rem if dependency-tracking is wanted or not,
29 Rem if caching is wanted or not
36 if not "%NLS%" == "enabled" goto SmallEnv
38 if not "%CACHING%" == "enabled" goto SmallEnv
40 if not "%DEPENDENCY_TRACKING%" == "disabled" goto SmallEnv
42 if not "%LIBICONV_PREFIX%" == "disabled" goto SmallEnv
44 if not "%LIBINTL_PREFIX%" == "disabled" goto SmallEnv
46 if not "%HTML%" == "enabled" goto SmallEnv
362 :if errorlevel 1 goto calcxxFileError label
368 :if errorlevel 1 goto calcxxFileError label
    [all...]
  /external/dhcpcd/mk/
os-Linux.mk 5 SRC_IF= if-linux.c
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 7 if (isInNet(my_ip, "172.16.0.0", "255.248.0.0")) {
11 if (url.substring(0, 6) != "https:" &&
16 if (dnsDomainIs(host, "foo.bar.baz.com") || !isResolvable(host)) {
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
InterfacesPreBuild.cmd 2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
4 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
5 if errorlevel 1 exit 1
WebKitLibPreBuild.cmd 2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
4 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
5 if errorlevel 1 exit 1
  /external/webkit/Source/WebKit2/win/
WebKitPreBuild.cmd 2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
4 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" grep XX%PROJECTNAME%XX "%CONFIGURATIONBUILDDIR%\buildfailed"
5 if errorlevel 1 exit 1

Completed in 233 milliseconds

12 3 4 5 6 7 8 91011>>