Home
last modified time | relevance | path

Searched defs:sources (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/node/test/cctest/
H A Dtest_per_process.cc22 const auto& sources = PerProcessTest::get_sources_for_test(); in TEST_F() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-harfbuzzcc.py12 sources = sys.argv[3:] variable
/third_party/gn/src/gn/
H A Dbundle_file_rule.h48 const std::vector<SourceFile>& sources() const { return sources_; } in sources() function in BundleFileRule
H A Dbundle_file_rule.cc34 BundleFileRule(const Target* bundle_data_target, const std::vector<SourceFile> sources, const SubstitutionPattern& pattern) BundleFileRule() argument
H A Dsubstitution_writer_unittest.cc24 std::vector<SourceFile> sources; in TEST() local
H A Dninja_action_target_writer.cc213 const Target::FileList& sources = target_->sources(); in WriteSourceRules() local
[all...]
H A Doperators_unittest.cc103 const char sources[] = "sources"; in TEST() local
H A Dninja_binary_target_writer.cc257 WriteCompilerBuildLine( const std::vector<SourceFile>& sources, const std::vector<OutputFile>& extra_deps, const std::vector<OutputFile>& order_only_deps, const char* tool_name, const std::vector<OutputFile>& outputs, bool can_write_source_info, bool restat_output_allowed) WriteCompilerBuildLine() argument
/third_party/node/tools/v8_gypfiles/
H A Dextras-libraries.cc14 static const char sources[] = { 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 32, 123, 125, 41 }; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderProgram.cpp55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST]) in logShader() argument
66 sources[shaderType][shaderNdx], in logShader() local
H A DvkShaderProgram.hpp108 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
118 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
/third_party/selinux/libselinux/src/
H A Dsetup.py13 sources=['selinuxswig_python.i'], variable
18 sources=['audit2why.c'], variable
/third_party/spirv-tools/tools/objdump/
H A Dobjdump.cpp61 OutputSourceFiles( const std::unordered_map<std::string, std::string>& sources, const std::string& outdirPath, bool overwrite) OutputSourceFiles() argument
H A Dextract_source.cpp148 std::vector<std::pair<spv::Id, std::string>> sources; in ExtractSourceFromModule() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDerivativeTests.cpp66 void initComputeDerivativePrograms (SourceCollections& sources, bool) in initComputeDerivativePrograms() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDerivativeTests.cpp62 void initComputeDerivativePrograms (SourceCollections& sources) in initComputeDerivativePrograms() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_vulkan_header.py28 sources = [ variable
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h252 const unsigned char* const *sources; // array of strings; must be converted to positive values on use, to avoid aliasing with -1 as EndOfInput member in glslang::TInputScanner
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_cse.cpp230 const int sources = written / dst_width; in create_copy_instr() local
[all...]
H A Dbrw_fs.cpp52 init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg *src, unsigned sources) init() argument
129 fs_inst(enum opcode opcode, uint8_t exec_width, const fs_reg &dst, const fs_reg src[], unsigned sources) fs_inst() argument
[all...]
H A Dbrw_vec4_builder.h623 const unsigned sources = (inst->src[1].file == BAD_FILE ? 1 : 2); in fix_math_instruction() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture_mock.cpp49 void FrameCaptureShared::setProgramSources(gl::ShaderProgramID id, ProgramSources sources) {} in setProgramSources() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() argument
186 int genMaxSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource() argument
226 glu::ProgramSources sources; in block_number_limits() local
284 glu::ProgramSources sources; max_combined_block_number_limit() local
[all...]
H A Des31fProgramPipelineStateQueryTests.cpp171 glu::ProgramSources sources; in iterate() local
/third_party/notofonts/scripts/
H A Dissue-stats.py21 sources = json.load(open("fontrepos.json")) variable

Completed in 11 milliseconds

12345