HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 276 - 300 of 2340) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/pexpect/
pexpect.py 148 ## """Raised when a buffer fills before matching an expected pattern."""
246 child_result_list.append(child.before + child.after)
250 child_result_list.append(child.before)
264 child_result_list.append(child.before)
267 child_result_list.append(child.before)
369 turn off stdin echo, but if you send your password before the
372 real keyboard. If you introduce a slight delay just before writing then
375 to sleep just before writing to the child application. 1/20th of a
402 self.before = None
426 # Data before searchwindowsize point is preserved, but not searched
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 72 -webkit-margin-before: 1__qem;
100 -webkit-margin-before: 1__qem;
112 -webkit-margin-before: 1em;
122 q:before {
138 -webkit-margin-before: 0.5em;
155 -webkit-margin-before: 0.67__qem;
164 -webkit-margin-before: 0.83__qem;
170 -webkit-margin-before: 1__qem;
176 -webkit-margin-before: 1.33__qem;
182 -webkit-margin-before: 1.67__qem
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 73 blank_lines: blank lines before this one
90 before the docstring, you can use \n for newline, \t for tab and \s
244 return # Don't expect blank lines before the first line
267 - Immediately before a comma, semicolon, or colon.
289 return found, "E202 whitespace before '%s'" % char
293 return found, "E203 whitespace before '%s'" % char
313 before = line[:index]
314 if char == ':' and before.count('[') > before.count(']'):
352 - Immediately before the open parenthesis that starts the argumen
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java 120 * before acting on it.
356 if (mMaxDate.before(mMinDate)) {
357 throw new IllegalArgumentException("Max date cannot be before min date.");
409 if (mTempDate.before(mMinDate)) {
411 } else if (mMaxDate.before(mTempDate)) {
749 if (date.before(mMinDate)) {
754 if (date.before(mMinDate)) {
905 * @throws IllegalArgumentException of the provided date is before the
924 * @throws IllegalArgumentException of the provided date is before the
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 548 double before = m_currentPosition; local
552 EXPECT_NEAR(before, after, 10);
557 before = m_currentPosition;
561 EXPECT_NEAR(before, after, 10);
621 double before = m_currentPosition; local
625 EXPECT_NEAR(before, after, 10);
630 before = m_currentPosition;
634 EXPECT_NEAR(before, after, 10);
1017 double before = m_currentPosition; local
1038 double before = m_currentPosition; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 486 // Ensure we haven't been run before.
584 const base::TimeTicks before = base::TimeTicks::Now(); local
590 << (base::TimeTicks::Now() - before).InMilliseconds() << " ms";
592 base::TimeTicks::Now() - before);
940 const base::TimeTicks before = base::TimeTicks::Now(); local
1318 const base::TimeTicks before = base::TimeTicks::Now(); local
1435 const base::TimeTicks before = base::TimeTicks::Now(); local
1498 const base::TimeTicks before = base::TimeTicks::Now(); local
1564 const base::TimeTicks before = base::TimeTicks::Now(); local
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 290 struct mtd_ecc_stats before, after; local
291 if (ioctl(fd, ECCGETSTATS, &before)) {
308 } else if (after.failed != before.failed) {
310 after.corrected - before.corrected,
311 after.failed - before.failed, pos);
313 memcpy(&before, &after, sizeof(struct mtd_ecc_stats));
  /development/scripts/app_engine_server/
memcache_zipserve.py 173 # Apply manual redirects from redirects.yaml. This occurs before any
195 # in the intl/lang tree. Before going to 404, see if there is an
592 (2) Upper case letters before lower case letters. The traversal of a
594 before the files of any child directories
613 """Determines whether file1 is lexigraphically 'before' file2.
616 with parent directories' files stored before childs'
618 We say that file1 is lexigraphically before file2 if the last non-matching
619 path segment of file1 is alphabetically before file2.
626 A positive number if file1 is before file2
627 A negative number if file2 is before file
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 118 input[type='checkbox']:checked::before {
128 html[dir='rtl'] input[type='checkbox']:checked::before {
132 input[type='radio']:checked::before {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 58 assertEquals('number', test1(), 'test1 before');
65 assertEquals('number', test2(), 'test2 before');
71 assertEquals('number', test3(), 'test3 before');
  /external/iptables/extensions/
Android.mk 28 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
91 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
154 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
  /external/v8/test/mjsunit/regress/
regress-969.js 58 assertEquals('number', test1(), 'test1 before');
65 assertEquals('number', test2(), 'test2 before');
71 assertEquals('number', test3(), 'test3 before');
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 client-defined
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
85 Address 0x........ is 1 bytes before a block of size 10 client-defined
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 256 jintArray before, jintArray after, jint score) {
257 jsize beforeLength = env->GetArrayLength(before);
261 env->GetIntArrayRegion(before, 0, beforeLength, beforeCodePoints);
267 static jint latinime_BinaryDictionary_editDistance(JNIEnv *env, jclass clazz, jintArray before,
269 jsize beforeLength = env->GetArrayLength(before);
273 env->GetIntArrayRegion(before, 0, beforeLength, beforeCodePoints);
  /external/chromium_org/chrome/browser/chromeos/settings/
session_manager_operation_unittest.cc 231 base::Time before(base::Time::NowFromSystemTime());
258 before,
276 EXPECT_LE((before - base::Time::UnixEpoch()).InMilliseconds(),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 108 struct tgsi_full_declaration *before,
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
291 /* Inserting 2 instructions before the END opcode moves all following
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 108 struct tgsi_full_declaration *before,
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
291 /* Inserting 2 instructions before the END opcode moves all following
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 119 assertFalse(a.before(b));
124 assertTrue(b.before(a));
128 assertTrue(a.before(b));
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 136 * java.util.Date#before(java.util.Date)
139 // Test for method boolean java.util.Date.before(java.util.Date)
142 assertTrue("Older was returned as newer", !d2.before(d1));
143 assertTrue("Newer was returned as older", d1.before(d2));
146 d1.before(null);
503 * is called before a test is executed.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 122 // to insert after, just insert before next index (even if past end)
286 * I.i.u = insert u before op @ index i
291 * 1. wipe out any insertions before op within that range.
292 * 2. Drop any replace op before that is contained completely within
307 * inserted stuff would be before the replace range. But, if you
309 * body, I think the stuff before the '{' you added should disappear too.
404 /** Get all operations before an index of a particular kind */
405 protected function getKindOfOps(rewrites:Array, kind:Class, before:int = -1):Array {
406 if (before == -1) {
407 before = rewrites.length
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 131 before :each do
210 before :each do
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java 58 if (crl.getThisUpdate().before(cert.getNotAfter()))
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 248 VLOG(1) << "Num extensions before: " << base::IntToString(num_before)
345 int before = extension_installs_observed_; local
348 return extension_installs_observed_ == (before + 1);
352 int before = extension_installs_observed_; local
356 return extension_installs_observed_ == before;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.css 77 -webkit-margin-before: 15px;
154 .header-section::before {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
MonthPicker.java 50 if (date.before(getMinDate())) {

Completed in 1190 milliseconds

<<11121314151617181920>>