| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_tempbuf.h | 79 * you should compare len with the .second return value. 190 _M_len = __p.second;
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_tempbuf.h | 79 * you should compare len with the .second return value. 190 _M_len = __p.second;
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| stl_tempbuf.h | 79 * you should compare len with the .second return value. 190 _M_len = __p.second;
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
| set.h | 188 __res.second); 199 __res.second); 309 iterator(__res.second)); 321 const_iterator(__res.second));
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
| set.h | 189 __res.second); 200 __res.second); 310 iterator(__res.second)); 322 const_iterator(__res.second));
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
| set.h | 188 __res.second); 199 __res.second); 309 iterator(__res.second)); 321 const_iterator(__res.second));
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
| set.h | 189 __res.second); 200 __res.second); 310 iterator(__res.second)); 322 const_iterator(__res.second));
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/ |
| insert_fn_imps.hpp | 48 if (ins_pair.second == true)
|
| /system/netd/server/ |
| UidRanges.cpp | 26 (iter != mRanges.begin() && (--iter)->second >= uid);
|
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | 55 const std::vector<MDRef> &MDList = I->second; 78 std::vector<unsigned> &Vec = I->second; 148 ForwardRefBlockAddresses.begin()->second, 156 if (NumberedTypes[i].second.isValid()) 157 return Error(NumberedTypes[i].second, 162 if (I->second.second.isValid()) 163 return Error(I->second.second, 167 return Error(ForwardRefComdats.begin()->second, [all...] |
| /art/compiler/dex/ |
| global_value_numbering.cc | 93 bool recalculating = top.second; 159 return lb->second; 173 return lb->second;
|
| global_value_numbering.h | 90 res = lb->second; 107 return (it != global_value_map_.end() && it->second == value); 179 res = lb->second;
|
| /art/compiler/optimizing/ |
| builder.cc | 142 HInstruction* second = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); local 143 T* comparison = new (arena_) T(first, second); 275 HInstruction* second = LoadLocal(instruction.VRegC(), type); local 276 current_block_->AddInstruction(new (arena_) T(type, first, second)); 283 HInstruction* second = LoadLocal(instruction.VRegB(), type); local 284 current_block_->AddInstruction(new (arena_) T(type, first, second)); 291 HInstruction* second = GetIntConstant(instruction.VRegC_22s()); local 293 std::swap(first, second); 295 current_block_->AddInstruction(new (arena_) T(Primitive::kPrimInt, first, second)); 302 HInstruction* second = GetIntConstant(instruction.VRegC_22b()) local [all...] |
| /bionic/benchmarks/ |
| benchmark_main.cpp | 199 int name_width = static_cast<int>(strlen(it->second->Name())); 205 ::testing::Benchmark* b = it->second; 220 fprintf(stderr, " %s\n", it->second->Name());
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
| CaptureResultTest.java | 192 List<CaptureResult> partialResults = resultPair.second; 304 prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result.second); 312 prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result2.second); 314 jpegListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result2.second); 317 mCollector.expectGreater("Timestamps must be increasing.", result.second, 318 result2.second); 327 long resultDiff = result4.second - result3.second; 331 prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result3.second); 333 prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS), result4.second); [all...] |
| /development/samples/Vault/tests/src/com/example/android/vault/ |
| EncryptedDocumentTest.java | 239 final JSONObject second = new JSONObject(); local 240 second.put("color", "blue"); 242 doc.writeMetadataAndContent(second, pipe[0]);
|
| /external/chromium_org/ash/display/ |
| display_change_observer_chromeos.cc | 76 else if (display_mode_it->second.interlaced && !display_mode.interlaced) 77 display_mode_it->second = display_mode; 84 display_mode_list.push_back(iter->second);
|