/external/selinux/libsemanage/src/ |
H A D | semanage.conf | 23 # "direct" - libsemanage will write directly to a module store. 31 module-store = direct
|
/external/jetty/src/java/org/eclipse/jetty/server/nio/ |
H A D | AbstractNIOConnector.java | 45 * @param direct If True (the default), the connector can use NIO direct buffers. 46 * Some JVMs have memory management issues (bugs) with direct buffers. 48 public void setUseDirectBuffers(boolean direct) argument 50 _buffers.setRequestBufferType(direct?Type.DIRECT:Type.INDIRECT); 51 _buffers.setResponseBufferType(direct?Type.DIRECT:Type.INDIRECT);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
H A D | MethodFilterTransformer.java | 23 private ClassVisitor direct; field in class:MethodFilterTransformer 36 return (filter.accept(access, name, desc, signature, exceptions) ? pass : direct).visitMethod(access, name, desc, signature, exceptions); 41 direct = target;
|
/external/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 14 #include <direct.h>
|
/external/fio/examples/ |
H A D | enospc-pressure.fio | 26 direct=1 47 direct=1
|
H A D | e4defrag2.fio | 74 [direct-aio-32k] 78 direct=1
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_staging.h | 45 /* if direct, same as base.resource, otherwise the temporary staging resource */ 50 /* pt->usage == PIPE_USAGE_DYNAMIC || pt->usage == PIPE_USAGE_STAGING should be a good value to pass for direct */ 58 boolean direct, struct util_staging_transfer *tx);
|
H A D | u_staging.c | 58 boolean direct, struct util_staging_transfer *tx) 69 if (direct) 53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
|
/external/openssh/openbsd-compat/ |
H A D | bsd-nextstep.h | 38 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */ 39 #define dirent direct
|
H A D | bsd-closefrom.c | 37 # define dirent direct
|
/external/valgrind/memcheck/tests/ |
H A D | leak-cycle.stderr.exp | 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
H A D | leak-cases-possible.stderr.exp | 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
H A D | leak-tree.stderr.exp | 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/e2fsprogs/contrib/ |
H A D | spd_readdir.c | 76 int direct; member in struct:dir_s 235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n")); 237 dirstruct->direct = 1; 263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 265 dirstruct->direct = 1; 296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n", 299 dirstruct->direct = 1; 325 if (dirstruct->direct) 347 if (dirstruct->direct) 371 if (dirstruct->direct) [all...] |
/external/mesa3d/src/glx/ |
H A D | create_context.c | 38 GLXContext share_context, Bool direct, 73 if (direct && psc->vtable->create_context_attribs) { 37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) argument
|
/external/icu/icu4c/source/samples/udata/ |
H A D | reader.c | 26 #include <direct.h>
|
H A D | writer.c | 26 #include <direct.h>
|
/external/libxml2/include/ |
H A D | win32config.h | 23 #include <direct.h>
|
/external/libxml2/win32/VC10/ |
H A D | config.h | 22 #include <direct.h>
|
/external/curl/src/ |
H A D | tool_dirhie.c | 27 # include <direct.h>
|
/external/deqp/framework/delibs/decpp/ |
H A D | deDirectoryIterator.cpp | 28 # include <direct.h> /* _chdir() */
|
/external/mesa3d/src/mesa/drivers/x11/ |
H A D | realglx.h | 45 GLXContext share_list, Bool direct ); 151 int renderType, GLXContext shareList, Bool direct ); 227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
H A D | MultiDirectional.java | 18 package org.apache.commons.math.optimization.direct; 28 * This class implements the multi-directional direct search method.
|
/external/mesa3d/docs/ |
H A D | MESA_swap_control.spec | 107 GLXContext or if the current context is not a direct rendering context. 111 None. This extension only extends to direct rendering contexts.
|
/external/pdfium/third_party/zlib_v128/ |
H A D | gzguts.h | 191 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon15392
|