HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 176 - 200 of 1215) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 162 after = e.target()
165 ch.change_nick(before, after)
198 The bot will try to reconnect after a while.
356 def change_nick(self, before, after):
357 self.userdict[after] = 1
360 self.operdict[after] = 1
363 self.voiceddict[after] = 1
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-const.js 35 // var0: init after break point, changed by debug eval.
37 // const1: init after break point, materialized but untouched by debug eval.
38 // const2: init after break point, materialized and changed by debug eval.
  /packages/experimental/procstatlog/
procstatlog.c 100 // terminator: if non-NULL, processing stops after this string
389 struct timeval before, after; local
397 gettimeofday(&after, NULL);
398 printf("T - %ld.%06ld\n", after.tv_sec, after.tv_usec);
400 long elapsed_usec = (long) after.tv_usec - before.tv_usec;
401 elapsed_usec += 1000000l * (after.tv_sec - before.tv_sec);
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-a (…)
  /cts/tests/tests/accessibility/
Android.mk 31 # This test runner sets up/cleans up the device before/after running the tests.
  /cts/tests/tests/display/
Android.mk 34 # This test runner sets up/cleans up the device before/after running the tests.
  /external/ceres-solver/scripts/
make_release 120 release or the first release after a RC release.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css 81 -webkit-margin-after: 30px;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
tree.css 75 .tree-label:empty::after {
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 20 /* Create a z-context for search-bubble-innards, its after and before. */
34 /* Provides the border around the bubble (has to be behind ::after). */
48 .search-bubble-innards::after {
  /external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
fonts.conf 231 subpixel positioning. This is just an arbitrary pattern to use after
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils_unittest.cc 152 time_t after = ::time(NULL); local
154 // Assert that 'tm' represents a time between 'before' and 'after'.
159 EXPECT_TRUE(before <= t && t <= after);
  /external/chromium_org/ui/webui/resources/css/
menu.css 86 /* TODO(zvorygin) menu > [shortcutText]::after - this selector is much better,
89 menu[showShortcuts] > ::after {
  /external/dhcpcd/mk/
cc.mk 17 -Wdeclaration-after-statement -Wsequence-point -Wextra
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 75 addFailure(new Exception(String.format("test timed out after %d milliseconds", timeout)));
143 for (Method after : afters)
145 after.invoke(fTest);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategyTest.java 33 public void checkInsertNewline(String before, String after) throws Exception {
89 assertEquals(after, textWithCaret);
460 * When you press / after < I should reindent the current line. For example,
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 62 move a2, t0 # a2 is now # of bytes left after loop
71 beq t0, zero, .Llast8 # word remaining after the loop
  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
bootstrap-responsive.css 16 .clearfix:after {
21 .clearfix:after {
207 .row:after {
211 .row:after {
300 .row-fluid:after {
304 .row-fluid:after {
443 .row:after {
447 .row:after {
536 .row-fluid:after {
540 .row-fluid:after {
    [all...]
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
WaterMeshNode.cpp 68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:WaterMeshNode
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 27 bl .L${opcode}_continue @ make call; will return after
83 bl .L${opcode}_continue @ make call; will return after
OP_EXECUTE_INLINE_RANGE.S 25 bl .L${opcode}_continue @ make call; will return after
77 bl .L${opcode}_continue @ make call; will return after
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 27 BAL(.L${opcode}_continue) # make call; will return after
95 BAL(.L${opcode}_continue) # make call; will return after
OP_EXECUTE_INLINE_RANGE.S 24 BAL(.L${opcode}_continue) # make call; will return after
83 BAL(.L${opcode}_continue) # make call; will return after
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 24 call .L${opcode}_continue # make call; will return after
93 call .L${opcode}_continue # make call; will return after

Completed in 1460 milliseconds

1 2 3 4 5 6 78 91011>>