| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| TranslatorESSL.cpp | 38 if (iter->second != EBhUndefined) { 40 << getBehaviorString(iter->second) << "\n";
|
| /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/ |
| fake_storage.cc | 35 std::string data = success ? data_it->second : std::string(); 41 return data_it != data_.end() ? data_it->second : std::string();
|
| /external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
| region_data_builder.cc | 103 language_it = region_it->second->begin(); 104 language_it != region_it->second->end(); ++language_it) { 105 delete language_it->second; 107 delete region_it->second; 136 region_it->second->find(best_language.tag); 137 if (language_it == region_it->second->end()) { 138 language_it = region_it->second->insert(std::make_pair( 143 return *language_it->second;
|
| /external/chromium_org/third_party/libjingle/source/talk/media/base/ |
| hybriddataengine.h | 45 DataEngineInterface* second) 47 second_(second) {
|
| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| regexp_cache.cc | 45 delete it->second; 52 if (it != cache_impl_->end()) return *it->second;
|
| /external/chromium_org/ui/ozone/platform/dri/ |
| screen_manager.cc | 32 delete it->second; 44 if (SameMode(mode, it->second->get_mode())) 45 return it->second->Enable(); 47 controller = it->second; 81 it->second->Disable(); 98 return it->second->AsWeakPtr(); 108 if (it->second->connector_id() == connector && 109 it->second->crtc_id() == crtc)
|
| /external/chromium_org/ui/views/win/ |
| scoped_fullscreen_visibility.cc | 20 it->second++; 36 if (--it->second == 0) {
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| ConstraintManager.cpp | 34 if (P.first && !P.second) 36 if (!P.first && P.second)
|
| /external/icu/icu4c/source/layout/ |
| ExtensionSubtables.cpp | 21 le_uint16* second = (((le_uint16*)&code) + 1); local 22 return (le_uint32)((SWAPW(*first) << 16) + SWAPW(*second));
|
| /external/libcxx/test/containers/unord/unord.map/ |
| local_iterators.pass.cpp | 56 assert(i->second == "one"); 63 assert(i->second == "two"); 70 assert(i->second == "three"); 77 assert(i->second == "four"); 104 assert(i->second == "one"); 111 assert(i->second == "two"); 118 assert(i->second == "three"); 125 assert(i->second == "four"); 152 assert(i->second == "one"); 159 assert(i->second == "two") [all...] |
| /external/libcxx/test/re/re.submatch/re.submatch.members/ |
| compare_string_type.pass.cpp | 30 sm.second = s + 3; 44 sm.second = s + 3;
|
| compare_value_type_ptr.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| operator_string.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| str.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| /external/lldb/test/lang/c/stepping/ |
| main.c | 43 int complex (int first, int second, int third) 45 return first + second + third; // Step in targetting complex should stop here
|
| /external/llvm/lib/Support/ |
| SpecialCaseList.cpp | 95 if (SplitLine.second.empty()) { 102 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("="); 104 StringRef Category = SplitRegexp.second; 135 SplitLine.second + "': " + REError).str(); 149 for (StringMap<std::string>::const_iterator II = I->second.begin(), 150 IE = I->second.end(); 164 StringMap<Entry>::const_iterator II = I->second.find(Category); 165 if (II == I->second.end()) return false;
|
| /external/valgrind/main/gdbserver_tests/ |
| mcbreak.stdout.exp | 2 pid .... Thread .... second
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
| XMPDateTimeImpl.java | 25 * seconds. The <code>nanoSeconds</code> convers only the resolution beyond a milli second. 42 private int second = 0; field in class:XMPDateTimeImpl 85 this.second = intCalendar.get(Calendar.SECOND); 107 this.second = calendar.get(Calendar.SECOND); 242 return second; 249 public void setSecond(int second) 251 this.second = Math.min(Math.abs(second), 59) [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| FileWriterTest.java | 67 String second = "The second String for testing."; local 68 fileWriter.write(second); 72 char[] out = new char[first.length() + second.length() + 10]; 75 assertEquals(first + second, new String(out, 0, length)); 83 second = "The second String for testing."; 84 fileWriter.write(second); 88 out = new char[first.length() + second.length() + 10]; 91 assertEquals(second, new String(out, 0, length)) [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
| local_iterators.pass.cpp | 56 assert(i->second == "one"); 63 assert(i->second == "two"); 70 assert(i->second == "three"); 77 assert(i->second == "four"); 104 assert(i->second == "one"); 111 assert(i->second == "two"); 118 assert(i->second == "three"); 125 assert(i->second == "four"); 152 assert(i->second == "one"); 159 assert(i->second == "two") [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/ |
| compare_string_type.pass.cpp | 30 sm.second = s + 3; 44 sm.second = s + 3;
|
| compare_value_type_ptr.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| operator_string.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| str.pass.cpp | 29 sm.second = s + 3; 42 sm.second = s + 3;
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
| msvc_eti_base.hpp | 41 typedef result_ second; typedef in struct:boost::mpl::aux::msvc_eti_base_impl::result_ 70 typedef msvc_eti_base second; typedef in struct:boost::mpl::aux::msvc_eti_base
|