HomeSort by relevance Sort by last modified time
    Searched refs:reasons (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/boringssl/src/crypto/x509/
x509_vfy.c 932 * If reasons not updated we wont get anywhere by another iteration,
1012 unsigned int reasons, best_reasons = 0; local
1019 reasons = *preasons;
1020 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
1474 unsigned int reasons; local
    [all...]
  /external/protobuf/js/
debug.js 49 * not available for code size reasons.
  /prebuilts/go/darwin-x86/src/runtime/
print.go 63 // For both these reasons, let a thread acquire the printlock 'recursively'.
extern.go 151 For historical reasons, the GOTRACEBACK settings 0, 1, and 2 are synonyms for
171 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the
  /prebuilts/go/linux-x86/src/runtime/
print.go 63 // For both these reasons, let a thread acquire the printlock 'recursively'.
extern.go 151 For historical reasons, the GOTRACEBACK settings 0, 1, and 2 are synonyms for
171 // to ascend, with 0 identifying the caller of Caller. (For historical reasons the
  /external/libpcap/
grammar.y 213 const char *reasons[] = PFRES_NAMES;
216 for (i = 0; reasons[i]; i++) {
217 if (pcap_strcasecmp(reason, reasons[i]) == 0)
grammar.c 259 const char *reasons[] = PFRES_NAMES; local
262 for (i = 0; reasons[i]; i++) {
263 if (pcap_strcasecmp(reason, reasons[i]) == 0)
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/shaking/
Enqueuer.java 1189 private final Map<T, KeepReason> reasons = Maps.newIdentityHashMap(); field in class:Enqueuer.SetWithReason
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 25 // structure. This is done for a number of reasons, but the most
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 72 // in rw.WriteString which was created for performance reasons.
  /prebuilts/go/darwin-x86/src/sync/
pool.go 214 // Defensively zero out everything, 2 reasons:
  /prebuilts/go/darwin-x86/test/
escape_because.go 127 // and that none of the reasons contains any parentheses
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 25 // structure. This is done for a number of reasons, but the most
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 72 // in rw.WriteString which was created for performance reasons.
  /prebuilts/go/linux-x86/src/sync/
pool.go 214 // Defensively zero out everything, 2 reasons:
  /prebuilts/go/linux-x86/test/
escape_because.go 127 // and that none of the reasons contains any parentheses
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 1147 std::unique_ptr<protocol::ListValue> reasons = local
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 504 * List of human-readable reasons for why this feature was implied.
506 SortedVector<String8> reasons; member in struct:ImpliedFeature
570 feature->reasons.add(reason);
614 const size_t numReasons = impliedFeature.reasons.size();
616 printf("%s", impliedFeature.reasons[j].string());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 279 // For various reasons, libopcodes emits no suffix for these instructions.
462 // For unknown reasons, if the addr16 prefix is repeated,
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 279 // For various reasons, libopcodes emits no suffix for these instructions.
462 // For unknown reasons, if the addr16 prefix is repeated,
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 191 // reasons that are uninteresting to the caller, and try again.
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 14 // DLLError describes reasons for DLL load failures.
  /prebuilts/go/linux-x86/src/os/
file_unix.go 191 // reasons that are uninteresting to the caller, and try again.
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 14 // DLLError describes reasons for DLL load failures.

Completed in 1152 milliseconds

1 23 4 5 6 7