HomeSort by relevance Sort by last modified time
    Searched refs:Wrapper (Results 26 - 50 of 243) sorted by null

12 3 4 5 6 7 8 910

  /libcore/ojluni/src/main/java/java/sql/
ResultSetMetaData.java 45 public interface ResultSetMetaData extends Wrapper {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
difference.py 65 def _expand_generator(rule_list, Wrapper):
72 yield Wrapper(expanded_rule)
132 class Wrapper(object):
154 class SymbolWrapper(Wrapper):
157 General wrapper for policy symbols, e.g. types, roles
fsuse.py 23 from .difference import Difference, Wrapper
71 class FSUseWrapper(Wrapper):
genfscon.py 23 from .difference import Difference, Wrapper
71 class GenfsconWrapper(Wrapper):
netifcon.py 23 from .difference import Difference, Wrapper
86 class NetifconWrapper(Wrapper):
nodecon.py 23 from .difference import Difference, Wrapper
70 class NodeconWrapper(Wrapper):
portcon.py 23 from .difference import Difference, Wrapper
70 class PortconWrapper(Wrapper):
default.py 22 from .difference import Difference, SymbolWrapper, Wrapper
95 class DefaultWrapper(Wrapper):
mlsrules.py 22 from .difference import Difference, SymbolWrapper, Wrapper
112 class MLSRuleWrapper(Wrapper):
mls.py 22 from .difference import Difference, SymbolWrapper, Wrapper
168 class LevelDeclWrapper(Wrapper):
189 class LevelWrapper(Wrapper):
208 class RangeWrapper(Wrapper):
  /external/testng/src/main/java/org/testng/xml/dom/
Wrapper.java 10 public class Wrapper {
18 public Wrapper(Annotation a, Object bean) {
  /external/v8/test/mjsunit/
double-equals.js 51 function Wrapper(value) {
113 var x = new Wrapper(null);
136 testNotEqual(null, new Wrapper(null));
141 testNotEqual(undefined, new Wrapper(undefined));
172 testEqual(new Wrapper(true), true);
173 testEqual(new Wrapper(true), 1);
174 testEqual(new Wrapper(false), false);
175 testEqual(new Wrapper(false), 0);
208 testNotEqual(new Wrapper(null), new Wrapper(null))
    [all...]
  /external/c-ares/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/clang/test/SemaCXX/
MicrosoftSuper.cpp 76 struct Wrapper {
84 Wrapper<&__super::foo>::bar();
  /external/cmockery/cmockery_0_1_2/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libogg/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libusb/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libusb-compat/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/libvorbis/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /ndk/sources/host-tools/make-3.81/config/
compile 2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 14 @input.insert_before($start,"public class Wrapper {\n")
75 public class Wrapper {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java 34 import org.bouncycastle.crypto.Wrapper;
67 protected Wrapper wrapEngine = null;
79 Wrapper wrapEngine)
85 Wrapper wrapEngine,
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java 20 import com.google.common.base.Equivalence.Wrapper;
275 static ImmutableSetMultimap<Wrapper<DeclaredType>, ContributionBinding>
280 new Function<ContributionBinding, Equivalence.Wrapper<DeclaredType>>() {
282 public Equivalence.Wrapper<DeclaredType> apply(ContributionBinding mapBinding) {
Util.java 21 import com.google.common.base.Equivalence.Wrapper;
100 * Wraps an {@link Optional} of a type in an {@code Optional} of a {@link Wrapper} for that type.
102 static <T> Optional<Equivalence.Wrapper<T>> wrapOptionalInEquivalence(
106 : Optional.<Equivalence.Wrapper<T>>absent();
110 * Unwraps an {@link Optional} of a {@link Wrapper} into an {@code Optional} of the underlying
114 Optional<Equivalence.Wrapper<T>> wrappedOptional) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
ApplicationResolverTest.java 50 List<ShadowApplication.Wrapper> receivers = shadowOf(application).getRegisteredReceivers();

Completed in 774 milliseconds

12 3 4 5 6 7 8 910