HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 226 - 250 of 760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SanitizerSpecialCaseList.h 34 bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 116 CHAR8 Prefix;
183 Prefix = 0;
297 Prefix = ' ';
300 Prefix = '+';
313 Prefix = '-';
339 if (Prefix != 0) {
506 if (Prefix != 0) {
507 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
512 if (Prefix != 0) {
513 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
    [all...]
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 68 // import * as prefix from 'foo';
85 // Prefix from "import * as prefix". Empty for symbol imports and `export *`.
87 StringRef Prefix;
110 // '*' imports (with prefix) sort before {a, b, ...} imports.
111 if (LHS.Prefix.empty() != RHS.Prefix.empty())
112 return LHS.Prefix.empty() < RHS.Prefix.empty();
113 if (LHS.Prefix != RHS.Prefix
    [all...]
BreakableToken.h 99 unsigned StartColumn, StringRef Prefix,
106 // The prefix a line needs after a break in the token.
107 StringRef Prefix;
110 // The token text excluding the prefix and postfix.
121 unsigned StartColumn, StringRef Prefix,
153 // The prefix without an additional space if one was added.
209 // regard as whitespace when all lines have a "*" prefix.
214 // a "*" prefix.
  /external/llvm/utils/FileCheck/
FileCheck.cpp 46 CheckPrefixes("check-prefix",
47 cl::desc("Prefix to use from check file (defaults to 'CHECK')"));
52 "Alias for -check-prefix permitting multiple comma separated values"));
134 /// ParsePattern - Parse the given string into the Pattern. Prefix provides
135 /// which prefix is being matched, SM provides the SourceMgr used for error
140 StringRef Prefix,
187 StringRef Prefix,
203 "found empty check string with prefix '" +
204 Prefix + ":'");
620 /// Prefix - Which prefix name this check matched
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
SpecialCaseList.h 20 // prefix:wildcard_expression[=category]
22 // Definitions of "prefix" and "category" are sanitizer-specific. For example,
86 /// @Prefix:<E>=@Category
89 bool inSection(StringRef Section, StringRef Prefix, StringRef Query,
139 // Helper method for derived classes to search by Prefix, Query, and Category
141 bool inSection(const SectionEntries &Entries, StringRef Prefix,
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs_test.go 321 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
324 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
328 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
331 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
335 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
336 {Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"},
339 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
343 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
344 {Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"},
347 mi: metaImport{Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 31 for i, p := range inst.Prefix {
33 inst.Prefix[i] &^= PrefixImplicit
52 for i, p := range inst.Prefix {
54 inst.Prefix[i] |= PrefixImplicit
76 for _, p := range inst.Prefix {
78 for j, pj := range inst.Prefix {
80 inst.Prefix[j] |= PrefixImplicit
87 for i, p := range inst.Prefix {
90 inst.Prefix[i] |= PrefixImplicit
93 inst.Prefix[i] |= PrefixImplici
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs_test.go 321 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
324 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
328 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
331 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
335 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
336 {Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"},
339 mi: metaImport{Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
343 {Prefix: "example.com/user/foo", VCS: "git", RepoRoot: "https://example.com/repo/target"},
344 {Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"},
347 mi: metaImport{Prefix: "example.com/user/fooa", VCS: "git", RepoRoot: "https://example.com/repo/target"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 31 for i, p := range inst.Prefix {
33 inst.Prefix[i] &^= PrefixImplicit
52 for i, p := range inst.Prefix {
54 inst.Prefix[i] |= PrefixImplicit
76 for _, p := range inst.Prefix {
78 for j, pj := range inst.Prefix {
80 inst.Prefix[j] |= PrefixImplicit
87 for i, p := range inst.Prefix {
90 inst.Prefix[i] |= PrefixImplicit
93 inst.Prefix[i] |= PrefixImplici
    [all...]
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 189 // Rule 9: Use longest matching prefix.
217 Prefix *IPNet
227 Prefix: mustCIDR("::1/128"),
232 Prefix: mustCIDR("::/0"),
238 Prefix: mustCIDR("::ffff:0:0/96"),
244 Prefix: mustCIDR("2002::/16"),
250 Prefix: mustCIDR("2001::/32"),
255 Prefix: mustCIDR("fc00::/7"),
260 Prefix: mustCIDR("::/96"),
265 Prefix: mustCIDR("fec0::/10")
    [all...]
  /prebuilts/go/linux-x86/src/net/
addrselect.go 189 // Rule 9: Use longest matching prefix.
217 Prefix *IPNet
227 Prefix: mustCIDR("::1/128"),
232 Prefix: mustCIDR("::/0"),
238 Prefix: mustCIDR("::ffff:0:0/96"),
244 Prefix: mustCIDR("2002::/16"),
250 Prefix: mustCIDR("2001::/32"),
255 Prefix: mustCIDR("fc00::/7"),
260 Prefix: mustCIDR("::/96"),
265 Prefix: mustCIDR("fec0::/10")
    [all...]
  /external/llvm/lib/Support/
SpecialCaseList.cpp 96 // Get our prefix and unparsed regexp.
98 StringRef Prefix = SplitLine.first;
112 Entries[Prefix][Category].Strings.insert(Regexp);
131 // Add this regexp into the proper group by its prefix.
132 if (!Regexps[Prefix][Category].empty())
133 Regexps[Prefix][Category] += "|";
134 Regexps[Prefix][Category] += "^" + Regexp + "$";
  /external/giflib/
dgif_lib.c 39 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
129 /* Check for GIF prefix at start of file */
205 /* Check for GIF prefix at start of file */
761 GifPrefixType *Prefix;
788 Prefix = Private->Prefix;
790 Prefix[i] = NO_SUCH_CODE;
807 GifPrefixType *Prefix;
811 Prefix = Private->Prefix;
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 200 VtablePrefix *Prefix = Vptr - 1;
201 if (!Prefix->TypeInfo)
204 return Prefix;
  /external/googletest/googletest/include/gtest/
gtest-typed-test.h 73 // prefix.
77 // TestFixture::" prefix.
137 // argument to the INSTANTIATE_* macro is a prefix that will be added
252 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
253 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
257 #Prefix, \
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-typed-test.h 73 // prefix.
77 // TestFixture::" prefix.
137 // argument to the INSTANTIATE_* macro is a prefix that will be added
251 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
252 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
256 #Prefix, \

Completed in 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>