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

1 2 3 4 5 67 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 9 if ("#reload" == location.hash)
12 if (window.layoutTestController) {
16 if (isReload)
20 if (!isReload) {
watch.js 28 if (window.layoutTestController) {
39 if (window.layoutTestController)
44 if (window.layoutTestController)
59 if (window.layoutTestController)
notimer-after-unload.js 3 if (window.layoutTestController) layoutTestController.setGeolocationPermission(true);
6 location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.layoutTestController) layoutTestController.notifyDone();', 100);</script>";
  /external/webkit/LayoutTests/fast/dom/beforeload/resources/
print.js 6 if (color)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 9 if(b & m) c++;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 9 if(b & m) c++;
  /external/webkit/Tools/Scripts/
run-webkit-nightly.cmd 4 if exist "%vsvars%" (
  /dalvik/dx/etc/
dx.bat 31 if exist ..\tools\lib\find_java.bat call ..\tools\lib\find_java.bat
32 if exist ..\..\tools\lib\find_java.bat call ..\..\tools\lib\find_java.bat
33 if not defined java_exe goto :EOF
38 if exist %frameworkdir%%jarfile% goto JarFileOk
41 if exist %frameworkdir%%jarfile% goto JarFileOk
63 if [%1]==[] goto endArgs
66 if [%defaultXmx%]==[] goto notXmx
67 if %a:~0,5% NEQ -JXmx goto notXmx
71 if [%defaultXss%]==[] goto notXss
72 if %a:~0,5% NEQ -JXss goto notXss
    [all...]
  /external/v8/src/
regexp.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 if (IS_REGEXP(pattern)) {
38 if (!IS_UNDEFINED(flags)) {
57 if (global) {
63 if (ignoreCase) {
69 if (multiline) {
87 if (%_IsConstructCall()) {
91 if (IS_REGEXP(pattern) && IS_UNDEFINED(flags)) {
110 if (this == $RegExp.prototype) {
115 if (IS_UNDEFINED(pattern) && %_ArgumentsLength() != 0)
    [all...]
  /external/dhcpcd/
config.mk 11 SRCS+= if-linux.c if-linux-wireless.c lpf.c
  /external/doclava/res/assets/templates/components/
api_filter.cs 14 if:!last(since) ?>, <?cs /if ?><?cs
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode01.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
57 if (docsLoaded == 2) {
76 if (++docsLoaded == 2) {
86 Using isEqualNode check if 2 Document nodes created by parsing the same xml document
95 if(checkInitialization(builder, "nodeisequalnode01") != null) return;
101 if (typeof(this.doc1) != 'undefined') {
107 if (typeof(this.doc2) != 'undefined') {
nodeissamenode01.js 30 // If there are no configuration exceptions, asynchronous
46 if (typeof(this.doc1) != 'undefined') {
52 if (typeof(this.doc2) != 'undefined') {
57 if (docsLoaded == 2) {
76 if (++docsLoaded == 2) {
86 Using isSameNode to check if 2 Document nodes that are equal but do not reference the
95 if(checkInitialization(builder, "nodeissamenode01") != null) return;
101 if (typeof(this.doc1) != 'undefined') {
107 if (typeof(this.doc2) != 'undefined') {
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
no-page-cache.js 3 if (window.layoutTestController) {
14 if (pageOneOnloadCount == 2) {
window-property.js 6 if (property == "DeviceMotionEvent")
21 if (property == "ondevicemotion")
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
no-page-cache.js 3 if (window.layoutTestController) {
14 if (pageOneOnloadCount == 2) {
window-property.js 6 if (property == 'DeviceOrientationEvent')
21 if (property == 'ondeviceorientation')
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 3 if (window.layoutTestController)
16 if (window.layoutTestController)
  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 16 // Usage should be 0 (if other storage tests have correctly cleaned up their test data before exiting).
25 if (window.webkitStorageInfo) {
  /external/webkit/Tools/TestWebKitAPI/win/
copy-resources.cmd 5 if "%1" EQU "clean" goto :clean
6 if "%1" EQU "rebuild" call :clean
  /ndk/sources/host-tools/make-3.81/
configure.bat 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
29 if not "%XSRC%"=="." goto SmallEnv
30 if "%1%"=="" goto SrcDone
32 if not "%XSRC%"=="%1" goto SmallEnv
40 rem REDIR will return 1 if it cannot run Make.
41 rem If it can run Make, it will usually return 2,
43 if errorlevel 2 goto MakeOk
44 if not errorlevel 1 goto MakeOk
45 if exist junk.$$$ del junk.$$$
55 if not "%XSRC%"=="." echo Invoke Make thus: "make srcdir=%XSRC%"
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 6 * are generated with if-then-else structures in a specialStateTransition()
47 if (specialStateTransitionFunction != null) {
51 if (errorFunction != null) {
62 if ( debug ) {
70 if ( debug ) trace("DFA "+decisionNumber+" state "+s+" LA(1)="+String.fromCharCode(input.LA(1))+"("+input.LA(1)+
73 if ( specialState>=0 ) {
74 if ( debug ) {
79 if ( debug ) {
83 if ( s==-1 ) {
90 if ( accept[s] >= 1 )
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 105 if (message) {
119 if (icon) {
133 if (this.ssidEdit && this.passwordEdit) {
134 if (this.ssidEdit.value) {
140 } else if (this.passwordEdit) {
141 if (this.passwordEdit.value) {
146 if (this.attrs.remembered) {
159 if (e.target == this.ssidEdit &&
170 if (e.target == this.passwordEdit &&
190 if (show && !visible)
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 5 // Variable to track if a captcha challenge was issued. If this gets set to
22 if (/\\\\$/.test(s2)) {
31 if (form.email && (form.email.value == null || form.email.value == "")) {
33 } else if (form.passwd) {
45 if (f) {
46 if (args.user != undefined) {
47 if (f.email.value != args.user)
52 if (!args.editable_user) {
63 if (1 == args.error)
    [all...]

Completed in 421 milliseconds

1 2 3 4 5 67 8 91011>>