HomeSort by relevance Sort by last modified time
    Searched refs:Return (Results 76 - 100 of 771) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/api/
rs_core_math.spec 127 Return the inverse sine divided by PI.
138 Return the inverse tangent.
150 Return the inverse tangent of y / x.
161 Return the inverse hyperbolic tangent.
172 Return the inverse tangent divided by PI.
184 Return the inverse tangent of y / x, divided by PI.
195 Return the cube root.
206 Return the smallest integer not less than a value.
229 Return the cosine.
240 Return the hypebolic cosine
    [all...]
  /external/chromium_org/net/quic/
reliable_quic_stream_test.cc 27 using testing::Return;
55 return should_process_data_ ? data_len : 0;
59 return QuicUtils::HighestPriority();
129 bool fin_sent() { return ReliableQuicStreamPeer::FinSent(stream_.get()); }
130 bool rst_sent() { return ReliableQuicStreamPeer::RstSent(stream_.get()); }
137 return write_blocked_list_->HasWriteBlockedCryptoOrHeadersStream() ||
162 Return(QuicConsumedData(kDataLen, true)));
182 .WillOnce(Return(QuicConsumedData(1, false)));
195 .WillOnce(Return(QuicConsumedData(2, false)));
206 .WillOnce(Return(QuicConsumedData(0, false)))
    [all...]
