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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/include/core/
SkThread.h 32 * If *addr == before, set *addr to after and return true, otherwise return false.
35 static bool sk_atomic_cas(int32_t* addr, int32_t before, int32_t after);
  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 99 size_t after) {
dummy_text_input_client.h 43 virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
text_input_client.h 149 // before and after the selection or caret. This function should be used
153 virtual void ExtendSelectionAndDelete(size_t before, size_t after) = 0;
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 19 .expandable-bubble::after {
38 .expandable-bubble-title::after {
table.css 91 .table-header-sort-image-desc::after {
99 .table-header-sort-image-asc::after {
  /external/chromium_org/v8/test/webkit/
property-iteration.js 39 var after = Object.getOwnPropertyNames(Math);
41 shouldBeTrue('arrayEqual(before, after)');
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth,
42 for example, first Sunday on or after March 8. */
92 * on or after/before the day of month and the time rule. The date rule
99 * @param after true if the rule date is on or after the day of month.
105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,
  /external/jemalloc/test/unit/
quarantine.c 41 * until after this loop completes.
62 arena_redzone_corruption_replacement(void *ptr, size_t usize, bool after,
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 36 protected void after() { method in class:TemporaryFolder
  /external/libunwind/src/arm/
getcontext.S 48 @ point lr to instruction after call site's stack adjustment
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 87 list > * > .label:empty::after,
88 list > * > .url:empty::after {
93 list > .folder > .url:empty::after {
263 .drag-below::after {
284 .drag-below::after {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 28 // Regression test for bugs when deoptimizing after assignments in effect
32 // deoptimizing after an assignment in effect context (the value of the
60 assertEquals('undefined', test1(), 'test1 after');
67 assertEquals('undefined', test2(), 'test2 after');
73 assertEquals('undefined', test3(), 'test3 after');
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 736 assertReadingClipNotAllowed(subClip, "shouldn't read after losing granted URI");
737 assertReadingClipNotAllowed(sub2Clip, "shouldn't read after losing granted URI");
1287 long after = System.currentTimeMillis(); local
1454 long after = System.currentTimeMillis(); local
1507 long after = System.currentTimeMillis(); local
1576 long after = System.currentTimeMillis(); local
    [all...]
  /build/target/board/generic/
BoardConfig.mk 50 # rendering. This value is the number of nanoseconds after the hardware vsync
55 # image is displayed. This value may be either positive (after the HW vsync)
58 # will run just after the HW vsync. Setting it to a positive number will
  /external/chromium_org/remoting/webapp/
host_session.js 84 * Get the access code generated by the it2me host. Valid only after the
93 * Get the lifetime for the access code. Valid only after the host state is
102 * Get the email address of the connected client. Valid only after the plugin
  /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.
  /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 29 # This test runner sets up/cleans up the device before/after running the tests.
  /cts/tests/tests/display/
Android.mk 32 # This test runner sets up/cleans up the device before/after running the tests.
  /cts/tests/tests/print/
Android.mk 28 # 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/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 {

Completed in 326 milliseconds

1 2 3 4 5 67 8 91011>>