Home
last modified time | relevance | path

Searched +full:- +full:- +full:reload +full:- +full:rules (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/libcups/scheduler/
Dtype.c4 * Copyright © 2007-2019 by Apple Inc.
5 * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
15 #include <cups/string-private.h>
47 mime_magic_t *rules);
63 "PRINTABLE", /* Printable characters (32-255) */
66 "SHORT", /* Short/16-bit word matches */
67 "INT", /* Integer/32-bit word matches */
70 "ISTRING", /* Case-insensitive string matches */
77 * 'mimeAddType()' - Add a MIME type to a database.
80 mime_type_t * /* O - New (or existing) MIME type */
[all …]
/external/llvm/test/Feature/OperandBundles/
Dpr26510.ll1 ; RUN: opt -S -globals-aa -functionattrs < %s | FileCheck %s
2 ; RUN: opt -S -O3 < %s | FileCheck %s
5 ; if any problematic aliasing rules have accidentally snuck into -O3.
13 ; CHECK-LABEL: define i8* @test(i8* %p)
17 ; CHECK: %reload = load i8*, i8** %a, align 8
18 ; CHECK: ret i8* %reload
25 %reload = load i8*, i8** %a, align 8
26 ret i8* %reload
/external/selinux/python/semanage/
Dsemanage-dontaudit.81 .TH "semanage-dontaudit" "8" "20130617" "" ""
3 .B semanage\-dontaudit \- SELinux Policy Management dontaudit tool
5 .B semanage dontaudit [\-h] [\-S STORE] [\-N] {on,off}
10 … dontaudit toggles whether or not dontaudit rules will be in the policy. Policy writers use donta…
11rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in appli…
15 .I \-h, \-\-help
18 .I \-S STORE, \-\-store STORE
21 .I \-N, \-\-noreload
22 Do not reload the policy after commit
26 Turn off dontaudit rules
Dsemanage-boolean.81 .TH "semanage-boolean" "8" "20130617" "" ""
3 semanage\-boolean \- SELinux Policy Management boolean tool
5 .B semanage boolean [\-h] [\-n] [\-N] [\-S STORE] [ \-\-extract | \-\-deleteall | \-\-list [\-C]…
10 …icy. booleans are if\-then\-else rules written in SELinux Policy. They can be used to customize …
13 .I \-h, \-\-help
16 .I \-n, \-\-noheading
19 .I \-N, \-\-noreload
20 Do not reload policy after commit
22 .I \-S STORE, \-\-store STORE
25 .I \-C, \-\-locallist
[all …]
/external/tpm2-tss/
DINSTALL.md4 To build and install the tpm2-tss software the following software packages
15 * pkg-config
22 however libgcrypt-dev is required as a dependency for the configure script
24 See https://github.com/tpm2-software/tpm2-tss/issues/1365 for more info.
27 * Integration test suite (see ./configure option --enable-integration):
28 - uthash development libraries and header files
29 - ps executable (usually in the procps package)
30 - ss executable (usually in the iproute2 package)
31 - tpm_server executable (from https://sourceforge.net/projects/ibmswtpm2/)
32 * Unit test suite (see ./configure option --enable-unit):
[all …]
/external/selinux/policycoreutils/semodule/
Dsemodule.83 semodule \- Manage SELinux policy modules.
13 module store and/or to force a reload of policy without performing
20 .B \-R, \-\-reload
21 force a reload of policy
23 .B \-B, \-\-build
24 force a rebuild of policy (also reloads unless \-n is used)
26 .B \-\-refresh
27 Like \-\-build, but reuses existing linked policy if no changes to module
29 One can use this instead of \-B to ensure that any changes to the module
31 automatically skipping the module re-linking if there are no module changes.
[all …]
/external/selinux/python/audit2allow/
Daudit2allow.11 .\" Hey, Emacs! This is an -*- nroff -*- source file.
29 \- generate SELinux policy allow/dontaudit rules from logs of denied operations
32 \- translates SELinux audit messages into a description of why the access was denied (audit2allow \
39 .B "\-a" | "\-\-all"
40 Read input from audit and message log, conflicts with \-i
42 .B "\-b" | "\-\-boot"
43 Read input from audit messages since last boot conflicts with \-i
45 .B "\-d" | "\-\-dmesg"
49 auditd is running; use "ausearch \-m avc | audit2allow" or "\-a" instead.
51 .B "\-D" | "\-\-dontaudit"
[all …]
Daudit2allow1 #!/usr/bin/python3 -EsI
5 # Copyright (C) 2006-2013 Red Hat
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
54 parser.add_option("-b", "--boot", action="store_true", dest="boot", default=False,
55 help="audit messages since last boot conflicts with -i")
56 parser.add_option("-a", "--all", action="store_true", dest="audit", default=False,
57 help="read input from audit log - conflicts with -i")
58 …parser.add_option("-p", "--policy", dest="policy", default=None, help="Policy file to use for anal…
59 parser.add_option("-d", "--dmesg", action="store_true", dest="dmesg", default=False,
60 help="read input from dmesg - conflicts with --all and --input")
[all …]
Daudit2why1 #!/usr/bin/python3 -EsI
5 # Copyright (C) 2006-2013 Red Hat
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
54 parser.add_option("-b", "--boot", action="store_true", dest="boot", default=False,
55 help="audit messages since last boot conflicts with -i")
56 parser.add_option("-a", "--all", action="store_true", dest="audit", default=False,
57 help="read input from audit log - conflicts with -i")
58 …parser.add_option("-p", "--policy", dest="policy", default=None, help="Policy file to use for anal…
59 parser.add_option("-d", "--dmesg", action="store_true", dest="dmesg", default=False,
60 help="read input from dmesg - conflicts with --all and --input")
[all …]
/external/selinux/libselinux/man/man8/
Dbooleans.83 booleans \- Policy booleans enable runtime customization of SELinux policy
8 The SELinux policy can include conditional rules that are enabled or
22 .B \-P
24 .B system\-config\-securitylevel
29 current boolean settings upon a policy reload by default, or can
30 optionally reset booleans to the boot-time defaults via the
31 .B \-b
37 .B \-a
47 .B \-P
/external/jetpack-camera-app/.github/workflows/
DPullRequestWorkflow.yaml6 group: build-${{ github.ref }}
7 cancel-in-progress: true
16 runs-on: ubuntu-latest
17 timeout-minutes: 120
19 - name: Checkout
22 - name: Validate Gradle Wrapper
23 uses: gradle/wrapper-validation-action@v2
25 - name: Set up JDK
26 uses: actions/setup-java@v4
29 java-version: ${{ env.JDK_VERSION }}
[all …]
/external/robolectric/.github/workflows/
Dtests.yml5 branches: [ master, 'robolectric-*.x', 'google' ]
6 paths-ignore:
7 - '**.md'
11 paths-ignore:
12 - '**.md'
15 group: ${{ github.workflow }}-${{ github.ref }}
16 cancel-in-progress: true
22 cache-version: v1
26 runs-on: ubuntu-22.04
29 - uses: actions/checkout@v4
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DVelocimacroFactory.java12 * http://www.apache.org/licenses/LICENSE-2.0
79 * sets if template-local namespace in used
84 * determines if the libraries are auto-loaded
96 * used for reload determination
118 * initialize the factory - setup all permissions
189 * only if it's a non-empty string do we bother in initVelocimacro()
196 * from libraries - need to know for auto-load in initVelocimacro()
209 * that the Template object won't change - currently in initVelocimacro()
285 * template-local inline VM mode: default is off in initVelocimacro()
311 "will automatically reload global library macros"); in initVelocimacro()
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst4 .. release date: 20-Aug-2008
41 Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to
142 .. nonce: 6arfb-
168 stricter __hash__ inheritance rules in 3.0. Several types which did not meet
169 the rules for hash invariants and were already unhashable in 3.0 have now
226 .. nonce: 76LS-7
245 .. nonce: 1-8Grp
268 in the email package, content-type parsing was hanging on pathological input
278 binary buffered reading through the new "io" library is now thread-safe.
318 version that did not raise a DeprecationWarning under -3.
[all …]
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/
Dbenchmark-data-2.txt5 "force-async"
6 "parser-inserted"
7 "ready to be parser-executed"
25 :in-range
30 :out-of-range
31 :read-only
32 :read-write
40 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
41 <code title="">application/x-www-form-urlencoded</code> encoding\n algorithm
59 <code title="">multipart/form-data</code> boundary string
[all …]
/external/libchrome/base/metrics/
Duser_metrics.h2 // Use of this source code is governed by a BSD-style license that can be
27 // "Action" here means a user-generated event:
28 // good: "Reload", "CloseTab", and "IMEInvoked"
50 // not automatically found by the action-processing scripts. It can be used
52 // you need to also update the rules for extracting known actions in
/external/iw/
Dreg.c65 return "DFS-UNSET"; in dfs_domain_name()
67 return "DFS-FCC"; in dfs_domain_name()
69 return "DFS-ETSI"; in dfs_domain_name()
71 return "DFS-JP"; in dfs_domain_name()
73 return "DFS-invalid"; in dfs_domain_name()
88 fprintf(stderr, "not a valid ISO/IEC 3166-1 alpha2\n"); in handle_reg_set()
89 fprintf(stderr, "Special non-alpha2 usable entries:\n"); in handle_reg_set()
98 argc--; in handle_reg_set()
108 return -ENOBUFS; in handle_reg_set()
110 COMMAND(reg, set, "<ISO/IEC 3166-1 alpha2>",
[all …]
/external/cronet/base/metrics/
Duser_metrics.h2 // Use of this source code is governed by a BSD-style license that can be
29 // "Action" here means a user-generated event:
30 // good: "Reload", "CloseTab", and "IMEInvoked"
52 // not automatically found by the action-processing scripts. It can be used
54 // you need to also update the rules for extracting known actions in
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_trans_stress.sh3 # This test is for stress-testing the nf_tables config plane path vs.
4 # packet path processing: Make sure we never release rules that are
7 # set -e
9 # Kselftest framework requirement - SKIP code is 4.
12 testns=testns-$(mktemp -u "XXXXXXXX")
24 if [ $r -ne 0 ] ;then
34 nft --version > /dev/null 2>&1
35 if [ $? -ne 0 ];then
40 ip -Version > /dev/null 2>&1
41 if [ $? -ne 0 ];then
[all …]
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/testing/
DExtServicesTextClassifierRule.java8 * http://www.apache.org/licenses/LICENSE-2.0
32 import org.junit.rules.ExternalResource;
61 DeviceConfigStateHelper.callWithSyncEnabledWithShellPermissions(() -> in after()
84 DeviceConfigStateHelper.callWithSyncEnabledWithShellPermissions(() -> in overrideDeviceConfig()
88 /** Force stop ExtServices. Force-stop-and-start can be helpful to reload some states. */
90 runShellCommand("am force-stop com.google.android.ext.services"); in forceStopExtServices()
91 runShellCommand("am force-stop android.ext.services"); in forceStopExtServices()
/external/pigweed/docs/get_started/
Dzephyr.rst1 .. _docs-quickstart-zephyr:
8 .. _GPIO Driver API: https://docs.zephyrproject.org/latest/doxygen/html/group__devicetree-gpio.html
10 This tutorial shows you how to set up a new C++-based `Zephyr`_ project that's
13 :ref:`module-pw_log` and :ref:`module-pw_string` to log messages and
16 .. figure:: https://storage.googleapis.com/pigweed-media/zephyr-quickstart-pw_ide.png
19 The project's :ref:`module-pw_ide` integration provides code intelligence
22 .. _docs-quickstart-zephyr-prereqs:
24 -------------
26 -------------
30 * **Operating systems**: This tutorial has only been validated on Debian-based
[all …]
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/bootstrap/v3/
Dbootstrap.proto35 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3;bootstrapv3";
38 // [#protodoc-title: Bootstrap]
39 // This proto is supplied via the :option:`-c` CLI flag and acts as the root
44 // [#next-free-field: 38]
62 // IP or DNS-based).
70 // [#next-free-field: 7]
82 // [#not-implemented-hide:]
85 … // All post-bootstrap :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` definitions are
91 // [#not-implemented-hide:]
115 // locators are used for LDS/CDS. Any non-string field will have its JSON
[all …]
/external/perfetto/ui/
Dbuild.js7 // http://www.apache.org/licenses/LICENSE-2.0
19 // - The build process for the whole UI and the chrome extension.
20 // - The HTTP dev-server with live-reload capabilities.
21 // The reason why this is a hand-rolled script rather than a conventional build
25 // edit-one-line -> reload html cycles) is to run both the TypeScript compiler
26 // and the rollup bundler in --watch mode. Any other attempt, leads to O(10s)
27 // incremental-build times.
28 // This script allows mixing build tools that support --watch mode (tsc and
29 // rollup) and auto-triggering-on-file-change rules via node-watch.
31 // just runs all the build tasks serially. It doesn't to do any mtime-based
[all …]
/external/icu/icu4c/source/common/
Drbbi_cache.cpp29 fBI(bi), fBreaks(status), fPositionInCache(-1), in DictionaryCache()
37 fPositionInCache = -1; in reset()
47 fPositionInCache = -1; in following()
57 fPositionInCache = -1; in following()
83 fPositionInCache = -1; in preceding()
88 fPositionInCache = fBreaks.size() - 1; in preceding()
96 --fPositionInCache; in preceding()
105 fPositionInCache = -1; in preceding()
109 for (fPositionInCache = fBreaks.size()-1; fPositionInCache >= 0; --fPositionInCache) { in preceding()
122 if ((endPos - startPos) <= 1) { in populateDictionary()
[all …]
/external/cronet/third_party/icu/source/common/
Drbbi_cache.cpp29 fBI(bi), fBreaks(status), fPositionInCache(-1), in DictionaryCache()
37 fPositionInCache = -1; in reset()
47 fPositionInCache = -1; in following()
57 fPositionInCache = -1; in following()
83 fPositionInCache = -1; in preceding()
88 fPositionInCache = fBreaks.size() - 1; in preceding()
96 --fPositionInCache; in preceding()
105 fPositionInCache = -1; in preceding()
109 for (fPositionInCache = fBreaks.size()-1; fPositionInCache >= 0; --fPositionInCache) { in preceding()
122 if ((endPos - startPos) <= 1) { in populateDictionary()
[all …]

12345678910>>...12