| /external/chromium_org/third_party/sfntly/cpp/src/test/ |
| otf_basic_editing_test.cc | 45 EXPECT_TRUE(i->second != NULL); 46 if (i->second == NULL) { 68 TablePtr table = (*i).second;
|
| /external/chromium_org/webkit/browser/fileapi/ |
| task_runner_bound_observer_list.h | 72 if (!it->second.get() || it->second->RunsTasksOnCurrentThread()) { 76 it->second->PostTask(
|
| /external/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
| minmax_element_comp.pass.cpp | 35 assert(!comp(*p.second, *j)); 41 assert(p.second == last); 77 assert(base(p.second) == a+N-1);
|
| /external/llvm/include/llvm/CodeGen/ |
| LiveStackAnalysis.h | 63 return I->second; 70 return I->second; 83 return I->second;
|
| /external/llvm/lib/DebugInfo/ |
| DWARFDebugAbbrev.cpp | 97 I.second.dump(OS); 105 return &(PrevAbbrOffsetPos->second); 111 return &(Pos->second);
|
| /external/llvm/lib/MC/ |
| ConstantPools.cpp | 32 Streamer.EmitValue(I->second, 4); 56 return &CP->second; 78 ConstantPool &CP = CPI->second;
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| SIPDate.java | 124 /** second member 126 protected int second; field in class:SIPDate 145 this.second == other.second; 158 second = -1; 248 second = javaCal.get(Calendar.SECOND); 276 if (second < 10) { 277 secondString = "0" + second; 279 secondString = "" + second; [all...] |
| /external/oprofile/libutil++/ |
| cverb.cpp | 103 if (p_it.first == p_it.second) 105 for (; p_it.first != p_it.second; ++p_it.first) 106 p_it.first->second->set = true;
|
| /external/pdfium/fpdfsdk/src/ |
| fsdk_baseannot.cpp | 105 dt.second = newtime->tm_sec;
125 dt.second = (FX_BYTE)st.wSecond;
146 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
148 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
160 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
162 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
174 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
176 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
188 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
190 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | (int)dt2.dt.second;
[all...] |
| /external/sfntly/cpp/src/sample/subtly/ |
| stats.cc | 32 size += it->second->DataLength(); 48 int32_t size = it->second->DataLength(); 76 int32_t size = it->second->DataLength();
|
| /external/sfntly/cpp/src/test/ |
| otf_basic_editing_test.cc | 45 EXPECT_TRUE(i->second != NULL); 46 if (i->second == NULL) { 68 TablePtr table = (*i).second;
|
| /frameworks/base/core/tests/coretests/src/android/widget/listview/ |
| ListItemRequestRectAboveThinFirstItemTest.java | 51 // having the second item call requestRectangleOnScreen with a rect above 59 final View second = mListView.getChildAt(1); local 61 second.getDrawingRect(rect); 62 rect.offset(0, -2 * second.getBottom());
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
| minmax_element_comp.pass.cpp | 35 assert(!comp(*p.second, *j)); 41 assert(p.second == last); 77 assert(base(p.second) == a+N-1);
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/ |
| language_model_dict_content.cpp | 62 if (it == terminalIdMap->end() || it->second == Ver4DictConstants::NOT_A_TERMINAL_ID) { 66 if (!mTrieMap.put(it->second, entry.value(), nextLevelBitmapEntryIndex)) { 74 mTrieMap.getNextLevelBitmapEntryIndex(it->second, nextLevelBitmapEntryIndex),
|
| /packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/ |
| trie_map_test.cpp | 81 EXPECT_EQ(v.second, trieMap.getRoot(v.first).mValue); 134 secondLevelKey.second, secondLevel); 137 threeLevelMap[secondLevelKey.first][secondLevelKey.second][key] = value; 141 EXPECT_EQ(firstLevelEntry.second, trieMap.getRoot(firstLevelEntry.first).mValue); 147 for (const auto &secondLevelEntry : firstLevelEntry.second) { 148 EXPECT_EQ(secondLevelEntry.second, 156 for (const auto &secondLevelEntry : firstLevelEntry.second) { 160 for (const auto &thirdLevelEntry : secondLevelEntry.second) { 161 EXPECT_EQ(thirdLevelEntry.second, 188 EXPECT_TRUE(secondLevelEntry.second.empty()) [all...] |
| /art/compiler/sea_ir/types/ |
| types.h | 41 return result_it->second;
|
| /development/perftests/panorama/feature_mos/src/mosaic/ |
| CSite.h | 29 short second; member in struct:__anon2560
|
| /external/chromium_org/base/prefs/ |
| pref_notifier_impl.cc | 25 PrefObserverList::Iterator obs_iterator(*(it->second)); 51 observer_list = observer_iterator->second; 69 PrefObserverList* observer_list = observer_iterator->second; 110 *(observer_iterator->second),
|
| /external/chromium_org/cc/surfaces/ |
| surface.cc | 56 it->second.refs_holding_resource_alive++; 82 count_it->second.refs_holding_resource_alive -= it->count; 83 if (count_it->second.refs_holding_resource_alive == 0) { 86 count_it->second.refs_received_from_child;
|
| surface_manager.cc | 34 return it->second;
|
| /external/chromium_org/chrome/browser/android/ |
| resource_mapper.cc | 29 return iterator->second;
|
| /external/chromium_org/chrome/browser/apps/ |
| per_app_settings_service.cc | 23 return it->second;
|
| /external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
| user_image_manager_test_util.h | 32 bool AreImagesEqual(const gfx::ImageSkia& first, const gfx::ImageSkia& second);
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| device_local_account_policy_service.cc | 294 it->second->ConnectIfPossible(device_settings_service_, 307 return entry->second; 333 if (!it->second->extension_loader()->IsCacheRunning() && 334 !IsExtensionCacheDirectoryBusy(it->second->account_id())) { 335 it->second->extension_loader()->StartCache(extension_cache_task_runner_); 344 if (it->second->account_id() == account_id) { 345 DCHECK(!it->second->extension_loader()->IsCacheRunning()); 346 it->second->extension_loader()->StartCache(extension_cache_task_runner_); 442 broker.reset(broker_it->second); 537 extension_loader = it->second->extension_loader() [all...] |
| /external/chromium_org/chrome/browser/common/ |
| cancelable_request.cc | 55 item->second->consumer()->OnRequestRemoved(this, item->first); 56 item->second->set_canceled(); 70 consumer = i->second->consumer(); 74 DCHECK(!i->second->canceled());
|