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

  /external/mksh/src/
misc.c 936 int i, r, c, rows, cols, nspace; local
976 nspace = (x_cols + max_col * cols) / cols;
977 if (nspace <= 0)
978 nspace = 1;
986 shf_fprintf(shf, "%*s", nspace, null);
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 226 const String8 nspace(String16(ns, nslen));
227 if (nspace == XLIFF_XMLNS) {
283 const String8 nspace(String16(ns, nslen));
284 if (nspace == XLIFF_XMLNS) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 919 } else if (NamespaceDecl *nspace =
923 nspace);
    [all...]

Completed in 388 milliseconds