| /third_party/protobuf/src/google/protobuf/testing/ |
| H A D | file.cc | 123 bool File::CreateDir(const string& name, int mode) { in CreateDir() argument 130 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir() argument
|
| /third_party/python/Modules/clinic/ |
| H A D | _dbmmodule.c.h | 140 int mode = 438; in dbmopen() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| H A D | call_once.h | 112 explicit SchedulingHelper(base_internal::SchedulingMode mode) : mode_(mode) { in SchedulingHelper() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | spinlock.h | 61 constexpr SpinLock(absl::ConstInitType, base_internal::SchedulingMode mode) in SpinLock() argument
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | TrimPaths.cpp | 43 auto mode = SkTrimPathEffect::Mode::kNormal; variable 61 this->node()->setMode(mode); variable 83 const auto mode = gModes[std::min<size_t>(ParseDefault<size_t>(jtrim["m"], 1) - 1, in AttachTrimGeometryEffect() local
|
| /third_party/skia/modules/sksg/src/ |
| H A D | SkSGMaskEffect.cpp | 15 static bool is_inverted(sksg::MaskEffect::Mode mode) { in is_inverted() argument 19 static bool is_luma(sksg::MaskEffect::Mode mode) { in is_luma() argument 23 MaskEffect::MaskEffect(sk_sp<RenderNode> child, sk_sp<RenderNode> mask, Mode mode) in MaskEffect() argument
|
| /third_party/skia/gm/ |
| H A D | constcolorprocessor.cpp | 55 ColorProcessor(TestMode mode) : fMode(mode) { in ColorProcessor() argument
|
| H A D | aarectmodes.cpp | 93 static SkScalar drawCell(SkCanvas* canvas, SkBlendMode mode, SkAlpha a0, SkAlpha a1) { in drawCell() argument
|
| H A D | gradients_degenerate.cpp | 91 static sk_sp<SkShader> make_linear(SkTileMode mode) { in make_linear() argument 97 static sk_sp<SkShader> make_radial(SkTileMode mode) { in make_radial() argument 102 static sk_sp<SkShader> make_sweep(SkTileMode mode) { in make_sweep() argument 109 static sk_sp<SkShader> make_sweep_zero_ang(SkTileMode mode) { in make_sweep_zero_ang() argument 115 static sk_sp<SkShader> make_2pt_conic(SkTileMode mode) { in make_2pt_conic() argument 121 make_2pt_conic_zero_rad(SkTileMode mode) make_2pt_conic_zero_rad() argument [all...] |
| /third_party/skia/include/effects/ |
| H A D | SkGradientShader.h | 77 MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument 101 MakeLinear(const SkPoint pts[2], const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument 124 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument 147 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument 165 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument 185 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument [all...] |
| /third_party/selinux/libselinux/utils/ |
| H A D | matchpathcon.c | 21 static int printmatchpathcon(struct selabel_handle *hnd, const char *path, int header, int mode, int notrans) in printmatchpathcon() argument 139 int rc, mode = 0; in main() local [all...] |
| /third_party/skia/bench/ |
| H A D | BlendmodeBench.cpp | 33 XfermodeBench(SkBlendMode mode, Type t) : fBlendMode(mode) { in XfermodeBench() argument
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_mode_setting.cpp | 304 const auto mode = i.GetOperandAs<spv::ExecutionMode>(1); ValidateEntryPoint() local 341 const auto mode = inst->GetOperandAs<spv::ExecutionMode>(1); ValidateExecutionMode() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_common.c | 139 int ht_supported(const struct hostapd_hw_modes *mode) in ht_supported() argument 157 int vht_supported(const struct hostapd_hw_modes *mode) in vht_supported() argument
|
| H A D | driver_ndis.h | 50 int mode; member
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deFloat16.c | 211 deFloat16 deFloat32To16Round (float val32, deRoundingMode mode) in deFloat32To16Round() argument 368 deFloat16 deFloat64To16Round (double val64, deRoundingMode mode) in deFloat64To16Round() argument [all...] |
| H A D | deMath.c | 67 deBool deSetRoundingMode (deRoundingMode mode) in deSetRoundingMode() argument
|
| /third_party/vk-gl-cts/framework/delibs/destream/ |
| H A D | deFileStream.c | 150 void fileIOStream_init (deIOStream* stream, const char* filename, deFileMode mode) in fileIOStream_init() argument 170 void deFileInStream_init (deInStream* stream, const char* filename, deFileMode mode) in deFileInStream_init() argument 190 void deFileOutStream_init (deOutStream* stream, const char* filename, deFileMode mode) in deFileOutStream_init() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_ndis.h | 50 int mode; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | RenderbufferD3D.cpp | 44 setStorageMultisample(const gl::Context *context, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, gl::MultisamplingMode mode) setStorageMultisample() argument
|
| /base/hiviewdfx/hiview_lite/ |
| H A D | hiview_file.c | 227 int8 ProcFile(HiviewFile *fp, const char *dest, FileProcMode mode) in ProcFile() argument
|
| /base/inputmethod/imf/frameworks/cj/include/ |
| H A D | input_method_ffi_structs.h | 43 char* mode; member
|
| /base/hiviewdfx/hievent_lite/frameworks/ |
| H A D | hiview_event.c | 198 int HiEventFileProc(uint8 type, const char *dest, uint8 mode) in HiEventFileProc() argument
|
| /base/hiviewdfx/hitrace/frameworks/hitrace_ndk/ |
| H A D | hitrace_chain_ndk.c | 58 void OH_HiTrace_Tracepoint(HiTrace_Communication_Mode mode, HiTrace_Tracepoint_Type type, in OH_HiTrace_Tracepoint() argument
|
| /base/hiviewdfx/hilog_lite/frameworks/mini/ |
| H A D | hiview_log.c | 211 int HiLogFileProc(const char *dest, uint8 mode) in HiLogFileProc() argument
|