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

1 23 4 5 6 7 8 91011>>

  /ndk/
ndk-gdb-py.cmd 6 rem Check if %NDK_ROOT% contains space
9 if "%2"=="" goto:EOF
15 if ERRORLEVEL 1 exit /b 1
  /external/v8/src/
runtime.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55 if (IS_STRING(this) && IS_STRING(y)) return %StringEquals(this, y);
59 if (IS_NUMBER(x)) {
61 if (IS_NUMBER(y)) return %NumberEquals(x, y);
62 if (IS_NULL_OR_UNDEFINED(y)) return 1; // not equal
63 if (!IS_SPEC_OBJECT(y)) {
69 } else if (IS_STRING(x)) {
71 if (IS_STRING(y)) return %StringEquals(x, y);
72 if (IS_NUMBER(y)) return %NumberEquals(%ToNumber(x), y);
73 if (IS_BOOLEAN(y)) return %NumberEquals(%ToNumber(x), %ToNumber(y))
    [all...]
math.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46 if (%_IsSmi(x)) return x >= 0 ? x : -x;
47 if (!IS_NUMBER(x)) x = NonNumberToNumber(x);
48 if (x === 0) return 0; // To handle -0.
54 if (!IS_NUMBER(x)) x = NonNumberToNumber(x);
60 if (!IS_NUMBER(x)) x = NonNumberToNumber(x);
66 if (!IS_NUMBER(x)) x = NonNumberToNumber(x);
74 if (!IS_NUMBER(y)) y = NonNumberToNumber(y);
75 if (!IS_NUMBER(x)) x = NonNumberToNumber(x);
81 if (!IS_NUMBER(x)) x = NonNumberToNumber(x)
    [all...]
debug-debugger.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95 if (value) {
105 if (value) {
130 if (opt_script_break_point) {
163 if (this.script_break_point()) {
171 if (this.script_break_point() && this.script_break_point().condition()) {
210 if (!this.active()) return false;
213 if (this.condition()) {
214 // If break point has condition try to evaluate it in the top frame.
217 // If no sensible mirror or non true value break point not triggered
    [all...]
array.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46 if (key < 0) {
51 if (!IS_UNDEFINED(e) || j in array) {
57 if (!IS_UNDEFINED(key)) {
59 if (!IS_UNDEFINED(e) || key in array) {
77 if (key != previousKey) { // keys may contain duplicates.
79 if (!IS_STRING(e)) e = convert(e);
89 // Optimized for sparse arrays if separator is ''.
100 if (key != last_key) {
102 if (!IS_STRING(e)) e = convert(e)
    [all...]
v8natives.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49 if (functions.length >= 8) {
73 if (property_count >= 4) {
76 if (fields) {
97 if (!IS_NUMBER(number)) number = NonNumberToNumber(number);
104 if (!IS_NUMBER(number)) number = NonNumberToNumber(number);
111 if (IS_UNDEFINED(radix) || radix === 10 || radix === 0) {
117 if (%_IsSmi(string)) return string;
118 if (IS_NUMBER(string) &&
130 if (!(radix == 0 || (2 <= radix && radix <= 36)))
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 26 if nargin < 5 || isempty(legacy)
31 if nargin < 4 || isempty(casenumber)
35 if nargin < 3 || isempty(filepath)
39 if nargin < 2 || isempty(testname)
43 if nargin < 1 || isempty(task)
47 if ~strcmp(task, 'test') && ~strcmp(task, 'list') && ~strcmp(task, 'show')
51 if casenumber == 0 && strcmp(task, 'show')
59 if strcmp(testname, 'all')
65 if legacy
77 if legac
    [all...]
  /external/libusb_aah/msvc/
ddk_build.cmd 7 if Test%BUILD_ALT_DIR%==Test goto usage
14 if "%1" == "" goto no_more_args
16 if /I Test%1==TestDLL set TARGET=DYNLINK
17 if /I Test%1==Test/MT set STATIC_LIBC=1
27 if errorlevel 1 goto builderror
32 if %_BUILDARCH%==x86 goto isI386
40 if %DDKBUILDENV%==chk goto isDebug
44 if exist %destType% goto md2
47 if exist %dstPath% goto md3
50 if exist %dstPath%\dll goto md
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 47 if ( VERSION == "ECMA_1" ) {
50 if ( VERSION == "JS_1.3" ) {
53 if ( VERSION == "JS_1.2" ) {
56 if ( VERSION == "JS_1.1" ) {
63 if ( BUGNUMBER ) {
72 // a special compare to see if we got the right result.
73 if ( actual != actual ) {
74 if ( typeof actual == "object" ) {
80 if ( expect != expect ) {
81 if ( typeof expect == "object" )
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-allowed-for-multiple-requests.js 3 if (window.layoutTestController)
8 if (window.layoutTestController)
16 if (permissionSet) {
30 if (permissionSet) {
46 if (watchCallbackInvoked && oneShotCallbackInvoked)
  /device/asus/grouper/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/asus/tilapia/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /external/compiler-rt/make/
util.mk 8 # Return "true" if LHS == RHS, otherwise "".
11 streq = $(if $(1),$(if $(subst $(1),,$(2))$(subst $(2),,$(1)),,true),$(if $(2),,true))
15 # Return "true" if LHS != RHS, otherwise "".
16 strneq = $(if $(call streq,$(1),$(2)),,true)
20 # Return "true" if 'list' contains the value 'item'.
21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
24 # Return "true" if 'a' is a subset of 'b'
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 6 <?cs # A link to a type, or not if it's a primitive type
21 if:type.link && link=="true" ?><?cs
22 if:type.federated ?><a href="<?cs var:type.link ?>"><?cs
25 /if ?><?cs
27 /if ?><?cs
28 if:subcount(type.extendsBounds) ?><?cs
30 if:first(t) ?>&nbsp;extends&nbsp;<?cs else ?>&nbsp;&amp;&nbsp;<?cs /if ?><?cs
33 /if ?><?cs
34 if:subcount(type.superBounds) ?><?c
    [all...]
class.cs 14 <?cs if:subcount(cl.methods) ?>
16 <?cs /if ?>
17 <?cs if:subcount(cl.constants) ?>
19 <?cs /if ?>
20 <?cs if:subcount(cl.fields) ?>
22 <?cs /if ?>
23 <?cs if:subcount(cl.attrs) ?>
25 <?cs /if ?>
29 <?cs if:inhattrs || inhconstants || inhfields || inhmethods || (!class.subclasses.hidden &&
32 <?cs if:subcount(class.inners) ?
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.min.js 1 (function(){jQuery.color={};jQuery.color.make=function(G,H,J,I){var A={};A.r=G||0;A.g=H||0;A.b=J||0;A.a=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize()};A.scale=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]*=D}return A.normalize()};A.toString=function(){if(A.a>=1){return"rgb("+[A.r,A.g,A.b].join(",")+")"}else{return"rgba("+[A.r,A.g,A.b,A.a].join(",")+")"}};A.normalize=function(){function C(E,D,F){return D<E?E:(D>F?F:D)}A.r=C(0,parseInt(A.r),255);A.g=C(0,parseInt(A.g),255);A.b=C(0,parseInt(A.b),255);A.a=C(0,A.a,1);return A};A.clone=function(){return jQuery.color.make(A.r,A.b,A.g,A.a)};return A.normalize()};jQuery.color.extract=function(E,F){var A;do{A=E.css(F).toLowerCase();if(A!=""&&A!="transparent"){break}E=E.parent()}while(!jQuery.nodeName(E.get(0),"body"));if(A=="rgba(0, 0, 0, 0)"){A="transparent"}return jQuery.color.parse(A)};jQuery.color.parse=function(A){var F,H=jQuery.color.make;if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10))}if(F=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10),parseFloat(F[4]))}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55)}if(F=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55,parseFloat(F[4]))}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(A)){return H(parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16))}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(A)){return H(parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16))}var G=jQuery.trim(A).toLowerCase();if(G=="transparent"){return H(255,255,255,0)}else{F=B[G];return H(F[0],F[1],F[2])}};var B={aqua:[0,25 (…)
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 2 if (window.layoutTestController)
11 if (description.firstChild)
42 if (_a.length !== _b.length)
45 if (_a[i] !== _b[i])
62 if (_expected === 0)
64 if (_actual === _expected)
66 if (typeof(_expected) == "number" && isNaN(_expected))
68 if (Object.prototype.toString.call(_expected) == Object.prototype.toString.call([]))
75 if (v === 0 && 1/v < 0)
82 if (typeof _a != "string"
    [all...]
standalone-pre.js 30 if (Object.prototype.toString.call(_a) != Object.prototype.toString.call([]))
32 if (_a.length !== _b.length)
35 if (_a[i] !== _b[i])
49 if (_expected === 0)
51 if (_actual === _expected)
53 if (typeof(_expected) == "number" && isNaN(_expected))
55 if (Object.prototype.toString.call(_expected) == Object.prototype.toString.call([]))
62 if (v === 0 && 1/v < 0)
69 if (typeof _a != "string" || typeof _b != "string")
80 if (exception
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
9 /if ?>" itemscope itemtype="http://schema.org/Article">
20 <?cs if:subcount(cl.methods) ?>
22 <?cs /if ?>
23 <?cs if:subcount(cl.constants) ?>
25 <?cs /if ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
9 /if ?>" itemscope itemtype="http://schema.org/Article">
20 <?cs if:subcount(cl.methods) ?>
22 <?cs /if ?>
23 <?cs if:subcount(cl.constants) ?>
25 <?cs /if ?
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 5 <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
9 /if ?>" itemscope itemtype="http://schema.org/Article">
20 <?cs if:subcount(cl.methods) ?>
22 <?cs /if ?>
23 <?cs if:subcount(cl.constants) ?>
25 <?cs /if ?>
26 <?cs if:subcount(cl.fields) ?>
28 <?cs /if ?
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 20 REM target used if not default (to allow run just a portion of buildAll)
27 if x%1==x goto usage
36 if x%1==x goto run
37 if x%1==x-mapVersionTag set mapVersionTag=%2 && shift && shift && goto processcmdlineargs
38 if x%1==x-vm set vm=%2 && shift && shift && goto processcmdlineargs
39 if x%1==x-bc set bootclasspath=-Dbootclasspath=%2 && shift && shift && goto processcmdlineargs
40 if x%1==x-target set target=%2 && shift && shift && goto processcmdlineargs
41 if x%1==x-buildID set buildID=-DbuildId=%2 && shift && shift && goto processcmdlineargs
42 if x%1==x-ftp set ftpUser=-DftpUser=%2 && set ftpPassword=-DftpPassword=%3 && shift && shift && shift && goto processcmdlineargs
46 if x%buildType%==x goto usage
    [all...]
  /external/smali/
gradlew.bat 1 @if "%DEBUG%" == "" @echo off
9 if "%OS%"=="Windows_NT" setlocal
15 if "%DIRNAME%" == "" set DIRNAME=.
20 if defined JAVA_HOME goto findJavaFromJavaHome
24 if "%ERRORLEVEL%" == "0" goto init
38 if exist "%JAVA_EXE%" goto init
51 if not "%OS%" == "Windows_NT" goto win9xME_args
52 if "%@eval[2+2]" == "4" goto 4NT_args
60 if "x%~1" == "x" goto execute
79 if "%ERRORLEVEL%"=="0" goto mainEnd
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 70 if ( DEBUG ) {
80 if ( version ) {
82 if ( VERSION == "ECMA_1" ) {
85 if ( VERSION == "JS_1.3" ) {
88 if ( VERSION == "JS_1.2" ) {
91 if ( VERSION == "JS_1.1" ) {
100 if ( BUGNUMBER ) {
124 // a special compare to see if we got the right result.
125 if ( actual != actual ) {
126 if ( typeof actual == "object" )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 57 if ( DEBUG ) {
63 if ( VERSION == "ECMA_1" ) {
66 if ( VERSION == "JS_13" ) {
69 if ( VERSION == "JS_12" ) {
72 if ( VERSION == "JS_11" ) {
84 // a special compare to see if we got the right result.
85 if ( actual != actual ) {
86 if ( typeof actual == "object" ) {
92 if ( expect != expect ) {
93 if ( typeof expect == "object" )
    [all...]

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>