Searched defs:nameA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h299 const char* nameA; /*!< Copy of original name in ASCII. */ member in struct:___itt_thread_info
362 h->nameA = NULL; \
379 h->nameA = n ? __itt_fstrdup(n) : NULL; \
396 h->nameA = NULL; \
412 h->nameA = name ? __itt_fstrdup(name) : NULL; \
/external/v8/src/third_party/vtune/
H A Dittnotify_config.h328 const char* nameA; /*!< Copy of original name in ASCII. */ member in struct:___itt_thread_info
391 h->nameA = NULL; \
408 h->nameA = n ? __itt_fstrdup(n) : NULL; \
425 h->nameA = NULL; \
441 h->nameA = name ? __itt_fstrdup(name) : NULL; \
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) argument
413 nameA = kPropIdToName[propID];
422 nameA = s;
834 AString nameA; local
836 GetPropName(propID, name, nameA, nameU);
837 if (!nameA.IsEmpty())
838 PrintPropPair(so, nameA, s);

Completed in 156 milliseconds