/external/opencv3/modules/ml/src/ |
inner_functions.cpp | 151 average row vector, <cov> - symmetric covariation matrix */
|
/external/skia/gm/ |
complexclip.cpp | 104 // We want the layer to appear symmetric relative to actual
|
/external/tcpdump/ |
print-ntp.c | 154 #define MODE_SYM_ACT 1 /* symmetric active */ 155 #define MODE_SYM_PAS 2 /* symmetric passive */ 176 { MODE_SYM_ACT, "symmetric active" }, 177 { MODE_SYM_PAS, "symmetric passive" },
|
/external/tpm2/ |
CpriSym_fp.h | 124 TPM_ALG_ID symmetricAlg, // IN: the symmetric algorithm
|
tpm_types.h | 430 UINT32 symmetric : 1; member in struct:__anon23955 1371 BYTE symmetric[sizeof(TPM2B_DIGEST)]; member in union:__anon24064 1412 TPMT_SYM_DEF_OBJECT symmetric; member in struct:__anon24069 1418 TPMT_SYM_DEF_OBJECT symmetric; member in struct:__anon24070 1426 TPMT_SYM_DEF_OBJECT symmetric; member in struct:__anon24071 [all...] |
/external/tpm2/generator/ |
structures.txt | 1413 _NAME symmetric 1418 _NAME symmetric 1428 _NAME symmetric [all...] |
/external/v8/test/mjsunit/regress/ |
regress-2185-2.js | 140 bench("saw 200 symmetric", saw4);
|
/external/webrtc/webrtc/base/ |
bitbuffer.h | 91 // A BitBuffer API for write operations. Supports symmetric write APIs to the
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeymasterUtils.java | 158 * generating or importing a key. This tag may only be needed for symmetric keys (e.g., HMAC,
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AbstractStatementRetriever.java | 39 * relation on assets. The relation is not symmetric or transitive, nor is it
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_framestitching.cpp | 48 is symmetric and solutions might otherwise be lost
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sets.py | 220 """Return the symmetric difference of two sets as a new set. 229 """Return the symmetric difference of two sets as a new set. 452 """Update a set with the symmetric difference of itself and another.""" 458 """Update a set with the symmetric difference of itself and another."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sets.py | 220 """Return the symmetric difference of two sets as a new set. 229 """Return the symmetric difference of two sets as a new set. 452 """Update a set with the symmetric difference of itself and another.""" 458 """Update a set with the symmetric difference of itself and another."""
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 213 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 219 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 225 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 234 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat_test.go | 210 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 216 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 222 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 231 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat_test.go | 210 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 216 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 222 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 231 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat_test.go | 213 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 219 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 225 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 234 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat_test.go | 210 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 216 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 222 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 231 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/go/linux-x86/src/math/big/ |
rat_test.go | 210 testRatBin(t, i, "Add symmetric", (*Rat).Add, arg) 216 testRatBin(t, i, "Sub symmetric", (*Rat).Sub, arg) 222 testRatBin(t, i, "Mul symmetric", (*Rat).Mul, arg) 231 testRatBin(t, i, "Quo symmetric", (*Rat).Quo, arg)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sets.py | 220 """Return the symmetric difference of two sets as a new set. 229 """Return the symmetric difference of two sets as a new set. 452 """Update a set with the symmetric difference of itself and another.""" 458 """Update a set with the symmetric difference of itself and another."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sets.py | 220 """Return the symmetric difference of two sets as a new set. 229 """Return the symmetric difference of two sets as a new set. 452 """Update a set with the symmetric difference of itself and another.""" 458 """Update a set with the symmetric difference of itself and another."""
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_rpc_security_types.h | 150 // secured tunnel. The secured tunnel is a symmetric key encryption scheme
|
/system/tpm/trunks/ |
tpm_utility_impl.cc | [all...] |
/bionic/libc/include/net/ |
if_types.h | 140 #define IFT_SDSL 0x60 /* Symmetric Digital Subscriber Loop */ 187 #define IFT_MSDSL 0x8f /* Multi-rate Symmetric DSL */
|
/cts/tests/tests/util/src/android/util/cts/ |
ArraySetTest.java | 220 assertEquals("Adding key " + key + " was not symmetric in HashSet and " 227 assertEquals("Removing key " + key + " was not symmetric in HashSet and "
|