HomeSort by relevance Sort by last modified time
    Searched refs:abstract (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/dbus/dbus/
dbus-server-unix.h 32 dbus_bool_t abstract,
dbus-transport-unix.h 31 dbus_bool_t abstract,
dbus-transport-unix.c 49 * @param abstract #TRUE to use abstract socket namespace
55 dbus_bool_t abstract,
72 if ((abstract &&
73 !_dbus_string_append (&address, "unix:abstract=")) ||
74 (!abstract &&
82 fd = _dbus_connect_unix_socket (path, abstract, error);
132 const char *abstract = dbus_address_entry_get_value (entry, "abstract"); local
141 if (path == NULL && abstract == NULL
    [all...]
dbus-server-unix.c 67 const char *abstract = dbus_address_entry_get_value (entry, "abstract"); local
69 if (path == NULL && tmpdir == NULL && abstract == NULL)
72 "path or tmpdir or abstract",
78 (path && abstract) ||
79 (tmpdir && abstract))
82 "cannot specify two of \"path\" and \"tmpdir\" and \"abstract\" at the same time");
116 /* Always use abstract namespace if possible with tmpdir */
135 *server_p = _dbus_server_new_for_domain_socket (abstract, TRUE, error);
196 * @param abstract #TRUE to use abstract socket namespac
    [all...]
dbus-sysdeps-unix.h 69 dbus_bool_t abstract,
72 dbus_bool_t abstract,
  /system/core/rootdir/etc/
dbus.conf 11 <!-- Only listen on a local socket. (abstract=/path/to/socket
12 means use abstract namespace, don't really create filesystem
  /external/clang/test/SemaCXX/
abstract.cpp 20 static_assert(__is_abstract(D), "D inherits from an abstract class");
26 static_assert(!__is_abstract(E), "E inherits from an abstract class but implements f");
28 C *d = new C; // expected-error {{allocating an object of abstract class type 'C'}}
30 C c; // expected-error {{variable type 'C' is an abstract class}}
31 void t1(C c); // expected-error {{parameter type 'C' is an abstract class}}
32 void t2(C); // expected-error {{parameter type 'C' is an abstract class}}
35 C c; // expected-error {{field type 'C' is an abstract class}}
41 C(); // expected-error {{allocating an object of abstract class type 'C'}}
42 t3(C()); // expected-error {{allocating an object of abstract class type 'C'}}
45 C e1[2]; // expected-error {{array of abstract class type 'C'}
    [all...]
new-delete.cpp 58 struct abstract { struct
59 virtual ~abstract() = 0;
  /external/proguard/examples/dictionaries/
keywords.txt 49 abstract
  /external/blktrace/btreplay/doc/
Makefile 8 btreplay.dvi: btreplay.tex abstract.tex
  /external/qemu/android/tools/
gen-hw-config.py 70 self.abstract = ""
78 elif key == 'abstract':
79 self.abstract = val
137 varAbstract = quoteStringForC(item.abstract)
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/d/
TestAbstractClass.d 20 .class abstract public dot.junit.opcodes.new_instance.d.TestAbstractClass
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
TestAbstractClass.d 20 .class abstract public dot.junit.opcodes.new_instance.d.TestAbstractClass
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_24.d 18 .method public abstract test()V
  /external/collada/include/dae/
daeMetaElement.h 97 * @param abstract True if this type is an inner class.
102 * @return Returns true if this element type is abstract, false otherwise.
111 * Sets if elements of this type are abstract.
112 * @param abstract True if this type is abstract.
114 void setIsAbstract( daeBool abstract ) { _isAbstract = abstract; }
  /dalvik/vm/mterp/x86-atom/
OP_NEW_INSTANCE.S 62 jmp .L${opcode}_abstract # handle abstract or interface
101 jmp .L${opcode}_abstract # handle abstract or interface
130 * We can't instantiate an abstract class or interface, so throw an
  /ndk/build/tools/
prebuilt-common.sh 173 # $2: small abstract for the option
231 option_set_attr $optname abstract "$2"
239 # $3: small abstract for the option
253 # $3: small abstract for the option
296 local opt text abstract default
311 abstract=`option_get_attr $opt abstract`
314 echo " $text $abstract [$default]"
316 echo " $text $abstract"
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 59 abstract class OAuthSignatureMethod {
64 abstract public function get_name();
76 abstract public function build_signature($request, $consumer, $token);
161 abstract class OAuthSignatureMethod_RSA_SHA1 extends OAuthSignatureMethod {
172 protected abstract function fetch_public_cert(&$request);
178 protected abstract function fetch_private_cert(&$request);
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_26.d 18 .method public abstract test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_26.d 18 .method public abstract test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_24.d 18 .method public abstract test()V
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_24.d 18 .method public abstract test()V

Completed in 466 milliseconds

1 2 3