HomeSort by relevance Sort by last modified time
    Searched full:lasts (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdown.js 18 * @param {number} timeoutMillis how long, in milliseconds, the countdown lasts.
50 * @param {number} timeoutMillis How long, in milliseconds, the countdown lasts.
countdowntimer.js 15 * lasts.
31 * @param {number} timeoutMillis how long, in milliseconds, the countdown lasts.
106 * @param {number} timeoutMillis How long, in milliseconds, the countdown lasts.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
BlockAddresses.java 37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
  /external/chromium_org/third_party/skia/include/core/
SkDrawFilter.h 21 * used for the actual drawing. Note: this modification only lasts for the
  /external/skia/include/core/
SkDrawFilter.h 21 * used for the actual drawing. Note: this modification only lasts for the
  /frameworks/base/services/core/java/com/android/server/hdmi/
SendKeyAction.java 38 // If the first key press lasts this much amount of time without any other key event
50 // {@link #start()} and lasts for {@link #AWAIT_LONGPRESS_MS}.
168 // The first key press lasts long enough to start press-and-hold.
  /external/chromium_org/ash/wm/
window_animations.h 60 // Creates vector of animation sequences that lasts for |duration| and changes
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.h 29 // user profile) and lasts for at the most 1 minute.
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 51 // repeated after a period of silence that lasts |kSilenceDurationDays| days.
  /external/chromium_org/chrome/common/
spellcheck_common.h 19 // The number of hours that a session of feedback for spelling service lasts.
  /external/chromium_org/ui/gl/
gpu_switching_manager.cc 59 // Create a pixel format that lasts the lifespan of Chrome, so Chrome
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
activeTab.html 22 The <code>activeTab</code> permission gives an extension temporary access to the currently active tab when the user <em>invokes</em> the extension - for example by clicking its <a href="browserAction">browser action</a>. Access to the tab lasts until the tab is navigated or closed.
88 In contrast, an extension with the <code>activeTab</code> permission only obtains access to a tab in response to an explicit user gesture. If the extension is compromised the attacker would need to wait for the user to invoke the extension before obtaining access. And that access only lasts until the tab is navigated or closed.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 441 * from the separator string s2. The argument lasts points to a
446 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
448 * updates *lasts.
450 * In subsequent calls, s1 is null and lasts must stay unchanged from the
457 PL_strtok_r(char *s1, const char *s2, char **lasts);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 151 * affiliation lasts across a user's visits to a room.
182 * have no defined role). A role lasts only for the duration of an occupant's visit to
233 * have no defined role). A role lasts only for the duration of an occupant's visit to
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 222 char *lasts; local
251 config_value.param_name = strtok_r(input_buf, "=", &lasts);
253 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.h 6 // Slow start is the initial startup phase of TCP, it lasts until first packet
  /external/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c 26 ** another. Each read transaction lasts for 100 ms.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc 74 // We intentionally leak this object. It lasts for the process
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
override_functions.cc 74 // We intentionally leak this object. It lasts for the process
  /external/chromium_org/ui/app_list/views/
search_box_view_unittest.cc 70 // Sets a long timeout that lasts longer than the test run.
  /hardware/qcom/gps/utils/
loc_cfg.cpp 189 char *lasts; local
194 config_value.param_name = strtok_r(input_buf, "=", &lasts);
197 config_value.param_str_value = strtok_r(NULL, "=", &lasts);
379 char *lasts; local
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
AudioCapture.java 154 // return idle state indication if silence lasts more than MAX_IDLE_TIME_MS
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 75 that lasts a long time and doesn't touch Python data) can allow other

Completed in 1057 milliseconds

1 2 3 4