HomeSort by relevance Sort by last modified time
    Searched defs:returned (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/cc/resources/
transferable_resource.cc 23 ReturnedResource returned; local
24 returned.id = id;
25 returned.sync_point = mailbox_holder.sync_point;
26 returned.count = 1;
27 return returned;
resource_provider_unittest.cc 418 const ReturnedResourceArray& returned) {
419 array->insert(array->end(), returned.begin(), returned.end());
721 ReturnedResourceArray returned; local
722 TransferableResource::ReturnResources(list, &returned);
723 child_resource_provider_->ReceiveReturnsFromParent(returned);
724 // ids were exported twice, we returned them only once, they should still
987 ReturnedResourceArray returned; local
1293 ReturnedResourceArray returned; local
1396 ReturnedResourceArray returned; local
1531 ReturnedResourceArray returned; local
1554 ReturnedResourceArray returned; local
1819 ReturnedResourceArray returned; local
1874 ReturnedResourceArray returned; local
1980 ReturnedResourceArray returned; local
2106 ReturnedResourceArray returned; local
    [all...]
  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 53 int returned = super.read(buf, offset, count); local
54 total += returned;
55 return returned;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 35 private String returned; // AST (toStringTree) or ST (toString) field in class:gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) {
50 this.returned = returned;
66 return returned;
  /external/chromium_org/cc/layers/
delegated_frame_provider.cc 25 ReturnedResourceArray returned; local
26 TransferableResource::ReturnResources(frame_->resource_list, &returned);
27 resource_collection_->UnrefResources(returned);
59 ReturnedResourceArray returned; local
60 TransferableResource::ReturnResources(frame_->resource_list, &returned);
61 resource_collection_->UnrefResources(returned);
106 const ReturnedResourceArray& returned) {
107 resource_collection_->UnrefResources(returned);
delegated_frame_resource_collection.cc 51 ReturnedResource returned; local
52 returned.id = it->first;
53 returned.count = it->second.refs_to_return;
54 returned.lost = true;
55 to_return.push_back(returned);
77 const ReturnedResourceArray& returned) {
85 for (size_t i = 0; i < returned.size(); ++i) {
87 resource_id_ref_count_map_.find(returned[i].id);
89 DCHECK_GE(it->second.refs_to_wait_for, returned[i].count);
90 it->second.refs_to_wait_for -= returned[i].count
    [all...]
delegated_frame_provider_unittest.cc 149 ReturnedResourceArray returned; local
150 TransferableResource::ReturnResources(reffed, &returned);
185 frame_provider_->UnrefResourcesOnMainThread(returned);
187 frame_provider_->UnrefResourcesOnMainThread(returned);
189 frame_provider_->UnrefResourcesOnMainThread(returned);
193 frame_provider_->UnrefResourcesOnMainThread(returned);
207 ReturnedResourceArray returned; local
208 TransferableResource::ReturnResources(reffed, &returned);
227 frame_provider_->UnrefResourcesOnMainThread(returned);
228 frame_provider_->UnrefResourcesOnMainThread(returned);
249 ReturnedResourceArray returned; local
293 ReturnedResourceArray returned; local
    [all...]
texture_layer_unittest.cc 759 // mailbox is returned to the main thread.
1089 ReturnedResourceArray returned; local
    [all...]
  /external/chromium_org/ui/base/x/
selection_requestor.h 87 bool returned; member in struct:ui::SelectionRequestor::PendingRequest
  /external/clang/test/CodeGen/
types.c 30 struct List returned; member in struct:Village
  /external/chromium_org/cc/surfaces/
surface_unittest.cc 106 // time by virtue of being in the pending frame, so none can be returned to
113 // available to be returned.
137 // time by virtue of being in the pending frame, so none can be returned to
147 // available to be returned as soon as the resource provider releases them.
188 // Now it should be returned.
191 // We don't care how many entries are in the returned array for 7, so long as
192 // the total returned count matches the submitted count.
193 const ReturnedResourceArray& returned = client.returned_resources(); local
195 for (size_t i = 0; i < returned.size(); ++i) {
196 EXPECT_EQ(7u, returned[i].id)
    [all...]
  /external/chromium_org/sandbox/win/tests/common/
test_utils.cc 41 DWORD returned; local
54 NULL, 0, &returned, NULL)) {
63 DWORD returned; local
67 &returned, NULL)) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 109 bool returned; // True when the packet already has been returned to the member in class:webrtc::ForwardErrorCorrection::RecoveredPacket
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 76 ClearsilverFactory returned = clearsilverFactory; local
78 return returned;
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
ApplicationRestrictionsTest.java 95 Bundle returned = sDpm.getApplicationRestrictions(sAdminReceiver, RESTRICTED_APP); local
96 assertNotNull(returned);
97 assertEquals(returned.size(), 1);
98 assertEquals(returned.get("KEY_STRING"), "Foo");
100 returned = sDpm.getApplicationRestrictions(sAdminReceiver, RESTRICTED_APP);
101 assertEquals(returned.size(), 0);
113 Bundle returned = sDpm.getApplicationRestrictions(sAdminReceiver, RESTRICTED_APP); local
114 assertTrue(returned.getBoolean("KEY_BOOLEAN"));
115 assertFalse(returned.getBoolean("KEY_BOOLEAN_2"));
116 assertFalse(returned.getBoolean("KEY_BOOLEAN_3"))
132 Bundle returned = sDpm.getApplicationRestrictions(sAdminReceiver, RESTRICTED_APP); local
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 124 DWORD returned = 0; local
131 &returned));
134 EXPECT_EQ(0u, returned);
144 &returned));
146 EXPECT_EQ(1u, returned);
151 returned = 0;
159 &returned));
162 EXPECT_EQ(0u, returned);
172 &returned));
174 EXPECT_EQ(1u, returned);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PointTest.cpp 31 SkScalar returned = SkPoint::Normalize(&point); local
33 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 113 // REQUIRES: span was returned by earlier call to New() and
119 // REQUIRES: span was returned by an earlier call to New()
148 uint64_t unmapped_bytes; // Total bytes on returned freelists
154 // normal and returned free lists for that size.
223 // has been returned to the system.
226 Span returned; member in struct:tcmalloc::PageHeap::SpanList
246 // length exactly "n" and mark it as non-free so it can be returned
  /external/skia/tests/
