/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
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/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/ |
ordinalrules.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 % 10 == 1 && n % 100 != 11) { 124 if (n % 10 == 2 && n % 100 != 12) { 127 if (n % 10 == 3 && n % 100 != 13) { 137 * @param {number=} opt_precision Precision for number formatting, if not default. 142 if ((n % 10 == 1 || n % 10 == 2) && n % 100 != 11 && n % 100 != 12) { 152 * @param {number=} opt_precision Precision for number formatting, if not default. 157 if (n == 1 || n == 5) [all...] |
/external/chromium_org/remoting/webapp/ |
format_iq.js | 30 * @return {boolean} True if the node contains only valid attributes. 39 if (attrs.indexOf(',' + attr + ',') == -1) { 63 * @return {?string} Formatted server string. Null if error. 66 if (!this.verifyAttributes(server, 'host,udp,tcp,tcpssl')) { 75 if (udp) 77 if (tcp) 79 if (tcpssl) 91 * @return {?string} Formatted channel string. Null if error. 95 if (!this.verifyAttributes(channel, 'transport,version,codec')) { 102 if (name == 'video') [all...] |
/external/lzma/CS/7zip/Common/ |
CommandLineParser.cs | 73 if (len == 0)
76 if (!IsItSwitchChar(srcString[pos]))
80 if (IsItSwitchChar(srcString[pos]))
88 if (switchLen <= maxLen || pos + switchLen > len)
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
97 if (maxLen == kNoLen)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
111 if (tailSize == 0)
116 if (matchedSwitch.WithMinus)
123 if (tailSize < switchForm.MinLen) [all...] |
/external/doclava/res/assets/templates/ |
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_org/v8/src/ |
harmony-string.js | 20 if (n < 0 || !NUMBER_IS_FINITE(n)) { 39 if (IS_REGEXP(searchString)) { 46 if (%_ArgumentsLength() > 1) { 54 if (ss_len + start > s_len) { 68 if (IS_REGEXP(searchString)) { 76 if (%_ArgumentsLength() > 1) { 78 if (!IS_UNDEFINED(arg)) { 86 if (start < 0) { 100 if (IS_REGEXP(searchString)) { 107 if (%_ArgumentsLength() > 1) [all...] |
array.js | 22 if (IS_NUMBER(indices)) { 27 if (!IS_UNDEFINED(e) || i in array) { 35 if (!IS_UNDEFINED(key)) { 37 if (!IS_UNDEFINED(e) || key in array) { 55 if (key != previousKey) { // keys may contain duplicates. 57 if (!IS_STRING(e)) e = convert(e); 67 // Optimized for sparse arrays if separator is ''. 78 if (key != last_key) { 80 if (!IS_STRING(e)) e = convert(e); 93 if (!is_array || length < 1000 || %IsObserved(array)) [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
parser-syntax-check.js | 22 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 if (typeof _a != "string") 39 if ((!!errorType) == !success) { 40 if (errorType) 45 if (errorType) 71 // "if (a)[EOF]" is not parse error, while "{ if (a) }" is parse error 200 valid ("if (a) ;"); 201 invalid("{ if (a) }"); 202 invalid("if a {}") [all...] |
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 4 <html<?cs if:devsite ?> devsite<?cs /if ?>> 24 <?cs if:subcount(subdirs) ?> 32 <?cs /if ?> 34 <?cs if:subcount(files) ?> 42 <?cs /if ?>
|
/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 5 if (arguments.length != 2) { 20 if (!isValidPseudoHostChar(c)) { 26 if (c == '.' && 38 if (c >= '0' && c <= '9') 40 if (c >= 'a' && c <= 'z') 42 if (c >= 'A' && c <= 'Z')
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
platform_util.js | 37 if (filter == undefined) { 39 } else if (uA.indexOf('Android') != -1) { 41 } else if (uA.indexOf('Win') != -1) { 43 } else if (uA.indexOf('Mac') != -1) { 45 } else if (uA.indexOf('Linux') != -1) { 47 } else if (uA.indexOf('CrOS') != -1) {
|
time_widget.js | 38 if (this.timeElem_.hasAttribute('step')) { 40 if (step > 0) { // 0 or invalid values show hh:mm AM/PM 41 if (step >= 1) { 50 if (this.timeElem_.value.length == 0) { 88 if (this.pos_ < 0){ 91 if (this.pos_ > this.maxPos_){ 96 if (this.pos_ == this.maxPos_){ 119 if (splitTime.length < 1){ 129 if (splitTime.length > 1) { 132 if (splitTime.length > 2) [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
util.js | 12 * the bytes. A new Array will be created if not provided. 37 if (!b) return '(null)'; 54 if (sep) hexrep[i * stride + 0] = sep; 65 if (hexchars.indexOf(h.substring(i, i + 1)) == -1) break; 75 if (hexchars.indexOf(h.substring(i, i + 1)) == -1) break; 82 if (!a || !b) return false; 83 if (a.length != b.length) return false; 91 if (a.length < b.length) return true; 92 if (a.length > b.length) return false; 94 if (a[i] < b[i]) return true [all...] |
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 5 if (arguments.length != 2) { 20 if (!isValidPseudoHostChar(c)) { 26 if (c == '.' && 38 if (c >= '0' && c <= '9') 40 if (c >= 'a' && c <= 'z') 42 if (c >= 'A' && c <= 'Z')
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
bg.js | 95 // Map of event name to a validation function that is should return true if 110 if (id != "startup" && !started) 113 if (val && val != "enabled") { 121 if (!localStorage.getItem(id)) 126 if (!shouldPlay(id)) 131 if (sound && sound.src) { 132 if (!sound.paused) { 133 if (sound.currentTime < 0.2) { 140 if (loop) 144 if (sound.readyState == 0) { // HAVE_NOTHIN [all...] |
/external/chromium_org/extensions/renderer/resources/ |
context_menus_custom_bindings.js | 22 if (typeof(prop.id) !== 'undefined') 27 if (typeof(id) === 'number') 32 if (contextMenus.listening) { 38 // if there is one. 41 if (onclick) { 59 if (chrome.runtime.lastError) { 65 // Set up the onclick handler if we were passed one in the request. 67 if (onclick) { 74 if (chrome.runtime.lastError) { 82 if (chrome.runtime.lastError) [all...] |
/external/chromium_org/third_party/skia/tools/lua/ |
dumpops.lua | 4 if #str > 0 then 7 if type(k) == "number" then 12 if type(v) == "table" then
|
/external/chromium_org/tools/page_cycler/common/ |
head.js | 18 if (t[0] == name && t[1]) 24 if (!("data" in this)) 29 if (sessionStorage != null && 37 if (sessionStorage == null) 46 if (window.gc) { 53 if (oldTimings != "") { 60 if (tlag > 0) 62 if (__cycle == (__pages().length * __iterations)) { 65 if (window.console) { 78 if (__results) [all...] |
/external/skia/tools/lua/ |
dumpops.lua | 4 if #str > 0 then 7 if type(k) == "number" then 12 if type(v) == "table" then
|
/build/core/ |
package.mk | 10 # the preferred if its supported, otherwise the non-preferred. 14 # if my_module_multilib was 64, both, first, or unset, build for 64-bit 23 # if my_module_multilib was 32, both, or unset, build for 32-bit 27 # if my_module_multilib was first and this is a 32-bit build, build for 31 # if my_module_multilib was first and this is a 64-bit build, don't build 43 # if TARGET_PREFER_32_BIT_APPS is set, try to build 32-bit first 52 # check if preferred arch is supported 58 # check if the non-preferred arch is the primary or secondary 65 # check if non-preferred arch is supported
|
/build/tools/droiddoc/templates-ds/ |
trailer.cs | 28 <?cs if:carousel ?> 36 <?cs /if ?> 37 <?cs if:tabbedList ?> 44 <?cs /if ?>
|
/build/tools/droiddoc/templates-sdk/ |
macros_override.cs | 4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?> 7 <?cs if:first(anno) ?> 10 <?cs /if ?> 12 <?cs if:last(anno) == 0 ?> 14 <?cs /if ?> 15 <?cs if:last(anno)?> 17 <?cs /if ?> 26 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" >
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonErrorNode.as | 17 if ( stop==null || 43 if ( start is Token ) { 46 if ( Token(stop).type == TokenConstants.EOF ) { 51 else if ( start is Tree ) { 55 // people should subclass if they alter the tree type so this 63 if ( trappedException is MissingTokenException ) { 68 else if ( trappedException is UnwantedTokenException ) { 73 else if ( trappedException is MismatchedTokenException ) { 76 else if ( trappedException is NoViableAltException ) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonErrorNode.js | 2 if ( !stop || 29 if ( this.start instanceof org.antlr.runtime.Token ) { 32 if ( this.stop.getType() === org.antlr.runtime.Token.EOF ) { 37 else if ( this.start instanceof org.antlr.runtime.tree.Tree ) { 41 // people should subclass if they alter the tree type so this 49 if ( this.trappedException instanceof org.antlr.runtime.MissingTokenException ) { 54 else if ( this.trappedException instanceof org.antlr.runtime.UnwantedTokenException ) { 59 else if ( this.trappedException instanceof org.antlr.runtime.MismatchedTokenException ) { 62 else if ( this.trappedException instanceof org.antlr.runtime.NoViableAltException ) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/ |
bg.js | 6 if (rule.matcher == 'js') 8 if (rule.matcher == 'hostname') { 15 if (rule.matcher == 'default') 17 if (rule.matcher == 'url-regex') 19 if (rule.matcher == 'default-regex') 41 if (rule.enabled && matches(rule, item)) { 42 if (rule.action == 'overwrite') { 44 } else if (rule.action == 'prompt') { 46 } else if (rule.action == 'js') {
|