Searched refs:direct (Results 1 - 25 of 189) sorted by relevance

12345678

/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodFilterTransformer.java23 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.h45 /* 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 Du_staging.c58 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/fio/examples/
H A Denospc-pressure.fio26 direct=1
47 direct=1
H A De4defrag2.fio74 [direct-aio-32k]
78 direct=1
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.h45 /* 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 Du_staging.c58 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/valgrind/main/memcheck/tests/
H A Dleak-cycle.stderr.exp5 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 Dleak-cases-possible.stderr.exp11 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 Dleak-tree.stderr.exp11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc43 templ.direct.red = 16;
44 templ.direct.green = 8;
45 templ.direct.blue = 0;
46 templ.direct.redMask = 0xff;
47 templ.direct.greenMask = 0xff;
48 templ.direct.blueMask = 0xff;
49 templ.direct.alphaMask = 0;
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.h36 bool direct,
/external/e2fsprogs/contrib/
H A Dspd_readdir.c76 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/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c38 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/mesa3d/src/glx/
H A Dcreate_context.c38 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/chromium_org/third_party/icu/source/samples/udata/
H A Dreader.c26 #include <direct.h>
H A Dwriter.c26 #include <direct.h>
/external/chromium_org/third_party/libxml/src/include/
H A Dwin32config.h21 #include <direct.h>
/external/chromium_org/third_party/libxml/win32/
H A Dconfig.h21 #include <direct.h>
/external/chromium_org/third_party/libxslt/libxslt/
H A Dwin32config.h79 #include <direct.h>
/external/icu/icu4c/source/samples/udata/
H A Dreader.c26 #include <direct.h>
H A Dwriter.c26 #include <direct.h>
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h49 Bool direct );
/external/chromium_org/third_party/zlib/
H A Dgzguts.h103 int direct; /* true if last read direct, false if gzip */ member in struct:__anon16404
/external/deqp/framework/delibs/decpp/
H A DdeDirectoryIterator.cpp28 # include <direct.h> /* _chdir() */

Completed in 4015 milliseconds

12345678