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

1 2 34 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 64 * unbound and won't be written to.
  /external/v8/src/
cpu-profiler.h 34 #include "unbound-queue.h"
scopes.cc 917 *binding_kind = UNBOUND;
946 } else if (*binding_kind == UNBOUND) {
983 case UNBOUND:
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsService.java 73 * unbound.
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 39 * Constructs an unbound datagram socket implementation.
DatagramSocket.java 170 * closed and {@code 0} if it is unbound.
381 * by the {@code SocketAddress} {@code localAddr} or an unbound {@code
540 * Returns the {@code SocketAddress} this socket is bound to, or null for an unbound socket.
Socket.java 357 * the socket is unbound.
364 * Returns the local port this socket is bound to, or -1 if the socket is unbound.
676 * null if the socket is unbound. This is useful on multihomed
    [all...]
MulticastSocket.java 60 * {@code localAddress}, or an unbound {@code MulticastSocket} if {@code localAddress == null}.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 111 * <dt><code>"unbound-prefix-in-entity" [warning]</code></dt>
115 * namespaces</a>" is set to <code>true</code> and an unbound namespace prefix is
117 * enforced since some existing parsers may not recognize unbound namespace
384 * inserted) is used for resolving unbound namespace prefixes. The
  /frameworks/base/core/java/android/app/
LoadedApk.java     [all...]
  /external/chromium_org/chrome/installer/linux/common/
installer.include 41 # setting, since we still want unbound variables to be an error elsewhere.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 66 ** An unbound thread competes for scheduling resources in the same process.
  /external/chromium_org/v8/src/mips/
assembler-mips.h 490 // Label L; // unbound label
491 // j(cc, &L); // forward branch to unbound label
498 void bind(Label* L); // Binds an unbound label L to current code position.
504 // position. Links the label to the current position if it is still unbound.
    [all...]
  /external/expat/tests/
runtests.c     [all...]
  /external/v8/src/arm/
assembler-arm.h 659 // Label L; // unbound label
660 // j(cc, &L); // forward branch to unbound label
668 void bind(Label* L); // binds an unbound label L to the current code position
671 // Links the label to the current position if it is still unbound
    [all...]
  /external/v8/src/mips/
assembler-mips.h 539 // Label L; // unbound label
540 // j(cc, &L); // forward branch to unbound label
547 void bind(Label* L); // Binds an unbound label L to current code position.
553 // position. Links the label to the current position if it is still unbound.
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 207 @param indx Index of frame to be unbound (AVC library keeps track of the index).
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 97 // Bind FBO so that texture is unbound from it during deletion
  /frameworks/base/services/common_time/
common_time_server_api.cpp 384 mBindIfaceValid ? mBindIface.string() : "<unbound>");
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 203 (null == mCurIface ? "unbound" : mCurIface)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 219 errors.add(filePath + ":5: error: Error parsing XML: unbound prefix");
  /external/chromium_org/net/dns/
mdns_client_impl.cc 121 // All unbound sockets need to be bound before processing untrusted input.
122 // This is done for security reasons, so that an attacker can't get an unbound
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 898 // Label L; // unbound label
899 // j(cc, &L); // forward branch to unbound label
907 void bind(Label* L); // binds an unbound label L to the current code position
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 998 *binding_kind = UNBOUND;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 864 // Label L; // unbound label
865 // j(cc, &L); // forward branch to unbound label
873 void bind(Label* L); // binds an unbound label L to the current code position
    [all...]

Completed in 1111 milliseconds

1 2 34 5 6 7 8 910