Home
last modified time | relevance | path

Searched defs:_comment (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/cmake/
Dprotobuf-config.cmake.in139 set(_comment "Running ${protobuf_generate_LANGUAGE} protocol buffer compiler on ${_proto}") variable
141 set(_comment "${_comment}, protoc-options: ${protobuf_generate_PROTOC_OPTIONS}") variable
144 set(_comment "${_comment}, plugin-options: ${_plugin_options}") variable
/external/cronet/third_party/protobuf/cmake/
Dprotobuf-config.cmake.in139 set(_comment "Running ${protobuf_generate_LANGUAGE} protocol buffer compiler on ${_proto}") variable
141 set(_comment "${_comment}, protoc-options: ${protobuf_generate_PROTOC_OPTIONS}") variable
144 set(_comment "${_comment}, plugin-options: ${_plugin_options}") variable
/external/mbedtls/scripts/data_files/driver_jsons/
Dmbedtls_test_transparent_driver.json8 "_comment": "The Mbed TLS transparent driver supports import key/export key", string
14 "_comment": "The Mbed TLS transparent driver supports export_public key", string
Dmbedtls_test_opaque_driver.json9 … "_comment": "The Mbed TLS opaque driver supports import key/export key/export_public key", string
14 "_comment": "The Mbed TLS opaque driver supports copy key/ get builtin key", string
Ddriver_transparent_schema.json5 "_comment": { object
32 "_comment": { object
Ddriver_opaque_schema.json5 "_comment": { object
36 "_comment": { object
/external/python/cpython3/.github/problem-matchers/
Dsphinx.json19 …"_comment": "A bit of a looser pattern, doesn't look for line numbers, just looks for file names r… string
31 … "_comment": "Looks for file names ending with .rst and line numbers but without severity", string
/external/curl/
Dmlc_config.json2 …"_comment": "Config file for linkcheck: If urls have some issues we can not fix on our end past it… string
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dtesting.json4 "_comment": "Binaries used for pw_transfer backwards-compatibility testing", string
Dcmake.json4 "_comment": { object
Dpigweed.json54 "_comment": "Always get the amd64 version on Mac until there's an arm64 version", string
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py187 _comment = r"/\*.*?\*/" variable
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1568 def _comment(self, data): member in XMLParser