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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h 106 bool isInt() const { return m_expression->isInteger(); }
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
tabs_api.js 21 function isInt(i) {
89 if (!isInt(args.windowId))
91 if (!isInt(args.index))
223 if (!isInt(args.left))
225 if (!isInt(args.top))
227 if (!isInt(args.width))
229 if (!isInt(args.height))
262 if (!isInt(retval.left))
264 if (!isInt(retval.top))
266 if (!isInt(retval.width)
    [all...]
  /external/clang/include/clang/AST/
APValue.h 183 bool isInt() const { return Kind == Int; }
202 assert(isInt() && "Invalid accessor");
349 assert(isInt() && "Invalid accessor");
  /external/clang/test/PCH/
cxx-templates.h 88 bool isInt(int x);
90 template<> bool isInt<8>(int x) {
  /external/llvm/include/llvm/Support/
MathExtras.h 260 /// isInt - Checks if an integer fits into the given bit width.
262 inline bool isInt(int64_t x) {
267 inline bool isInt<8>(int64_t x) {
271 inline bool isInt<16>(int64_t x) {
275 inline bool isInt<32>(int64_t x) {
283 return isInt<N+S>(x) && (x % (1<<S) == 0);
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 738 JSON_ASSERT_MESSAGE(isInt(), "LargestInt out of Int range");
741 JSON_ASSERT_MESSAGE(isInt(), "LargestUInt out of Int range");
940 return isInt()
1394 Value::isInt() const
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 132 bool isInt() const { return EntryKind == E_Integer; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 51 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
61 bool isOne() const { return isInt() && IntVal == 1; }
62 bool isTwo() const { return isInt() && IntVal == 2; }
63 bool isMinusOne() const { return isInt() && IntVal == -1; }
64 bool isMinusTwo() const { return isInt() && IntVal == -2; }
83 bool isInt() const { return !IsFp; }
210 if (isInt()) {
221 if (!isInt())
245 if (That.isInt())
253 if (isInt() == That.isInt())
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 671 milliseconds