HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 1126 - 1150 of 2355) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 44 strip leading whitespace from each line before returning it
47 each line before returning it
109 # 'linebuf' is a stack of lines that will be emptied before we
193 # strip the comment, strip whitespace before it, and
215 # *now*, before we try to join it to 'buildup_line' --
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 108 before = grc(o)
112 self.assertEqual((after, o), (before, o))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 44 strip leading whitespace from each line before returning it
47 each line before returning it
109 # 'linebuf' is a stack of lines that will be emptied before we
193 # strip the comment, strip whitespace before it, and
215 # *now*, before we try to join it to 'buildup_line' --
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 283 String before = document.get(); local
286 String diff = getDiff(before, after);
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 67 just matched). LA(-i) where i is before first token should
110 before starting a sem/syn predicate to get the
681 set some token type / channel overrides before filling buffer.
1140 # to insert after, just insert before next index (even if past end)
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 300 .drag-above::before,
318 .drag-above::before {
326 list.drag-above::before {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
folder_shortcuts_data_model.js 116 * Compares 2 strings and returns a number indicating one string comes before
146 // Since the array is sorted, new item will be added just before the first
218 * @param {array} oldArray Previous array before changing.
directory_contents.js 248 * Cache necessary data before a sort happens.
250 * This is called by the table code before a sort happens, so that we can
445 * before the search.
495 * before the search.
506 // Let's give another search a chance to cancel us before we begin.
597 * run from the directory that was current before search).
736 * before the search.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 206 List<RuleAction> before = mPrevActions; local
209 if (before == null) {
213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) {
226 RuleAction prevAction = before.get(actionIndex);
229 if (actionIndex == before.size()) {
232 prevAction = before.get(actionIndex);
  /system/media/camera/docs/
html.mako 61 .entry_type_enum_notes:before { content:" - " }
62 .entry_type_enum_value:before { content:" = " }
82 supposedly there is a bug in chrome that it lays out tables before
98 # for johnyOrange.appleCider.redGuardian also insert wbr before the caps
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 349 #nav li span.tree-list-subtitle:before {
442 .paging-links .prev-page-link:before,
443 .training-nav-top .prev-page-link:before {
693 .design ol>li:before {
699 .design ol li.value-1:before {
701 .design ol li.value-2:before {
703 .design ol li.value-3:before {
705 .design ol li.value-4:before {
707 .design ol li.value-5:before {
709 .design ol li.value-6:before {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 353 #nav li span.tree-list-subtitle:before {
446 .paging-links .prev-page-link:before,
447 .training-nav-top .prev-page-link:before {
697 .design ol>li:before {
703 .design ol li.value-1:before {
705 .design ol li.value-2:before {
707 .design ol li.value-3:before {
709 .design ol li.value-4:before {
711 .design ol li.value-5:before {
713 .design ol li.value-6:before {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 255 .styles-section a[data-uncopyable]::before {
502 .event-bars .event-bar .header::before {
517 .event-bars .event-bar .header::before {
522 .event-bars .event-bar .header::before {
526 .event-bars .event-bar.expanded .header::before {
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 76 ; pack up before storing
332 ; pack up before storing
411 ; pack up before storing
671 ; pack up before storing
677 ; Load destination stride before writing out,
  /external/libpng/
CHANGES 327 than num_palette entries -- test was done before num_palette was defined.
421 Added check if png_ptr->trans is defined before freeing it in pngread.c
443 consistent with PNG-1.2, and allow variance of 500 before complaining.
552 before calling png_set_text(). It must be set to NULL if you want to
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 346 protected void onTextChanged(CharSequence text, int start, int before, int after) {
349 mManager.updateSpanNextToCursor(getText(), start, before, after); local
350 mManager.updateSpanPreviousFromCursor(getText(), start, before, after); local
351 if (after > before) {
353 } else if (before < after) {
357 if (after > before) {
360 } else if (after < before) {
365 super.onTextChanged(text, start, before, after);
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 92 struct timespec before; local
211 clock_gettime(CLOCK_MONOTONIC, &before);
220 total.tv_sec += after.tv_sec - before.tv_sec;
221 long deltaNs = after.tv_nsec - before.tv_nsec;
230 before = after;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 102 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId, local
104 return RawContactDelta.fromBefore(before);
128 final RawContact before = new RawContact(contact); local
130 before.addDataItemValues(entry);
132 return RawContactDelta.fromBefore(before);
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 727 protected void onTextChanged(CharSequence text, int start, int before, int after) {
728 super.onTextChanged(text, start, before, after);
732 mBefore = before;
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 160 std::string before; local
161 MakeStdString(source, &before);
165 CheckString(before, source);
  /external/chromium_org/webkit/renderer/
cpp_variant_unittest.cc 181 std::string before; local
182 MakeStdString(source, &before);
186 CheckString(before, source);
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 165 $last_char = substr($t, -1); # Remember last char of this token before processing.
181 # Note: backticks need to be processed before quotes.
274 $last_char = substr($t, -1); # Remember last char of this token before processing.
562 # entries written before SmartyPants 1.1, back when "--" was
745 'Twas the night before Christmas.
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 37 * its animations. For example, an animation a1 could be set up to start before animation a2, a2
38 * before a3, and a3 before a1. The results of this configuration are undefined, but will typically
181 play(items[i]).before(items[i+1]);
200 play(items.get(i)).before(items.get(i+1));
267 * <code>play(a1).before(a2)</code> sets up the AnimatorSet to play
277 * <code>play(a1).before(a2).before(a3)</code> will play both <code>a2</code>
684 * all dependencies must be satisfied before the animation is started.
1126 public Builder before(Animator anim) { method in class:AnimatorSet.Builder
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 139 if (nextAlarm == null || instance.getAlarmTime().before(nextAlarm.getAlarmTime())) {
528 if (currentTime.before(alarmTime)) {
560 if (currentTime.before(alarmBuffer)) {

Completed in 1387 milliseconds

<<41424344454647484950>>