HomeSort by relevance Sort by last modified time
    Searched refs:source_text (Results 1 - 14 of 14) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.hpp 329 // The source_text parameter must be a valid pointer.
352 SpvCompilationResult CompileGlslToSpv(const char* source_text,
359 compiler_, source_text, source_text_size, shader_kind, input_file_name,
368 SpvCompilationResult CompileGlslToSpv(const char* source_text,
373 return CompileGlslToSpv(source_text, source_text_size, shader_kind,
380 SpvCompilationResult CompileGlslToSpv(const char* source_text,
385 shaderc_compile_into_spv(compiler_, source_text, source_text_size,
394 SpvCompilationResult CompileGlslToSpv(const std::string& source_text,
398 return CompileGlslToSpv(source_text.data(), source_text.size(), shader_kind
    [all...]
shaderc.h 448 const shaderc_compiler_t compiler, const char* source_text,
457 const shaderc_compiler_t compiler, const char* source_text,
465 const shaderc_compiler_t compiler, const char* source_text,
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 463 const shaderc_compiler_t compiler, const char* source_text,
489 shaderc_util::string_piece(source_text, source_text + source_text_size);
540 const shaderc_compiler_t compiler, const char* source_text,
545 compiler, source_text, source_text_size, shader_kind, input_file_name,
551 const shaderc_compiler_t compiler, const char* source_text,
556 compiler, source_text, source_text_size, shader_kind, input_file_name,
562 const shaderc_compiler_t compiler, const char* source_text,
567 compiler, source_text, source_text_size, shader_kind, input_file_name,
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 684 // source_text is the EXPECT_CALL(...) source that created this Expectation.
685 ExpectationBase(const char* file, int line, const string& source_text);
692 const char* source_text() const { return source_text_.c_str(); }
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-spec-builders.h 692 // source_text is the EXPECT_CALL(...) source that created this Expectation.
693 ExpectationBase(const char* file, int line, const std::string& source_text);
700 const char* source_text() const { return source_text_.c_str(); }
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 692 // source_text is the EXPECT_CALL(...) source that created this Expectation.
693 ExpectationBase(const char* file, int line, const string& source_text);
700 const char* source_text() const { return source_text_.c_str(); }
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 315 bool source_text = 3;
337 bytes source_text = 2;
  /external/tensorflow/tensorflow/python/debug/lib/
source_utils.py 87 source_text = f.read()
88 source_lines = source_text.split("\n")
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 210 << " actions specified in " << source_text() << "...\n"
474 << untyped_expectation->source_text() << "...\n";
  /external/googletest/googlemock/src/
gmock-spec-builders.cc 209 << " actions specified in " << source_text() << "...\n"
483 << untyped_expectation->source_text() << "...\n";
  /external/v8/testing/gmock/src/
gmock-spec-builders.cc 210 << " actions specified in " << source_text() << "...\n"
484 << untyped_expectation->source_text() << "...\n";
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 475 unless text = token.text || ( token.source_text rescue nil )
    [all...]
token.rb 166 def source_text method in class:ANTLR3.Token
  /external/v8/src/
d8.cc 689 Local<String> source_text = ReadFile(isolate, file_name.c_str()); local
690 if (source_text.IsEmpty()) {
699 ScriptCompiler::Source source(source_text, origin);
    [all...]

Completed in 604 milliseconds