OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:address_str
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/bluetooth/1.0/default/test/
bluetooth_address_test.cc
232
char
address_str
[BluetoothAddress::kStringLength + 1];
local
233
BluetoothAddress::bytes_to_string(address,
address_str
);
234
EXPECT_TRUE(memcmp(
address_str
, prop, BluetoothAddress::kStringLength) == 0);
/system/core/libunwindstack/tests/
DwarfCfaLogTest.cpp
216
std::string
address_str
;
local
219
address_str
= "0x81234578";
223
address_str
= "0x8123456712345678";
232
std::string expected = "4 unwind DW_CFA_set_loc " +
address_str
+ "\n";
235
expected += "4 unwind PC " +
address_str
+ "\n";
244
expected = "4 unwind DW_CFA_set_loc " +
address_str
+ "\n";
247
expected += "4 unwind PC " +
address_str
+ "\n";
DwarfCfaTest.cpp
260
std::string
address_str
;
local
263
address_str
= "0x81234578";
267
address_str
= "0x8123456712345678";
294
std::string cur_address_str(
address_str
);
297
" new " +
address_str
+ "\n";
[
all
...]
/external/opencv/
cvjni.cpp
45
jstring
address_str
,
49
const char *address_chars = env->GetStringUTFChars(
address_str
, 0);
57
env->ReleaseStringUTFChars(
address_str
, address_chars);
63
env->ReleaseStringUTFChars(
address_str
, address_chars);
cvjni.h
69
jstring
address_str
,
/external/v8/tools/
grokdump.py
[
all
...]
Completed in 1947 milliseconds