HomeSort by relevance Sort by last modified time
    Searched full:critical (Results 1 - 25 of 3048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_ind_inode_collision/
name 1 multiple *ind collisions with critical metadata
  /hardware/interfaces/light/utils/
blank_screen.rc 5 shutdown critical
  /system/core/healthd/
healthd.rc 3 critical
  /external/clang/test/OpenMP/
critical_messages.cpp 7 #pragma omp critical
9 #pragma omp critical untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp critical'}}
10 #pragma omp critical unknown // expected-warning {{extra tokens at the end of '#pragma omp critical' are ignored}}
11 #pragma omp critical ( // expected-error {{expected identifier}} expected-error {{expected ')'}} expected-note {{to match this '('}}
12 #pragma omp critical ( + // expected-error {{expected identifier}} expected-error {{expected ')'}} expected-note {{to match this '('}}
13 #pragma omp critical (name2 // expected-error {{expected ')'}} expected-note {{to match this '('}}
14 #pragma omp critical (name1)
17 #pragma omp critical
    [all...]
critical_ast_print.cpp 17 #pragma omp critical
19 // CHECK-NEXT: #pragma omp critical
23 #pragma omp critical (the_name) hint(N)
25 // CHECK-NEXT: #pragma omp critical (the_name) hint(N)
35 #pragma omp critical
37 // CHECK-NEXT: #pragma omp critical
41 #pragma omp critical (the_name1) hint(23)
43 // CHECK-NEXT: #pragma omp critical (the_name1) hint(23)
  /system/hwservicemanager/
hwservicemanager.rc 5 critical
11 shutdown critical
  /external/skia/
README.chromium 4 Security Critical: yes
  /external/skqp/
README.chromium 4 Security Critical: yes
  /frameworks/native/cmds/servicemanager/
vndservicemanager.rc 6 shutdown critical
servicemanager.rc 5 critical
17 shutdown critical
  /system/core/lmkd/
lmkd.rc 4 critical
  /external/curl/tests/certs/
EdelCurlRoot-ca.prm 15 basicConstraints = critical,CA:true
16 keyUsage = critical,keyCertSign,cRLSign
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_CriticalSectionOp.pbtxt 6 the container this critical section is placed in.
12 the name by which this critical section is referred to.
  /compatibility/cdd/8_performance-and-power/
8_0_intro.md 3 Some minimum performance and power criteria are critical to the user experience
  /libcore/ojluni/src/main/java/sun/security/x509/
Extension.java 42 * be treated as being critical and the extension value itself (this is again
48 * critical BOOLEAN DEFAULT FALSE,
64 protected boolean critical = false; field in class:Extension
85 critical = val.getBoolean();
91 critical = false;
101 * @param critical the boolean indicating if the extension is critical
104 public Extension(ObjectIdentifier extensionId, boolean critical,
107 this.critical = critical;
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
critical_section_wrapper.h 14 // If the critical section is heavily contended it may be beneficial to use
28 // Tries to grab lock, beginning of a critical section. Will wait for the
32 // Returns a grabbed lock, end of critical section.
36 // RAII extension of the critical section. Prevents Enter/Leave mismatches and
37 // provides more compact critical section syntax.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java 34 * @param critical true if critical, false otherwise.
39 boolean critical,
43 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER));
51 * @param critical true if critical, false otherwise.
56 boolean critical,
65 extensions.put(oid, new Extension(oid, critical, new DEROctetString(value)));
X509ExtensionsGenerator.java 35 * @param critical true if critical, false otherwise.
40 boolean critical,
45 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER));
58 * @param critical true if critical, false otherwise.
63 boolean critical,
72 extensions.put(oid, new X509Extension(critical, new DEROctetString(value)));
  /external/google-breakpad/src/client/windows/common/
auto_critical_section.h 37 // Automatically enters the critical section in the constructor and leaves
38 // the critical section in the destructor.
41 // Creates a new instance with the given critical section object
42 // and enters the critical section immediately.
48 // Destructor: leaves the critical section.
55 // Enters the critical section. Recursive Acquire() calls are not allowed.
62 // Leaves the critical section. The caller should not call Release() unless
63 // the critical seciton has been entered already.
  /external/tensorflow/tensorflow/core/protobuf/
critical_section.proto 11 // Name of the critical section handle.
17 // Name of the critical section handle.
  /external/autotest/client/bin/
temperature.py 16 group.add_argument("-c", "--critical",
18 const="Critical",
20 help="Get the critical temperature from all "
32 'Critical': utils.get_temperature_critical,
  /external/boringssl/src/third_party/fiat/
README.chromium 7 Security Critical: yes
  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
README.chromium 9 Security Critical: No
  /external/markdown/markdown/
etree_loader.py 2 from markdown import message, CRITICAL
21 message(CRITICAL, "Failed to import ElementTree")
24 message(CRITICAL, "For cElementTree version 1.0 or higher is required.")
29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
  /external/pdfium/third_party/pymock/
README.chromium 4 Security Critical: no

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>