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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 21 if (i != 0)
61 if (entries.length == 0)
74 if (!entry.isEnd() || !canCollapseBeginWithEnd(entry.begin)) {
77 // Annotate this entry with "(P)" if it was passively captured.
95 if (entry.isBegin()) {
99 if (entry.end) {
112 if (entry.orig.params != undefined) {
163 if (charCode >= 0x20 && charCode <= 0x7E) {
165 } else if (charCode == 0x00) {
199 if (k == 'headers' && entry.params[k] instanceof Array)
    [all...]
  /external/v8/test/mjsunit/
mjsunit.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99 // Assert that this code is never executed (i.e., always fails if executed).
117 if (value === 0 && (1 / value) < 0) return "-0";
124 if (value === null) return "null";
143 if (name) return name + "()";
152 if (value === undefined && !(index in array)) return "";
159 if (name_opt) {
175 if (!deepEquals(aProps, bProps)) {
179 if (!deepEquals(a[aProps[i]], b[aProps[i]])) {
188 if (a === b)
    [all...]
  /external/compiler-rt/make/
lib_util.mk 20 $(if $(call streq,1,$(words $(Tmp.SelectFunctionDir))),\
23 $(if $(call streq,0,$(words $(Tmp.SelectFunctionDir))),\
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
44 $(if $(call streq,Generic,$($(key).Implementation)),$(key))))
63 $(if $(call streq,1,$(4)),\
  /external/doclava/res/assets/templates/assets/
doclava-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/openssl/crypto/threads/
netware.bat 20 if "%1" == "DEBUG" set BLD_DEBUG=YES
21 if "%1" == "debug" set BLD_DEBUG=YES
23 if "%MWCIncludes%" == "" goto inc_error
24 if "%PRELUDE%" == "" goto prelude_error
25 if "%IMPORTS%" == "" goto imports_error
29 if "%BLD_DEBUG%" == "YES" set LIBS=..\..\out_nw.dbg\ssl.lib ..\..\out_nw.dbg\crypto.lib
30 if "%BLD_DEBUG%" == "" set LIBS=..\..\out_nw\ssl.lib ..\..\out_nw\crypto.lib
48 if errorlevel 1 goto end
54 if errorlevel 1 goto end
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MissingTokenException.js 2 if (arguments.length>0) {
17 if (org.antlr.lang.isValue(this.inserted) &&
22 if ( org.antlr.lang.isValue(this.token) ) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 5 if (idx==-1) {
15 if (idx != -1) {
18 if (idx != -1) {
  /external/expat/bcb5/
elements.mak 2 !if !$d(BCB)
100 !if "$(USERDEFINES)" != ""
106 !if !$d(BCC32)
110 !if !$d(CPP32)
114 !if !$d(DCC32)
118 !if !$d(TASM32)
122 !if !$d(LINKER)
126 !if !$d(BRCC32)
132 !if $d(PATHCPP)
137 !if $d(PATHPAS
    [all...]
expat.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.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...]
outline.mak 2 !if !$d(BCB)
100 !if "$(USERDEFINES)" != ""
106 !if !$d(BCC32)
110 !if !$d(CPP32)
114 !if !$d(DCC32)
118 !if !$d(TASM32)
122 !if !$d(LINKER)
126 !if !$d(BRCC32)
132 !if $d(PATHCPP)
137 !if $d(PATHPAS
    [all...]
xmlwf.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...]
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 0 if (window.layoutTestController) {
19 if (currentCount != storageEventList.length)
37 if (window.layoutTestController)
  /external/v8/src/
collection.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42 if (%_IsConstructCall()) {
51 if (!IS_SET(this)) {
55 if (IS_UNDEFINED(key)) {
63 if (!IS_SET(this)) {
67 if (IS_UNDEFINED(key)) {
75 if (!IS_SET(this)) {
79 if (IS_UNDEFINED(key)) {
87 if (%_IsConstructCall()) {
96 if (!IS_MAP(this))
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 32 * end with a trailing slash if it represents a directory.
46 // True if we should filter out files that start with a dot.
86 if (ENABLE_EXIF_READER) {
169 * Checks if |parent_path| is parent file path of |child_path|.
175 if (!parent_path || parent_path.length == 0 ||
179 if (parent_path[parent_path.length -1] != '/')
182 if (child_path[child_path.length -1] != '/')
195 if (parent.length == 0)
208 if (entry.cachedIconType_)
213 if (entry.isDirectory)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 8 var isMobile = false; // true if mobile, so we can adjust some layout
32 if(jqxhr.status === 200) {
34 if(jqxhr.status === 200) {
49 if (event.which == 191) {
56 if ($(this).hasClass('disabled')) {
83 if (quicknav_open) {
116 if ($("#search_autocomplete").is(":focus")) return;
117 if ($("#search_autocomplete").val() == '') {
125 if ($("#search_autocomplete").val() == '') {
134 if (pagePath.indexOf("/intl/") == 0)
    [all...]
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 24 <?cs if:subcount(subdirs) ?>
32 <?cs /if ?>
34 <?cs if:subcount(files) ?>
42 <?cs /if ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 24 <?cs if:subcount(subdirs) ?>
32 <?cs /if ?>
34 <?cs if:subcount(files) ?>
42 <?cs /if ?>
  /external/chromium-trace/
init.js 6 if (!linuxPerfData)
  /external/dhcpcd/
Android.mk 10 eloop.c if-options.c if-pref.c ipv4ll.c net.c signals.c configure.c \
11 if-linux.c if-linux-wireless.c lpf.c compat/getline.c \
  /external/doclava/res/assets/templates/
diff.cs 63 if (!$(tr).hasClass("collapsable")) {
67 if ($(tr).hasClass("collapsed")) {
71 if (tr.rowIndex + 1 < table.rows.length) {
79 if (tr.rowIndex + 1 < table.rows.length
90 if (!$(tr).hasClass("collapsable")) {
94 if ($(tr).hasClass("collapsed")) {
132 <?cs if:subcount(package.classes) ?>
138 <?cs /if ?>
142 <?cs if:site.hasPackage ?>
146 <?cs /if ?
    [all...]
docpage.cs 12 <?cs if:parent.link ?>
15 <?cs /if ?>
27 <?cs if:parent.link ?>
29 <?cs /if ?>
  /external/libyuv/
setup_env.bat 4 if "%SETUP_ENV_LIBYUV_TOOLS%"=="done" goto :EOF
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of

Completed in 345 milliseconds

1 2 3 4 56 7 8 91011>>