Home
last modified time | relevance | path

Searched defs:text (Results 651 - 675 of 1730) sorted by relevance

1...<<21222324252627282930>>...70

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Drecvmsg.c31 const char *text = "This is a simple test case."; variable
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
/third_party/node/deps/openssl/openssl/apps/
H A Dpkeyparam.c52 int text = 0, noout = 0, ret = EXIT_FAILURE, check = 0, r; in pkeyparam_main() local
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegmentAdvanced.java63 public static List<QrSegment> makeSegmentsOptimally(CharSequence text, QrCode.Ecc ecl, int minVersion, int maxVersion) { in makeSegmentsOptimally() argument
262 makeKanji(CharSequence text) makeKanji() argument
286 isEncodableAsKanji(CharSequence text) isEncodableAsKanji() argument
[all...]
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegmentAdvanced.java63 public static List<QrSegment> makeSegmentsOptimally(String text, QrCode.Ecc ecl, int minVersion, int maxVersion) { in makeSegmentsOptimally() argument
254 makeKanji(String text) makeKanji() argument
278 isEncodableAsKanji(String text) isEncodableAsKanji() argument
[all...]
/third_party/qrcodegen/cpp/
H A DQrCodeGeneratorDemo.cpp66 const char *text = "Hello, world!"; // User-supplied text in doBasicDemo() local
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_info.py79 def text(self): member in SourceInfo
[all...]
/third_party/openssl/apps/
H A Dpkeyparam.c52 int text = 0, noout = 0, ret = EXIT_FAILURE, check = 0, r; in pkeyparam_main() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp66 spv_text_t text = {textStr, strlen(textStr)}; variable
81 void CompileSuccessfully(std::string text) { in CompileSuccessfully() argument
94 spv_text text = nullptr; in TEST_F() local
105 spv_text text; TEST_F() local
124 spv_text text = nullptr; TEST_F() local
146 spv_text text; TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddecoration_manager_test.cpp69 DecorationManager* GetDecorationManager(const std::string& text) { in GetDecorationManager() argument
94 std::string text; in ToText() local
79 Disassemble(const std::vector<uint32_t>& binary, std::string* text) Disassemble() argument
102 std::string text; ModuleToText() local
[all...]
H A Dgraphics_robust_access_test.cpp35 const std::string text = R"( in TEST_F() local
44 const std::string text = R"( in TEST_F() local
53 const std::string text = R"( in TEST_F() local
62 const std::string text = R"( in TEST_F() local
71 const std::string text = R"( in TEST_F() local
81 const std::string text = R"( TEST_F() local
92 const std::string text = R"( TEST_F() local
[all...]
H A Dir_loader_test.cpp36 void DoRoundTripCheck(const std::string& text) { in DoRoundTripCheck() argument
154 const std::string text = in TEST() local
258 const std::string text = R"(OpCapability Shader in TEST() local
305 const std::string text = R"(OpCapability Shader in TEST() local
1279 const std::string text = TEST() local
1459 const std::string text = TEST() local
[all...]
H A Dpass_remove_duplicates_test.cpp66 std::string RunPass(const std::string& text) { in RunPass() argument
97 std::string text; in ToText() local
82 Disassemble(const std::vector<uint32_t>& binary, std::string* text) Disassemble() argument
105 std::string text; ModuleToText() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_legal.cpp82 std::string text = R"( in TEST_F() local
216 std::string text = R"( in TEST_F() local
351 std::string text = R"( in TEST_F() local
485 std::string text in TEST_F() local
626 std::string text = R"( TEST_F() local
770 std::string text = R"( TEST_F() local
910 std::string text = R"( TEST_F() local
1052 std::string text = R"( TEST_F() local
1189 std::string text = R"( TEST_F() local
1333 std::string text = R"( TEST_F() local
1539 std::string text = R"( TEST_F() local
1717 std::string text = R"( TEST_F() local
1976 std::string text = R"( TEST_F() local
2252 std::string text = R"( TEST_F() local
2436 std::string text = R"( TEST_F() local
2680 std::string text = R"( TEST_F() local
2820 std::string text = R"( TEST_F() local
2965 std::string text = R"( TEST_F() local
3120 std::string text = R"( TEST_F() local
3327 std::string text = R"( TEST_F() local
3479 std::string text = R"( TEST_F() local
3691 std::string text = R"( TEST_F() local
3846 std::string text = R"( TEST_F() local
4004 std::string text = R"( TEST_F() local
4161 std::string text = R"( TEST_F() local
4305 std::string text = R"( TEST_F() local
4455 std::string text = R"( TEST_F() local
[all...]
H A Dnested_loops.cpp65 const std::string text = R"( in TEST_F() local
224 const std::string text = R"( in TEST_F() local
455 const std::string text = R"( in TEST_F() local
626 const std::string text in TEST_F() local
[all...]
H A Dpeeling.cpp144 const std::string text = R"( in TEST_F() local
192 const std::string text = R"( in TEST_F() local
234 const std::string text = R"( in TEST_F() local
286 const std::string text = R"( TEST_F() local
331 const std::string text = R"( TEST_F() local
376 const std::string text = R"( TEST_F() local
444 const std::string text = R"( TEST_F() local
709 const std::string text = R"( TEST_F() local
871 const std::string text = R"( TEST_F() local
1018 const std::string text = R"( TEST_F() local
[all...]
H A Dpeeling_pass.cpp1029 const std::string text = R"( in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_atomics_test.cpp2145 const std::string text = R"( in TEST_F() local
2172 const std::string text = R"( in TEST_F() local
2199 const std::string text = R"( in TEST_F() local
2226 const std::string text = R"( in TEST_F() local
2257 const std::string text = R"( in TEST_F() local
2288 const std::string text = R"( TEST_F() local
2319 const std::string text = R"( TEST_F() local
[all...]
H A Dval_barriers_test.cpp956 const std::string text = R"( in TEST_F() local
985 const std::string text = R"( in TEST_F() local
1013 const std::string text = R"( in TEST_F() local
1038 const std::string text = R"( in TEST_F() local
1063 const std::string text = R"( in TEST_F() local
1088 const std::string text = R"( TEST_F() local
1117 const std::string text = R"( TEST_F() local
1146 const std::string text = R"( TEST_F() local
1174 const std::string text = R"( TEST_F() local
1302 const std::string text = R"( TEST_F() local
1331 const std::string text = R"( TEST_F() local
1356 const std::string text = R"( TEST_F() local
1383 const std::string text = R"( TEST_F() local
1410 const std::string text = R"( TEST_F() local
1436 const std::string text = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/dis/
H A Ddis.cpp193 spv_text text = nullptr; in main() local
/third_party/skia/samplecode/
H A DSampleTextBox.cpp175 const char text[] = "world"; variable
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() argument
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() argument
92 Disassemble(const std::vector<uint32_t>& binary, std::string* text, uint32_t options) const Disassemble() argument
97 Disassemble(const uint32_t* binary, const size_t binary_size, std::string* text, uint32_t options) const Disassemble() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbuild_module.cpp77 BuildModule(spv_target_env env, MessageConsumer consumer, const std::string& text, uint32_t assemble_options) BuildModule() argument

Completed in 19 milliseconds

1...<<21222324252627282930>>...70