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

12 3 4 5 6 7 8 91011>>

  /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...]
  /ndk/
find-win-host.cmd 8 rem Check if %NDK_ROOT% contains any spaces
11 if "%2"=="" goto:EOF
17 if ERRORLEVEL 1 exit /b 1
21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
22 if "%NDK_HOST_32BIT%"=="1" set TEMP=
23 if "%NDK_HOST_32BIT%"=="true" set TEMP=
24 if not exist "%NDK_ROOT%prebuilt\%TEMP%" set TEMP=
25 if "%ProgramW6432%"=="" if "%ProgramFiles(x86)%"=="" set TEMP=
28 if "%TEMP%"=="" set TEMP=window
    [all...]
  /external/chromium_org/third_party/skia/tools/lua/
gradients.lua 11 if p then
13 if s then
15 if g then
18 if g.colorCount == 3 then
21 if (g.midPos >= 0.499 and g.midPos <= 0.501) then
  /external/chromium_org/v8/test/mjsunit/regress/
regress-put-prototype-transition.js 7 function deepEquals(a, b) { if (a === b) { if (a === 0) return (1 / a) === (1 / b); return true; } if (typeof a != typeof b) return false; if (typeof a == "number") return isNaN(a) && isNaN(b); if (typeof a !== "object" && typeof a !== "function") return false; var objectClass = classOf(a); if (objectClass !== classOf(b)) return false; if (objectClass === "RegExp") { return (a.toString() === b.toString()); } if (objectClass === "Function") return false; if (objectClass === "Array") { var elementCount = 0; if (a.length != b.length) { return false; } for (var i = 0; i < a.length; i++) { if (!deepEquals(a[i] (…)
    [all...]
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...]
  /external/skia/tools/lua/
gradients.lua 11 if p then
13 if s then
15 if g then
18 if g.colorCount == 3 then
21 if (g.midPos >= 0.499 and g.midPos <= 0.501) then
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 24 if (e['eventtype'] == 'EVENT_TYPE_ENTER_CS' ||
28 if (!(cs in crits)) {
43 if (e['eventtype'] == 'EVENT_TYPE_ENTER_CS') {
45 } else if (e['eventtype'] == 'EVENT_TYPE_TRYENTER_CS') {
46 if (e['retval'] != 0)
48 } else if (e['eventtype'] == 'EVENT_TYPE_LEAVE_CS') {
49 if (tid_stack.length == 0) {
53 if (tid['thread'] != e['thread']) {
61 // contended without looking if anyone is waiting on the embedded event...
70 if (e['eventtype'] == 'EVENT_TYPE_ENTER_CS')
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
load-elimination-global.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46 if (false) ;
53 if (true) ;
67 if (X) a.x = c;
74 if (X) ;
76 if (X) ;
78 if (X) ;
80 if (X) ;
82 if (X) ;
84 if (X)
    [all...]
  /external/fio/os/windows/
dobuild.cmd 5 if "!counter!"=="1" set FIO_VERSION=%%i
9 if "%1"=="x86" set FIO_ARCH=x86
10 if "%1"=="x64" set FIO_ARCH=x64
12 if not defined FIO_ARCH (
20 @if ERRORLEVEL 1 goto end
22 @if ERRORLEVEL 1 goto end
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
pluralrules.js 78 if (undefined === opt_precision) {
100 if (f === 0) {
116 * @param {number=} opt_precision Precision for number formatting, if not default.
121 if (n == 1) {
124 if (n == 2) {
127 if (n >= 3 && n <= 6) {
130 if (n >= 7 && n <= 10) {
140 * @param {number=} opt_precision Precision for number formatting, if not default.
147 if (i == 1 && vf.v == 0) {
150 if (vf.v != 0 || n == 0 || n != 1 && n % 100 >= 1 && n % 100 <= 19)
    [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_org/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/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...]
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 ?>
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
8 <div <?cs if:fullpage
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
18 <?cs if:projectStructure ?>
22 <?cs /if ?>
37 <?cs if:file.Type != "dir" ?>
47 if:file.SummaryFlag == "true" ?><span class="dirInfo"
49 /if ?>
51 <?cs if:file.Sub.0.Name ?
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
sampleindex.cs 3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
8 <div <?cs if:fullpage
11 ?>class="col-12" id="doc-col"<?cs /if ?> >
18 <?cs if:projectStructure ?>
22 <?cs /if ?>
37 <?cs if:file.Type != "dir" ?>
47 if:file.SummaryFlag == "true" ?><span class="dirInfo"
49 /if ?>
51 <?cs if:file.Sub.0.Name ?
    [all...]
  /external/chromium_org/v8/test/mjsunit/
bounds-checks-elimination.js 43 if (b) c = a[3] * a[0] * a[6] * a[7];
49 if (b) c *= a[3] * a[0] * a[6];
55 if (b) c *= a[3] * a[0] * a[6];
61 if (b) {
71 if (b) {
81 if (b != 4) {
91 if (b != 4) {
101 if (b != 4) {
  /external/clang/www/analyzer/scripts/
menu.js 2 if (document.all&&document.getElementById) {
6 if (node.nodeName=="LI") {
  /frameworks/rs/java/
Android.mk 3 # Only build our tests if we doing a top-level build. Do not build the
4 # tests if we are just doing an mm or mmm in frameworks/rs.
  /external/deqp/framework/delibs/coding_guidelines/
prettify.js 1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=function(){return x};return x}(function(){function x(b){b=b.split(/ /g);var a={};for(var c=b.length;--c>=0;){var d=b[c];if(d)a[d]=null}return a}var y="break continue do else for if return while ",U=y+"auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ",D=U+"catch class delete false import new operator private protected public this throw true try ",
3 K=D+"debugger eval export function get null set undefined var with Infinity NaN ",L="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 ",M=y+"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 ",N=y+"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 ",
6 /&lt;/g,ba=/&gt;/g,ca=/&apos;/g,da=/&quot;/g,ea=/&amp;/g,fa=/&nbsp;/g;function ga(b){var a=b.indexOf("&");if(a<0)return b;for(--a;(a=b.indexOf("&#",a+1))>=0;){var c=b.indexOf(";",a);if(c>=0){var d=b.substring(a+3,c),g=10;if(d&&d.charAt(0)==="x"){d=d.substring(1);g=16}var e=parseInt(d,g);if(!isNaN(e))b=b.substring(0,a)+String.fromCharCode(e)+b.substring(c+1)}}return b.replace(aa,"<").replace(ba,">").replace(ca,"'").replace(da,'"').replace(ea,"&").replace(fa," ")}function S(b){return"XMP"===b.tagName}
7 function z(b,a){switch(b.nodeType){case 1:var c=b.tagName.toLowerCase();a.push("<",c);for(var d=0;d<b.attributes.length;++d){var g=b.attributes[d];if(!g.specified)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstChild||!/^(?:br|link|img)$/.test(c))a.push("</",c,">");break;case 2:a.push(b.name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=null;function ha(b){if(null===F){var a=document.createElement("PRE")
    [all...]
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
BlackboxSupport.js 14 if (parsedURL.isAboutBlank() || parsedURL.isDataURL())
16 if (!parsedURL.isValid)
19 if (name)
21 else if (parsedURL.folderPathComponents)
23 if (!name)
25 if (!name)
29 if (scheme && scheme !== "http" && scheme !== "https") {
31 if (scheme === "chrome-extension")
54 if (!regexValue)
59 if (item.pattern === regexValue)
    [all...]
  /external/dhcpcd/mk/
os-Linux.mk 5 SRC_IF= if-linux.c

Completed in 486 milliseconds

12 3 4 5 6 7 8 91011>>