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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
dir.h 26 #define direct dirent macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
dir.h 26 #define direct dirent macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
dir.h 26 #define direct dirent macro
  /external/dropbear/
tcpfwd.h 31 /* For a direct-tcpip request, it's the addr/port we want the other
43 enum {direct, forwarded} tcp_type; enumerator in enum:TCPListener::__anon7205
  /frameworks/rs/
spec.h 28 int direct; member in struct:__anon20303
  /dalvik/dx/src/com/android/dx/cf/direct/
FieldListParser.java 17 package com.android.dx.cf.direct;
MethodListParser.java 17 package com.android.dx.cf.direct;
AttributeFactory.java 17 package com.android.dx.cf.direct;
AttributeListParser.java 17 package com.android.dx.cf.direct;
ClassPathOpener.java 17 package com.android.dx.cf.direct;
CodeObserver.java 17 package com.android.dx.cf.direct;
AnnotationParser.java 17 package com.android.dx.cf.direct;
MemberListParser.java 17 package com.android.dx.cf.direct;
DirectClassFile.java 17 package com.android.dx.cf.direct;
StdAttributeFactory.java 17 package com.android.dx.cf.direct;
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 32 struct direct struct
43 (((sizeof (struct direct) \
57 struct direct dir;
71 extern struct direct *readdir PARAMS ((DIR *dfd));
  /external/quake/quake/src/QW/client/
vid.h 52 pixel_t *direct; // direct drawing to framebuffer, if not member in struct:__anon14227
  /external/quake/quake/src/WinQuake/
vid.h 52 pixel_t *direct; // direct drawing to framebuffer, if not member in struct:__anon14674
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 82 GLint direct; member in class:android::EGLTextureObject
  /dalvik/tests/070-nio-buffer/src/
Main.java 30 System.out.println("Direct byte buffer has array: " + buf.hasArray());
90 ByteBuffer direct = ByteBuffer.allocateDirect(100); local
91 direct.order(ByteOrder.nativeOrder());
92 IntBuffer int1 = direct.asIntBuffer();
94 //FloatBuffer int1 = direct.asFloatBuffer();
  /external/grub/stage2/
dir.h 56 * a struct direct at the front of it, containing its inode number,
77 struct direct struct
87 * the directory entry. This requires the amount of space in struct direct
93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
98 * Should use struct direct's, but the name field
141 extern struct direct *readdir ();
  /external/zlib/src/
gzguts.h 159 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon18676
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 28 direct:1, member in struct:snd_pcm_oss_setup
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 28 direct:1, member in struct:snd_pcm_oss_setup
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 481 // No proxies/direct to choose from. This happens when we don't support
538 ProxyServer::Direct());
740 bool direct = true; local
746 // We have a SPDY session to the origin server. This might be a direct
750 // If we don't have a direct SPDY session, and we're using an HTTPS
753 ProxyServer::Direct());
757 direct = false;
776 spdy_session_direct_ = direct;
788 bool use_relative_url = direct || request_info_.url.SchemeIs("https");
    [all...]

Completed in 1136 milliseconds

1 2