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

  /external/dbus/bus/
signals.h 61 dbus_bool_t is_namespace);
66 dbus_bool_t is_namespace);
signals.c 243 dbus_bool_t is_path, is_namespace; local
252 is_namespace = (rule->arg_lens[i] & BUS_MATCH_ARG_NAMESPACE) != 0;
258 is_namespace ? "namespace" : "",
384 dbus_bool_t is_namespace)
396 if (is_namespace)
412 dbus_bool_t is_namespace)
479 if (is_namespace)
777 dbus_bool_t is_namespace = FALSE; local
819 is_namespace = TRUE;
854 if (!bus_match_rule_set_arg (rule, arg, value, is_path, is_namespace))
1013 dbus_bool_t is_namespace = (strcmp (key, "path_namespace") == 0); local
1859 dbus_bool_t is_path, is_namespace; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace())
128 self.assertTrue(self.top.lookup("spam").is_namespace())
129 self.assertTrue(self.spam.lookup("internal").is_namespace())
130 self.assertTrue(self.top.lookup("namespace_test").is_namespace())
131 self.assertFalse(self.spam.lookup("x").is_namespace())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace())
128 self.assertTrue(self.top.lookup("spam").is_namespace())
129 self.assertTrue(self.spam.lookup("internal").is_namespace())
130 self.assertTrue(self.top.lookup("namespace_test").is_namespace())
131 self.assertFalse(self.spam.lookup("x").is_namespace())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace())
128 self.assertTrue(self.top.lookup("spam").is_namespace())
129 self.assertTrue(self.spam.lookup("internal").is_namespace())
130 self.assertTrue(self.top.lookup("namespace_test").is_namespace())
131 self.assertFalse(self.spam.lookup("x").is_namespace())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace())
128 self.assertTrue(self.top.lookup("spam").is_namespace())
129 self.assertTrue(self.spam.lookup("internal").is_namespace())
130 self.assertTrue(self.top.lookup("namespace_test").is_namespace())
131 self.assertFalse(self.spam.lookup("x").is_namespace())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 210 def is_namespace(self): member in class:Symbol
217 is_namespace() is true, the name may also be bound to other
242 print info, info.is_local(), info.is_namespace()
  /external/dbus/dbus/
dbus-marshal-validate.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 451 if s.is_namespace():
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 451 if s.is_namespace():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 451 if s.is_namespace():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 451 if s.is_namespace():

Completed in 2204 milliseconds