OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ahead
(Results
226 - 250
of
995
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs
74
* Return element i elements
ahead
of current element. i==0 gets
LookaheadStream.cs
129
*
ahead
. If we need 1 element, (p+1-1)==p must be < data.size().
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs
50
* Get tree node at current input pointer + i
ahead
where i=1 is next node.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs
49
* Get tree node at current input pointer + i
ahead
where i=1 is next node.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java
97
*
ahead
. If we need 1 element, (p+1-1)==p must be < data.size().
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java
41
/** Get tree node at current input pointer + i
ahead
where i=1 is next node.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h
84
*
ahead
. If we need 1 element, (p+1-1)==p must be < data.size().
LookaheadStream.m
84
*
ahead
. If we need 1 element, (p+1-1)==p must be < data.size().
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm
193
# consume()
ahead
unit p == index; can't just set p = index as we must update
/external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py
30
handle stuff like buffering, look-
ahead
and seeking.
/external/bison/src/
tables.h
59
The look-
ahead
token's type is used to index that portion to find
/external/chromium/base/
atomicops.h
88
// ensure that no later memory access can be reordered
ahead
of the operation.
/external/chromium/chrome/browser/ui/views/
reload_button.cc
57
// Go
ahead
and change to reload after a bit, which allows repeated reloads
/external/chromium/net/disk_cache/
mem_entry_impl.h
158
// Returns the number of bytes
ahead
of |offset| to reach the first available
/external/clang/lib/Sema/
AttributeList.cpp
26
// Go
ahead
and configure all the inline capacity. This is just a memset.
/external/icu4c/common/
dictbe.cpp
310
// We come here after having either found a word or not. We look
ahead
to the
372
// Look
ahead
for possible suffixes if a dictionary word does not follow.
543
// We come here after having either found a word or not. We look
ahead
to the
601
// Look
ahead
for possible suffixes if a dictionary word does not follow.
rbbidata.h
101
/* positive: Look-
ahead
match has completed. */
ucnv_cb.c
145
/* We can go
ahead
and overwrite the length here. We know just how
/external/icu4c/data/brkitr/
sent.txt
97
# may require improving support for look-
ahead
breaks in the
sent_el.txt
97
# may require improving support for look-
ahead
breaks in the
/external/icu4c/layout/
KernTable.cpp
184
// all the elements
ahead
of time and store them in the font
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java
139
// If we have nothing to send, another timer taskState
ahead
of us has done the job for us. We can cancel.
/external/llvm/lib/Transforms/IPO/
PartialInlining.cpp
81
// Go
ahead
and update all uses to the duplicate, so that we can just
/external/llvm/tools/llvm-shlib/
Makefile
80
# add -z allextract
ahead
of other libraries on Solaris
/external/mesa3d/src/glsl/
ir_if_return.cpp
192
* function calls, so go
ahead
and do it for their sake in
Completed in 583 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>