Home
last modified time | relevance | path

Searched refs:INDEX_METADATA (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/graphite/
Dautotest_es.py85 INDEX_METADATA = global_config.global_config.get_config_value( variable
87 if not INDEX_METADATA:
88 INDEX_METADATA = global_config.global_config.get_config_value( variable
97 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA, udp_port=ES_UDP_PORT,
110 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA,
129 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA,
142 index=INDEX_METADATA, *args, **kwargs):
Dautotest_stats.py34 index=autotest_es.INDEX_METADATA,
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp49 INDEX_METADATA, enumerator
171 case INDEX_METADATA: in GlobalModuleIndex()
468 RECORD(INDEX_METADATA); in emitBlockInfoBlock()
707 Stream.EmitRecord(INDEX_METADATA, Record); in writeIndex()