HomeSort by relevance Sort by last modified time
    Searched full:fiber (Results 1 - 19 of 19) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSString.cpp 42 Fiber& fiber = rope->fibers(i); local
43 if (fiber.isString())
44 fiber.string()->deref();
46 Rope* nextRope = fiber.rope();
101 Vector<Rope::Fiber, 32> workQueue;
102 Rope::Fiber currentFiber;
JSString.h 74 // Each Fiber in a rope is either UString::Rep or another Rope.
75 class Fiber {
77 Fiber() : m_value(0) {}
78 Fiber(UString::Rep* string) : m_value(reinterpret_cast<intptr_t>(string)) {}
79 Fiber(Rope* rope) : m_value(reinterpret_cast<intptr_t>(rope) | 1) {}
81 Fiber(void* nonFiber) : m_value(reinterpret_cast<intptr_t>(nonFiber)) {}
91 Fiber& ref()
123 // The Rope is constructed in an uninitialized state - initialize must be called for each Fiber in the Rope.
127 if (tryFastMalloc(sizeof(Rope) + (ropeLength - 1) * sizeof(Fiber)).getValue(allocation))
135 void append(unsigned &index, Fiber& fiber
    [all...]
  /external/tcpdump/
gmpls.c 51 { 200, "Fiber-Switch Capable"},
65 { 9, "Fiber"},
132 { 58, "Fiber Channel"},
INSTALL 83 fddi.h - Fiber Distributed Data Interface definitions
160 print-fddi.c - Fiber Distributed Data Interface printer routines
  /external/grub/stage2/
pc_slice.h 226 #define DTYPE_HPFL 8 /* HP Fiber-link */
  /external/iproute2/include/linux/
if_arp.h 69 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */
  /external/kernel-headers/original/linux/
if_arp.h 69 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arp.h 70 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 113 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface. */
  /bionic/libc/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /development/ndk/platforms/android-3/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/
if_types.h 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
  /external/webkit/JavaScriptCore/
ChangeLog 389 (JSC::Fiber::tryGetValue):
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c     [all...]

Completed in 832 milliseconds