OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sm4
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_sec.c
[
all
...]
btm_dev.c
149
p_dev_rec->
sm4
= BTM_SM4_KNOWN;
151
p_dev_rec->
sm4
= BTM_SM4_TRUE;
btm_acl.c
236
p_dev_rec->
sm4
= BTM_SM4_TRUE;
240
p_dev_rec->
sm4
|= BTM_SM4_KNOWN;
[
all
...]
btm_int.h
561
UINT8
sm4
; /* BTM_SM4_TRUE, if the peer supports
SM4
*/
member in struct:__anon3080
688
BTM_PAIR_STATE_GET_REM_NAME, /* Getting the remote name (to check for
SM4
) */
[
all
...]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
StateMachineTest.java
913
StateMachine4
sm4
= new StateMachine4("
sm4
");
local
914
sm4
.start();
915
if (
sm4
.isDbg()) tlog("testStateMachine4 E");
917
synchronized (
sm4
) {
919
sm4
.sendMessage(TEST_CMD_1);
920
sm4
.sendMessage(TEST_CMD_2);
924
sm4
.wait();
931
assertEquals(2,
sm4
.getLogRecSize());
934
lr =
sm4
.getLogRec(0)
[
all
...]
/external/eigen/bench/
sparse_product.cpp
104
EigenSparseMatrix sm1(rows,cols), sm2(rows,cols), sm3(rows,cols),
sm4
(rows,cols);
202
// EigenSparseMatrix
sm4
= sm1.transpose();
203
// std::cout <<
sm4
.nonZeros() << " == " << sm1.nonZeros() << "\n";
206
// std::cout << sm1 << "\n\n" << sm1.transpose() << "\n\n" <<
sm4
.transpose() << "\n\n";
Completed in 3580 milliseconds