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
94 timeout=es_utils.DEFAULT_TIMEOUT, index=INDEX_METADATA,
108 timeout=es_utils.DEFAULT_TIMEOUT, index=INDEX_METADATA,
127 timeout=es_utils.DEFAULT_TIMEOUT, index=INDEX_METADATA,
141 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()