Home
last modified time | relevance | path

Searched refs:fully_qualified_name (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/build/android/gyp/util/
Djar_info_utils.py30 fully_qualified_name, path = line.split(',', 1)
31 info_data[fully_qualified_name] = path
47 for fully_qualified_name, path in info_data.iteritems():
52 info_file.write('{},{}\n'.format(fully_qualified_name, path))
/external/llvm-project/libc/cmake/modules/
DLLVMLibCTargetNameUtils.cmake18 get_fq_target_name(${local_name} fully_qualified_name)
19 set(${fq_name} ${fully_qualified_name} PARENT_SCOPE)
/external/tensorflow/tensorflow/python/util/
Dall_util.py110 fully_qualified_name = module_name + '.' + extra_symbol
111 _HIDDEN_ATTRIBUTES[fully_qualified_name] = (target_module,
/external/grpc-grpc/src/python/grpcio_reflection/grpc_reflection/v1alpha/
Dreflection.py65 def _file_containing_symbol(self, fully_qualified_name): argument
68 fully_qualified_name)
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1414 const char* fully_qualified_name = type_url + url_prefix_len; local
1415 PHP_PROTO_HASHTABLE_VALUE desc_php = get_proto_obj(fully_qualified_name);
1470 const char* fully_qualified_name = upb_msgdef_fullname(desc->msgdef); local
1472 strlen(TYPE_URL_PREFIX) + strlen(fully_qualified_name) + 1;
1474 sprintf(type_url, "%s%s", TYPE_URL_PREFIX, fully_qualified_name);
1504 const char* fully_qualified_name = upb_msgdef_fullname(desc->msgdef); local
1506 strlen(TYPE_URL_PREFIX) + strlen(fully_qualified_name) + 1;
1508 sprintf(type_url, "%s%s", TYPE_URL_PREFIX, fully_qualified_name);
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc971 static tensorflow::string fully_qualified_name = in TFE_Py_InitEagerTensor() local
975 fully_qualified_name.c_str(), sizeof(EagerTensor), 0, in TFE_Py_InitEagerTensor()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc6877 std::string fully_qualified_name = enum_type->full_name(); in SetOptionValue() local
6878 fully_qualified_name.resize(fully_qualified_name.size() - in SetOptionValue()
6880 fully_qualified_name += value_name; in SetOptionValue()
6887 builder_->FindSymbolNotEnforcingDeps(fully_qualified_name); in SetOptionValue()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2879 mod fully_qualified_name { module