Searched refs:Prefix (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider_util.h52 struct Prefix { struct in namespace:history
53 Prefix(const string16& prefix, int num_components) function in struct:history::Prefix
66 typedef std::vector<Prefix> Prefixes;
H A Dhistory_url_provider.cc32 using history::Prefix;
217 const Prefix* best_prefix = BestPrefix(j->url(), string16());
332 const Prefix* best_prefix = BestPrefix(match.destination_url, input.text());
445 prefixes.push_back(Prefix(ASCIIToUTF16("https://www."), 2));
446 prefixes.push_back(Prefix(ASCIIToUTF16("http://www."), 2));
447 prefixes.push_back(Prefix(ASCIIToUTF16("ftp://ftp."), 2));
448 prefixes.push_back(Prefix(ASCIIToUTF16("ftp://www."), 2));
449 prefixes.push_back(Prefix(ASCIIToUTF16("https://"), 1));
450 prefixes.push_back(Prefix(ASCIIToUTF16("http://"), 1));
451 prefixes.push_back(Prefix(ASCIIToUTF1
[all...]
/external/llvm/lib/Target/
H A DMangler.cpp116 const char *Prefix = MAI.getPrivateGlobalPrefix(); local
117 OutName.append(Prefix, Prefix+strlen(Prefix));
119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix(); local
120 OutName.append(Prefix, Prefix+strlen(Prefix));
123 const char *Prefix = MAI.getGlobalPrefix(); local
124 if (Prefix[
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.cpp57 return Prefix;
68 if (result == Prefix)
78 ASSERT(result == After || result == Prefix);
93 if (result == Prefix)
103 ASSERT(result == Before || result == Prefix);
122 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
H A DHTMLEntitySearch.h50 Prefix, enumerator in enum:WebCore::HTMLEntitySearch::CompareResult
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h57 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix; member in class:clang::NestedNameSpecifier
89 NestedNameSpecifier() : Prefix(0, StoredIdentifier), Specifier(0) { }
94 : llvm::FoldingSetNode(Other), Prefix(Other.Prefix),
112 NestedNameSpecifier *Prefix,
117 NestedNameSpecifier *Prefix,
122 NestedNameSpecifier *Prefix,
127 NestedNameSpecifier *Prefix,
150 NestedNameSpecifier *getPrefix() const { return Prefix.getPointer(); }
158 if (Prefix
[all...]
/external/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h37 std::string Prefix; member in class:clang::TextDiagnosticPrinter
49 void setPrefix(std::string Value) { Prefix = Value; }
/external/clang/lib/Lex/
H A DHeaderMap.cpp40 uint32_t Prefix; // Offset (into strings) of value prefix. member in struct:clang::HMapBucket
148 Result.Prefix = 0;
155 Result.Prefix = getEndianAdjustedWord(BucketPtr->Prefix);
194 const char *Prefix = getString(B.Prefix); local
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
224 DestPath += getString(B.Prefix);
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp45 NestedNameSpecifier *Prefix, IdentifierInfo *II) {
47 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
50 Mockup.Prefix.setPointer(Prefix);
51 Mockup.Prefix.setInt(StoredIdentifier);
58 NestedNameSpecifier *Prefix, NamespaceDecl *NS) {
60 assert((!Prefix ||
61 (Prefix
44 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, IdentifierInfo *II) argument
57 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, NamespaceDecl *NS) argument
71 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, NamespaceAliasDecl *Alias) argument
86 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, bool Template, const Type *T) argument
[all...]
/external/llvm/lib/ExecutionEngine/JIT/
H A DIntercept.cpp143 std::string Prefix = std::string(Name.begin(), Name.end()-9); local
144 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
146 if (void *Ptr = getPointerToNamedFunction(Prefix, false))
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DIntercept.cpp143 std::string Prefix = std::string(Name.begin(), Name.end()-9); local
144 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false))
146 if (void *Ptr = getPointerToNamedFunction(Prefix, false))
/external/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h37 bool isRefType(QualType RetTy, StringRef Prefix,
/external/llvm/tools/bugpoint/
H A DListReducer.h44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
119 switch (doTest(Prefix, Suffix, Error)) {
131 TheList.swap(Prefix);
H A DCrashDebugger.cpp62 ReducePassList::doTest(std::vector<std::string> &Prefix, argument
67 if (!Prefix.empty()) {
69 << getPassesString(Prefix) << ": ";
71 if (BD.runPasses(BD.getProgram(), Prefix, PfxOutput))
115 virtual TestResult doTest(std::vector<GlobalVariable*> &Prefix, argument
120 if (!Prefix.empty() && TestGlobalVariables(Prefix))
185 virtual TestResult doTest(std::vector<Function*> &Prefix, argument
190 if (!Prefix.empty() && TestFuncs(Prefix))
258 doTest(std::vector<const BasicBlock*> &Prefix, std::vector<const BasicBlock*> &Kept, std::string &Error) argument
367 doTest(std::vector<const Instruction*> &Prefix, std::vector<const Instruction*> &Kept, std::string &Error) argument
[all...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp213 Prefix = byteFromRec(Rec, "Prefix");
297 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
300 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
303 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
306 (Prefix == X86Local::XD || Prefix
[all...]
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp64 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, argument
69 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
84 return Name.startswith(Prefix);
/external/giflib/
H A Dgif_lib_private.h53 GifPrefixType Prefix[LZ_MAX_CODE + 1]; member in struct:GifFilePrivateType
H A Ddgif_lib.c55 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
701 GifPrefixType *Prefix; local
719 Prefix = Private->Prefix;
721 Prefix[i] = NO_SUCH_CODE;
740 GifPrefixType *Prefix; local
744 Prefix = Private->Prefix;
777 Prefix[j] = NO_SUCH_CODE;
794 if (Prefix[CrntCod
866 DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode) argument
[all...]
/external/llvm/include/llvm/
H A DIntrinsics.h75 ID getIntrinsicForGCCBuiltin(const char *Prefix, const char *BuiltinName);
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-typed-test.h250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
251 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
255 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/gtest/include/gtest/
H A Dgtest-typed-test.h244 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
245 bool gtest_##Prefix##_##CaseName = \
249 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp73 StringRef Prefix = ".data."; local
74 NameData.insert(NameData.begin(), Prefix.begin(), Prefix.end());
221 const char *Prefix; local
222 Prefix = getSectionPrefixForGlobal(Kind);
224 SmallString<128> Name(Prefix, Prefix+strlen(Prefix));
607 const char *Prefix = getCOFFSectionPrefixForUniqueGlobal(Kind); local
608 SmallString<128> Name(Prefix, Prefi
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h250 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
251 bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \
255 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/protobuf/gtest/include/gtest/
H A Dgtest-typed-test.h244 #define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \
245 bool gtest_##Prefix##_##CaseName = \
249 #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName))
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp52 bool startswith(StringRef Prefix) const {
53 return Length >= Prefix.Length &&
54 memcmp(Data, Prefix.Data, Prefix.Length) == 0;
563 // CHECK-tokens: Identifier: "Prefix" [52:29 - 52:35] ParmDecl=Prefix:52:29 (Definition)
570 // CHECK-tokens: Identifier: "Prefix" [53:22 - 53:28] DeclRefExpr=Prefix:52:29
578 // CHECK-tokens: Identifier: "Prefix" [54:24 - 54:30] DeclRefExpr=Prefix
[all...]

Completed in 508 milliseconds

123