Searched refs:foo (Results 1 – 15 of 15) sorted by relevance
/system/core/libutils/tests/ |
D | StrongPointer_test.cpp | 39 Foo* foo = new Foo(&isDeleted); in TEST() local 40 ASSERT_EQ(0, foo->getStrongCount()); in TEST() 42 sp<Foo> sp1(foo); in TEST() 43 ASSERT_EQ(1, foo->getStrongCount()); in TEST() 46 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TEST()
|
/system/security/keystore/ |
D | test-keystore | 208 keystore system u foo 215 keystore system p foo 237 keystore system p foo 250 keystore system p foo
|
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 205 const char* foo = "foo"; in TEST() local 206 small.insert(small.end(), foo, foo + strlen(foo)); in TEST() 238 const char* foo = "foofoo"; in TEST() local 239 small.insert(small.end(), foo, foo + strlen(foo)); in TEST()
|
/system/bt/doc/ |
D | style_guide.md | 19 mirrored. In other words, if `src/` contains a subdirectory called `foo/`, 20 `include/` must also have a subdirectory named `foo/`. 277 if (foo) 280 if (foo < 5) 311 if (foo) 318 if (foo) {
|
/system/weaved/libweaved/ |
D | README.md | 72 {"_myTrait.state2", std::string{"foo"}},
|
/system/weaved/buffet/ |
D | binder_command_proxy_unittest.cc | 142 R"({"foo": 42, "bar": "foobar", "resultList": [1, 2, 3]})"}; in TEST_F()
|
/system/core/base/ |
D | logging_test.cpp | 104 R"(Check failed: "foo" == "bar")"); in TEST()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 133 // Generator will assume bar/foo.h declares class 135 parcelable ExampleParcelable cpp_header "bar/foo.h";
|
/system/sepolicy/ |
D | priv_app.te | 53 # running "adb install foo.apk".
|
D | untrusted_app.te | 42 # running "adb install foo.apk".
|
/system/extras/micro_bench/ |
D | micro_bench.cpp | 454 volatile int foo; in benchmarkMemread() local 457 for (k = 0; k < size/sizeof(uint32_t); k++) foo = src[k]); in benchmarkMemread()
|
/system/core/libutils/ |
D | README | 217 To overlay the resource bool/b in package com.foo.bar, to be applied 223 LOCAL_AAPT_FLAGS := -o com.foo.bar
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 44 -foo -bar is expanded to individual allow rules by the policy
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 367 0x03 0x00 0x00 0x03 getvar:foo
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders.prototxt | 6408 username : "foo" 6417 username : "foo"
|