quic_stream_sequencer_test.cc 29 using testing::Return;
48 return QuicUtils::HighestPriority();
51 return true;
75 return VerifyIovecs(iovecs, num_iovecs, expected, num_expected);
85 return false;
89 return false;
92 return true;
99 return false;
104 return false;
106 return true
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-branch-combine.cc 34 m.Return(m.Int32Constant(eq_constant));
36 m.Return(m.Int32Constant(ne_constant));
61 m.Return(m.Int32Constant(eq_constant));
63 m.Return(m.Int32Constant(ne_constant));
85 m.Return(m.Int32Constant(eq_constant));
87 m.Return(m.Int32Constant(ne_constant));
107 m.Return(m.Int32Constant(eq_constant));
109 m.Return(m.Int32Constant(ne_constant));
129 m.Return(m.Int32Constant(eq_constant));
131 m.Return(m.Int32Constant(ne_constant))
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler_unittest.cc 14 using ::testing::Return;
97 .WillRepeatedly(Return(base::Time::UnixEpoch()));
117 .WillByDefault(Return(base::Time::UnixEpoch()));
123 .WillByDefault(Return(base::Time::UnixEpoch() +
147 .WillByDefault(Return(base::Time::UnixEpoch()));
153 .WillByDefault(Return(base::Time::UnixEpoch() +
171 .WillByDefault(Return(base::Time::UnixEpoch() +
  /external/chromium_org/remoting/client/
client_status_logger_unittest.cc 22 using testing::Return;
38 return false;
50 return is_state_change;
56 return false;
59 return entry->Attr(QName(std::string(), "event-name")) ==
89 .WillRepeatedly(Return(kClientJid));
94 .WillOnce(DoAll(DeleteArg<0>(), Return(true)));
114 .WillRepeatedly(Return(kClientJid));
119 .WillOnce(DoAll(DeleteArg<0>(), Return(true)));
136 .WillRepeatedly(Return(kClientJid))
    [all...]
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 25 using ::testing::Return;
62 return callbacks_.erase(path);
95 return it == hosts().end() ? NULL : it->second;
98 content::NotificationRegistrar& GetRegistrar() { return registrar(); }
126 return profile_path_;
128 virtual std::string GetAppId() const OVERRIDE { return app_id_; }
130 int close_count() { return close_count_; }
168 .WillRepeatedly(Return(true));
170 .WillRepeatedly(Return(&profile_a_));
172 .WillRepeatedly(Return(true))
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 14 # Return value: New reference.
19 # Return value: New reference.
25 # Return value: New reference.
31 # Return value: New reference.
37 # Return value: New reference.
38 # Return the floor of o1 divided by o2, or NULL on failure. This
42 # Return value: New reference.
43 # Return a reasonable approximation for the mathematical value of
44 # o1 divided by o2, or NULL on failure. The return value is
47 # base two. This function can return a floating point value whe
    [all...]
module.pxd 10 # Return value: New reference.
15 # list ['*'] so that the return value is the named module rather
20 # loaded.) Return a new reference to the imported module, or NULL
24 # Return value: New reference.
30 # The return value is a new reference to the imported module or
33 # case). Like for __import__(), the return value when a submodule
39 # Return value: New reference.
47 # Return value: New reference.
50 # function calls this function directly. Return a new reference to
55 # Return value: Borrowed reference
    [all...]
weakref.pxd 6 # Return true if ob is either a reference or proxy object.
9 # Return true if ob is a reference object.
12 # Return true if *ob* is a proxy object.
15 # Return a weak reference object for the object ob. This will
16 # always return a new reference, but is not guaranteed to create a
23 # None, or NULL, this will return NULL and raise TypeError.
26 # Return a weak reference proxy object for the object ob. This
27 # will always return a new reference, but is not guaranteed to
34 # None, or NULL, this will return NULL and raise TypeError.
37 # Return the referenced object from a weak reference, ref. If th
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 122 return browser()->tab_strip_model()->GetActiveWebContents();
126 return static_cast<content::MockRenderProcessHost*>(
133 return SearchTabHelper::FromWebContents(web_contents);
148 return process()->sink().GetFirstMessageMatching(id) != NULL;
155 .WillOnce(testing::Return(true));
167 MockSearchIPCRouterDelegate* mock_delegate() { return &delegate_; }
174 return static_cast<MockSearchIPCRouterPolicy*>(
179 return GetSearchTabHelper(web_contents())->ipc_router();
183 return GetSearchIPCRouter().page_seq_no_for_testing();
194 return GetSearchTabHelper(contents)->ipc_router().is_active_tab_
    [all...]
  /external/chromium_org/jingle/notifier/base/
xmpp_connection_unittest.cc 40 using ::testing::Return;
108 // ChromeAsyncSocket::Connect() will always return false since we're
125 EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthDone()).WillOnce(Return(true));
126 EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthorized()).WillOnce(Return(false));
127 EXPECT_CALL(*mock_pre_xmpp_auth_, HadError()).WillOnce(Return(true));
128 EXPECT_CALL(*mock_pre_xmpp_auth_, GetError()).WillOnce(Return(5));
144 EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthDone()).WillOnce(Return(true));
145 EXPECT_CALL(*mock_pre_xmpp_auth_, IsAuthorized()).WillOnce(Return(true));
146 EXPECT_CALL(*mock_pre_xmpp_auth_, GetAuthMechanism()).WillOnce(Return(""));
147 EXPECT_CALL(*mock_pre_xmpp_auth_, GetAuthToken()).WillOnce(Return(""));
    [all...]
  /external/chromium_org/net/quic/congestion_control/
pacing_sender_test.cc 14 using testing::Return;
46 .WillOnce(Return(zero_time_));
69 .WillOnce(Return(zero_time_));
92 .WillOnce(Return(zero_time_));
114 .WillOnce(Return(infinite_time_));
127 .WillOnce(Return(zero_time_));
137 EXPECT_CALL(*mock_sender_, InSlowStart()).WillRepeatedly(Return(true));
142 .WillRepeatedly(Return(QuicBandwidth::FromBytesAndTimeDelta(
212 EXPECT_CALL(*mock_sender_, InSlowStart()).WillRepeatedly(Return(false));
217 .WillRepeatedly(Return(QuicBandwidth::FromBytesAndTimeDelta
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 31 using ::testing::Return;
81 return NULL;
152 // content::CheckForFileExistenceCallback is the return value from this
201 .WillByDefault(Return(profile()));
203 .WillByDefault(Return(content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS));
211 .WillByDefault(Return(id));
213 .WillByDefault(Return(content::DOWNLOAD_INTERRUPT_REASON_NONE));
217 .WillByDefault(Return(DownloadItem::IN_PROGRESS));
221 .WillByDefault(Return(ui::PAGE_TRANSITION_LINK));
223 .WillByDefault(Return(web_contents()))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 31 using ::testing::Return;
46 return PacketBuffer::kOK;
247 .WillOnce(Return(DecoderDatabase::kDecoderNotFound));
285 .WillRepeatedly(Return(false)); // This is not RED.
288 .WillRepeatedly(Return(DecoderDatabase::kOK)); // Payload type is valid.
290 .WillRepeatedly(Return(false)); // This is not DTMF.
293 .WillRepeatedly(Return(&mock_decoder));
295 .WillRepeatedly(Return(false)); // This is not CNG.
299 .WillRepeatedly(Return(&info));
303 .WillOnce(Return(0)) // First packet
    [all...]
timestamp_scaler_unittest.cc 18 using ::testing::Return;
30 .WillRepeatedly(Return(&info));
50 .WillRepeatedly(Return(&info));
75 .WillRepeatedly(Return(&info));
99 .WillRepeatedly(Return(&info));
129 .WillRepeatedly(Return(&info_g722));
131 .WillRepeatedly(Return(&info_cng));
168 .WillRepeatedly(Return(&info));
196 .WillRepeatedly(Return(&info));
225 .WillRepeatedly(Return(&info))
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 13 using ::testing::Return;
78 .WillRepeatedly(Return(reinterpret_cast<const GLubyte*>(
81 .WillRepeatedly(Return(reinterpret_cast<const GLubyte*>(
84 .WillRepeatedly(Return(reinterpret_cast<const GLubyte*>(
87 .WillRepeatedly(Return(reinterpret_cast<const GLubyte*>(
90 .WillRepeatedly(Return(reinterpret_cast<const GLubyte*>(
  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 14 using ::testing::Return;
36 return NetworkChangeNotifier::CONNECTION_UNKNOWN;
65 return false;
83 .WillOnce(Return(true));
106 .WillRepeatedly(Return(false));
127 .WillOnce(Return(true));
149 .WillRepeatedly(Return(false));
172 .Times(1).WillOnce(Return(true));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy_unittest.cc 42 using ::testing::Return;
74 return new rtc::RefCountedObject<Fake>();
124 Return("Method0")));
134 Return("ConstMethod0")));
145 Return("Method1")));
155 Return("ConstMethod1")));
166 Return("Method2")));
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 13 using ::testing::Return;
79 .WillOnce(Return("auth1"));
82 .WillOnce(Return("auth2"));
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 44 using ::testing::Return;
132 .WillOnce(Return(GL_NO_ERROR))
133 .WillOnce(Return(GL_NO_ERROR))
151 .WillOnce(Return(GL_NO_ERROR))
161 .WillOnce(Return(GL_NO_ERROR))
164 .WillOnce(Return(GL_NO_ERROR))
165 .WillOnce(Return(GL_NO_ERROR))
193 .WillOnce(Return(GL_NO_ERROR))
204 .WillOnce(Return(GL_NO_ERROR))
207 .WillOnce(Return(GL_NO_ERROR)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 36 #pragma mark Rule Return Scopes start
  /external/chromium_org/base/
gmock_unittest.cc 15 using testing::Return;
30 return -1;
40 return b;
57 // Return the first argument received.
58 return arg0;
62 return arg1;
71 .WillOnce(Return(1))
72 .WillOnce(Return(2))
73 .WillOnce(Return(3));
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.cc 17 using ::testing::Return;
  /external/chromium_org/chromeos/dbus/
blocking_method_caller_unittest.cc 20 using ::testing::Return;
32 return true;
34 virtual bool RunsTasksOnCurrentThread() const OVERRIDE { return true; }
60 // CreateMockProxyResponse() to return responses.
66 // service name and the object path will return mock_proxy_.
70 .WillOnce(Return(mock_proxy_.get()));
72 // Set an expectation so mock_bus's GetDBusTaskRunner will return the fake
75 .WillRepeatedly(Return(task_runner_.get()));
78 EXPECT_CALL(*mock_bus_.get(), ShutdownAndBlock()).WillOnce(Return());
103 return response.release()
    [all...]

Completed in 3144 milliseconds

1 2 34 5 6 7 8 91011>>