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

<<11121314151617181920>>

  /external/lzma/CS/7zip/Common/
InBuffer.cs 32 if (m_StreamWasExhausted)
51 if (m_Pos >= m_Limit)
52 if (!ReadBlock())
61 if (m_Pos >= m_Limit)
62 if (!ReadBlock())
  /external/skia/
make.bat 11 if "%CHROME_HEADLESS%"=="1" goto run_python
13 if "%DevEnvDir%"=="" goto setup_env_vars
22 if DEFINED VS110COMNTOOLS (
24 ) else if DEFINED VS100COMNTOOLS (
29 if %ERRORLEVEL% neq 0 exit /B %ERRORLEVEL%
  /external/stlport/
configure.bat 17 if NOT "%1xyz123" == "xyz123" goto init
34 if "%1" == "-?" goto opt_help
35 if "%1" == "-h" goto opt_help
36 if "%1" == "/?" goto opt_help
37 if "%1" == "/h" goto opt_help
38 if "%1" == "--help" goto opt_help
49 if "%1" == "-p" goto opt_plat
50 if "%1" == "/p" goto opt_plat
51 if "%1" == "--platform" goto opt_plat
54 if "%1" == "-x" goto opt_
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
14 <?cs /if ?>
21 <?cs if:sdk.redirect ?>
27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
28 else ?>index.html<?cs /if ?>"><?cs
29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
30 else ?>Download the SDK<?cs /if ?>
34 <?cs # else, if NOT redirect ..
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.tablesorter.min.js 2 (function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'.',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,cells[i]);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,node){var l=parsers.length;for(var i=1;i<l;i++){if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)){return parsers[i];}}return parsers[0];}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildC (…)
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-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/chromium_org/tools/valgrind/
chrome_tests.bat 13 if %1 == () GOTO:TOOLNAME_NOT_FOUND
14 if %1 == --tool GOTO:TOOLNAME_FOUND
26 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
27 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
28 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
29 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
30 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
35 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
39 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
55 if EXIST %TSAN_SFX% GOTO TSAN_BINARY_OK
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-double-vote-fuzz.js 22 // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 "This tests that the static analysis we use to infer if a variable should be a double doesn't crash."
37 code += " if (a + b + 1 > __i) {\n";
41 code += " if (a + b + 2 > __i) {\n";
45 code += " if (a + b + 3 > __i) {\n";
49 code += " if (a + b + 4 > __i) {\n";
53 code += " if (a + b + 5 > __i) {\n";
57 code += " if (a + b + 6 > __i) {\n";
61 code += " if (a + b + 7 > __i) {\n";
65 code += " if (a + b + 8 > __i) {\n"
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 47 * Opens the gnubby with the given index, or the first found gnubby if no
49 * @param {GnubbyDeviceId} which The device to open. If null, the first
56 if (this.closed) {
71 if (!devs.length)
73 if (rc) {
81 if (rc == -GnubbyDevice.NODEVICE && enumerateRetriesRemaining-- > 0) {
92 if (which) {
131 if (this.dev) {
153 if (!this.inUse_()) {
155 if (cb) cb()
    [all...]
usbgnubbydevice.js 30 this.lockCID = 0; // channel ID of client holding a lock, if != 0.
47 if (!this.dev) return; // Already dead.
68 if (client) client.closed = true;
71 if (this.lockTID) {
80 if (chrome.runtime.lastError) {
88 if (chrome.runtime.lastError) {
111 if (client.receivedFrame(f)) {
120 if (changes) this.clients = remaining;
128 if (this.closing) return false;
129 if (!this.dev) return false
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
9 else ?>index.html<?cs /if ?>">
14 <?cs /if ?>
16 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
19 /if ?>" itemscope itemtype="http://schema.org/CreativeWork">
24 <div <?cs if:fullpage
26 ?>class="col-13" id="doc-col"<?cs /if ?> >
28 <?cs if:sdk.redirect ?>
34 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?c
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 37 if (pos < (1 << 11))
39 if (pos < (1 << 21))
46 if (pos < (1 << 17))
48 if (pos < (1 << 27))
97 if (same)
113 if (matchMode)
121 if (matchBit != bit)
145 if (m_Coders != null && m_NumPrevBits == numPrevBits && m_NumPosBits == numPosBits)
198 if (symbol < Base.kNumLowLenSymbols)
207 if (symbol < Base.kNumMidLenSymbols)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 34 if (!doc) {
51 if (parentTag != 'item' && parentTag != 'entry') {
58 if (images.length != 0) {
60 if (urls.length != 0) {
66 if (titleImg) {
68 if (moreStoriesUrl) {
73 if (event.keyCode == 13) {
93 if (entries.length == 0) {
102 if (itemTitle) {
110 if (!itemDesc)
    [all...]
  /external/lldb/www/python_reference/
epydoc.js 8 if (elts[i].className == "privatelink") {
17 if (elts[i].className == "private") {
20 else if (elts[i].className == "public") {
30 if (elts[i].className == "private") {
37 if (elts[i].className == "private") {
45 if (elts[i].className == "private") {
55 if (elts[i].className == "privatelink") {
57 if (cmd && cmd.substr(0,4)=="show")
66 if (begin == -1) {
68 if (begin != 0) return null
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 9 * opened. If unspecified, the core-overlay itself is the target.
23 * inside the target if that is more appropriate. This is useful, for
24 * example, when a region inside the overlay should scroll if needed.
43 * If true, the overlay has a backdrop darkening the rest of the screen.
55 * If true, the overlay is guaranteed to display above page content.
64 * By default an overlay will close automatically if the user
75 * close the overlay on tap. Should not set `closeSelector` if this
86 * close the overlay on tap. Should not set `closeAttribute` if this
173 if (this.target) {
175 if (this.target.tabIndex < 0)
    [all...]
  /external/chromium_org/chrome/renderer/resources/
neterror.js 9 if (helpBoxOuter.classList.contains('hidden'))
26 if (window.top.location != window.location)
42 if (classList.hasOwnProperty('last_icon_class')) {
44 if (oldClass == newClass)
49 if (oldClass !== undefined)
54 if (newClass == 'icon-offline') {
68 // service. If |trackingId| is negative, the element does not come from the
73 if (trackingId >= 0 && errorPageController)
79 // be updated if new data is added to jstdata.
88 if (window.errorPageController)
    [all...]
  /external/chromium_org/extensions/renderer/resources/
schema_utils.js 14 if (args.length > parameterSchemas.length)
17 if (i in args && args[i] !== null && args[i] !== undefined) {
20 if (schemaValidator.errors.length == 0)
25 if (err.path) {
35 } else if (!parameterSchemas[i].optional) {
44 if (parameterSchemas.length === 0)
50 if (parameterSchemas[0].optional)
55 // Return true if arguments match a given signature's schema.
57 if (args.length != candidateSignature.length)
61 if (!schemaValidator.isValidSchemaType(argType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
headlesscodemirror.js 24 if (this.pos < this.string.length)
29 if (typeof match == "string") var ok = ch == match;
31 if (ok) {++this.pos; return ch;}
46 if (found > -1) {this.pos = found; return true;}
52 if (typeof pattern == "string") {
55 if (cased(substr) == cased(pattern)) {
56 if (consume !== false) this.pos += pattern.length;
61 if (match && match.index > 0) return null;
62 if (match && consume !== false) this.pos += match[0].length;
83 if (typeof spec == "string" && mimeModes.hasOwnProperty(spec))
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/cast/
media_manager.js 26 * Checks if the file is available for cast or not.
28 * @return {Promise} Promise which is resolved with boolean. If true, the file
42 * @param {boolean} refresh If true, force to refresh a token. If false, use the
43 * cached token if available.
44 * @return {Promise} Promise which is resolved with the token. Reject if failed.
47 if (this.cachedToken_ && !refresh)
54 if (chrome.runtime.lastError) {
58 if (!url)
61 if (token)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 44 * A max time is needed so that even if a page is constantly updating,
104 * flush, but otherwise it's better to do a category flush, so if a single
158 * Array of event listeners we've added so we can unregister them if needed.
294 // Don't add any events to the events queue if ChromeVox is inactive or the
296 if (!cvox.ChromeVox.isActive ||
302 if (cvox.ChromeVoxEventWatcher.firstUnprocessedEventTime == -1) {
305 if (!cvox.ChromeVoxEventWatcher.queueProcessingScheduled_) {
340 * Checks if the event watcher has pending events. If not, call the oldest
345 if (!cvox.ChromeVoxEventWatcher.readyCallbackRunning_)
    [all...]
  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.js 26 if (BYPASS_SEQUENCE.charCodeAt(keyPressState) == e.keyCode) {
28 if (keyPressState == BYPASS_SEQUENCE.length) {
70 if (ssl) {
79 if (!ssl)
81 else if (overridable)
87 if (overridable) {
91 } else if (!ssl) {
95 if (ssl && overridable) {
97 } else if ($('help-link')) {
100 if (ssl
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_web_view_internal_custom_bindings.js 30 if (typeof(prop.id) !== 'undefined')
36 if (typeof(id) === 'number') {
37 if (!webviewContextMenus.generatedIdHandlers[instanceId]) {
43 if (!webviewContextMenus.stringIdHandlers[instanceId]) {
50 if (webviewContextMenus.listening) {
56 // if there is one.
61 if (onclick) {
82 if (chrome.runtime.lastError) {
89 if (onclick) {
97 if (chrome.runtime.lastError)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 9 * @return {boolean} True if the domain is valid, otherwise false.
15 if (document.cookie.indexOf(dummyCookie) != -1) {
16 // Expire the dummy cookie if it is added successfully.
26 * If path is not specified, default to '/'.
27 * If domain is not specified, default to document.domain, otherwise remove its
55 if (!name || isNameInvalid(name))
59 if (isValueInvalid(value))
64 if (domain) {
66 if (domain_parts.length > 2)
68 else if (domain_parts.length == 2
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
common.js 15 if (document.location.hash == '#fail')
17 if (message)
82 if (v === 0 && 1/v < 0)
89 if (_expected === 0)
91 if (_actual === _expected)
93 if (typeof(_expected) == "number" && isNaN(_expected))
95 if (Object.prototype.toString.call(_expected) ==
103 if (typeof _a != "string" || typeof _b != "string")
114 if (exception)
116 else if (isResultCorrect(_av, _bv)
    [all...]
  /external/chromium_org/v8/src/
apinatives.js 24 if (!%IsTemplate(data)) return data;
34 if (typeof Constructor === 'undefined') {
52 // if we need to bail out from a stack overflow.
57 if (!isFunctionCached) {
61 if (!(flags & (1 << kRemovePrototypeBit))) {
69 if (typeof parent !== 'undefined') {
75 if (IS_STRING(name)) %FunctionSetName(fun, name);
77 if (!doNotCache) cache[serialNumber] = fun;
79 if (doNotCache) return fun;
91 if (!properties) return
    [all...]

Completed in 2850 milliseconds

<<11121314151617181920>>