OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValue
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryExp.h
50
bool
isValue
;
60
,
isValue
(false)
65
bool isValid() const { return (isID ||
isValue
|| isRatio); }
71
if (
isValue
)
MediaQueryExp.cpp
249
expValue.
isValue
= true;
258
expValue.
isValue
= true;
261
isValid = (expValue.isID || expValue.
isValue
);
335
if (
isValue
) {
MediaQueryEvaluator.cpp
182
if (value.
isValue
&& value.unit == CSSPrimitiveValue::CSS_NUMBER) {
281
if (!value.
isValue
)
331
if (!value.
isValue
)
MediaList.cpp
305
if (expValue.
isValue
) {
/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/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) ) {
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) ) {
Parser.js
13
if ( org.antlr.lang.
isValue
(this.input) ) {
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) ) {
BaseRecognizer.js
373
if ( !org.antlr.lang.
isValue
(s) ) {
[
all
...]
BitSet.js
637
if (!org.antlr.lang.
isValue
(arguments[1])) {
696
else if (!org.antlr.lang.
isValue
(vocabulary.get(i))) {
TokenRewriteStream.js
127
if (org.antlr.lang.
isValue
(this.text)) {
/external/llvm/include/llvm/IR/
PatternMatch.h
216
return this->
isValue
(CI->getValue());
221
return this->
isValue
(CI->getValue());
235
if (this->
isValue
(CI->getValue())) {
242
if (this->
isValue
(CI->getValue())) {
253
bool
isValue
(const APInt &C) { return C == 1; }
261
bool
isValue
(const APInt &C) { return C.isAllOnesValue(); }
269
bool
isValue
(const APInt &C) { return C.isSignBit(); }
277
bool
isValue
(const APInt &C) { return C.isPowerOf2(); }
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js
480
isValue
: function(o) {
/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/chromium_org/v8/src/
mirror-debugger.js
246
Mirror.prototype.
isValue
= function() {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp
[
all
...]
Completed in 419 milliseconds