Searched refs:before (Results 176 - 200 of 323) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb613 # note: if +index+ is before the current position, the +line+ and +column+
635 # * +before_chars+ characters before the cursor (6 characters by default)
639 before = through( -before_chars ).inspect
640 @position - before_chars > 0 and before.insert( 0, '... ' )
646 "#<#{ self.class }: #{ before } | #{ after } @ #{ location }>"
884 # and then ensures the stream's position is restored before
970 # on-channel tokens exist before the current token
1017 # it was before #walk was called. While #each or #each_on_channel does not change
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc322 // check before the database has finished loading.
390 // |start| is set before calling |GetFullHash()|, which should be
501 // case the database will be recreated before our deletion request is
674 const base::TimeTicks before = base::TimeTicks::Now(); local
692 UMA_HISTOGRAM_TIMES("SB2.DatabaseOpen", base::TimeTicks::Now() - before);
/external/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm226 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
416 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
588 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
794 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
/external/libvpx/vp8/decoder/arm/neon/
H A Didct_dequant_dc_full_2x_neon.asm81 ; vqdmulh also doubles the value before it shifts by 16. we need to
H A Didct_dequant_full_2x_neon.asm73 ; vqdmulh also doubles the value before it shifts by 16. we need to
/external/llvm/lib/Support/Unix/
H A DPath.inc840 // will overwrite/delete the file before we can open it again.
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in156 --context=N print N lines of context before and after
/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp246 DEFINE_STATIC_LOCAL(AtomicString, before, ("before"));
334 nameToPseudoType->set(before.impl(), CSSSelector::PseudoBefore);
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl488 - (void)add:(DOMHTMLElement *)element :(DOMHTMLElement *)before;
490 HRESULT add([in] IDOMHTMLElement* element, [in] IDOMHTMLElement* before);
/external/icu4c/i18n/
H A Ducol_tok.cpp123 * Controls debug messages so that the output can be compared before and after a
126 * happens, the files before and after the change should be identical.
313 U_STRING_DECL(option_12, "before", 6);
414 /*10*/ {option_12, 6, beforeSub, 3, UCOL_ATTRIBUTE_COUNT}, /*"before" */
485 U_STRING_INIT(option_12, "before", 6);
785 case OPTION_SUPPRESS_CONTRACTIONS: // copy and remove are handled before normalization
886 * The following variables must be set before calling this function:
922 * The following variables must be set before calling this function:
985 uint8_t before = 0; local
1108 /* before thi
[all...]
/external/quake/quake/src/QW/client/
H A Dcommon.c113 void InsertLinkBefore (link_t *l, link_t *before) argument
115 l->next = before;
116 l->prev = before->prev;
/external/v8/src/
H A Dd8.js856 // Default is ten lines starting five lines before the current location.
859 // line. Set it to start from 5 lines before the current location.
862 // source start line. Set it to start from 1 lines before the current
893 // Default is ten lines starting five lines before the current location.
2267 details.text = "GC " + body.before + " => " + body.after;
2270 " (" + roundNumber(body.before/(1024*1024), 1) + "M => " +
2274 " (" + roundNumber(body.before/1024, 1) + "K => " +
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp234 // update document layout once before removing styles
235 // so that we avoid the expense of updating before each and every call
337 // If the end node is before the start node (can only happen if the end node is
350 // Store away font size before making any changes to the document.
430 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, WritingDirection allowedDirection) argument
472 if (before ? n->previousSibling() : n->nextSibling())
473 splitElement(parent, before ? n : n->nextSibling());
535 // update document layout once before removing styles
536 // so that we avoid the expense of updating before each and every call
625 // update document layout once before runnin
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb99 add string <tt>op.text</tt> to the rewrite output immediately before adding the
105 @operation_name = 'insert-before'.freeze
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg584 /** Optional blocks (x)? are translated to (x|) by before code generation
939 * Can't use hex as compiler translates them before compilation.
1002 <if(semPredState)> <! return input cursor to state before we rewound !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg400 // do for sure before leaving
525 // do for sure before leaving
641 /** Optional blocks (x)? are translated to (x|) by before code generation
1008 * Can't use hex as compiler translates them before compilation.
1105 <if(semPredState)> <! return input cursor to state before we rewound !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg616 /** Optional blocks (x)? are translated to (x|) by before code generation
972 * Can't use hex as compiler translates them before compilation.
1082 <if(semPredState)> <! return input cursor to state before we rewound !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg727 /** Optional blocks (x)? are translated to (x|) by before code generation
1089 * Can't use hex as compiler translates them before compilation.
1186 <if(semPredState)> <! return input cursor to state before we rewound !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg622 /** Optional blocks (x)? are translated to (x|) by before code generation
999 * Can't use hex as compiler translates them before compilation.
1092 <if(semPredState)> <! return input cursor to state before we rewound !>
/external/grub/stage2/
H A Dfsys_xfs.c442 xfs.dablk = le32 (n->btree[0].before);
/external/icu4c/common/
H A Dnormalizer2impl.h161 * which stops previousCC() before it reads that character and looks up its cc.
359 UBool hasDecompBoundary(UChar32 c, UBool before) const;
703 * canonical combining class, and forms a boundary where text before it and after it
/external/icu4c/i18n/unicode/
H A Dcalendar.h14 * 05/01/97 aliu Made equals(), before(), after() arguments const.
476 * Returns true if this Calendar's current time is before "when"'s current time.
484 * @return True if the current time of this Calendar is before the time of
488 UBool before(const Calendar& when, UErrorCode& status) const;
644 * <em>before</em> the given time, the returned value will be
650 * 3 months before <code>when</code>, and possibly some addition
701 * <em>before</em> the given time, the returned value will be
707 * 3 months before <code>when</code>, and possibly some addition
1197 * then the days before and after the transition will have the
1460 * Return the Julian day number of day before th
[all...]
/external/icu4c/test/intltest/
H A Dcaltest.cpp315 cal->before(*cal2, status) ||
317 U_FAILURE(status)) errln("FAIL: equals/before/after failed");
327 cal2->before(*cal, status) ||
329 U_FAILURE(status)) errln("FAIL: equals/before/after failed after setTime(+1000)");
339 (b4=cal->before(*cal2, status)) ||
342 errln("FAIL: equals[%c]/before[%c]/after[%c] failed after roll 1 second [should be T/F/F]",
354 cal2->before(*cal, status) ||
356 U_FAILURE(status)) errln("FAIL: equals/before/after failed after rollback to January");
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h110 u64 before; member in struct:nfs4_change_info
/external/stlport/
H A Dconfigure.bat121 echo You must run the WCE*.BAT file you wish to build STLport for before
178 echo in the last place before version information, separated by an underscore, ex:

Completed in 426 milliseconds

1234567891011>>