Home
last modified time | relevance | path

Searched defs:source_file_name (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/emboss/compiler/front_end/
H A Dconstraints.py52 type_ir, source_file_name, errors): argument
68 def _check_that_array_base_types_are_fixed_size(type_ir, source_file_name, argument
93 type_ir, type_definition, source_file_name, errors, ir): argument
117 def _check_constancy_of_constant_references(expression, source_file_name, argument
139 source_file_name, errors): argument
173 source_file_name, errors): argument
264 runtime_parameter, ir, source_file_name, errors): argument
296 type_ir, usage_source_location, size, ir, source_file_name): argument
349 def _check_allowed_in_bits(type_ir, type_definition, source_file_name, ir, argument
367 def _check_size_of_bits(type_ir, type_definition, source_file_name, errors): argument
[all …]
H A Dtype_check.py25 def _type_check_expression(expression, source_file_name, ir, errors): argument
55 def _type_check(expression, source_file_name, errors, type_oneof, type_name, argument
64 def _type_check_integer(expression, source_file_name, errors, expression_name): argument
69 def _type_check_boolean(expression, source_file_name, errors, expression_name): argument
74 def _kind_check_field_reference(expression, source_file_name, errors, argument
87 def _type_check_constant_reference(expression, source_file_name, ir, errors): argument
111 def _type_check_operation(expression, source_file_name, ir, errors): argument
125 def _type_check_monomorphic_operator(expression, source_file_name, errors): argument
240 def _annotate_parameter_type(parameter, ir, source_file_name, errors): argument
267 def _type_check_comparison_operator(expression, source_file_name, errors): argument
[all …]
H A Dattribute_checker.py176 source_file_name, errors): argument
315 source_file_name, ir, errors): argument
337 def _verify_requires_attribute_on_field(field, source_file_name, ir, errors): argument
367 source_file_name, errors): argument
385 def _verify_width_attribute_on_enum(enum, type_definition, source_file_name, argument
428 def _verify_field_attributes(field, type_definition, source_file_name, ir, argument
435 def _verify_back_end_attributes(attribute, expected_back_ends, source_file_name, argument
H A Dsynthetics.py224 source_file_name, errors): argument
245 def _check_for_bad_next_keyword_in_size(expression, source_file_name, errors): argument
257 def _replace_next_keyword(structure, source_file_name, errors): argument
H A Dsymbol_resolver.py269 visible_scopes, source_file_name, errors): argument
276 source_file_name, errors): argument
290 source_file_name, errors): argument
379 def _resolve_field_reference(field_reference, source_file_name, errors, ir): argument
H A Ddependency_checker.py24 source_file_name, errors): argument
/aosp_15_r20/external/emboss/compiler/util/
H A Dattribute_util.py169 def check_type_definition(type_definition, source_file_name, errors): argument
195 def check_struct_field(field, source_file_name, errors): argument
207 def check_enum_value(value, source_file_name, errors): argument
H A Dtraverse_ir_test.py196 def _record_file_name_and_constant(constant, constant_list, source_file_name): argument
H A Dir_data.py876 source_file_name: Optional[str] = None variable in Module
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen_main.cc110 const string& source_file_name, in PrintAllPythonOps()
151 tensorflow::string source_file_name = in main() local
H A Dpython_op_gen.cc1196 const std::vector<string>& hidden_ops, const string& source_file_name = "", in GetPythonOpsImpl()
1290 const string& source_file_name, in GetPythonOps()
1298 const string& source_file_name, in PrintPythonOps()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DJavaClass.java53 private String source_file_name = "<Unknown>"; field in JavaClass
571 public void setSourceFileName( final String source_file_name ) { in setSourceFileName()
/aosp_15_r20/bionic/tests/
H A Ddlfcn_symlink_support.cpp32 static const constexpr char* source_file_name = "libdlext_test.so"; variable
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/
H A Dcpp_generator_test.cc58 string source_file_name = io::JoinPath(golden_dir, "testing_ops.cc.golden"); in TEST() local
/aosp_15_r20/hardware/google/gfxstream/guest/fuchsia/
Dreleasepackage.py94 source_file_name = os.path.join(release_dir, target_name) variable
/aosp_15_r20/external/google-breakpad/src/processor/proto/
H A Dprocess_state.proto160 optional string source_file_name = 5; field
/aosp_15_r20/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_common.proto60 optional string source_file_name = 2; field
/aosp_15_r20/external/emboss/compiler/back_end/cpp/
H A Dheader_generator.py1475 def _verify_namespace_attribute(attr, source_file_name, errors): argument
1503 def _verify_enum_case_attribute(attr, source_file_name, errors): argument
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h135 string source_file_name; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h205 char* source_file_name; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h205 char* source_file_name; member
/aosp_15_r20/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h206 char* source_file_name; member
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_common.pb.h1998 inline const std::string& Line::source_file_name() const { in source_file_name() function
2039 inline void Line::set_allocated_source_file_name(std::string* source_file_name) { in set_allocated_source_file_name()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_profiling_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_common.pb.h1998 inline const std::string& Line::source_file_name() const { in source_file_name() function
2039 inline void Line::set_allocated_source_file_name(std::string* source_file_name) { in set_allocated_source_file_name()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_profiling_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_common.pbzero.h519 ::protozero::ConstChars source_file_name() const { return at<2>().as_string(); } in source_file_name() function

12