/external/chromium_org/ppapi/tests/clang/ |
find_affected_interfaces.cc | 49 bool successfully_inserted(iter_success_pair.second); 57 iter->second = IsAffected(*pointer_type->getPointeeType().getTypePtr()); 62 iter->second = IsAffected(*func_type->getResultType().getTypePtr()); 63 if (!iter->second) { 68 for (; (arg_iter != arg_end) && (!iter->second); ++arg_iter) { 69 iter->second = IsAffected(*(arg_iter->getTypePtr())); 79 for (; (field_iter != field_end) && (!iter->second); ++field_iter) { 80 iter->second = IsAffected(*(field_iter->getType().getTypePtr())); 86 return iter->second;
|
/external/chromium_org/sync/internal_api/public/base/ |
model_type_invalidation_map.cc | 51 base::JsonDoubleQuote(it->second.payload, 69 (*original)[i->first] = i->second; 70 } else if (i->second.payload.length() > 0) { 73 (*original)[i->first].payload = i->second.payload;
|
model_type_invalidation_map_test_util.cc | 66 !Matches(Eq(it->second))(find_it->second)) { 68 it->first, std::make_pair(it->second, find_it->second)));
|
/external/chromium_org/sync/notifier/ |
object_id_invalidation_map_test_util.cc | 66 !Matches(Eq(it->second))(find_it->second)) { 68 it->first, std::make_pair(it->second, find_it->second)));
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
deleteToEndOfLine.html | 16 <p>Place the cursor between the two 'o's in 'Foo' and hit ^k twice. The first should result in 'Fo\nbar' and the second should result in 'Fobar'.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
ColorDistance.cpp | 70 Color ColorDistance::addColors(const Color& first, const Color& second) 72 return Color(first.red() + second.red(), first.green() + second.green(), first.blue() + second.blue());
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlbuilder_unittest.cc | 63 "<top><first/><second><third></third></second></top>"); 64 EXPECT_EQ("<top><first/><second><third/></second></top>", 72 "</sibling></deeper></fifth><first/><second><third></third>" 73 "</second></top>"); 75 "</sibling></deeper></fifth><first/><second><third/>" 76 "</second></top>", builder.BuiltElement()->Str()); 176 XmlParser::ParseXml(&builder, "<testing a='first' a='second'/>");
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts2k.test | 57 INSERT INTO t1 (rowid, content) VALUES(8, "second world"); 58 INSERT INTO t1 (rowid, content) VALUES(9, "second sight"); 76 INSERT INTO t1 (rowid, content) VALUES(10, "second world"); 77 INSERT INTO t1 (rowid, content) VALUES(11, "second sight");
|
fts3ak.test | 57 INSERT INTO t1 (rowid, content) VALUES(8, "second world"); 58 INSERT INTO t1 (rowid, content) VALUES(9, "second sight"); 76 INSERT INTO t1 (rowid, content) VALUES(10, "second world"); 77 INSERT INTO t1 (rowid, content) VALUES(11, "second sight");
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-double-dependency.py | 8 Verify that pulling in a dependency a second time in a conditional works for
|
/external/chromium_org/tools/gyp/test/self-dependency/ |
gyptest-self-dependency.py | 8 Verify that pulling in a dependency a second time in a conditional works for
|
/external/chromium_org/ui/base/gtk/ |
g_object_destructor_filo.cc | 35 iter->second.push_front(hook); 47 HandlerList& dtors = iter->second; 76 DCHECK(!iter->second.empty()); 81 iter->second.swap(dtors);
|
/external/chromium_org/ui/base/text/ |
utf16_indexing.cc | 21 // the second. The test "s[i] is not the second half of a surrogate pair" is 36 // the second. When stepping from pos to pos+1 we check s[pos:pos+1] == s[pos] 47 // Since the second half of a surrogate pair has "length" zero, there is an
|
/external/javasqlite/src/main/java/SQLite/ |
Authorizer.java | 14 * @param arg2 second argument (file, table, or column name)
|
/external/llvm/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 47 if (X.second > Y.second) return true; 48 if (X.second < Y.second) return false; 56 size_t XSizeB = getBlockSize(X.first.second); 57 size_t YSizeB = getBlockSize(Y.first.second); 83 Forest.insert(e.second); 91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) { 92 Forest.unionSets(e.first, e.second);
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITEventListenerTestCommon.h | 113 DebugLoc::get(CurrentDebugLocation->second, 0, 142 EXPECT_STREQ(ReportedDebugFuncs.begin()->second.begin()->first.c_str(), 144 EXPECT_EQ(ReportedDebugFuncs.begin()->second.begin()->second, getLine()); 164 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; 172 EXPECT_EQ(i->second, getLine() + VerifyCount); 193 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second; 199 EXPECT_EQ(FunctionInfo.at(0).second, getLine()); 200 EXPECT_EQ(FunctionInfo.at(1).second, getLine());
|
/external/markdown/MarkdownTest/Tests_2004/ |
Ordered and unordered lists.html | 61 <li>Second</li> 77 <li><p>Second</p></li> 116 <li>Second: 129 <li><p>Second:</p>
|
Ordered and unordered lists.text-out | 70 <li>Second</li> 85 <p>Second</p> 132 <li>Second: 147 <p>Second:</p>
|
Ordered and unordered lists.text-res | 70 <li>Second</li> 85 <p>Second</p> 132 <li>Second: 147 <p>Second:</p>
|
/external/markdown/MarkdownTest/Tests_2007/ |
Ordered and unordered lists.html | 61 <li>Second</li> 77 <li><p>Second</p></li> 116 <li>Second: 129 <li><p>Second:</p>
|
/external/markdown/tests/markdown-test/ |
ordered-and-unordered-list.html | 62 <li>Second</li> 77 <p>Second</p> 122 <li>Second:<ul> 136 <p>Second:</p>
|
/external/markdown/tests/misc/ |
two-spaces.html | 4 and this is the second from last line
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdtscript.h | 65 parens[i].second = args->arg3[i].second; 107 parens[i].second = args->arg2[i].second; 135 tuples[i].second = (args->arg1[i].second)->GetFst<Arc>(); 143 parens[i].second = args->arg3->at(i).second; 151 (*args->arg3)[i].second = parens[i].second; [all...] |
/external/oprofile/libpp/ |
sample_container.cpp | 73 it->second.counts += sample.counts; 106 return &it->second; 128 return accumulate(itp.first, itp.second, count_array_t(), add_counts); 140 samples_by_loc.insert(&cit->second);
|
/external/oprofile/libutil++/ |
sparse_array.h | 31 return it->second; 53 container[it->first] += it->second; 67 container[it->first] -= it->second; 91 if (it->second != 0)
|