| /third_party/skia/tests/ |
| H A D | PDFDeflateWStreamTest.cpp | 53 uint8_t* input = (uint8_t*)src->getMemoryBase(); in stream_inflate() local
|
| /third_party/openssl/crypto/des/ |
| H A D | des_enc.c | 200 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, in DES_ede3_cbc_encrypt() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | hb-subset-test.h | 53 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input() local 62 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_glyphs() local 71 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in hb_subset_test_create_input_from_nameids() local 84 hb_subset_test_create_subset(hb_face_t *source, hb_subset_input_t *input) hb_subset_test_create_subset() argument [all...] |
| H A D | test-subset-cff1.c | 78 hb_subset_input_t *input; in test_subset_cff1_strip_hints() local 101 hb_subset_input_t *input; in test_subset_cff1_desubr() local 124 hb_subset_input_t *input; in test_subset_cff1_desubr_strip_hints() local 169 hb_subset_input_t *input; test_subset_cff1_j_strip_hints() local 192 hb_subset_input_t *input; test_subset_cff1_j_desubr() local 215 hb_subset_input_t *input; test_subset_cff1_j_desubr_strip_hints() local 278 hb_subset_input_t *input; test_subset_cff1_dotsection() local 300 hb_subset_input_t *input; test_subset_cff1_retaingids() local 323 hb_subset_input_t *input; test_subset_cff1_j_retaingids() local [all...] |
| H A D | test-subset-hmtx.c | 159 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_invalid_hmtx() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| H A D | TextStubCommon.cpp | 25 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() function in llvm::yaml::ScalarTraits 80 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits 132 StringRef ScalarTraits<Architecture>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits 145 StringRef ScalarTraits<PackedVersion>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits 175 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits 209 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input() function in llvm::yaml::ScalarTraits
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | tint_common_fuzzer.cc | 109 CommonFuzzer::CommonFuzzer(InputFormat input, OutputFormat output) in CommonFuzzer() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | entry_point_validation_test.cc | 235 auto* input = Structure( in TEST_F() local 252 auto* input = Structure( in TEST_F() local 275 auto* input = Structure( in TEST_F() local 394 auto* input = Structure( in TEST_P() local 505 auto* input = Structure("Input", {Member("a", ty.f32())}); TEST_F() local 530 auto* input = TEST_F() local 549 auto* input = Structure( TEST_F() local 721 auto* input = Param("input", ty.i32(), TEST_F() local 751 auto* input = Param("input", ty.Of(s)); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/zlib/contrib/tests/ |
| H A D | utils_unittest.cc | 15 std::vector<unsigned char> input; in TestPayloads() local [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MessageLite.java | 178 Builder mergeFrom(CodedInputStream input) throws IOException; in mergeFrom() argument 185 Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) in mergeFrom() argument 254 mergeFrom(InputStream input) mergeFrom() argument 263 mergeFrom(InputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom() argument 292 mergeDelimitedFrom(InputStream input) mergeDelimitedFrom() argument 295 mergeDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) mergeDelimitedFrom() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
| H A D | demangle_test.cc | 196 static void TestOnInput(const char* input) { in TestOnInput() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.h | 115 FuncInput input; member 152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() argument
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGFilterContext.cpp | 18 sk_sp<SkImageFilter> ConvertFilterColorspace(sk_sp<SkImageFilter>&& input, in ConvertFilterColorspace() argument
|
| /third_party/skia/include/effects/ |
| H A D | SkImageFilters.h | 124 Blur(SkScalar sigmaX, SkScalar sigmaY, sk_sp<SkImageFilter> input, const CropRect& cropRect = {}) Blur() argument [all...] |
| /third_party/rust/crates/nom/src/multi/ |
| H A D | mod.rs | 459 let mut input in many0_count() variables 523 let mut input = i1; many1_count() variables 576 let mut input = i.clone(); count() variables 632 let mut input = i.clone(); fill() variables 703 let mut input = i; fold_many0() variables 785 let mut input = i1; fold_many1() variables 1028 let mut input = i.clone(); length_count() variables [all...] |
| /third_party/rust/crates/regex/src/ |
| H A D | lib.rs | 743 mod input; modules
|
| /third_party/spirv-tools/source/util/ |
| H A D | string_utils.h | 51 inline void AppendToVector(const std::string& input, in AppendToVector() argument 73 inline std::vector<uint32_t> MakeVector(const std::string& input) { in MakeVector() argument
|
| /third_party/spirv-tools/test/ |
| H A D | binary_to_text_test.cpp | 229 const std::string input = "OpSource OpenCL_C 12\n"; in TEST_F() local 237 const std::string input = R"(OpEntryPoint Kernel %1 "foo" in TEST_F() local 436 const std::string input = in TEST_F() local 446 const std::string input in TEST_F() local 470 const std::string input = R"( TEST_F() local 490 const std::string input = R"( TEST_F() local [all...] |
| H A D | text_to_binary.constant_test.cpp | 41 const std::string input = in TEST_P() local 73 const std::string input = in TEST_P() local 106 const std::string input = "%1 = " + GetParam().constant_type + in TEST_P() local 249 const std::string input = "%1 = " + GetParam().type + in TEST_P() local 285 std::stringstream input; in TEST_P() local 332 const std::string input = "%1 = " + GetParam() + TEST_P() local 376 const std::string input = "%1 = " + GetParam().constant_type + TEST_P() local 445 const std::string input = "%1 = " + GetParam() + TEST_P() local 655 std::stringstream input; TEST_P() local 767 std::stringstream input; TEST_P() local 805 std::stringstream input; TEST_P() local [all...] |
| H A D | text_to_binary.control_flow_test.cpp | 46 const std::string input = "OpSelectionMerge %1 " + GetParam().name(); in TEST_P() local 64 const std::string input = "OpSelectionMerge %1 Flatten|DontFlatten"; in TEST_F() local 86 std::ostringstream input; in TEST_P() local 126 const std::string input = "OpLoopMerge %merge %continue Unroll|DontUnroll"; in TEST_F() local 193 const auto input = R"(%i32 = OpTypeInt 32 0 TEST_F() local 225 const std::string input = "%1 = OpTypeInt " + GetParam().constant_type_args + TEST_P() local 354 const std::string input = TEST_P() local 403 const std::string input = "OpKill 1"; TEST_F() local 415 const std::string input = "OpTerminateInvocation 1"; TEST_F() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | vksProtocol.hpp | 110 VulkanPipelineCacheInput input; member
|
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | event_filter_napi.cpp | 42 auto input = [env, ctxt](size_t argc, napi_value* argv) { in New() local
|
| /base/hiviewdfx/hiview/core/param_update/src/ |
| H A D | log_sign_tools.cpp | 118 void LogSignTools::CalcBase64(uint8_t *input, uint32_t inputLen, std::string &encodedStr) in CalcBase64() argument
|
| /base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
| H A D | base_utility_unit_test.cpp | 206 std::string input = "123abc123def123g"; in HWTEST_F() local 220 std::string input = "123abc678"; in HWTEST_F() local
|
| /base/inputmethod/imf/common/src/ |
| H A D | itypes_util.cpp | 33 bool ITypesUtil::Marshalling(bool input, MessageParcel &data) in Marshalling() argument 43 bool ITypesUtil::Marshalling(uint32_t input, MessageParcel &data) in Marshalling() argument 53 bool ITypesUtil::Marshalling(int32_t input, MessageParcel &data) in Marshalling() argument 63 bool ITypesUtil::Marshalling(uint64_t input, MessageParcel &data) in Marshalling() argument 73 bool ITypesUtil::Marshalling(double input, MessageParcel &data) in Marshalling() argument 83 Marshalling(const std::string &input, MessageParcel &data) Marshalling() argument 93 Marshalling(const std::u16string &input, MessageParcel &data) Marshalling() argument 103 Marshalling(const std::vector<uint8_t> &input, MessageParcel &data) Marshalling() argument 113 Marshalling(const sptr<IRemoteObject> &input, MessageParcel &data) Marshalling() argument 124 Marshalling(const Property &input, MessageParcel &data) Marshalling() argument 142 Marshalling(const SubProperty &input, MessageParcel &data) Marshalling() argument 162 Marshalling(const InputAttribute &input, MessageParcel &data) Marshalling() argument 180 Marshalling(const TextTotalConfig &input, MessageParcel &data) Marshalling() argument 249 Marshalling(const InputClientInfo &input, MessageParcel &data) Marshalling() argument 269 Marshalling(const ImeWindowInfo &input, MessageParcel &data) Marshalling() argument 295 Marshalling(const PanelStatusInfo &input, MessageParcel &data) Marshalling() argument 315 Marshalling(const SysPanelStatus &input, MessageParcel &data) Marshalling() argument 334 Marshalling(const OHOS::AppExecFwk::ElementName &input, MessageParcel &data) Marshalling() argument 355 Marshalling(InputType input, MessageParcel &data) Marshalling() argument 370 Marshalling(const PanelInfo &input, MessageParcel &data) Marshalling() argument 388 Marshalling(ClientState input, MessageParcel &data) Marshalling() argument 404 Marshalling(SwitchTrigger input, MessageParcel &data) Marshalling() argument 420 Marshalling(const PrivateDataValue &input, MessageParcel &data) Marshalling() argument 470 Marshalling(const Range &input, MessageParcel &data) Marshalling() argument [all...] |