Searched refs:USR (Results 1 - 7 of 7) sorted by relevance

/external/toybox/tests/
H A Dchown.test15 USR="$(sed -n '$s/:.*//p' /etc/passwd)"
33 testing "chown usr:grp" "chown $USR:$GRP $F $OUT" "$USR $GRP\n" "" ""
38 testing "chown :" "chown $USR:$GRP $F && chown : $F $OUT" \
39 "$USR $GRP\n" "" ""
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp95 Hexagon::USR, Hexagon::PC, Hexagon::UGP, Hexagon::GP,
/external/clang/tools/libclang/
H A DIndexingContext.cpp150 if (BaseEntities[i].name && BaseEntities[i].USR)
320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
694 if (!RefEntity.USR)
1114 EntityInfo.USR = nullptr;
1116 EntityInfo.USR = SA.copyCStr(StrBuf.str());
H A DIndexingContext.h55 name = USR = nullptr;
H A DCIndex.cpp4406 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
4417 USR = clang_getCursorUSR(Result);
4423 clang_getCString(USR), IsDef);
4427 clang_disposeString(USR);
/external/clang/tools/c-index-test/
H A Dc-index-test.c1155 /* USR testing. */
1162 CXString USR = clang_getCursorUSR(C); local
1163 const char *cstr = clang_getCString(USR);
1165 clang_disposeString(USR);
1172 clang_disposeString(USR);
2163 printf("Container USR: %s\n", clang_getCString(containerUSR));
2802 printf(" | USR: %s", info->USR);
3605 /* USR printing. */
3609 fprintf(stderr, "USR fo
[all...]
/external/clang/include/clang-c/
H A DIndex.h3560 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3563 * A Unified Symbol Resolution (USR) is a string that identifies a particular
3571 * \brief Construct a USR for a specified Objective-C class.
3576 * \brief Construct a USR for a specified Objective-C category.
3583 * \brief Construct a USR for a specified Objective-C protocol.
3590 * \brief Construct a USR for a specified Objective-C instance variable and
3591 * the USR for its containing class.
3597 * \brief Construct a USR for a specified Objective-C method and
3598 * the USR for its containing class.
3605 * \brief Construct a USR fo
5299 const char *USR; member in struct:__anon761
[all...]

Completed in 222 milliseconds