| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | text_to_binary_test.cpp | 181 const std::string input = in TEST_F() local 192 const std::string input = in TEST_P() local 222 const std::string input = in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
| H A D | input_test.cpp | 36 pp::Input input; in TEST() local [all...] |
| H A D | PreprocessorTest.cpp | 13 void SimplePreprocessorTest::preprocess(const char *input, in preprocess() argument 35 void SimplePreprocessorTest::preprocess(const char *input, const pp::PreprocessorSettings &settings) in preprocess() argument 41 void SimplePreprocessorTest::preprocess(const char *input) in preprocess() argument 46 void SimplePreprocessorTest::preprocess(const char *input, const char *expected) in preprocess() argument 51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess() argument 62 lexSingleToken(const char *input, pp::Token *token) lexSingleToken() argument 70 lexSingleToken(size_t count, const char *const input[], pp::Token *token) lexSingleToken() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | Tokenizer.h | 34 Input input; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelShader.hpp | 53 Semantic input[MAX_FRAGMENT_INPUTS][4]; member in sw::PixelShader
|
| /third_party/openssl/demos/digest/ |
| H A D | EVP_MD_stdin.c | 34 int demonstrate_digest(BIO *input) in demonstrate_digest() argument 127 BIO *input = BIO_new_fd( fileno(stdin), 1 ); in main() local
|
| H A D | BIO_f_md.c | 41 BIO *input = NULL; in main() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | string_utils.h | 48 inline std::vector<uint32_t> MakeVector(std::string input) { in MakeVector() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | ext_inst.opencl_test.cpp | 45 const std::string input = in TEST_P() local 58 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local
|
| H A D | target_env_test.cpp | 59 const char* input; member
|
| H A D | text_to_binary.debug_test.cpp | 69 const std::string input = std::string("OpSource ") + in TEST_P() local 87 const std::string input = "OpSource GLSL 450 %file_id"; in TEST_F() local 95 const std::string input = in TEST_F() local 109 const std::string input = in TEST_P() local 128 const std::string input = in TEST_P() local 155 const std::string input = TEST_P() local 170 const std::string input = TEST_P() local 186 const std::string input = TEST_P() local 204 const std::string input = TEST_P() local [all...] |
| H A D | text_to_binary_test.cpp | 181 const std::string input = in TEST_F() local 192 const std::string input = in TEST_P() local 222 const std::string input = in TEST_P() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
| H A D | spvtools_as_fuzzer.cpp | 35 std::vector<uint32_t> input; in LLVMFuzzerTestOneInput() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | propagator_test.cpp | 42 void Assemble(const std::string& input) { in Assemble() argument
|
| /third_party/skia/third_party/externals/libwebp/extras/ |
| H A D | webp_to_sdl.c | 36 WebPBitstreamFeatures* const input = &config.input; in WebpToSDL() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | csmatch.cpp | 29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set() argument
|
| H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() argument
|
| H A D | numparse_utils.h | 18 inline static void putLeadCodePoints(const UnicodeSet* input, UnicodeSet* output) { in putLeadCodePoints() argument 25 inline static void putLeadCodePoint(const UnicodeString& input, UnicodeSet* output) { in putLeadCodePoint() argument
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| H A D | PeakDetector.h | 34 double process(double input) { in process() argument
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| H A D | testFlowgraph.cpp | 44 static const float input[] = {1.0f, 0.5f, -0.25f, -1.0f, 0.0f, 53.9f, -87.2f}; in TEST() local 63 static const float input[] = {1.0f, 2.0f, 3.0f}; in TEST() local 116 static const uint8_t input[] = {0x01, 0x23, 0x45, TEST() local 138 static const float input[] = {-9.7, 0.5f, -0.25, 1.0f, 12.3}; TEST() local [all...] |
| /third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
| H A D | BundleChecker.java | 29 private final InputStream input; field in BundleChecker 35 public BundleChecker(InputStream input, AtomicInteger nextJob, boolean sanityCheck) { in BundleChecker() argument 41 private long decompressAndCalculateCrc(ZipInputStream input) throws IOException { in decompressAndCalculateCrc() argument
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | utf8_util.c | 17 BrotliParseAsUTF8( int* symbol, const uint8_t* input, size_t size) BrotliParseAsUTF8() argument [all...] |
| /third_party/openssl/crypto/des/ |
| H A D | ecb_enc.c | 36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt() argument
|
| H A D | ecb3_enc.c | 18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-ot-collect-glyphs.c | 45 hb_set_t *input = hb_set_create(); in test_ot_layout_lookup_collect_glyphs_source_sans() local 225 hb_set_t *input = hb_set_create(); test_ot_layout_lookup_collect_glyphs_noto_nastaliq() local 373 hb_set_t *input = hb_set_create(); test_ot_layout_lookup_collect_glyphs_qahiri() local [all...] |