Home
last modified time | relevance | path

Searched refs:BOUND (Results 1 – 13 of 13) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DCheckSignatureAdapter.java63 private static final int BOUND = 4; field in CheckSignatureAdapter
117 || (state != EMPTY && state != FORMAL && state != BOUND)) in visitFormalTypeParameter()
132 state = BOUND; in visitClassBound()
138 if (state != FORMAL && state != BOUND) { in visitInterfaceBound()
148 if (type != CLASS_SIGNATURE || (state & (EMPTY | FORMAL | BOUND)) == 0) in visitSuperclass()
169 || (state & (EMPTY | FORMAL | BOUND | PARAM)) == 0) in visitParameterType()
180 || (state & (EMPTY | FORMAL | BOUND | PARAM)) == 0) in visitReturnType()
/external/avahi/avahi-autoipd/
Ddhclient-enter-hook.in24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
Ddhclient-exit-hook.in24 PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-dhcpcd-compat29 BOUND|INFORM|REBIND|REBOOT|TEST|TIMEOUT|IPV4LL) r="new";;
/external/v8/src/ast/
Dscopes.cc1070 *binding_kind = BOUND; in LookupRecursive()
1080 *binding_kind = BOUND; in LookupRecursive()
1083 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) { in LookupRecursive()
1114 if (*binding_kind == BOUND) { in LookupRecursive()
1142 if (BOUND != binding_kind) { in ResolveVariable()
1158 case BOUND: in ResolveVariable()
Dscopes.h705 BOUND, enumerator
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt10 AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
/external/iproute2/examples/
Ddhcp-client-script369 BOUND|RENEW|REBIND|REBOOT)
/external/messageformat/
Dunicode-license.txt14 AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt30 105227 The BOUND instruction is not implemented (x86, with test case)
/external/robolectric/v1/src/main/java/
DNOTICE247 ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF
/external/libgdx/
DCC-LICENSE5 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS O…
/external/llvm/lib/Target/X86/
DX86SchedHaswell.td959 // BOUND.