/external/libxkbcommon/src/compose/ |
D | parser.c | 316 struct production { struct 344 const struct production *production) in add_production() argument 363 for (lhs_pos = 0; lhs_pos < production->len; lhs_pos++) { in add_production() 364 while (production->lhs[lhs_pos] != node->keysym) { in add_production() 366 uint32_t next = add_node(table, production->lhs[lhs_pos]); in add_production() 376 if (lhs_pos + 1 == production->len) in add_production() 388 uint32_t successor = add_node(table, production->lhs[lhs_pos + 1]); in add_production() 407 (node->u.leaf.utf8 == 0 && !production->has_string) || in add_production() 409 node->u.leaf.utf8 != 0 && production->has_string && in add_production() 411 production->string) in add_production() [all …]
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | ComponentKind.java | 117 private final boolean production; field in ComponentKind 122 boolean production) { in ComponentKind() argument 125 this.production = production; in ComponentKind() 157 return production; in isProducer()
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-enums.cc.tmpl | 45 /*** BEGIN file-production ***/ 47 /*** END file-production ***/ 65 /*** BEGIN value-production ***/ 67 /*** END value-production ***/
|
/external/pigweed/pw_web_ui/src/frontend/ |
D | BUILD | 46 # instead of serving the production bundle. 55 # Bundles and serves the production bundle for testing. 56 # Should NOT be used for serving in production.
|
/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/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/bc/ |
D | NEWS.md | 5 This is a production release that only adds one thing: flushing output when it 10 This is a production release with many fixes, a new command-line option, and a 35 This is a production release that fixes a small bug. 44 This is a production release with one tweak and fixes for manuals. 59 This is a production release that fixes a divide-by-zero bug in `root()` in the 64 This is a production release that fixes a bug. 70 This is a production release that changes one behavior and fixes documentation 81 This is a production release that removes a small non-portable shell operation 90 This is a production release that fixes the build on FreeBSD. 101 This is a production release that fixes several bugs and adds a couple small [all …]
|
/external/icu/tools/cldr/cldr-to-icu/ |
D | README.txt | 25 CLDR_DATA_DIR: The top-level directory for the CLDR production data (typically 26 the "production" directory in the staging repository). Usually 28 https://github.com/unicode-org/cldr-staging/tree/master/production 35 $ export CLDR_DATA_DIR=/path/to/cldr-staging/production
|
/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/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 64 # CLDR_TMP_DIR: Parent of temporary CLDR production data. 68 # no longer generates data by default into $CLDR_TMP_DIR/production; 69 # instead it generates data into $CLDR_DIR/../cldr-staging/production 72 # $CLDR_TMP_DIR/production. So CLDR_TMP_DIR must be defined to be 155 # 4a. Generate the CLDR production data. This process uses ant with ICU's 158 # Running "ant cleanprod" is necessary to clean out the production data directory 159 # (usually $CLDR_TMP_DIR/production ), required if any CLDR data has changed. 187 ant -f build-icu-data.xml -DcldrDataDir="$CLDR_TMP_DIR/production" | tee /tmp/cldr-newData-builddat… 208 # 5a. You may also want to check which files were modified in CLDR production data: 325 # 17. You should also commit and tag the update production data in CLDR_TMP_DIR
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | winsymconv_test.cmd | 48 REM Testing on the production instance. 50 echo Testing on the production instance ...
|
D | winsymconv.cmd | 50 REM Convert missing Windows symbols on the production instance. 52 echo Converting missing Windows symbols on production instance ...
|
/external/autotest/client/site_tests/firmware_LockedME/ |
D | control | 21 production, we need to ensure that we do NOT allow CPU updates. 26 *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 --force-rebalance all_critical_pools )
|
/external/bcc/src/cc/compat/linux/ |
D | virtual_bpf.h | 576 * states that the helper should not be used "for production use"
|
/external/cldr/tools/scripts/ansible/ |
D | hosts | 16 # auto-backup cldr db only for production
|
/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/openscreen/third_party/libprotobuf-mutator/ |
D | BUILD.gn | 37 # because production protobuf code must contain the line: 80 # Also prevent people from using this to include protobuf_full into a production
|
/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/perfetto/src/trace_processor/python/ |
D | README.md | 3 Perfetto is a production-grade open-source stack for performance
|