/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 63 addResult(BUILD_ID, Build.ID); 64 addResult(PRODUCT_NAME, Build.PRODUCT); 65 addResult(BUILD_DEVICE, Build.DEVICE); 66 addResult(BUILD_BOARD, Build.BOARD); 67 addResult(BUILD_MANUFACTURER, Build.MANUFACTURER); 68 addResult(BUILD_BRAND, Build.BRAND); 69 addResult(BUILD_MODEL, Build.MODEL); 70 addResult(BUILD_TYPE, Build.TYPE); 71 addResult(BUILD_FINGERPRINT, Build.FINGERPRINT); 72 addResult(BUILD_ABI, Build.CPU_ABI) [all...] |
DeviceInfoActivity.java | 79 DeviceInfoInstrument.addResult( 82 DeviceInfoInstrument.addResult( 85 DeviceInfoInstrument.addResult( 88 DeviceInfoInstrument.addResult( 136 DeviceInfoInstrument.addResult(DeviceInfoConstants.TOUCH_SCREEN, 154 DeviceInfoInstrument.addResult(DeviceInfoConstants.NAVIGATION, 169 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad); 182 DeviceInfoInstrument.addResult(DeviceInfoConstants.LOCALES,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
sunspider-string-validate-input.html | 28 addResult(r); 33 addResult(r); 56 addResult(r); 63 addResult(r); 68 addResult(r); 95 function addResult(r)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-validate-input.js | 23 addResult(r); 28 addResult(r); 45 addResult(r); 52 addResult(r); 57 addResult(r); 84 function addResult(r)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-validate-input.js | 23 addResult(r); 28 addResult(r); 45 addResult(r); 52 addResult(r); 57 addResult(r); 84 function addResult(r)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-validate-input.js | 23 addResult(r); 28 addResult(r); 45 addResult(r); 52 addResult(r); 57 addResult(r); 84 function addResult(r)
|
/external/chromium_org/build/android/pylib/base/ |
base_test_result_unittest.py | 23 self.tr.AddResult(self.p1) 24 self.tr.AddResult(other_p1) 25 self.tr.AddResult(self.p2) 45 tr2.AddResult(other_p1) 46 tr2.AddResult(f2)
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldNodeChangeEventTest.java | 38 addResult = false; 41 addResult = true; 86 addResult = false; 89 addResult = true; 127 protected boolean addResult = false; 148 return addResult;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
SimpleFontDataCoreText.cpp | 37 HashMap<unsigned, RetainPtr<CFDictionaryRef> >::AddResult addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>()); 38 RetainPtr<CFDictionaryRef>& attributesDictionary = addResult.iterator->value; 39 if (!addResult.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
RefPtrHashMap.h | 63 typedef typename HashTableType::AddResult AddResult; 90 AddResult set(const KeyType&, MappedPassInType); 91 AddResult set(RawKeyType, MappedPassInType); 96 AddResult add(const KeyType&, MappedPassInType); 97 AddResult add(RawKeyType, MappedPassInType); 108 AddResult inlineAdd(const KeyType&, MappedPassInReferenceType); 109 AddResult inlineAdd(RawKeyType, MappedPassInReferenceType); 199 inline typename HashMap<RefPtr<T>, U, V, W, X>::AddResult 206 inline typename HashMap<RefPtr<T>, U, V, W, X>::AddResult [all...] |
ListHashSet.h | 84 typedef HashTableAddResult<iterator> AddResult; 130 AddResult add(const ValueType&); 134 AddResult appendOrMoveToLast(const ValueType&); 138 AddResult prependOrMoveToFirst(const ValueType&); 140 AddResult insertBefore(const ValueType& beforeValue, const ValueType& newValue); 141 AddResult insertBefore(iterator, const ValueType&); 732 typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::add(const ValueType &value) 735 typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, m_allocator.get()); 738 return AddResult(makeIterator(*result.iterator), result.isNewEntry); 742 typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::appendOrMoveToLast(const ValueType &value [all...] |
HashSet.h | 52 typedef typename HashTableType::AddResult AddResult; 76 AddResult add(const ValueType&); 84 template<typename HashTranslator, typename T> AddResult add(const T&); 176 inline typename HashSet<T, U, V>::AddResult HashSet<T, U, V>::add(const ValueType& value) 183 inline typename HashSet<Value, HashFunctions, Traits>::AddResult
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/ |
devtools.js | 11 auditResults.addResult("No broken links", 22 auditResults.addResult("Broken links found (" +
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
WidthCache.h | 160 SingleCharMap::AddResult addResult = m_singleCharMap.add(run[0], entry); 161 isNewEntry = addResult.isNewEntry; 162 value = &addResult.iterator->value; 170 Map::AddResult addResult = m_map.add(smallStringKey, entry); 171 isNewEntry = addResult.isNewEntry; 172 value = &addResult.iterator->value;
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ScopedStyleTree.cpp | 58 HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::AddResult addResult = m_authorStyles.add(&scopingNode, nullptr); 60 if (addResult.isNewEntry) { 61 addResult.iterator->value = ScopedStyleResolver::create(scopingNode); 63 m_scopedResolverForDocument = addResult.iterator->value.get(); 65 isNewEntry = addResult.isNewEntry; 66 return addResult.iterator->value.get();
|
MatchedPropertiesCache.cpp | 96 Cache::AddResult addResult = m_cache.add(hash, nullptr); 97 if (addResult.isNewEntry) 98 addResult.iterator->value = adoptPtr(new CachedMatchedProperties); 100 CachedMatchedProperties* cacheItem = addResult.iterator->value.get(); 101 if (!addResult.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
QualifiedName.cpp | 79 QualifiedNameCache::AddResult addResult = qualifiedNameCache().add<QNameComponentsTranslator>(components); 80 m_impl = *addResult.iterator; 81 if (!addResult.isNewEntry)
|
/external/chromium_org/net/cert/ |
mock_cert_verifier.h | 21 // Verify() or by calling one of the AddResult*() methods to specifically 39 // not have explicit results added via the AddResult*() methods.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAttributeToPropertyMap.cpp | 120 AttributeToPropertiesMap::AddResult addResult = m_map.add(attributeName, PassOwnPtr<PropertiesVector>()); 121 PropertiesVector* vector = addResult.iterator->value.get(); 122 if (addResult.isNewEntry) { 124 vector = (addResult.iterator->value = adoptPtr(new PropertiesVector)).get(); 127 ASSERT(addResult.iterator->value.get() == vector);
|
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | 305 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding, 309 void AddResult(Result R); 932 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 123 unsigned AddResult = 0; 124 if (Flags == KEYALL) AddResult = 2; 125 else if (LangOpts.CPlusPlus && (Flags & KEYCXX)) AddResult = 2; 126 else if (LangOpts.CPlusPlus11 && (Flags & KEYCXX11)) AddResult = 2; 127 else if (LangOpts.C99 && (Flags & KEYC99)) AddResult = 2; 128 else if (LangOpts.GNUKeywords && (Flags & KEYGNU)) AddResult = 1; 129 else if (LangOpts.MicrosoftExt && (Flags & KEYMS)) AddResult = 1; 130 else if (LangOpts.Borland && (Flags & KEYBORLAND)) AddResult = 1; 131 else if (LangOpts.Bool && (Flags & BOOLSUPPORT)) AddResult = 2; 132 else if (LangOpts.WChar && (Flags & WCHARSUPPORT)) AddResult = 2 [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.audits.html | 28 as an argument and should add one or more results using <code>addResult()</code> 50 results.addResult("Font Size (5)", 54 results.addResult("Contrast",
|
/external/chromium_org/build/android/pylib/host_driven/ |
test_runner.py | 99 results.AddResult(HostDrivenExceptionTestResult( 113 results.AddResult(HostDrivenExceptionTestResult( 128 results.AddResult(HostDrivenExceptionTestResult(
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
experimental_devtools_audits.html | 24 as an argument and should add one or more results using <code>addResult()</code> 50 results.addResult("Font Size (5)", 54 results.addResult("Contrast",
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
HTTPHeaderMap.h | 56 AddResult add(const AtomicString& name, const AtomicString& value); 61 AddResult add(const char* name, const AtomicString& value);
|