Home
last modified time | relevance | path

Searched defs:input (Results 701 - 725 of 3282) sorted by relevance

1...<<21222324252627282930>>...132

/third_party/skia/tests/
H A DPDFDeflateWStreamTest.cpp53 uint8_t* input = (uint8_t*)src->getMemoryBase(); in stream_inflate() local
/third_party/openssl/crypto/des/
H A Ddes_enc.c200 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 Dhb-subset-test.h53 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 Dtest-subset-cff1.c78 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 Dtest-subset-hmtx.c159 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 DTextStubCommon.cpp25 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 Dtint_common_fuzzer.cc109 CommonFuzzer::CommonFuzzer(InputFormat input, OutputFormat output) in CommonFuzzer() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dentry_point_validation_test.cc235 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 Dutils_unittest.cc15 std::vector<unsigned char> input; in TestPayloads() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLite.java178 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 Ddemangle_test.cc196 static void TestOnInput(const char* input) { in TestOnInput() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.h115 FuncInput input; member
152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() argument
/third_party/skia/modules/svg/src/
H A DSkSVGFilterContext.cpp18 sk_sp<SkImageFilter> ConvertFilterColorspace(sk_sp<SkImageFilter>&& input, in ConvertFilterColorspace() argument
/third_party/skia/include/effects/
H A DSkImageFilters.h124 Blur(SkScalar sigmaX, SkScalar sigmaY, sk_sp<SkImageFilter> input, const CropRect& cropRect = {}) Blur() argument
[all...]
/third_party/rust/crates/nom/src/multi/
H A Dmod.rs459 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 Dlib.rs743 mod input; modules
/third_party/spirv-tools/source/util/
H A Dstring_utils.h51 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 Dbinary_to_text_test.cpp229 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 Dtext_to_binary.constant_test.cpp41 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 Dtext_to_binary.control_flow_test.cpp46 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 DvksProtocol.hpp110 VulkanPipelineCacheInput input; member
/applications/standard/calendardata/calendarmanager/napi/src/
H A Devent_filter_napi.cpp42 auto input = [env, ctxt](size_t argc, napi_value* argv) { in New() local
/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp118 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 Dbase_utility_unit_test.cpp206 std::string input = "123abc123def123g"; in HWTEST_F() local
220 std::string input = "123abc678"; in HWTEST_F() local
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp33 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...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...132