Home
last modified time | relevance | path

Searched defs:is_data (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dmultifile.py155 def is_data(self, line): member in MultiFile
/external/libmicrohttpd/src/microspdy/
Dstructures.c290 SPDYF_response_queue_create(bool is_data, in SPDYF_response_queue_create()
Dstructures.h478 bool is_data; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name, in SendCommand()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc278 bool is_data = offset != 0 && name[0] != 0; in InitDataSeg() local