/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
prefix2.s | 0 # Prefix must not interfere with register names. 2 PREFIX pre
|
/external/llvm/lib/TableGen/ |
TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, 25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && 27 OS << Prefix; 36 StringRef Prefix("|* "); 38 printLine(OS, Prefix, ' ', Suffix); 39 size_t PSLen = Prefix.size() + Suffix.size(); 44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); 47 printLine(OS, Prefix, ' ', Suffix); 48 printLine(OS, Prefix + "Automatically generated file, do not edit!", ' ', 50 printLine(OS, Prefix, ' ', Suffix) [all...] |
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 35 private IpPrefix Prefix(String prefix) { 36 return new IpPrefix(prefix); 51 assertEquals(Prefix("::/0"), r.getDestination()); 56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination()); 61 r = new RouteInfo(Prefix("2001:db8:beef:cafe::/48"), null, "lo"); 62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination()); 66 r = new RouteInfo(Prefix("192.0.2.5/24"), null); 67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination()); 87 r = new PatchedRouteInfo(Prefix("2001:db8:f00::ace:d00d/127"), null, "rmnet0") [all...] |
/external/selinux/policycoreutils/mcstrans/share/examples/pipes/setrans.d/ |
pipes.conf | 2 Prefix=Handle Via
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 65 /// A prefix to be matched against paths in \#include directives. 66 std::string Prefix; 68 /// True if paths beginning with this prefix should be treated as system 72 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) 73 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {} 193 /// path starting with \p Prefix should be considered as naming a system 195 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { 196 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
|
/external/clang/include/clang/Frontend/ |
TextDiagnosticPrinter.h | 35 /// A string to prefix to error messages. 36 std::string Prefix; 45 /// setPrefix - Set the diagnostic printer prefix string, which will be 46 /// printed at the start of any diagnostics. If empty, no prefix string is 48 void setPrefix(std::string Value) { Prefix = Value; }
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfStringPool.h | 31 StringRef Prefix; 38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
DwarfStringPool.cpp | 18 StringRef Prefix) 19 : Pool(A), Prefix(Prefix), 29 Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr;
|
/external/clang/lib/Lex/ |
HeaderMap.cpp | 40 uint32_t Prefix; // Offset (into strings) of value prefix. 144 Result.Prefix = 0; 151 Result.Prefix = getEndianAdjustedWord(BucketPtr->Prefix); 190 const char *Prefix = getString(B.Prefix); 192 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix); 230 StringRef Prefix = getString(B.Prefix); [all...] |
/external/llvm/lib/IR/ |
Mangler.cpp | 27 Private, ///< Emit "private" prefix before each symbol. 28 LinkerPrivate ///< Emit "linker private" prefix before each symbol. 34 const DataLayout &DL, char Prefix) { 51 if (Prefix != '\0') 52 OS << Prefix; 61 char Prefix = DL.getGlobalPrefix(); 62 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix); 73 char Prefix = DL.getGlobalPrefix(); 74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix); 132 char Prefix = DL.getGlobalPrefix() [all...] |
/external/clang/include/clang/Analysis/DomainSpecific/ |
CocoaConventions.h | 27 bool isRefType(QualType RetTy, StringRef Prefix,
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
PathDiagnosticConsumers.h | 33 const std::string &Prefix,\
|
/external/clang/lib/Format/ |
BreakableToken.cpp | 138 return StartColumn + Prefix.size() + Postfix.size() + 140 StartColumn + Prefix.size(), 146 StringRef Prefix, StringRef Postfix, bool InPPDirective, 149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) { 152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); 157 StringRef Prefix, StringRef Postfix, bool InPPDirective, 159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix, 166 StartColumn + Prefix.size() + Postfix.size() [all...] |
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 47 NestedNameSpecifier *Prefix, IdentifierInfo *II) { 49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); 52 Mockup.Prefix.setPointer(Prefix); 53 Mockup.Prefix.setInt(StoredIdentifier); 60 NestedNameSpecifier *Prefix, 63 assert((!Prefix || 64 (Prefix->getAsType() == nullptr & [all...] |
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 60 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix; 68 /// specifier as encoded within the prefix. 96 : Prefix(nullptr, StoredIdentifier), Specifier(nullptr) {} 101 : llvm::FoldingSetNode(Other), Prefix(Other.Prefix), 113 /// \brief Builds a specifier combining a prefix and an identifier. 115 /// The prefix must be dependent, since nested name specifiers 119 NestedNameSpecifier *Prefix, 124 NestedNameSpecifier *Prefix, 129 NestedNameSpecifier *Prefix, [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
inst.go | 15 Prefix Prefixes // Prefixes applied to the instruction. 28 // each prefix byte corresponds to one slot in the array. The first zero 30 type Prefixes [14]Prefix 32 // A Prefix represents an Intel instruction prefix. 33 // The low 8 bits are the actual prefix byte encoding, 35 type Prefix uint16 38 // Metadata about the role of a prefix in an instruction. 39 PrefixImplicit Prefix = 0x8000 // prefix is implied by instruction tex [all...] |
decode.go | 45 xCondPrefix // switch on presence of instruction prefix 169 // instPrefix returns an Inst describing just one prefix byte. 170 // It is only used if there is a prefix followed by an unintelligible 178 p := Prefix(b) 193 // Note: using composite literal with Prefix key confuses 'bundle' tool. 195 inst.Prefix = Prefixes{p} 250 // prefix decoding information 253 lockIndex = -1 // index of LOCK prefix in src and inst.Prefix 254 repIndex = -1 // index of REP/REPN prefix in src and inst.Prefi [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
inst.go | 15 Prefix Prefixes // Prefixes applied to the instruction. 28 // each prefix byte corresponds to one slot in the array. The first zero 30 type Prefixes [14]Prefix 32 // A Prefix represents an Intel instruction prefix. 33 // The low 8 bits are the actual prefix byte encoding, 35 type Prefix uint16 38 // Metadata about the role of a prefix in an instruction. 39 PrefixImplicit Prefix = 0x8000 // prefix is implied by instruction tex [all...] |
/external/clang/lib/Analysis/ |
CocoaConventions.cpp | 25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, 30 if (TDName.startswith(Prefix) && TDName.endswith("Ref")) 46 // Does the name start with the prefix? 47 return Name.startswith(Prefix);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
prefix.py | 22 class Prefix(object): 31 if name == 'Prefix':
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 33 KeepPrefix, // The prefix alone satisfies the predicate 42 // the prefix anyway, it can. 44 virtual TestResult doTest(std::vector<ElTy> &Prefix, 121 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid); 124 switch (doTest(Prefix, Suffix, Error)) { 126 // The property still holds. We can just drop the prefix elements, and 135 // The predicate still holds, shorten the list to the prefix elements. 136 TheList.swap(Prefix);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
writer.h | 108 bool Null() { Prefix(kNullType); return WriteNull(); }
109 bool Bool(bool b) { Prefix(b ? kTrueType : kFalseType); return WriteBool(b); }
110 bool Int(int i) { Prefix(kNumberType); return WriteInt(i); }
111 bool Uint(unsigned u) { Prefix(kNumberType); return WriteUint(u); }
112 bool Int64(int64_t i64) { Prefix(kNumberType); return WriteInt64(i64); }
113 bool Uint64(uint64_t u64) { Prefix(kNumberType); return WriteUint64(u64); }
120 bool Double(double d) { Prefix(kNumberType); return WriteDouble(d); }
124 Prefix(kStringType);
135 Prefix(kObjectType);
154 Prefix(kArrayType); [all...] |
/external/llvm/lib/DebugInfo/Symbolize/ |
DIPrinter.cpp | 34 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : ""; 35 OS << Prefix << FunctionName << Delimiter;
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.go | 13 potential textual suffixes for a given prefix. Consider this text: 18 and suffixes, or "chain": (This table assumes a prefix length of two words.) 20 Prefix Suffix 33 To generate text using this table we select an initial prefix ("I am", for 34 example), choose one of the suffixes associated with that prefix at random 36 and then create a new prefix by removing the first word from the prefix 37 and appending the suffix (making the new prefix is "am a"). Repeat this process 38 until we can't find any suffixes for the current prefix or we exceed the word 43 The prefix and output lengths can be specified using the -prefix and -word [all...] |
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.go | 13 potential textual suffixes for a given prefix. Consider this text: 18 and suffixes, or "chain": (This table assumes a prefix length of two words.) 20 Prefix Suffix 33 To generate text using this table we select an initial prefix ("I am", for 34 example), choose one of the suffixes associated with that prefix at random 36 and then create a new prefix by removing the first word from the prefix 37 and appending the suffix (making the new prefix is "am a"). Repeat this process 38 until we can't find any suffixes for the current prefix or we exceed the word 43 The prefix and output lengths can be specified using the -prefix and -word [all...] |