| /external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
| stl_util.h | 29 // Deletes the second attribute (pointer type expected) of the pairs contained 35 delete it->second;
|
| /external/chromium_org/third_party/skia/include/core/ |
| SkPathEffect.h | 212 (e.g. first(path) + second(path)) 213 The reference counts for first and second are both incremented in the constructor, 216 static SkSumPathEffect* Create(SkPathEffect* first, SkPathEffect* second) { 217 return SkNEW_ARGS(SkSumPathEffect, (first, second)); 226 SkSumPathEffect(SkPathEffect* first, SkPathEffect* second) 227 : INHERITED(first, second) {}
|
| /external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
| video_x11_render.cc | 49 renderChannel = iter->second; 96 renderChannel = iter->second; 110 VideoX11Channel *renderChannel = iter->second; 140 VideoX11Channel *renderChannel = iter->second;
|
| /external/chromium_org/tools/android/forwarder2/ |
| util.h | 30 const typename Map::value_type::second_type shared_ptr_copy = it->second;
|
| /external/clang/lib/Frontend/ |
| LayoutOverrideSource.cpp | 176 if (NumFields >= Known->second.FieldOffsets.size()) 179 FieldOffsets[*F] = Known->second.FieldOffsets[NumFields]; 183 if (NumFields != Known->second.FieldOffsets.size()) 186 Size = Known->second.Size; 187 Alignment = Known->second.Align; 197 OS << " Size:" << L->second.Size << '\n'; 198 OS << " Alignment:" << L->second.Align << '\n'; 200 for (unsigned I = 0, N = L->second.FieldOffsets.size(); I != N; ++I) { 203 OS << L->second.FieldOffsets[I];
|
| /external/clang/test/CXX/class/class.mem/ |
| p1b.cpp | 4 // The second run checks the order of inline method definitions: 32 // CHECK: error: use of undeclared identifier 'second' 33 void b2(int a = second); // expected-error{{use of undeclared identifier 'second'}}
|
| /external/eigen/bench/btl/generic_bench/timers/ |
| x86_timer.hh | 126 outfile << (*itr).first << " " << (*itr).second << endl ; 162 mean_clicks+=(*itr).second*(*itr).first; 194 if (max_occurence<=(*itr).second){ 195 max_occurence=(*itr).second;
|
| /external/guava/guava/src/com/google/common/collect/ |
| ObjectArrays.java | 62 * @param second the second array of elements to concatenate 66 public static <T> T[] concat(T[] first, T[] second, Class<T> type) { 67 T[] result = newArray(type, first.length + second.length); 69 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length);
|
| /external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
| partition_copy.pass.cpp | 44 assert(p.second == r2 + 4);
|
| /external/libcxx/test/re/re.submatch/re.submatch.op/ |
| stream.pass.cpp | 31 sm.second = s.end();
|
| /external/lldb/source/Breakpoint/ |
| BreakpointSiteList.cpp | 117 return m_break_id == val_pair.second.get()->GetID(); 147 stop_sp = pos->second; 159 stop_sp = pos->second; 171 found_sp = iter->second; 181 return pos->second->IsBreakpointAtThisSite (bp_id); 196 pos->second.get()->Dump(s); 205 callback (pair.second.get()); 227 const BreakpointSiteSP &prev_bp = (*prev_pos).second; 237 bp_site_list.Add ((*pos).second);
|
| /external/llvm/lib/Object/ |
| ELFObjectFile.cpp | 29 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB) 41 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB) 53 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) 65 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
|
| /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/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/pp/ |
| common_option.cpp | 102 bool second = false; local 112 if (in_first || in_second || second) 116 second = true; 138 pspec.second.push_back(*it); 144 if (in_first || in_second || (first && !second)) 147 if (pspec.first.empty() && pspec.second.size()) 150 if (first && second) { 153 pspec.second.insert(pspec.second.begin(), pspec.common.begin(),
|
| /external/skia/include/core/ |
| SkPathEffect.h | 212 (e.g. first(path) + second(path)) 213 The reference counts for first and second are both incremented in the constructor, 216 static SkSumPathEffect* Create(SkPathEffect* first, SkPathEffect* second) { 217 return SkNEW_ARGS(SkSumPathEffect, (first, second)); 226 SkSumPathEffect(SkPathEffect* first, SkPathEffect* second) 227 : INHERITED(first, second) {}
|
| /frameworks/base/media/mca/filterfw/native/base/ |
| utilities.h | 65 delete i->second; 81 return &it->second; 135 return it->second; 154 return ret.second;
|
| /frameworks/base/media/mca/filterpacks/native/base/ |
| utilities.h | 65 delete i->second; 81 return &it->second; 135 return it->second; 154 return ret.second;
|
| /frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
| multiclass_pa.cpp | 84 result += inputs[i].second * parameters[inputs[i].first]; 101 norm += inputs[i].second * inputs[i].second; 162 parameters_[target][inputs[i].first] += rate * inputs[i].second; 164 parameters_[other_class][inputs[i].first] -= rate * inputs[i].second; 177 float loss_t = TrainOneExample(data[index].first, data[index].second); 190 float loss_t = SparseTrainOneExample(data[index].first, data[index].second); 229 if (best_class != data[t].second) { 242 if (best_class != data[t].second) {
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
| partition_copy.pass.cpp | 44 assert(p.second == r2 + 4);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
| stream.pass.cpp | 31 sm.second = s.end();
|
| /packages/apps/Camera/jni/feature_mos/src/mosaic/ |
| CSite.h | 29 short second; member in struct:__anon43150
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| CSite.h | 29 short second; member in struct:__anon43160
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
| digraph_utils.h | 39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member in struct:latinime::DigraphUtils::__anon43172
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/gp_hash_table_map_/ |
| debug_store_hash_fn_imps.hpp | 65 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
|