PointTest.cpp 31 SkScalar returned = SkPoint::Normalize(&point); local
33 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 146 static const char kNoErrorReturned[] = "No error returned.";
150 bool returned = schema.Validate(value, strategy, NULL, &error); local
151 ASSERT_EQ(expected_return_value, returned) << source << ": " << error;
158 returned =
160 EXPECT_EQ(expected_return_value, returned) << source << ": " << error;
163 EXPECT_EQ(touched, !strictly_valid && returned) << source;
183 bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error); local
184 ASSERT_FALSE(returned) << error_path;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 121 // REQUIRES: span was returned by earlier call to New() and
127 // REQUIRES: span was returned by an earlier call to New()
156 uint64_t unmapped_bytes; // Total bytes on returned freelists
164 // normal and returned free lists for that size.
235 // has been returned to the system.
238 Span returned; member in struct:tcmalloc::PageHeap::SpanList
257 // length exactly "n" and mark it as non-free so it can be returned
  /external/libogg/include/ogg/
ogg.h 57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon28332
  /external/qemu/block/
raw-win32.c 71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 721 static inline void _hb_warn_no_return (bool returned)
723 if (unlikely (!returned)) {
724 fprintf (stderr, "OUCH, returned with no call to TRACE_RETURN. This is a bug, please report.\n");
728 inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
738 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
749 _hb_warn_no_return<ret_t> (returned);
750 if (!returned) {
758 if (unlikely (returned)) {
768 returned = true;
776 bool returned; member in struct:hb_auto_trace_t
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 729 static inline void _hb_warn_no_return (bool returned)
731 if (unlikely (!returned)) {
732 fprintf (stderr, "OUCH, returned with no call to TRACE_RETURN. This is a bug, please report.\n");
736 /*static*/ inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
746 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
757 _hb_warn_no_return<ret_t> (returned);
758 if (!returned) {
766 if (unlikely (returned)) {
776 returned = true;
784 bool returned; member in struct:hb_auto_trace_t
    [all...]

Completed in 646 milliseconds

1 2