| /art/compiler/optimizing/ |
| graph_visualizer.cc | 56 class StringList { 64 explicit StringList(Format format = kArrayBrackets) : format_(format), is_empty_(true) {} 66 // Construct StringList from a linked list. List element class T 69 explicit StringList(T* first_entry, Format format = kArrayBrackets) : StringList(format) { 74 // Construct StringList from a list of elements. The value type must provide method `Dump`. 76 explicit StringList(const Container& list, Format format = kArrayBrackets) : StringList(format) { 96 friend std::ostream& operator<<(std::ostream& os, const StringList& list); 99 std::ostream& operator<<(std::ostream& os, const StringList& list) [all...] |
| /frameworks/compile/mclinker/include/mcld/Script/ |
| OutputSectDesc.h | 22 class StringList; 121 const StringList& phdrs() const { 149 StringList* m_pPhdrs;
|
| /frameworks/compile/mclinker/lib/Script/ |
| GroupCmd.cpp | 15 #include "mcld/Script/StringList.h" 30 GroupCmd::GroupCmd(StringList& pStringList, 49 for (StringList::const_iterator it = m_StringList.begin(), 82 for (StringList::const_iterator it = m_StringList.begin(),
|
| ScriptFile.cpp | 26 #include "mcld/Script/StringList.h" 107 void ScriptFile::addInputCmd(StringList& pStringList, 121 void ScriptFile::addGroupCmd(StringList& pStringList, 225 StringList* ScriptFile::createStringList() { 226 m_pStringList = StringList::create();
|
| InputCmd.cpp | 18 #include "mcld/Script/StringList.h" 37 InputCmd::InputCmd(StringList& pStringList, 60 for (StringList::const_iterator it = m_StringList.begin(), 93 for (StringList::const_iterator it = m_StringList.begin(),
|
| OutputSectDesc.cpp | 13 #include "mcld/Script/StringList.h" 120 for (StringList::const_iterator it = m_Epilog.phdrs().begin(),
|
| /external/libchrome/base/trace_event/ |
| trace_config_category_filter.cc | 192 StringList categories(included_categories_); 251 const StringList& categories, 264 const StringList& values, 278 const StringList& delays,
|
| trace_config.h | 46 using StringList = std::vector<std::string>; 211 const StringList& GetSyntheticDelayValues() const;
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/str/ |
| str.go | 15 // StringList flattens its arguments into a single []string. 17 func StringList(args ...interface{}) []string { 26 panic("stringList: invalid argument of type " + fmt.Sprintf("%T", arg))
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/str/ |
| str.go | 15 // StringList flattens its arguments into a single []string. 17 func StringList(args ...interface{}) []string { 26 panic("stringList: invalid argument of type " + fmt.Sprintf("%T", arg))
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| GLSharedGroup.h | 114 typedef android::List<android::String8> StringList; 115 StringList samplerExternalNames;
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
| MetaDataTable.py | 24 def ConvertToSqlString(StringList):
25 return map(lambda s: "'" + s.replace("'", "''") + "'", StringList)
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
| MetaDataTable.py | 24 def ConvertToSqlString(StringList):
25 return map(lambda s: "'" + s.replace("'", "''") + "'", StringList)
|
| /external/v8/include/libplatform/ |
| v8-tracing.h | 184 typedef std::vector<std::string> StringList; 205 StringList included_categories_;
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/fix/ |
| fix.go | 37 base.Run(str.StringList(cfg.BuildToolexec, base.Tool("fix"), files))
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/fix/ |
| fix.go | 37 base.Run(str.StringList(cfg.BuildToolexec, base.Tool("fix"), files))
|
| /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/db/ |
| AutofillDatabase.java | 98 FakeData fakeData = new FakeData(new Converters.StringList(
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| String.py | 234 # @param StringList StringList to be processed
240 def ReplaceMacros(StringList, MacroDefinitions={}, SelfReplacement=False):
242 for String in StringList:
731 # 1. Replace "'" with "''" in each item of StringList
733 # @param StringList: A list for strings to be converted
735 def ConvertToSqlString(StringList):
736 return map(lambda s: s.replace("'", "''") , StringList)
|
| /frameworks/compile/mclinker/lib/Object/ |
| SectionMap.cpp | 18 #include "mcld/Script/StringList.h" 47 StringList* sections = StringList::create(); 303 StringList::const_iterator file, fileEnd; 313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
| Strings.java | 351 public static StringList newList() 363 implements StringList
|
| /external/mdnsresponder/mDNSWindows/ControlPanel/ |
| SecondPage.cpp | 382 CSecondPage::Populate( CComboBox & box, HKEY key, StringList & l ) 421 StringList::iterator it;
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/fmtcmd/ |
| fmt.go | 55 base.Run(str.StringList(gofmt, "-l", "-w", file))
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/fmtcmd/ |
| fmt.go | 55 base.Run(str.StringList(gofmt, "-l", "-w", file))
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
| ParserValidate.py | 512 StringList = GetSplitValueList(String, TAB_SPACE_SPLIT)
514 for Item in StringList:
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| options.go | 92 func (goFlags) StringList(o, d, c string) *[]*string {
|