HomeSort by relevance Sort by last modified time
    Searched refs:stringToInt (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptstring/
tst_qscriptstring.cpp 115 QHash<QScriptString, int> stringToInt;
119 QVERIFY(!stringToInt.contains(foo));
121 stringToInt.insert(foo, 123);
122 QCOMPARE(stringToInt.value(foo), 123);
123 QVERIFY(!stringToInt.contains(bar));
124 stringToInt.insert(bar, 456);
125 QCOMPARE(stringToInt.value(bar), 456);
126 QCOMPARE(stringToInt.value(foo), 123);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 352 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
370 if (!ResTable::stringToInt(val.string(), val.size(), NULL)) {
478 if (!attr.hasErrors && !ResTable::stringToInt(value.string(), value.size(), NULL)) {
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 339 milliseconds