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

<<11121314151617181920>>

  /external/chromium_org/third_party/pexpect/
pexpect.py 245 if type(child.after) in types.StringTypes:
246 child_result_list.append(child.before + child.after)
248 # child.after may have been a TIMEOUT or EOF,
298 After this the child application will be created and will be ready to
333 access to the full buffer after expect() returns.
338 everything to standard output. The logfile is flushed after each write.
403 self.after = None
491 s.append('after: ' + str(self.after))
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 234 if type(child.after) in types.StringTypes:
235 child_result_list.append(child.before + child.after)
236 else: # child.after may have been a TIMEOUT or EOF, so don't cat those.
283 After this the child application will be created and will be ready to
318 access to the full buffer after expect() returns.
323 everything to standard output. The logfile is flushed after each write.
388 self.after = None
463 s.append('after: ' + str(self.after))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 40 // position advances only if @after is true
41 inline void setPosition(Instruction *, bool after);
207 BuildUtil::setPosition(Instruction *i, bool after)
213 tail = after;
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 362 SkScalar before, after; local
363 (void)fPaint.measureText(0, NULL, &before, &after);
365 this->setHeight(lines * (after - before) + fMargin.fY * 2);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 62 @ r10 is an offset to &data_in[] in the loop. After an iteration, we need to
63 @ move the pointer back to original after advancing 16 bytes by a vld1, and
69 @ Similar here, for r10, we need to move the pointer back to original after
75 @ For r10, we need to move the pointer back to original after advancing
  /external/clang/lib/Edit/
Commit.cpp 99 StringRef after) {
104 commitableAfter = insertAfterToken(range.getEnd(), after);
106 commitableAfter = insert(range.getEnd(), after);
  /external/markdown/markdown/
blockprocessors.py 211 # This block contained unindented line(s) after the first indented
344 after = block[m.end():] # All lines after header
353 if after:
355 blocks.insert(0, after)
411 # check for lines in block after hr.
414 # Add lines after hr to master blocks for later parsing.
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 40 // position advances only if @after is true
41 inline void setPosition(Instruction *, bool after);
207 BuildUtil::setPosition(Instruction *i, bool after)
213 tail = after;
  /external/okhttp/website/static/
bootstrap-combined.min.css 9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-to (…)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 94 // Get the current file count. We will check if this increases after
489 final File[] after = new File[before.length - 1]; local
490 System.arraycopy(before, 1, after, 0, after.length);
491 return after;
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 60 static long TIME_LATE = 2347889122L; // A time well after the Epoch
563 * Method test for after
571 assertFalse(theTimestamp.after(theTest));
579 assertTrue(theTimestamp.after(theTest));
586 assertFalse(theTimestamp.after(theTest));
588 assertTrue(theTimestamp.after(theTest));
  /external/bison/build-aux/
gnu-web-doc-update 2 # Run this after each non-alpha release, to update the web documentation at
36 Run this script from top_srcdir (no arguments) after each non-alpha
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CertificateHolder.java 195 * Return the date after which this certificate is not valid.
252 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_shifter.js 97 * NOTE: after a shift, we are no longer subnavigating, if we were.
152 * @return {cvox.CursorSelection} The selection after the action.
  /external/chromium_org/extensions/test/data/
serial_unittest.js 170 // calling getPortInfo after connecting to the port. This test uses an
224 // after the initial call during connect.
425 // Test that a second send after the first finishes is successful. This uses
448 // Test that a second send after the first fails is successful. This uses an
501 // Unpause the connection after the connection has queued the received
524 // Unpause the connection after the connection has queued the receive
547 // Test that receive timeouts trigger after the timeout time elapses and that
568 // Test that receive timeouts trigger after the timeout time elapses and that
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 116 // The second test makes sure shared_ is not deleted after the first
253 // The second test makes sure shared_ is not deleted after the first
305 IntAfterTypedTestCaseP after = 0; variable
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.cpp 74 LayoutUnit LayoutBoxExtent::after(WritingMode writingMode) const function in class:blink::LayoutBoxExtent
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 220 const hb_codepoint_t *after, member in struct:__anon16488
  /external/chromium_org/third_party/icu/source/i18n/
tzrule.cpp 274 UBool after = TRUE;
282 after = FALSE;
291 after = FALSE;
301 if (after) {
  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 31 # changes() set properly after insert
47 # changes() set properly after update
74 # changes() set properly after update on table where no rows changed
82 # changes() set properly after delete from table
100 # 2.x - tests with after insert trigger
102 # changes() changed properly after insert into table containing after trigger
108 create trigger r1 after insert on t1 for each row begin
118 # changes() unchanged upon entry into after insert trigger
125 # changes() changed properly by update within context of after insert trigge
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 25 """An attempt was made to use the connection after it was closed."""
  /external/chromium_org/ui/file_manager/gallery/js/
background.js 39 // VolumeManager should be obtained after stringData initialized.
118 * @return {Promise} Promise to be fulfilled after the application is launched.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 43 * The given callback is executes after the cast SDK extension is initialized.
46 * @param {boolean=} opt_secondTry Spericy try if it's second call after
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 131 void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
167 // while search after the current row, otherwise search starting from the

Completed in 866 milliseconds

<<11121314151617181920>>