HomeSort by relevance Sort by last modified time
    Searched full:delegation (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/clang/test/PCH/
cxx0x-delegating-ctors.cpp 17 foo::foo() : foo(1) { } // expected-error{{creates a delegation cycle}} \
22 // expected-error@14{{creates a delegation cycle}}
  /external/smack/src/org/xbill/DNS/
SetResponse.java 36 * A delegation enclosing the requested name was found.
38 static final int DELEGATION = 3;
91 case DELEGATION:
130 /** Is the result of the lookup that the name is below a delegation? */
133 return (type == DELEGATION);
180 * If the query hit a delegation point, return the NS set.
194 case DELEGATION: return "delegation: " + data;
KXRecord.java 6 * Key Exchange - delegation of authority
DLVRecord.java 9 * DLV - contains a Delegation Lookaside Validation record, which acts
DSRecord.java 9 * DS - contains a Delegation Signer record, which acts as a
  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}}
  /external/clang/test/SemaCXX/
cxx0x-delegating-ctors.cpp 25 foo::foo (bool) : foo(true) { // expected-error{{creates a delegation cycle}}
32 foo::foo (const float &f) : foo(&f) { //expected-error{{creates a delegation cycle}} \
  /external/clang/test/CodeGenCXX/
constructors.cpp 23 // Check that delegation works.
56 /* Test that the delegation optimization is disabled for classes with
77 /* Test that the delegation optimization is disabled for varargs
cxx0x-delegating-ctors.cpp 11 // delegation optimization (complete->base) can't be
  /external/mockito/src/org/mockito/internal/handler/
NullResultGuardian.java 39 //boring delegation:
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableCollection.java 25 * definitions of method delegation to save code size.
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 52 // setting ClassLoader.parent to null disables the standard delegation
73 * delegation rules just enough to be able to 'replace' the parent loader. This
103 // (b) the class was on the forced delegation list: use parent's version
110 // if the class was on the forced delegation list, error out:
140 if (trace1) m_log.trace1 ("loadClass", "[delegation filter] using parent's version for [" + name + "]");
248 // even thought normal delegation is disabled, this will find bootstrap classes:
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 27 "test/functional/delegation/import.rb",
  /external/chromium/net/http/
url_security_manager.h 51 // Returns true if Kerberos delegation is allowed for the server at
  /external/easymock/src/org/easymock/internal/
Result.java 81 throw new IllegalArgumentException("Delegation to object ["
  /external/guava/guava/src/com/google/common/collect/
ReverseNaturalOrdering.java 46 // Override the min/max methods to "hoist" delegation outside loops
ReverseOrdering.java 46 // Override the min/max methods to "hoist" delegation outside loops
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 187 * Delegation Signer [RFC3658]
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 25 * NodeFactory provides delegation of memory. Sometimes, we have to merge two
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.h 35 * This file is an extension to the delegation client for SMC.
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 87 nfs4_stateid delegation; member in union:nfs_openargs::__anon1081
105 nfs4_stateid delegation; member in struct:nfs_openres
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 87 nfs4_stateid delegation; member in union:nfs_openargs::__anon30451
105 nfs4_stateid delegation; member in struct:nfs_openres
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 87 nfs4_stateid delegation; member in union:nfs_openargs::__anon30805
105 nfs4_stateid delegation; member in struct:nfs_openres
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 87 nfs4_stateid delegation; member in union:nfs_openargs::__anon31159
105 nfs4_stateid delegation; member in struct:nfs_openres
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 87 nfs4_stateid delegation; member in union:nfs_openargs::__anon31578
105 nfs4_stateid delegation; member in struct:nfs_openres

Completed in 2058 milliseconds

1 2 3 4 5 6