/external/lldb/include/lldb/Interpreter/ |
CommandInterpreter.h | 26 #include "lldb/Core/StringList.h" 101 StringList *matches = NULL); 183 HandleCommands (const StringList &commands, 228 // You also passed in an StringList object to fill with the returns. 249 StringList &matches); 263 StringList &matches); 269 StringList &matches); 390 StringList &commands_found, 391 StringList &commands_help, 457 GetCommandSP (const char *cmd, bool include_aliases = true, bool exact = true, StringList *matches = NULL) [all...] |
CommandObjectRegexCommand.h | 58 StringList &matches);
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 95 typedef android::List<android::String8> StringList; 96 StringList samplerExternalNames;
|
/external/lldb/source/Interpreter/ |
OptionValueBoolean.cpp | 17 #include "lldb/Core/StringList.h" 94 StringList &matches)
|
OptionValueEnumeration.cpp | 16 #include "lldb/Core/StringList.h" 139 StringList &matches)
|
OptionValueUUID.cpp | 20 #include "lldb/Core/StringList.h" 83 StringList &matches)
|
ScriptInterpreterNone.cpp | 14 #include "lldb/Core/StringList.h"
|
OptionValueArch.cpp | 94 StringList &matches)
|
/frameworks/compile/mclinker/lib/Script/ |
InputSectDesc.cpp | 51 for (StringList::const_iterator it = m_Spec.excludeFiles().begin(), 59 for (StringList::const_iterator it = m_Spec.sections().begin(),
|
Android.mk | 30 StringList.cpp \
|
GroupCmd.cpp | 10 #include <mcld/Script/StringList.h> 28 GroupCmd::GroupCmd(StringList& pStringList, 50 for (StringList::const_iterator it = m_StringList.begin(), 82 for (StringList::const_iterator it = m_StringList.begin(),
|
ScriptFile.cpp | 10 #include <mcld/Script/StringList.h> 111 void ScriptFile::addGroupCmd(StringList& pStringList, 228 StringList* ScriptFile::createStringList() 230 m_pStringList = StringList::create();
|
OutputSectDesc.cpp | 11 #include <mcld/Script/StringList.h> 121 for (StringList::const_iterator it = m_Epilog.phdrs().begin(),
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 96 typedef android::List<android::String8> StringList; 97 StringList samplerExternalNames;
|
/external/lldb/source/Core/ |
Android.mk | 64 StringList.cpp \
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
WebIDBCallbacksImpl.cpp | 86 Vector<String> stringList; 88 stringList.append(webStringList[i]); 89 m_request->onSuccess(stringList);
|
/external/lldb/include/lldb/Core/ |
InputReader.h | 18 #include "lldb/Core/StringList.h" 205 StringList& 264 StringList m_user_input;
|
UserSettingsController.h | 24 #include "lldb/Core/StringList.h"
|
/frameworks/compile/mclinker/include/mcld/Script/ |
OutputSectDesc.h | 21 class StringList; 127 const StringList& phdrs() const { 155 StringList* m_pPhdrs;
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/ |
org.eclipse.tycho.p2.tools.shared-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/ |
org.eclipse.tycho.p2.tools.shared-0.18.1.jar | |
/external/lldb/source/Commands/ |
CommandObjectHelp.cpp | 85 StringList matches; 92 StringList matches; 205 StringList &matches
|
/external/chromium_org/base/debug/ |
trace_event_impl.h | 282 typedef std::vector<std::string> StringList; 330 const StringList& GetSyntheticDelayValues() const; 350 void WriteString(const StringList& values, 353 void WriteString(const StringList& delays, std::string* out) const; 359 StringList included_; 360 StringList disabled_; 361 StringList excluded_; 362 StringList delays_;
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/ |
StringSwitcher.java | 131 final List stringList = Arrays.asList(strings); 135 e.push(ints[stringList.indexOf(key)]);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGParserUtilities.cpp | 379 static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList) 394 stringList.add(String(inputStart, ptr - inputStart)); 401 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList) 409 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList); 413 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
|