Home
last modified time | relevance | path

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

12345678910>>...12

/external/libxkbcommon/src/compose/
Dparser.c316 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/
DComponentKind.java117 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/
Dhb-gobject-enums.cc.tmpl45 /*** BEGIN file-production ***/
47 /*** END file-production ***/
65 /*** BEGIN value-production ***/
67 /*** END value-production ***/
/external/pigweed/pw_web_ui/src/frontend/
DBUILD46 # 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/
DREADME.experimental2 to be used on production devices.
4 This codec should not be configured into any production Android device
/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/bc/
DNEWS.md5 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/
DREADME.txt25 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/
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/icu/icu4c/source/data/
Dcldr-icu-readme.txt64 # 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/
Dwinsymconv_test.cmd48 REM Testing on the production instance.
50 echo Testing on the production instance ...
Dwinsymconv.cmd50 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/
Dcontrol21 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/
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 --force-rebalance all_critical_pools )
/external/bcc/src/cc/compat/linux/
Dvirtual_bpf.h576 * states that the helper should not be used "for production use"
/external/cldr/tools/scripts/ansible/
Dhosts16 # auto-backup cldr db only for production
/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/openscreen/third_party/libprotobuf-mutator/
DBUILD.gn37 # 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/
DCarrierLock.java419 globalState.production() == true) { in setWithMetadata()
445 if (globalState.production() == true) { in setWithMetadata()
/external/perfetto/src/trace_processor/python/
DREADME.md3 Perfetto is a production-grade open-source stack for performance

12345678910>>...12