Home
last modified time | relevance | path

Searched refs:production (Results 1 – 25 of 210) sorted by relevance

123456789

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c352 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/
Davb_tools.cc50 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()
Davb_tools.h35 bool *production, uint8_t *locks);
41 int SetProduction(nos::NuggetClientInterface *client, bool production,
/external/nos/test/system-test-harness/src/
Davb_tests.cc119 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/
Dhb-gobject-enums.cc.tmpl43 /*** BEGIN file-production ***/
45 /*** END file-production ***/
58 /*** BEGIN value-production ***/
60 /*** END value-production ***/
/external/libese/apps/boot/
DREADME.md53 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/
DREADME.experimental2 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/
DMergeValueTest.java66 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/
DREADME.md30 - 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/
Dcontrol20 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/
DREADME1 These are test keys *NOT* to be used in production.
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/credentials/
DREADME1 These are test keys *NOT* to be used in production.
/external/libese/apps/boot/card/src/com/android/verifiedboot/globalstate/owner/
DOwnerInterface.java64 boolean production(); in production() method
/external/autotest/contrib/
Drun-inventory4 ARGS=( --production --all-models all_critical_pools )
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DCarrierLock.java419 globalState.production() == true) { in setWithMetadata()
445 if (globalState.production() == true) { in setWithMetadata()
/external/bcc/src/cc/compat/linux/
Dvirtual_bpf.h553 * states that the helper should not be used "for production use"
/external/perfetto/buildtools/
DREADME.md4 The production code should depend on Android /external/ projects instead.
/external/vboot_reference/scripts/image_signing/sample-test-configs/
DREADME3 or necessarily current production data for Chrome OS. They serve to provide
/external/webrtc/tools/
DDEPS1 # Tools has its own dependencies, separate from the production code.
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto60 bool production = 3; field
135 bool production = 1; field
/external/libchrome/mojo/public/
DBUILD.gn6 # Meta-target, don't link into production code.
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/credentials/
DREADME.md1 These are test keys *NOT* to be used in production.
/external/python/funcsigs/
DMakefile6 -r requirements/production.txt
/external/autotest/client/site_tests/login_GaiaLogin/
Dcontrol14 This test verifies that logging into production Gaia works correctly.
/external/autotest/client/site_tests/build_RootFilesystemSize/
Dcontrol7 PURPOSE = "Report the production size of the rootfs."

123456789