Searched refs:direct (Results 76 - 100 of 120) sorted by relevance

12345

/external/zlib/contrib/untgz/
H A Duntgz.c20 # include <direct.h>
/external/chromium/net/spdy/
H A Dspdy_test_util.cc403 bool direct) {
408 (direct ? "/" : "http://www.google.com/"),
398 ConstructSpdyGet(const char* const extra_headers[], int extra_header_count, bool compressed, int stream_id, RequestPriority request_priority, bool direct) argument
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec51 is undesirable since modern hardware has direct support for this.
/external/opencv/cvaux/include/
H A Dcvaux.h32 // In no event shall the Intel Corporation or contributors be liable for any direct,
616 CvPoint3D64f* direct);
716 CVAPI(void) icvGetNormalDirect(CvVect64d direct,CvPoint2D64f point,CvVect64d normDirect);
/external/quake/quake/src/QW/client/
H A Ddraw.c313 if (!vid.direct)
314 return; // don't have direct FB access, so no debugchars...
322 dest = vid.direct + 312;
H A Dvid_x.c589 vid.direct = 0;
1032 // direct drawing of the "accessing disk" icon isn't supported under Linux
1037 // direct drawing of the "accessing disk" icon isn't supported under Linux
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp806 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) argument
815 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
823 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
829 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
838 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
847 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress, direct);
853 JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress, direct);
/external/doclava/src/com/google/doclava/
H A DClassInfo.java931 TreeMap<String, ClassInfo> direct = new TreeMap<String, ClassInfo>();
936 direct.put(cl.name(), cl);
941 // direct
943 for (ClassInfo cl : direct.values()) {
945 cl.makeShortDescrHDF(data, "class.subclasses.direct." + i);
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc56 # include <direct.h> // NOLINT
H A Dgtest-death-test_test.cc44 # include <direct.h> // For chdir().
110 // We call _exit() instead of exit(), as the former is a direct
/external/gtest/test/
H A Dgtest-filepath_test.cc56 # include <direct.h> // NOLINT
H A Dgtest-death-test_test.cc44 # include <direct.h> // For chdir().
110 // We call _exit() instead of exit(), as the former is a direct
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php851 liable for any direct, indirect, incidental, special, exemplary, or
/external/libxslt/libxslt/
H A Dpattern.c107 int direct; member in struct:_xsltCompMatch
165 cur->direct = 0;
449 * detect consecutive XSLT_OP_PREDICATE indicating a direct
456 comp->direct = 1;
515 * Test whether the node matches the pattern, do a direct evalutation
856 * direct computation approach. It's not done directly
860 if (comp->direct) {
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc56 #include <direct.h> // NOLINT
H A Dgtest-death-test_test.cc44 #include <direct.h> // For chdir().
120 // We call _exit() instead of exit(), as the former is a direct
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp846 bool direct = currentInstruction[8].u.operand;
848 if (direct) {
/external/opencv/cvaux/src/
H A Dcvepilines.cpp32 // In no event shall the Intel Corporation or contributors be liable for any direct,
497 CvPoint3D64d* direct)
517 (double*)direct);
2027 /* Get normal direct to direct in line */
2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect) argument
2030 normDirect[0] = direct[1];
2031 normDirect[1] = - direct[0];
495 icvGetDirectionForPoint( CvPoint2D64d point, CvMatr64d camMatr, CvPoint3D64d* direct) argument
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp3010 /* put_by_id base(r) property(id) value(r) nop(n) nop(n) nop(n) nop(n) direct(b)
3018 The "direct" flag should only be set this put_by_id is to initialize
3025 int direct = vPC[8].u.operand;
3030 if (direct) {
3046 /* op_put_by_id_transition base(r) property(id) value(r) oldStructure(sID) newStructure(sID) structureChain(chain) offset(n) direct(b)
3067 int direct = vPC[8].u.operand;
3069 if (!direct) {
3098 /* op_put_by_id_replace base(r) property(id) value(r) structure(sID) offset(n) nop(n) nop(n) direct(b)
3133 /* op_put_by_id_generic base(r) property(id) value(r) nop(n) nop(n) nop(n) nop(n) direct(b)
3144 int direct
[all...]
/external/jpeg/
H A Djmemdosa.asm10 ; files through direct DOS calls, and to access XMS and EMS drivers.
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm10 ; files through direct DOS calls, and to access XMS and EMS drivers.
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h257 # include <direct.h>
/external/gtest/include/gtest/internal/
H A Dgtest-port.h261 # include <direct.h>
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h265 # include <direct.h>
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc43 #include <direct.h>

Completed in 386 milliseconds

12345