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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation);
85 setAnimation.play(rotateAnimation).before(scaleAnimation);
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 20 /* Create a z-context for search-bubble-innards, its after and before. */
35 .search-bubble-innards::before {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
plugin_list.css 31 .num-rules:before {
  /external/chromium_org/chrome/common/extensions/
extension_set.cc 51 size_t before = size(); local
56 return size() != before;
  /external/chromium_org/chromeos/docs/
onc_spec.css 42 .rule_id:before {
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 62 // Use before initialization in declaration statement.
69 // Use before initialization in prior statement.
91 // Use before initialization with a dynamic lookup.
99 // Use before initialization with check for eval-shadowed bindings.
  /external/clang/test/Sema/
designated-initializers.c 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY
151 [2].before = 0, // expected-warning{{initializer overrides prior initialization of this subobject}}
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 128 for (Method before : befores)
129 before.invoke(fTest);
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 62 // Use before initialization in declaration statement.
69 // Use before initialization in prior statement.
91 // Use before initialization with a dynamic lookup.
99 // Use before initialization with check for eval-shadowed bindings.
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'd
84 Address 0x........ is 8 bytes before a recently re-allocated block of size 10 alloc'd
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 29 # Include paths placed before CFLAGS/CPPFLAGS
  /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}
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
WaterMeshNode.cpp 23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:WaterMeshNode
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 25 // Move the |toMove| view |spacing| pixels before/after the |anchor| view.
31 // Check that the control |before| is ordered visually before the |after|
34 bool VerifyControlOrderAndSpacing(id before, id after);
  /external/chromium_org/chrome/browser/resources/history/
history.css 587 html[dir='ltr'] #newest-button::before {
597 html[dir='ltr'] #newer-button::before,
598 html[dir='rtl'] #older-button::before {
625 #action-menu[data-devicename]::before {
639 #action-menu[data-devicename='']::before {
643 #action-menu[data-devicetype='laptop']::before {
648 #action-menu[data-devicetype='phone']::before {
654 #action-menu[data-devicetype='tablet']::before {
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LengthBox.h 78 Length before(WritingMode) const;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 301 unsigned int before = gr_slot_before (is); local
305 while (clusters[ci].base_char > before && ci)
312 if (gr_slot_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[ci].num_chars)
316 c->num_chars = before - c->base_char;
  /external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk 74 # Include paths placed before CFLAGS/CPPFLAGS
133 # Include paths placed before CFLAGS/CPPFLAGS
icudata.host.darwin-mips.mk 75 # Include paths placed before CFLAGS/CPPFLAGS
135 # Include paths placed before CFLAGS/CPPFLAGS
icudata.host.darwin-x86.mk 74 # Include paths placed before CFLAGS/CPPFLAGS
135 # Include paths placed before CFLAGS/CPPFLAGS
icudata.host.linux-arm.mk 74 # Include paths placed before CFLAGS/CPPFLAGS
133 # Include paths placed before CFLAGS/CPPFLAGS
icudata.host.linux-mips.mk 75 # Include paths placed before CFLAGS/CPPFLAGS
135 # Include paths placed before CFLAGS/CPPFLAGS
  /external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk 70 # Include paths placed before CFLAGS/CPPFLAGS
125 # Include paths placed before CFLAGS/CPPFLAGS
config_sources.host.linux-x86.mk 70 # Include paths placed before CFLAGS/CPPFLAGS
125 # Include paths placed before CFLAGS/CPPFLAGS
  /external/chromium_org/ui/base/gestures/
gesture_point.h 89 bool IsInClickAggregateTimeWindow(double before, double after) const;

Completed in 253 milliseconds

1 2 3 4 5 6 7 8 91011>>