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

  /system/core/sh/
syntax.h 76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT)) macro
parser.c 1267 if (c != '(' && c != OPENBRACE && !is_name(c) && !is_special(c)) {
1304 else if (is_special(c)) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_symrec.py 75 self.assertEquals(self.declsym.is_special, False)
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 44 Jid::Jid(bool is_special, const std::string & special) {
45 data_ = is_special ? new Data(special, STR_EMPTY, STR_EMPTY) : NULL;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 83 property is_special:
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 501 bool is_special() const { function in class:google_apis::ResourceEntry

Completed in 223 milliseconds