Home
last modified time | relevance | path

Searched defs:options (Results 1251 - 1275 of 1719) sorted by relevance

1...<<51525354555657585960>>...69

/third_party/node/deps/uv/src/win/
H A Dprocess.c938 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
[all...]
/third_party/openssl/test/
H A Dthreadstest.c675 static const OPTIONS options[] = { in test_get_options() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_convert.c786 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob() argument
1056 pcre2_pattern_convert(PCRE2_SPTR pattern, PCRE2_SIZE plength, uint32_t options, in pcre2_pattern_convert() argument
[all...]
/third_party/python/Lib/
H A Dsmtpd.py857 options = parseargs() global() variable
[all...]
/third_party/openssl/apps/lib/
H A Dopt.c480 int opt_string(const char *name, const char **options) in opt_string() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp159 void validateCompiledBinary(const vector<deUint32>& binary, glu::ShaderProgramInfo* buildInfo, const SpirvValidatorOptions& options) in validateCompiledBinary() argument
172 void validateCompiledBinary(const vector<deUint32>& binary, SpirVProgramInfo* buildInfo, const SpirvValidatorOptions& options) in validateCompiledBinary() argument
897 bool validateProgram (const ProgramBinary& program, std::ostream* dst, const SpirvValidatorOptions& options) in validateProgram() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp345 ShCompileOptions options = (SH_OBJECT_CODE | SH_VARIABLES | SH_EMULATE_GL_DRAW_ID); in compile() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp996 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) in ValidateAST() argument
130 validate(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) validate() argument
139 ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) ValidateAST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() local
164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp109 createFromFile(LLVMContext &Context, StringRef path, const TargetOptions &options) createFromFile() argument
123 createFromOpenFile(LLVMContext &Context, int fd, StringRef path, size_t size, const TargetOptions &options) createFromOpenFile() argument
129 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, size_t map_size, off_t offset, const TargetOptions &options) createFromOpenFileSlice() argument
145 createFromBuffer(LLVMContext &Context, const void *mem, size_t length, const TargetOptions &options, StringRef path) createFromBuffer() argument
154 createInLocalContext(std::unique_ptr<LLVMContext> Context, const void *mem, size_t length, const TargetOptions &options, StringRef path) createInLocalContext() argument
193 makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options, LLVMContext &Context, bool ShouldBeLazy) makeLTOModule() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc460 Options options; local
[all...]
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp378 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& options, int* rowsDecoded) onGetPixels() argument
440 initializeSwizzler( const SkImageInfo& dstInfo, const Options& options) initializeSwizzler() argument
477 onStartScanlineDecode( const SkImageInfo& dstInfo, const Options& options) onStartScanlineDecode() argument
[all...]
H A DSkSwizzler.cpp780 MakeSimple(int srcBPP, const SkImageInfo& dstInfo, const SkCodec::Options& options) MakeSimple() argument
808 Make(const SkEncodedInfo& encodedInfo, const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options& options, const SkIRect* frame) Make() argument
1147 Make(const SkImageInfo& dstInfo, RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP, const SkCodec::Options& options, const SkIRect* frame) Make() argument
H A DSkCodec.cpp294 handleFrameIndex(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options& options, SkAndroidCodec* androidCodec) handleFrameIndex() argument
392 getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options* options) getPixels() argument
458 getImage(const SkImageInfo& info, const Options* options) getImage() argument
482 startIncrementalDecode(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkCodec::Options* options) startIncrementalDecode() argument
542 startScanlineDecode(const SkImageInfo& info, const SkCodec::Options* options) startScanlineDecode() argument
[all...]
H A DSkBmpCodec.cpp628 prepareToDecode(const SkImageInfo& dstInfo, const SkCodec::Options& options) prepareToDecode() argument
633 onStartScanlineDecode(const SkImageInfo& dstInfo, const SkCodec::Options& options) onStartScanlineDecode() argument
H A DSkRawCodec.cpp683 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& options, int* rowsDecoded) onGetPixels() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp139 void Blitter::blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options& options) in blit() argument
1391 bool Blitter::blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options &options) in blitReactor() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.h615 int options; member
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c328 void VP8InitDithering(const WebPDecoderOptions* const options, in VP8InitDithering() argument
660 int VP8GetThreadMethod(const WebPDecoderOptions* const options, in VP8GetThreadMethod() argument
H A Dwebp_dec.c795 int WebPIoInitFromOptions(const WebPDecoderOptions* const options, in WebPIoInitFromOptions() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c88 WebPAnimDecoderOptions options; in WebPAnimDecoderNewInternal() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_sit.cpp100 UColAttributeValue options[UCOL_ATTRIBUTE_COUNT]; member
287 static const ShortStringOptions options[UCOL_SIT_ITEMS_COUNT] = variable
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dgenrb.cpp90 UOption options[]={ variable
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp278 static UOption options[]={ variable
[all...]
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h466 WebPDecoderOptions options; // Decoding options member

Completed in 29 milliseconds

1...<<51525354555657585960>>...69