/third_party/zlib/contrib/minizip/ |
H A D | miniunz.c | 51 # include <direct.h>
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 34 # include <direct.h>
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 995 const char *direct; in CopyCertSubject() local 1004 /* If the subject is already available as UTF-8 encoded (ie 'direct') then in CopyCertSubject() 1006 direct = CFStringGetCStringPtr(c, kCFStringEncodingUTF8); in CopyCertSubject() 1007 if(direct) { in CopyCertSubject() 1008 *certp = strdup(direct); in CopyCertSubject()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 62 const GrContextOptions& options, GrDirectContext* direct) { in Make() 208 sk_sp<GrVkGpu> vkGpu(new GrVkGpu(direct, backendContext, std::move(caps), interface, in Make() 221 GrVkGpu::GrVkGpu(GrDirectContext* direct, const GrVkBackendContext& backendContext, in GrVkGpu() argument 226 : INHERITED(direct) in GrVkGpu() 61 Make(const GrVkBackendContext& backendContext, const GrContextOptions& options, GrDirectContext* direct) Make() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_client.cpp | 1517 bool RSRenderServiceClient::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() argument 1522 return renderService->SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 1250 auto direct = dstHelper->directContext(); in run_test() local 1256 sk_sp<SkSurface> dstSurf = SkSurface::MakeRenderTarget(direct, in run_test()
|
H A D | SurfaceTest.cpp | 373 auto direct = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 374 sk_sp<SkSurface> surface = create_gpu_surface(direct, kPremul_SkAlphaType, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 380 direct->abandonContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 668 label->SetDirect(fontStyle.direct); in DrawLabel() 1449 textCompent->SetDirect(static_cast<UITextLanguageDirect>(fontStyle.direct)); in MeasureText() 1500 text->SetDirect(static_cast<UITextLanguageDirect>(textParam->fontStyle.direct)); in DoDrawText()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc1_pred.c | 692 int direct, int mvtype) in ff_vc1_pred_b_mv() 724 if (direct && s->next_picture_ptr->field_picture) in ff_vc1_pred_b_mv() 725 av_log(s->avctx, AV_LOG_WARNING, "Mixed frame/field direct mode not supported\n"); in ff_vc1_pred_b_mv() 737 if (direct) { in ff_vc1_pred_b_mv() 691 ff_vc1_pred_b_mv(VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mvtype) ff_vc1_pred_b_mv() argument
|
/third_party/ffmpeg/tests/fate/ |
H A D | h264.mak | 228 FATE_H264-$(call FRAMECRC, MATROSKA, H264) += fate-h264-direct-bff 431 fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv
|
/third_party/skia/src/gpu/ |
H A D | SurfaceContext.cpp | 1238 auto direct = fContext->asDirectContext(); in transferPixels() local 1239 if (!direct) { in transferPixels() 1270 auto buffer = direct->priv().resourceProvider()->createBuffer( in transferPixels()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 1623 "direct dependencies, pass them all as a single " in InterpretArgument() 1630 std::vector<std::string> direct = in InterpretArgument() local 1633 direct_dependencies_.insert(direct.begin(), direct.end()); in InterpretArgument() 2425 // either a direct child of the given descriptor, or the nested type is a 2446 // parameter will contain the direct children (when groups are ignored in the
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_audio_recorder_fast_audio_function.h | 25 #include <direct.h>
|
H A D | test_single_audio_recorder_fast_stop_reset.h | 25 #include <direct.h>
|
H A D | test_single_audio_recorder_fast_codec_aac.h | 25 #include <direct.h>
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 47 #include <direct.h> // NOLINT
|
H A D | googletest-death-test-test.cc | 43 #include <direct.h> // For chdir(). 111 // We call _exit() instead of exit(), as the former is a direct in DieWithMessage()
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 21 #include <direct.h>
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 4058 struct pipe_grid_info direct = *info; in panfrost_launch_grid() local 4059 direct.indirect = NULL; in panfrost_launch_grid() 4060 direct.grid[0] = params[0]; in panfrost_launch_grid() 4061 direct.grid[1] = params[1]; in panfrost_launch_grid() 4062 direct.grid[2] = params[2]; in panfrost_launch_grid() 4066 panfrost_launch_grid(pipe, &direct); in panfrost_launch_grid()
|
/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 372 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawImage002() 397 fontStyle.direct = TEXT_DIRECT_LTR; in UIKitCanvasTestDrawLabel001() 1491 fontStyle.direct = TEXT_DIRECT_LTR; in RM011StrokeText001()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.h | 373 void SetAncoForceDoDirect(bool direct);
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 251 NATIVEEXPORT void InnerSetColorSpace(const OHOS::ColorManager::ColorSpace &grColorSpace, bool direct = false);
|
/third_party/gn/src/gn/ |
H A D | filesystem_utils.cc | 20 #include <direct.h>
|
/third_party/node/src/ |
H A D | node.cc | 110 #include <direct.h>
|
H A D | node_process_methods.cc | 26 #include <direct.h>
|