/external/libxkbcommon/xkbcommon/src/compose/ |
D | parser.c | 352 struct production { struct 378 const struct production *production) in add_production() argument 397 for (lhs_pos = 0; lhs_pos < production->len; lhs_pos++) { in add_production() 398 while (production->lhs[lhs_pos] != node->keysym) { in add_production() 400 uint32_t next = add_node(table, production->lhs[lhs_pos]); in add_production() 410 if (lhs_pos + 1 == production->len) in add_production() 422 uint32_t successor = add_node(table, production->lhs[lhs_pos + 1]); in add_production() 441 production->string) && in add_production() 442 node->u.leaf.keysym == production->keysym) { in add_production() 449 if (production->has_string) { in add_production() [all …]
|
/external/nos/test/system-test-harness/tools/ |
D | avb_tools.cc | 50 bool *production, uint8_t *locks) { in GetState() argument 60 if (production != NULL) in GetState() 61 *production = response.production(); in GetState() 109 int SetProduction(nos::NuggetClientInterface *client, bool production, in SetProduction() argument 113 request.set_production(production); in SetProduction() 120 if (production && data == NULL) { in SetProduction() 146 bool production; in ResetProduction() local 148 GetState(client, &bootloader, &production, locks); in ResetProduction() 149 ASSERT_EQ(production, false); in ResetProduction()
|
D | avb_tools.h | 35 bool *production, uint8_t *locks); 41 int SetProduction(nos::NuggetClientInterface *client, bool production,
|
/external/nos/test/system-test-harness/src/ |
D | avb_tests.cc | 119 bool production; in SetUp() local 134 GetState(client.get(), &bootloader, &production, locks); in SetUp() 136 EXPECT_EQ(production, false); in SetUp() 377 bool production; in TEST_F() local 396 GetState(client.get(), &bootloader, &production, locks); in TEST_F() 398 ASSERT_FALSE(production); in TEST_F() 583 bool production; in TEST_F() local 588 GetState(client.get(), NULL, &production, NULL); in TEST_F() 589 ASSERT_FALSE(production); in TEST_F() 609 GetState(client.get(), NULL, &production, locks); in TEST_F() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-enums.cc.tmpl | 43 /*** BEGIN file-production ***/ 45 /*** END file-production ***/ 58 /*** BEGIN value-production ***/ 60 /*** END value-production ***/
|
/external/libese/apps/boot/ |
D | README.md | 53 in production and can only be unlocked if provided a cryptographic signature. 88 applet is not in 'production' mode. 93 production mode, then clearing the lock value requires authorization. 208 - production=true 209 - production=false 211 On initial installation, production is false. When the applet is not 212 in production mode, it does not enforce a number of security boundaries, 217 To transition to "production", a call to `ese_boot_set_production(true)` 222 the production state, any errors codes from lock initialization, and the 299 - To move from factory mode to production mode call: [all …]
|
/external/libxaac/ |
D | README.experimental | 2 to be used on production devices. 4 This codec should not be configured into any production Android device
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/ |
D | MergeValueTest.java | 66 Map<String, Integer> production = (Map<String, Integer>) map.get("production"); in testMergeUnlessAlreadyExists() local 68 assertEquals(new Integer(3), production.get("key")); in testMergeUnlessAlreadyExists()
|
/external/rappor/ |
D | README.md | 30 - This is a production quality C++ implementation, but it's somewhat tied to 33 production quality, but supports experimentation with different parameters
|
/external/autotest/client/site_tests/firmware_LockedME/ |
D | control | 20 production, we need to ensure that we do NOT allow CPU updates. 25 *always* fail on any pre-production image.
|
/external/grpc-grpc/src/ruby/spec/testdata/ |
D | README | 1 These are test keys *NOT* to be used in production.
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/credentials/ |
D | README | 1 These are test keys *NOT* to be used in production.
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/globalstate/owner/ |
D | OwnerInterface.java | 64 boolean production(); in production() method
|
/external/autotest/contrib/ |
D | run-inventory | 4 ARGS=( --production --all-models all_critical_pools )
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | CarrierLock.java | 419 globalState.production() == true) { in setWithMetadata() 445 if (globalState.production() == true) { in setWithMetadata()
|
/external/bcc/src/cc/compat/linux/ |
D | virtual_bpf.h | 553 * states that the helper should not be used "for production use"
|
/external/perfetto/buildtools/ |
D | README.md | 4 The production code should depend on Android /external/ projects instead.
|
/external/vboot_reference/scripts/image_signing/sample-test-configs/ |
D | README | 3 or necessarily current production data for Chrome OS. They serve to provide
|
/external/webrtc/tools/ |
D | DEPS | 1 # Tools has its own dependencies, separate from the production code.
|
/external/nos/host/generic/nugget/proto/nugget/app/avb/ |
D | avb.proto | 60 bool production = 3; field 135 bool production = 1; field
|
/external/libchrome/mojo/public/ |
D | BUILD.gn | 6 # Meta-target, don't link into production code.
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/credentials/ |
D | README.md | 1 These are test keys *NOT* to be used in production.
|
/external/python/funcsigs/ |
D | Makefile | 6 -r requirements/production.txt
|
/external/autotest/client/site_tests/build_RootFilesystemSize/ |
D | control | 7 PURPOSE = "Report the production size of the rootfs."
|
/external/autotest/client/site_tests/login_GaiaLogin/ |
D | control | 14 This test verifies that logging into production Gaia works correctly.
|