/external/iptables/extensions/ |
libxt_string.c | 49 "--algo Algorithm\n" 61 {.name = "algo", .id = O_ALGO, .type = XTTYPE_STRING, 62 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, algo)}, 268 printf(" ALGO name %s", info->algo); 292 printf(" --algo %s", info->algo);
|
/external/lzma/ |
Methods.txt | 121 F0 - Misc Ciphers (Real Ciphers without hashing algo)
125 01 - Main Zip crypto algo
|
/external/eigen/unsupported/test/ |
bdcsvd.cpp | 189 // bdc algo on a random 3x3 float matrix 191 // bdc algo on a random 4x4 double matrix 193 // bdc algo on a random 3x5 float matrix
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test.h | 71 #define KEY_ALGO_FIXED_GAMMA "ti-algo-fixed-gamma" 72 #define KEY_ALGO_NSF1 "ti-algo-nsf1" 73 #define KEY_ALGO_NSF2 "ti-algo-nsf2" 74 #define KEY_ALGO_SHARPENING "ti-algo-sharpening" 75 #define KEY_ALGO_THREELINCOLORMAP "ti-algo-threelinecolormap" 76 #define KEY_ALGO_GIC "ti-algo-gic"
|
/external/lzma/C/ |
LzmaEnc.h | 24 int algo; /* 0 - fast, 1 - normal, default = 1 */
member in struct:_CLzmaEncProps
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
betweenness_subset.py | 88 http://www.inf.uni-konstanz.de/algo/publications/b-fabc-01.pdf 92 http://www.inf.uni-konstanz.de/algo/publications/b-vspbc-08.pdf 167 http://www.inf.uni-konstanz.de/algo/publications/b-fabc-01.pdf 171 http://www.inf.uni-konstanz.de/algo/publications/b-vspbc-08.pdf
|
betweenness.py | 87 http://www.inf.uni-konstanz.de/algo/publications/b-fabc-01.pdf 91 http://www.inf.uni-konstanz.de/algo/publications/b-vspbc-08.pdf 95 http://www.inf.uni-konstanz.de/algo/publications/bp-celn-06.pdf 172 http://www.inf.uni-konstanz.de/algo/publications/b-fabc-01.pdf 176 http://www.inf.uni-konstanz.de/algo/publications/b-vspbc-08.pdf
|
current_flow_betweenness.py | 81 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf 205 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf 312 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf
|
current_flow_betweenness_subset.py | 93 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf 211 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf
|
current_flow_closeness.py | 66 http://www.inf.uni-konstanz.de/algo/publications/bf-cmbcf-05.pdf
|
/external/toybox/lib/ |
password.c | 10 int get_salt(char *salt, char *algo) 18 if (!strcmp(algo, al[i].type)) {
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 946 Algorithm3A algo, 960 if ( algo & WHITE_BALANCE_ALGO ) { 968 if ( algo & EXPOSURE_ALGO ) { 976 if ( algo & FOCUS_ALGO ) { 998 if ( algo & WHITE_BALANCE_ALGO ) { [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 920 Algorithm3A algo, 934 if ( algo & WHITE_BALANCE_ALGO ) { 942 if ( algo & EXPOSURE_ALGO ) { 950 if ( algo & FOCUS_ALGO ) { 972 if ( algo & WHITE_BALANCE_ALGO ) { 980 if ( algo & EXPOSURE_ALGO ) { 988 if ( algo & FOCUS_ALGO ) { [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateTest.java | 244 private String algo; field in class:CertificateTest.MyModifiablePublicKey 257 return algo; 287 this.algo = myAlgo;
|
/external/lzma/CPP/7zip/Archive/Common/ |
HandlerOut.cpp | 211 UInt32 algo =
local 224 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo);
243 UInt32 algo =
local 247 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo);
|
/external/lzma/CPP/7zip/Compress/ |
LzmaEncoder.cpp | 91 case NCoderPropID::kAlgorithm: ep.algo = v; break;
|
/external/skia/src/core/ |
SkDescriptor.h | 90 // probe to see if we have a good checksum algo
|
/external/tcpdump/ |
timed.h | 90 #define TSP_TEST 21 /* for testing election algo */
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
index.jd | 36 android.content.Intent} para definir a ?intenção? do aplicativo de fazer algo. Ao transmitir um
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/ |
timed.h | 82 #define TSP_TEST 21 /* for testing election algo */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/ |
timed.h | 84 #define TSP_TEST 21 /* for testing election algo */
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 383 UInt32 algo = 1;
local 390 ParseUInt32(parser, NKey::kAlgo, algo);
424 props[4].ulVal = (UInt32)algo;
|
/external/libavc/encoder/ |
ime.h | 140 * This is used for cost computations. Further basing on the algo. chosen, it
|
/external/openssh/ |
roaming_client.c | 147 /* Send a kexinit message with resume@appgate.com as only kex algo */
|
/external/vboot_reference/scripts/image_signing/ |
sign_official_build.sh | 463 local algo algos=( 472 algo=${algos[${key_size}]} 473 if [[ -z ${algo} ]]; then 477 pad_digest_utility ${algo} "${image}" | \
|