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

1 2 3 4 5 6 7 8

  /bionic/libc/arch-arm/syscalls/
bind.S 6 ENTRY(bind) function
15 END(bind)
  /bionic/libc/arch-mips/syscalls/
bind.S 4 .globl bind
6 .ent bind
8 bind: label
22 .end bind
  /bionic/libc/arch-x86/syscalls/
bind.S 6 ENTRY(bind) function
25 END(bind)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
util.js 9 function bind(obj, func) { function
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseResource.cpp 57 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend) function in class:WebCore::InspectorDatabaseResource
InspectorDOMStorageResource.cpp 67 void InspectorDOMStorageResource::bind(InspectorFrontend* frontend) function in class:WebCore::InspectorDOMStorageResource
  /packages/apps/Dialer/src/com/android/dialer/
BackScrollManager.java 73 public static void bind(ScrollableHeader header, ListView listView) { method in class:BackScrollManager
75 backScrollManager.bind();
83 private void bind() { method in class:BackScrollManager
  /external/v8/test/mjsunit/regress/
regress-1650.js 30 function g(f) { return f.call.apply(f.bind, arguments); }
46 assertSame(Fake.prototype.bind, this);
53 Fake.prototype.bind = function () {
  /external/webkit/Source/WebKit/chromium/src/
WrappedResourceRequest.h 50 bind(resourceRequest);
55 bind(resourceRequest);
58 void bind(WebCore::ResourceRequest& resourceRequest) function in class:WebKit::WrappedResourceRequest
64 void bind(const WebCore::ResourceRequest& resourceRequest) function in class:WebKit::WrappedResourceRequest
66 bind(*const_cast<WebCore::ResourceRequest*>(&resourceRequest));
WrappedResourceResponse.h 50 bind(resourceResponse);
55 bind(resourceResponse);
58 void bind(WebCore::ResourceResponse& resourceResponse) function in class:WebKit::WrappedResourceResponse
64 void bind(const WebCore::ResourceResponse& resourceResponse) function in class:WebKit::WrappedResourceResponse
66 bind(*const_cast<WebCore::ResourceResponse*>(&resourceResponse));
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpClientConnection.java 55 public void bind( method in class:DefaultHttpClientConnection
72 super.bind(socket, params);
DefaultHttpServerConnection.java 55 public void bind(final Socket socket, final HttpParams params) throws IOException { method in class:DefaultHttpServerConnection
70 super.bind(socket, params);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlImageBinder.java 38 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:UrlImageBinder
ContactPhotoBinder.java 37 * bind contacts photos to their respective list item. This binder simply
63 public boolean bind(View view, Cursor cursor, int columnIndex) { method in class:ContactPhotoBinder
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Messages.java 32 * Bind the given message's substitution locations with the given string values.
37 public static String bind(String message) { method in class:Messages
38 return bind(message, null);
42 * Bind the given message's substitution locations with the given string values.
48 public static String bind(String message, Object binding) { method in class:Messages
49 return bind(message, new Object[] {binding});
53 * Bind the given message's substitution locations with the given string values.
60 public static String bind(String message, Object binding1, Object binding2) { method in class:Messages
61 return bind(message, new Object[] {binding1, binding2});
65 * Bind the given message's substitution locations with the given string values
71 public static String bind(String message, Object[] bindings) { method in class:Messages
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAssetManager.java 18 static AssetManager bind(AssetManager assetManager, ResourceLoader resourceLoader) { method in class:ShadowAssetManager
ShadowLayoutInflater.java 26 private static LayoutInflater bind(LayoutInflater layoutInflater, Context context) { method in class:ShadowLayoutInflater
33 return bind(instances.getInstance(context), context);
78 return bind(new MyLayoutInflater(newContext), newContext);
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 46 void GrGLIndexBuffer::bind() const { function in class:GrGLIndexBuffer
59 this->bind();
85 this->bind();
94 this->bind();
110 this->bind();
GrGLVertexBuffer.cpp 45 void GrGLVertexBuffer::bind() const { function in class:GrGLVertexBuffer
58 this->bind();
81 this->bind();
92 this->bind();
107 this->bind();
  /external/webkit/Source/JavaScriptCore/bytecompiler/
Label.h 58 int bind(int opcode, int offset) const function in class:JSC::Label
  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 53 buffer_t const* EGLBufferObjectManager::bind(GLuint buffer) function in class:android::EGLBufferObjectManager
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportAdapter.java 56 listItem.bind(item.recipient, item.status, item.deliveryDate);
DeliveryReportListItem.java 59 public final void bind(String recipient, String status, String deliveryDate) { method in class:DeliveryReportListItem
  /external/jmonkeyengine/engine/src/test/jme3test/niftygui/
TestNiftyGui.java 79 public void bind(Nifty nifty, Screen screen) { method in class:TestNiftyGui
80 System.out.println("bind( " + screen.getScreenId() + ")");
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 47 if (proxy.bind()) {
63 private boolean bind () { method in class:GeocoderProxy

Completed in 903 milliseconds

1 2 3 4 5 6 7 8