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

1 2 3

  /external/libchrome/base/
bind.h 28 // Though Bind()'s result is meant to be stored in a Callback<> type, it
31 // discern the correct specialization of Callback<>, Bind would need to
39 // classes). However, it is avoidable in Bind if we return the result
46 // open bind_internal.h. On the other hand, it makes Bind() harder to read.
57 Bind(Functor functor, const Args&... args) {
77 "do not bind functions with nonconst ref");
  /external/libweave/third_party/chromium/base/
bind.h 28 // Though Bind()'s result is meant to be stored in a Callback<> type, it
31 // discern the correct specialization of Callback<>, Bind would need to
39 // classes). However, it is avoidable in Bind if we return the result
46 // open bind_internal.h. On the other hand, it makes Bind() harder to read.
57 Bind(Functor functor, const Args&... args) {
77 "do not bind functions with nonconst ref");
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 34 public @interface Bind {
36 * If specified, {@link BoundFieldModule} will bind the annotated field's value to this type,
39 Class<?> to() default Bind.class;
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
fake_fs.py 38 self.Bind()
44 def Bind(self):
  /external/libweave/src/
base_api_handler.cc 7 #include <base/bind.h>
112 base::Bind(&BaseApiHandler::UpdateBaseConfiguration,
116 base::Bind(&BaseApiHandler::UpdateDeviceInfo,
119 device_info_->GetMutableConfig()->AddOnChangedCallback(base::Bind(
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 138 bool UdpSocketPosix::Bind(const SocketAddress& name)
141 if (0 == bind(_socket, reinterpret_cast<const sockaddr*>(&name),size))
146 "UdpSocketPosix::Bind() error: %d", errno);
  /system/extras/tests/net_test/
csocket.py 110 def Bind(s, to):
112 ret = libc.bind(s.fileno(), to.CPointer(), len(to))
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 155 // Bind the VBO
168 // Bind the IB
233 // Bind attribute locations
281 bool TeapotRenderer::Bind( ndk_helper::TapCamera* camera )
  /external/libweave/src/privet/
cloud_delegate.cc 10 #include <base/bind.h>
48 device_->GetMutableConfig()->AddOnChangedCallback(base::Bind(
50 device_->AddGcdStateChangedCallback(base::Bind(
54 base::Bind(&CloudDelegateImpl::NotifyOnTraitDefsChanged,
56 component_manager_->AddCommandAddedCallback(base::Bind(
58 component_manager_->AddCommandRemovedCallback(base::Bind(
60 component_manager_->AddStateChangedCallback(base::Bind(
63 base::Bind(&CloudDelegateImpl::NotifyOnComponentTreeChanged,
130 FROM_HERE, base::Bind(&CloudDelegateImpl::CallManagerRegisterDevice,
277 base::Bind(&CloudDelegateImpl::RegisterDeviceDone
    [all...]
  /external/webrtc/webrtc/base/
asyncsocket.cc 49 int AsyncSocketAdapter::Bind(const SocketAddress& addr) {
50 return socket_->Bind(addr);
macasyncsocket.cc 55 // Calling bind in before connect explicitly causes errors, so just query
83 // Bind the socket to a local address.
84 int MacAsyncSocket::Bind(const SocketAddress& address) {
87 int err = ::bind(native_socket_, reinterpret_cast<sockaddr*>(&saddr), len);
  /system/connectivity/shill/net/
sockets.cc 52 int Sockets::Bind(int sockfd,
55 return bind(sockfd, addr, addrlen);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 272 // Bind the VBO
284 // Bind the IB
413 // Bind attribute locations
538 // Bind
540 bool MoreTeapotsRenderer::Bind( ndk_helper::TapCamera* camera )
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 89 Callback Bind() {
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 116 class Bind
119 Bind (const std::string& attribute, deUint32 location);
131 // Simple bind attribute test
150 // Bind maximum number of attributes
  /external/v8/src/compiler/
liveness-analyzer.h 85 void Bind(int var) { entries_.push_back(Entry(Entry::kBind, var)); }
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 95 __ bind(&start_label_); // And then continue from here.
142 void RegExpMacroAssemblerIA32::Bind(Label* label) {
143 __ bind(label);
186 __ bind(&fallthrough);
231 __ bind(&loop);
248 __ bind(&convert_capture);
256 __ bind(&loop_increment);
265 __ bind(&fail);
271 __ bind(&success);
347 __ bind(&fallthrough)
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 40 void RegExpMacroAssemblerIrregexp::Bind(Label* l) {
429 Bind(&backtrack_);
regexp-macro-assembler-tracer.cc 40 void RegExpMacroAssemblerTracer::Bind(Label* label) {
41 PrintF("label[%08x]: (Bind)\n", LabelToInt(label));
42 assembler_->Bind(label);
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 95 __ bind(&start_label_); // And then continue from here.
142 void RegExpMacroAssemblerX87::Bind(Label* label) {
143 __ bind(label);
186 __ bind(&fallthrough);
230 __ bind(&loop);
247 __ bind(&convert_capture);
255 __ bind(&loop_increment);
264 __ bind(&fail);
270 __ bind(&success);
346 __ bind(&fallthrough)
    [all...]
  /external/v8/test/unittests/compiler/
liveness-analyzer-unittest.cc 77 void Bind(int var) { current_block()->Bind(var); }
270 Bind(0);
278 Bind(2);
279 Bind(1);
281 Bind(3);
291 Bind(2);
292 Bind(3);
329 Bind(0);
330 Bind(1)
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 70 void Bind() {
325 Bind();
335 Bind();
358 Bind();
383 Bind();
407 Bind();
432 Bind();
454 // successful allocate and bind.
457 Bind();
498 Bind();
    [all...]
  /system/core/crash_reporter/
list_proxies.cc 124 timeout_callback_(base::Bind(&ProxyResolver::HandleBrowserTimeout,
208 base::Bind(&ProxyResolver::HandleProxyResolvedSignal,
210 base::Bind(&ProxyResolver::HandleDBusSignalConnected,
  /system/weaved/buffet/
shill_client.cc 108 base::Bind(&ShillClient::OnManagerPropertyChange,
110 base::Bind(&ShillClient::OnManagerPropertyChangeRegistration,
112 auto owner_changed_cb = base::Bind(&ShillClient::OnShillServiceOwnerChange,
147 FROM_HERE, base::Bind(callback, base::Passed(&error)));
170 FROM_HERE, base::Bind(callback, base::Passed(&weave_error)));
177 base::Bind(&ShillClient::OnServicePropertyChange,
179 base::Bind(&ShillClient::OnServicePropertyChangeRegistration,
182 FROM_HERE, base::Bind(&ShillClient::ConnectToServiceError,
296 base::Bind(&ShillClient::OnDevicePropertyChange,
298 base::Bind(&ShillClient::OnDevicePropertyChangeRegistration
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 210 class Bind {

Completed in 442 milliseconds

1 2 3