/external/expat/bcb5/ |
expat_static.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_static.mak | 2 !if !$d(BCB) 102 !if "$(USERDEFINES)" != "" 108 !if !$d(BCC32) 112 !if !$d(CPP32) 116 !if !$d(DCC32) 120 !if !$d(TASM32) 124 !if !$d(LINKER) 128 !if !$d(BRCC32) 134 !if $d(PATHCPP) 139 !if $d(PATHPAS [all...] |
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/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...] |
/frameworks/compile/libbcc/runtime/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/webkit/LayoutTests/storage/domstorage/events/resources/ |
eventTestHarness.js | 0 if (window.layoutTestController) { 19 if (currentCount != storageEventList.length) 37 if (window.layoutTestController)
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
fallerEstimator.m | 14 if ((nargin == 3) | (nargin == 5)) 17 if (nargin == 4) 23 % if (nargin < 5)
|
/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...] |
/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)) { 82 if (%_IsConstructCall()) { 86 if (IS_REGEXP(pattern) && IS_UNDEFINED(flags)) { 106 if (IS_UNDEFINED(pattern) && %_ArgumentsLength() != 0) { 116 if (result !== null) lastMatchInfoOverride = null; 126 if (start + 1 == end) { 135 if (end != -1) { 136 if (start + 1 == end) [all...] |
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 24 <?cs if:subcount(subdirs) ?> 32 <?cs /if ?> 34 <?cs if:subcount(files) ?> 42 <?cs /if ?>
|
/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
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
|
/external/v8/tools/visual_studio/ |
d8js2c.cmd | 5 if not exist %PYTHON% set PYTHON=python.exe
|
/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) {
|