HomeSort by relevance Sort by last modified time
    Searched defs:VAL (Results 1 - 7 of 7) sorted by null

  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 5 VAL();
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 20 VAL;
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 17 class VAL {
25 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 150 final int VAL = i*2 + 100;
153 mStuffing[OFF+j] = VAL;
  /external/llvm/include/llvm/ADT/
APInt.h 78 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
80 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
96 APInt(uint64_t* val, unsigned bits) : BitWidth(bits), pVal(val) { }
143 VAL &= mask;
152 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
179 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
206 bool EqualSlowCase(uint64_t Val) const;
220 /// If isSigned is true then val is treated as if it were a signed value
223 /// the range of val are zero filled)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 737 // Change the unit type of the numeric val to match.
1409 RefPtr<CSSPrimitiveValue> val = primitiveValueCache()->createValue(pair.release()); local
1548 PassRefPtr<CSSValue> val = parseTransform(); local
1588 RefPtr<CSSValue> val = primitiveValueCache()->createValue(value->fValue, (CSSPrimitiveValue::UnitTypes)value->unit); local
1623 RefPtr<CSSValue> val; local
2114 CSSParserValue* val = m_valueList->current(); local
2261 CSSParserValue* val = m_valueList->current(); local
2277 RefPtr<CSSValue> val; local
2319 CSSParserValue* val = m_valueList->current(); local
2335 RefPtr<CSSValue> val; local
2914 CSSParserValue* val; local
3257 CSSParserValue* val; local
3631 int val = 0; local
3776 CSSParserValue* val; local
3823 CSSParserValue* val; local
3870 CSSParserValue* val; local
3927 CSSParserValue* val; local
4561 RefPtr<CSSPrimitiveValue> val = m_primitiveValueCache->createValue(v->fValue, (CSSPrimitiveValue::UnitTypes)v->unit); local
4637 CSSParserValue* val; local
4706 CSSParserValue* val = m_valueList->current(); local
4775 PassRefPtr<CSSPrimitiveValue> val = m_primitiveValueCache->createValue(v->fValue, (CSSPrimitiveValue::UnitTypes)v->unit); local
4894 CSSParserValue* val = m_valueList->current(); local
5020 CSSParserValue* val = m_valueList->current(); local
5537 CSSParserValue* val = m_valueList->current(); local
    [all...]
  /external/clang/include/clang/AST/
Expr.h 474 /// Val - This is the value the expression can be folded to.
475 APValue Val;
    [all...]

Completed in 588 milliseconds