HomeSort by relevance Sort by last modified time
    Searched full:unbound (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/SemaObjC/
arc-invalid.m 5 // The plus is invalid and causes the cleanup to go unbound.
  /external/v8/test/cctest/
test-unbound-queue.cc 3 // Tests of the unbound queue.
6 #include "unbound-queue-inl.h"
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionBindingListener.java 24 * data objects are bound to (or unbound from) an {@code SSLSession}.
37 * Notifies this listener when a value is unbound from an {@code SSLSession}.
SSLSessionBindingEvent.java 24 * object is bound ({@link SSLSession#putValue(String, Object)}) or unbound
  /external/chromium/base/
bind_internal.h.pump 150 // and unbound arguments. This is intentional because it allows the other
163 $var UNBOUND = ARITY - BOUND
164 $if UNBOUND >= 0 [[
169 $range UNBOUND_ARG (ARITY - UNBOUND + 1)..ARITY
176 $range M_UNBOUND_ARG (M_ARITY - UNBOUND + 1)..M_ARITY
178 // Function: Arity $(ARITY) -> $(UNBOUND).
184 $if UNBOUND != 0 [[, ]][[]]
188 $$ Add comma if there are both boudn and unbound args.
189 $if UNBOUND > 0 [[$if BOUND > 0 [[, ]]]][[]]
196 // Method: Arity $(M_ARITY) -> $(UNBOUND)
    [all...]
bind_unittest.cc 363 // Unbound argument type support tests.
364 // - Unbound value.
365 // - Unbound pointer.
366 // - Unbound reference.
367 // - Unbound const reference.
368 // - Unbound unsized array.
369 // - Unbound sized array.
370 // - Unbound array-of-arrays.
385 // Function with unbound reference parameter.
callback_unittest.cc 75 // Ensure we can create unbound callbacks. We need this to be able to store
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 29 * -c cpu - bind client to specified cpu (default: unbound)
30 * -s cpu - bind server to specified cpu (default: unbound)
57 const int unbound = -1; // Indicator for a thread not bound to a specific CPU variable
67 unbound, // Server CPU
68 unbound, // Client CPU
76 AddIntsService(int cpu = unbound);
175 if (options.serverCPU == unbound) {
176 cout << " unbound";
182 if (options.clientCPU == unbound) {
183 cout << " unbound";
    [all...]
  /external/valgrind/main/none/tests/
fdleak_ipv4.stderr.exp 7 Open AF_INET socket 3: 127.0.0.1:... <-> unbound
  /external/chromium/chrome/browser/net/
load_timing_observer_unittest.cc 150 // Test that URLRequestRecord is created, deleted and is not growing unbound.
165 // Check unbound growth.
172 // Test that HTTPStreamJobRecord is created, deleted and is not growing unbound.
186 // Check unbound growth.
193 // Test that ConnectJobRecord is created, deleted and is not growing unbound.
207 // Check unbound growth.
214 // Test that SocketRecord is created, deleted and is not growing unbound.
229 // Check unbound growth.
  /external/chromium_org/v8/test/cctest/
test-unbound-queue.cc 28 // Tests of the unbound queue.
31 #include "unbound-queue-inl.h"
  /external/chromium_org/net/ftp/
ftp_auth_cache.cc 45 // Prevent unbound memory growth of the cache.
  /libcore/luni/src/main/java/javax/net/
ServerSocketFactory.java 56 * @return the created unbound server socket.
62 throw new SocketException("Unbound server sockets not implemented");
  /external/chromium/net/ftp/
ftp_auth_cache.cc 49 // Prevent unbound memory growth of the cache.
  /external/chromium_org/base/
bind_unittest.cc 494 // Unbound argument type support tests.
495 // - Unbound value.
496 // - Unbound pointer.
497 // - Unbound reference.
498 // - Unbound const reference.
499 // - Unbound unsized array.
500 // - Unbound sized array.
501 // - Unbound array-of-arrays.
516 // Function with unbound reference parameter.
715 // - Callback supports unbound arguments
    [all...]
bind_internal.h.pump 357 $var UNBOUND = ARITY - BOUND
360 $range UNBOUND_ARG (ARITY - UNBOUND + 1)..ARITY
362 // Arity $(ARITY) -> $(UNBOUND).
368 $if UNBOUND != 0 [[, ]]
374 $if UNBOUND != 0 [[, ]][[]]
405 $if UNBOUND > 0 [[$if BOUND > 0 [[, ]]]][[]]
  /external/chromium_org/v8/src/
cpu-profiler-inl.h 36 #include "unbound-queue-inl.h"
unbound-queue.h 37 // Lock-free unbound queue for small records. Intended for
  /external/v8/src/
cpu-profiler-inl.h 36 #include "unbound-queue-inl.h"
unbound-queue-inl.h 31 #include "unbound-queue.h"
unbound-queue.h 37 // Lock-free unbound queue for small records. Intended for
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 28 * an unbound namespace prefix. In such a case, because the namespace prefix
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
MsgKey.java 108 public static final String ER_ELEM_UNBOUND_PREFIX_IN_ENTREF = "unbound-prefix-in-entity-reference";
109 public static final String ER_ATTR_UNBOUND_PREFIX_IN_ENTREF = "unbound-prefix-in-entity-reference";
  /libcore/luni/src/main/java/java/nio/channels/
ServerSocketChannel.java 50 * Creates an open and unbound server-socket channel.
55 * @return the new channel which is open but unbound.
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 53 * Constructs a new unbound {@code ServerSocket}.
156 * socket is unbound. This is useful for multihomed hosts.
169 * unbound.
257 return result.append("unbound]").toString();
331 * the socket is unbound. This is useful on multihomed hosts.

Completed in 958 milliseconds

1 2 3 4 5 6 7 8 910