Searched refs:another (Results 1 – 25 of 40) sorted by relevance
12
/system/core/libutils/binder/ |
D | String16_test.cpp | 58 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/ |
D | mkdtimg.cfg | 11 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
|
D | mkdtboimg.cfg | 11 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/ |
D | IClientCallback.hal | 25 * 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/ |
D | README.md | 4 moving shared libraries used by binaries within an APEX package into another
|
/system/sepolicy/private/ |
D | art_exec.te | 10 # another domain.
|
D | ueventd.te | 91 # ueventd should never execute a program without changing to another domain.
|
D | hal_neverallows.te | 82 # Do not allow a hal to exec another process without a domain transition.
|
D | mls | 112 # Presently commented out, as apps are expected to call one another.
|
D | kernel.te | 175 # ever execute a program outside the rootfs without changing to another domain.
|
D | vendor_init.te | 355 # init should never execute a program without changing to another domain.
|
/system/core/code_coverage/seccomp_policy/ |
D | code_coverage.policy.def | 9 // no skipping just because they might have been in another policy file.
|
/system/timezone/input_tools/android/tzids/src/main/proto/ |
D | tz_ids_proto.proto | 53 // 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/ |
D | README.md | 103 values: another element 121 values: another element
|
/system/tools/hidl/c2hal/test/ |
D | test.h | 293 #define another 4 macro
|
/system/libbase/ |
D | README.md | 29 isn't yet in libc++), or it's widely used in another library, that helps
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 23 * does not explicitly extend from another interface, it will implicitly extend
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 152 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.
|
D | framework_testing.md | 128 code is nominally integrated in another test suite, the source code is available
|
D | vendor_extensions.md | 80 is common for a platform module to receive data in a callback on another thread.
|
D | framework_build.md | 10 variables. While the CHRE framework source code may be integrated into another
|
/system/chre/api_parser/ |
D | README.md | 118 // given by another field in the same structure called cellInfoCount
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 98 // 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/ |
D | update_metadata.proto | 98 // 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/ |
D | nearby_extension.proto | 72 // FilterConfig, or if OEM service want to pass it at another time, it can
|
12