Home
last modified time | relevance | path

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

12

/system/core/libutils/binder/
DString16_test.cpp58 String16 another = tmp; in TEST() local
60 EXPECT_STR16EQ(u"Verify me", another.c_str()); in TEST()
65 String16 another; in TEST() local
66 another = tmp; in TEST()
68 EXPECT_STR16EQ(u"Verify me", another.c_str()); in TEST()
73 String16 another(std::move(tmp)); in TEST() local
74 EXPECT_STR16EQ(u"Verify me", another.c_str()); in TEST()
79 String16 another; in TEST() local
80 another = std::move(tmp); in TEST()
81 EXPECT_STR16EQ(u"Verify me", another.c_str()); 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/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/apex/tests/testdata/sharedlibs/
DREADME.md4 moving shared libraries used by binaries within an APEX package into another
/system/sepolicy/private/
Dart_exec.te10 # another domain.
Dueventd.te91 # ueventd should never execute a program without changing to another domain.
Dhal_neverallows.te82 # Do not allow a hal to exec another process without a domain transition.
Dmls112 # Presently commented out, as apps are expected to call one another.
Dkernel.te175 # ever execute a program outside the rootfs without changing to another domain.
Dvendor_init.te355 # init should never execute a program without changing to another domain.
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def9 // no skipping just because they might have been in another policy file.
/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/tools/hidl/c2hal/test/
Dtest.h293 #define another 4 macro
/system/libbase/
DREADME.md29 isn't yet in libc++), or it's widely used in another library, that helps
/system/libhidl/transport/base/1.0/
DIBase.hal23 * does not explicitly extend from another interface, it will implicitly extend
/system/chre/doc/
Dnanoapp_developer_guide.md152 send when the host wakes up for another reason (see
169 passing *messages*, nanoapps can communicate with one another by passing
244 immediately, buffer until it wakes up for another reason.
Dframework_testing.md128 code is nominally integrated in another test suite, the source code is available
Dvendor_extensions.md80 is common for a platform module to receive data in a callback on another thread.
Dframework_build.md10 variables. While the CHRE framework source code may be integrated into another
/system/chre/api_parser/
DREADME.md118 // given by another field in the same structure called cellInfoCount
/system/update_engine/update_engine/
Dupdate_metadata.proto98 // into another block, which may or may not be the following block on the
99 // physical partition. An ordered list of extents is another
/system/update_engine/
Dupdate_metadata.proto98 // into another block, which may or may not be the following block on the
99 // physical partition. An ordered list of extents is another
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto72 // FilterConfig, or if OEM service want to pass it at another time, it can

12