OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvalue
(Results
1 - 25
of
27
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MissingTokenException.js
17
if (org.antlr.lang.
isValue
(this.inserted) &&
18
org.antlr.lang.
isValue
(this.token))
22
if ( org.antlr.lang.
isValue
(this.token) ) {
UnwantedTokenException.js
20
if ( !org.antlr.lang.
isValue
(this.token) ) {
Parser.js
13
if ( org.antlr.lang.
isValue
(this.input) ) {
CommonTokenStream.js
42
while ( org.antlr.lang.
isValue
(t) &&
49
if ( org.antlr.lang.
isValue
(channelI) ) {
296
if ( org.antlr.lang.
isValue
(start) && org.antlr.lang.
isValue
(stop) ) {
Lexer.js
19
if ( org.antlr.lang.
isValue
(this.input) ) {
22
if ( !org.antlr.lang.
isValue
(this.state) ) {
50
if ( !org.antlr.lang.
isValue
(this.state.token) ) {
BitSet.js
637
if (!org.antlr.lang.
isValue
(arguments[1])) {
696
else if (!org.antlr.lang.
isValue
(vocabulary.get(i))) {
BaseRecognizer.js
373
if ( !org.antlr.lang.
isValue
(s) ) {
[
all
...]
TokenRewriteStream.js
127
if (org.antlr.lang.
isValue
(this.text)) {
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js
54
if ( !org.antlr.lang.
isValue
(el) ) {
61
if ( !org.antlr.lang.
isValue
(this.singleElement) ) { // no elements yet, track w/o list
109
if ( org.antlr.lang.
isValue
(this.singleElement) ) {
130
return (org.antlr.lang.
isValue
(this.singleElement) && this.cursor < 1) ||
136
if ( org.antlr.lang.
isValue
(this.singleElement) ) {
CommonTreeAdaptor.js
21
if ( !org.antlr.lang.
isValue
(t) ) {
70
if ( !org.antlr.lang.
isValue
(t) ) {
75
if ( org.antlr.lang.
isValue
(startToken) ) {
84
if ( org.antlr.lang.
isValue
(stopToken) ) {
BaseTreeAdaptor.js
64
if ( t && org.antlr.lang.
isValue
(child) ) {
201
if ( org.antlr.lang.
isValue
(prevID) ) {
TreeParser.js
106
if ( !org.antlr.lang.
isValue
(e.token) ) { // could be an UP/DOWN node
BaseTree.js
51
if ( !org.antlr.lang.
isValue
(t) ) {
/external/v8/src/
interface.cc
121
if (this->
IsValue
()) return that->MakeValue(ok);
122
if (that->
IsValue
()) return this->MakeValue(ok);
157
ASSERT(!this->
IsValue
());
158
ASSERT(!that->
IsValue
());
202
} else if (
IsValue
()) {
interface.h
85
*ok = !
IsValue
();
91
*ok =
IsValue
() || IsModule();
105
bool
IsValue
() { return Chase()->flags_ & VALUE; }
mirror-debugger.js
240
Mirror.prototype.
isValue
= function() {
[
all
...]
hydrogen.h
577
bool
IsValue
() const { return kind_ == Expression::kValue; }
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java
98
boolean
isValue
= false;
115
isValue
= true;
144
if (isTagName || isAttributeName ||
isValue
) {
158
if (textSelection.getLength() == 0 && !
isValue
) {
173
if (
isValue
&& !isReferenceValue) {
180
boolean showStyleFirst =
isValue
|| (isAttributeName && isStylableAttribute);
/external/llvm/include/llvm/Support/
PatternMatch.h
153
return this->
isValue
(CI->getValue());
157
return this->
isValue
(CI->getValue());
160
return this->
isValue
(CI->getValue());
174
if (this->
isValue
(CI->getValue())) {
182
if (this->
isValue
(CI->getValue())) {
189
if (this->
isValue
(CI->getValue())) {
200
bool
isValue
(const APInt &C) { return C == 1; }
208
bool
isValue
(const APInt &C) { return C.isAllOnesValue(); }
216
bool
isValue
(const APInt &C) { return C.isSignBit(); }
224
bool
isValue
(const APInt &C) { return C.isPowerOf2();
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t022scopes.html
47
assert(org.antlr.lang.
isValue
(e));
/ndk/sources/host-tools/nawk-20071023/
parse.c
189
if (
isvalue
(p)) {
awk.h
182
#define
isvalue
(n) ((n)->ntype == NVALUE)
macro
awkgram.y
458
return
isvalue
(p) && ((Cell *) (p->narg[0]))->csub == CCON;
/external/aac/libAACenc/src/
intensity.cpp
281
FIXP_DBL
isValue
= sfbEnergyLdDataLeft[sfb+sfboffs]-sfbEnergyLdDataRight[sfb+sfboffs];
284
realScale[sfb + sfboffs] = fixMin(FL2FXCONST_DBL(60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))), fixMax(FL2FXCONST_DBL(-60.f/(1<<(REAL_SCALE_SF+LD_DATA_SHIFT))),
isValue
));
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js
480
isValue
: function(o) {
Completed in 492 milliseconds
1
2