HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 351 - 375 of 5469) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/containers/
scoped_ptr_hash_map.h 49 ScopedPtr(it->second).reset();
50 it->second = data.release();
61 if (result.second)
68 ScopedPtr(it->second).reset();
85 ScopedPtr ret(it->second);
86 it->second = NULL;
103 ScopedPtr ret(it->second);
122 return it->second;
136 ScopedPtr(temp->second).reset();
  /external/llvm/lib/TableGen/
StringMatcher.cpp 55 StringRef Code = Matches[0]->second;
60 Code = Split.second;
64 Code = Split.second;
110 << LI->second.size() << " string";
111 if (LI->second.size() != 1) OS << 's';
113 if (EmitStringMatcherForChar(LI->second, CharNo+1, IndentCount+1))
142 << LI->second.size()
143 << " string" << (LI->second.size() == 1 ? "" : "s") << " to match.\n";
144 if (EmitStringMatcherForChar(LI->second, 0, Indent))
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 39 entry.second = mDefault.diff(entry.first);
42 entry.second &= ~ResTable_config::CONFIG_VERSION;
45 if ((entry.second & ResTable_config::CONFIG_DENSITY) != 0) {
48 entry.second &= ~ResTable_config::CONFIG_DENSITY;
51 mConfigMask |= entry.second;
111 if ((diff & entry.second) == 0) {
113 matchedAxis |= entry.second;
114 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) {
132 } else if ((diff & entry.second) == ResTable_config::CONFIG_SMALLEST_SCREEN_SIZE) {
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
ImageCompare.java 26 byte[] second = loadImageByteArray(file2);
30 int v2 = 0xFF & second[i];
54 byte[] second = loadBitmapByteArray(bitmap2);
56 int loopCount = first.length > second.length ? second.length : first.length;
62 int v2 = 0xFF & second[i];
115 byte[] second = stream2.toByteArray();
127 int v2 = 0xFF & second[i];
134 difference[i] = (byte)(first[i] - second[i]);
  /system/update_engine/payload_generator/
graph_utils.cc 41 graph[edge.first].out_edges.find(edge.second)->second.extents;
58 CHECK(result.second);
61 AppendBlockToExtents(&edge_it->second.extents, block);
83 if (!it->second.write_extents.empty())
84 it->second.write_extents.clear();
85 if (it->second.extents.empty()) {
117 DumpExtents(it->second.extents, 6);
119 DumpExtents(it->second.write_extents, 6);
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
44 assert(next(m.begin())->second == DefaultOnly());
52 assert(next(m.begin())->second == DefaultOnly());
66 assert(m.begin()->second == Emplaceable());
73 assert(m.begin()->second == Emplaceable(2, 3.5));
80 assert(m.begin()->second == Emplaceable(2, 3.5));
90 assert(m.begin()->second == 3.5);
102 assert(m.begin()->second == DefaultOnly());
110 assert(next(m.begin())->second == DefaultOnly());
118 assert(next(m.begin())->second == DefaultOnly())
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
43 assert(next(m.begin())->second == DefaultOnly());
50 assert(next(m.begin(), 2)->second == DefaultOnly());
63 assert(m.begin()->second == Emplaceable());
69 assert(m.begin()->second == Emplaceable(2, 3.5));
75 assert(r->second == Emplaceable(3, 3.5));
85 assert(m.begin()->second == 3.5);
97 assert(m.begin()->second == DefaultOnly());
104 assert(next(m.begin())->second == DefaultOnly());
111 assert(next(m.begin(), 2)->second == DefaultOnly())
    [all...]
emplace_hint.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
44 assert(next(m.begin())->second == DefaultOnly());
52 assert(next(m.begin(), 2)->second == DefaultOnly());
66 assert(m.begin()->second == Emplaceable());
73 assert(m.begin()->second == Emplaceable(2, 3.5));
80 assert(r->second == Emplaceable(3, 3.5));
90 assert(m.begin()->second == 3.5);
102 assert(m.begin()->second == DefaultOnly());
110 assert(next(m.begin())->second == DefaultOnly());
118 assert(next(m.begin(), 2)->second == DefaultOnly())
    [all...]
  /external/v8/src/libplatform/
default-platform.cc 50 while (!i->second.empty()) {
51 delete i->second.front();
52 i->second.pop();
57 while (!i->second.empty()) {
58 delete i->second.top().second;
59 i->second.pop();
88 if (it == main_thread_queue_.end() || it->second.empty()) {
91 Task* task = it->second.front();
92 it->second.pop()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
44 assert(next(m.begin())->second == DefaultOnly());
52 assert(next(m.begin())->second == DefaultOnly());
66 assert(m.begin()->second == Emplaceable());
73 assert(m.begin()->second == Emplaceable(2, 3.5));
80 assert(m.begin()->second == Emplaceable(2, 3.5));
90 assert(m.begin()->second == 3.5);
102 assert(m.begin()->second == DefaultOnly());
110 assert(next(m.begin())->second == DefaultOnly());
118 assert(next(m.begin())->second == DefaultOnly())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
43 assert(next(m.begin())->second == DefaultOnly());
50 assert(next(m.begin(), 2)->second == DefaultOnly());
63 assert(m.begin()->second == Emplaceable());
69 assert(m.begin()->second == Emplaceable(2, 3.5));
75 assert(r->second == Emplaceable(3, 3.5));
85 assert(m.begin()->second == 3.5);
97 assert(m.begin()->second == DefaultOnly());
104 assert(next(m.begin())->second == DefaultOnly());
111 assert(next(m.begin(), 2)->second == DefaultOnly())
    [all...]
emplace_hint.pass.cpp 36 assert(m.begin()->second == DefaultOnly());
44 assert(next(m.begin())->second == DefaultOnly());
52 assert(next(m.begin(), 2)->second == DefaultOnly());
66 assert(m.begin()->second == Emplaceable());
73 assert(m.begin()->second == Emplaceable(2, 3.5));
80 assert(r->second == Emplaceable(3, 3.5));
90 assert(m.begin()->second == 3.5);
102 assert(m.begin()->second == DefaultOnly());
110 assert(next(m.begin())->second == DefaultOnly());
118 assert(next(m.begin(), 2)->second == DefaultOnly())
    [all...]
  /system/security/keystore/
operation.cpp 56 *outHandle = entry->second.handle;
57 *outKeyid = entry->second.keyid;
58 *outPurpose = entry->second.purpose;
59 *outDevice = entry->second.device;
61 *outCharacteristics = entry->second.characteristics.get();
79 sp<IBinder> appToken = entry->second.appToken;
95 auto tokenEntry = std::find(appEntry->second.begin(), appEntry->second.end(), token);
96 appEntry->second.erase(tokenEntry);
98 if (appEntry->second.size() == 0)
    [all...]
  /system/webservd/libwebserv/
request.cc 78 data.emplace_back(pair.first, pair.second.get());
86 while (pair.first != pair.second) {
87 data.push_back(pair.first->second);
91 while (pair.first != pair.second) {
92 data.push_back(pair.first->second);
102 while (pair.first != pair.second) {
103 data.push_back(pair.first->second);
113 while (pair.first != pair.second) {
114 data.push_back(pair.first->second);
124 while (pair.first != pair.second) {
    [all...]
dbus_protocol_handler.cc 86 ports.insert(pair.second->port());
93 protocols.insert(pair.second->protocol());
100 fingerprint = pair.second->certificate_fingerprint();
119 pair.second->AddRequestHandlerAsync(
126 pair.second),
149 for (const auto& pair : p->second.remote_handler_ids) {
151 pair.second,
164 pair.second.url,
165 pair.second.method,
182 pair.second.remote_handler_ids.clear()
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_copy.pass.cpp 64 assert(i->second == "one");
67 assert(i->second == "four");
70 assert(i->second == "two");
73 assert(i->second == "four");
76 assert(i->second == "three");
79 assert(i->second == "four");
141 assert(i->second == "one");
144 assert(i->second == "four");
147 assert(i->second == "two");
150 assert(i->second == "four")
    [all...]
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 571 * @param second
572 * placeholder for the second argument matcher.
575 public static boolean and(boolean first, boolean second) {
586 * @param second
587 * placeholder for the second argument matcher.
590 public static byte and(byte first, byte second) {
601 * @param second
602 * placeholder for the second argument matcher.
605 public static char and(char first, char second) {
616 * @param second
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_copy.pass.cpp 64 assert(i->second == "one");
67 assert(i->second == "four");
70 assert(i->second == "two");
73 assert(i->second == "four");
76 assert(i->second == "three");
79 assert(i->second == "four");
141 assert(i->second == "one");
144 assert(i->second == "four");
147 assert(i->second == "two");
150 assert(i->second == "four")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_pair.i 14 static int get_pair(const octave_value& first, octave_value second,
22 U *psecond = &(val->second);
23 int res2 = swig::asval(second, psecond);
33 int res2 = swig::asval((PyObject*)second, psecond);
64 static int get_pair(const octave_value& first, octave_value second,
73 U *psecond = &(vp->second);
74 int res2 = swig::asval(second, psecond);
85 int res2 = swig::asval(second, psecond);
118 c(1)=swig::from(val.second);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 380 * <code>second</code>.
382 private boolean equalsAccessiblityEvent(AccessibilityEvent first, AccessibilityEvent second) {
383 return first.getEventType() == second.getEventType()
384 && first.isChecked() == second.isChecked()
385 && first.getCurrentItemIndex() == second.getCurrentItemIndex()
386 && first.isEnabled() == second.isEnabled()
387 && first.getFromIndex() == second.getFromIndex()
388 && first.getItemCount() == second.getItemCount()
389 && first.isPassword() == second.isPassword()
390 && first.getRemovedCount() == second.getRemovedCount(
    [all...]
  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.cc 71 const int col_block_size = blocks_[it->second];
90 const int col_block_size = blocks_[it->second];
91 layout_[IntPairToLong(it->first, it->second)] =
101 const int col_block_id = it->second;
124 delete it->second;
145 return it->second;
  /external/chromium-trace/catapult/third_party/vinn/vinn/test_data/
console_time_test.js 7 equal: function(first, second) {
8 if (first !== second) {
10 ' !== ' + JSON.stringify(second));
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 41 assert(r->second == Emplaceable());
46 assert(r->second == Emplaceable(5, 6));
52 assert(r->second == Emplaceable(6, 7));
65 assert(r->second == Emplaceable());
70 assert(r->second == Emplaceable(5, 6));
76 assert(r->second == Emplaceable(6, 7));
  /external/libcxx/test/std/containers/unord/unord.multimap/
local_iterators.fail.cpp 54 assert(i->second == "one");
57 assert(i->second == "four");
65 assert(i->second == "two");
68 assert(i->second == "four");
75 assert(i->second == "three");
82 assert(i->second == "four");
119 assert(i->second == "one");
122 assert(i->second == "four");
129 assert(i->second == "two");
132 assert(i->second == "four")
    [all...]
  /external/skia/include/core/
SkPathEffect.h 225 (e.g. first(path) + second(path))
226 The reference counts for first and second are both incremented in the constructor,
229 static SkPathEffect* Create(SkPathEffect* first, SkPathEffect* second) {
231 return SkSafeRef(second);
233 if (!second) {
236 return new SkSumPathEffect(first, second);
250 SkSumPathEffect(SkPathEffect* first, SkPathEffect* second) : INHERITED(first, second) {}

Completed in 467 milliseconds

<<11121314151617181920>>