HomeSort by relevance Sort by last modified time
    Searched defs:production (Results 1 - 10 of 10) sorted by null

  /external/libese/apps/boot/card/src/com/android/verifiedboot/globalstate/owner/
OwnerInterface.java 52 * Sets the {@link #production} value.
60 * Returns if the Interface has been transitioned to production mode.
62 * @return true if in production mode and false if in provisioning.
64 boolean production(); method in interface:OwnerInterface
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
MergeValueTest.java 49 assertTrue(map.containsKey("production"));
50 assertEquals(map.get("common"), map.get("production"));
66 Map<String, Integer> production = (Map<String, Integer>) map.get("production"); local
68 assertEquals(new Integer(3), production.get("key"));
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
GlobalStateImpl.java 265 // Move to production is one way except for RMA - which
282 public boolean production() { method in class:GlobalStateImpl
  /external/nos/test/system-test-harness/tools/
avb_tools.cc 50 bool *production, uint8_t *locks) {
60 if (production != NULL)
61 *production = response.production();
109 int SetProduction(nos::NuggetClientInterface *client, bool production,
113 request.set_production(production);
120 if (production && data == NULL) {
144 Reset(client, ResetRequest::PRODUCTION, signature, siglen);
146 bool production; local
148 GetState(client, &bootloader, &production, locks)
    [all...]
  /external/libxkbcommon/xkbcommon/src/compose/
parser.c 110 * FILE ::= { [PRODUCTION] [COMMENT] "\n" | INCLUDE }
112 * PRODUCTION ::= LHS ":" RHS [ COMMENT ]
352 struct production { struct
378 const struct production *production)
391 * previous production took, and only then doing the linear search
397 for (lhs_pos = 0; lhs_pos < production->len; lhs_pos++) {
398 while (production->lhs[lhs_pos] != node->keysym) {
400 uint32_t next = add_node(table, production->lhs[lhs_pos]);
410 if (lhs_pos + 1 == production->len
536 struct production production; local
    [all...]
  /external/nos/test/system-test-harness/src/
avb_tests.cc 119 bool production; local
134 GetState(client.get(), &bootloader, &production, locks);
136 EXPECT_EQ(production, false);
320 // Test we can set and unset the carrier lock in non production mode
332 // Set production mode
338 // Test we cannot set or unset the carrier lock in production mode
377 bool production; local
396 GetState(client.get(), &bootloader, &production, locks);
398 ASSERT_FALSE(production);
425 // Test production logic
583 bool production; local
663 bool production; local
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 7 /** This class represents a production in the grammar. It contains
9 * transformations are done on the RHS of the production, it may shrink.
15 * computing the nullability of the production (i.e., can it derive the empty
18 * string derived from the production, see check_first_set()).
27 public class production { class
36 * manipulations in the process of creating a production object.
42 * Finally it assigns a unique index to the production.<p>
45 * non terminals. For example if the production was originally: <pre>
56 public production( method in class:production
77 "Attempt to construct a production with a null LHS")
130 public production( method in class:production
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 382 milliseconds