HomeSort by relevance Sort by last modified time
    Searched refs:strv (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_npobject_proxy_test.cc 33 NPVariant strv; local
35 STRINGZ_TO_NPVARIANT("div", strv);
38 HostFunctions()->invoke(id(), doc, create_text_node_id, &strv, 1, &textv); local
  /external/lldb/scripts/Python/interface/
SBStringList.i 29 AppendList (const char **strv, int strc);
  /external/lldb/source/API/
SBStringList.cpp 86 SBStringList::AppendList (const char **strv, int strc)
88 if ((strv != NULL)
92 m_opaque_ap->AppendList (strv, strc);
94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc));
  /external/lldb/include/lldb/Core/
StringList.h 28 StringList (const char **strv, int strc);
43 AppendList (const char ** strv, int strc);
  /external/lldb/include/lldb/API/
SBStringList.h 37 AppendList (const char **strv, int strc);
  /external/lldb/source/Core/
StringList.cpp 31 StringList::StringList (const char **strv, int strc) :
36 if (strv[i])
37 m_strings.push_back (strv[i]);
66 StringList::AppendList (const char **strv, int strc)
70 if (strv[i])
71 m_strings.push_back (strv[i]);
  /external/mksh/src/
eval.c 43 const char **strv; member in union:__anon31774::__anon31775
848 if ((x.str = *x.u.strv++) == NULL) {
1215 xp->u.strv = (const char **)e->loc->argv + 1;
1216 xp->str = *xp->u.strv++;
1258 xp->u.strv = (const char **)XPptrv(wv);
1259 xp->str = *xp->u.strv++;
    [all...]
lex.c 1285 s->start = s->str = *s->u.strv++;
1290 if (*s->u.strv == NULL) {
    [all...]
sh.h 1494 const char **strv; \/* string [] *\/ member in union:source::__anon31792
    [all...]
funcs.c     [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]

Completed in 191 milliseconds