Home
last modified time | relevance | path

Searched refs:another (Results 1 – 25 of 81) sorted by relevance

1234

/system/core/libutils/
DString16_test.cpp56 String16 another = tmp; in TEST() local
58 EXPECT_STR16EQ(u"Verify me", another); in TEST()
63 String16 another(std::move(tmp)); in TEST() local
64 EXPECT_STR16EQ(u"Verify me", another); in TEST()
114 String16 another = tmp; in TEST() local
116 EXPECT_STR16EQ(u"Verify me", another); in TEST()
118 EXPECT_TRUE(another.isStaticString()); in TEST()
123 String16 another(std::move(tmp)); in TEST() local
124 EXPECT_STR16EQ(u"Verify me", another); in TEST()
125 EXPECT_TRUE(another.isStaticString()); in TEST()
[all …]
/system/libufdt/utils/tests/data/
Dmkdtimg.cfg11 id=/:another_board_id # override with another path
14 rev=0x201 # override with another value
17 custom0=0xdef # override with another value
20 custom0=0xdee # override with another value
Dmkdtboimg.cfg11 id=0xddccbbaa # override with another path
16 rev=0x201 # override with another value
19 flags=0xd01 # override with another value, do zlib compression
22 flags=0xd02 # override with another value, do gzip compression
/system/bt/gd/hci/facade/
Dle_initiator_address_facade.cc90 AddressWithType another = address_manager_->GetAnotherAddress(); in GetAnotherAddress() local
92 bluetooth_address->set_address(another.GetAddress().ToString()); in GetAnotherAddress()
93 …response->set_type(static_cast<::bluetooth::facade::BluetoothAddressTypeEnum>(another.GetAddressTy… in GetAnotherAddress()
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal25 * unregister using @1.2::IServiceManager's tryUnregister before quiting in case another client
32 * false - when there are 0 clients. This may be delayed if it is thought that another
/system/bt/gd/packet/parser/test/
Dtest_packets.pdl211 another : TwoRelatedNumbers,
217 another : TwoRelatedNumbers,
223 another : TwoRelatedNumbers,
229 another : TwoRelatedNumbers,
Dbig_endian_test_packets.pdl199 another : TwoRelatedNumbersBe,
/system/apex/tests/testdata/sharedlibs/
DREADME.md4 moving shared libraries used by binaries within an APEX package into another
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def9 // no skipping just because they might have been in another policy file.
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc354 bool operator<(const Task& another) const { in operator <()
355 return std::make_pair(time, task_id) < std::make_pair(another.time, another.task_id); in operator <()
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto53 // An ID replacement when one time zone Olson ID is just direct synonym for another.
61 // The functional replacement of one time zone ID by another after a point in time.
/system/tools/xsdc/
DREADME.md103 values: another element
121 values: another element
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_neverallows.te40 # Do not allow a hal to exec another process without a domain transition.
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_neverallows.te41 # Do not allow a hal to exec another process without a domain transition.
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_neverallows.te47 # Do not allow a hal to exec another process without a domain transition.
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_neverallows.te49 # Do not allow a hal to exec another process without a domain transition.
Dueventd.te82 # ueventd should never execute a program without changing to another domain.
/system/tools/hidl/c2hal/test/
Dtest.h293 #define another 4 macro
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_neverallows.te47 # Do not allow a hal to exec another process without a domain transition.
/system/libbase/
DREADME.md29 isn't yet in libc++), or it's widely used in another library, that helps
/system/sepolicy/public/
Dueventd.te82 # ueventd should never execute a program without changing to another domain.
Dhal_neverallows.te59 # Do not allow a hal to exec another process without a domain transition.
/system/sepolicy/prebuilts/api/31.0/public/
Dueventd.te82 # ueventd should never execute a program without changing to another domain.
Dhal_neverallows.te59 # Do not allow a hal to exec another process without a domain transition.
/system/chre/doc/
Dframework_testing.md55 code is nominally integrated in another test suite, the source code is available

1234