HomeSort by relevance Sort by last modified time
    Searched refs:accepted (Results 126 - 150 of 422) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 249 * and they were accepted in some versions. See #11134. */
  /prebuilts/go/linux-x86/src/cmd/go/internal/doc/
doc.go 64 This is similar to the syntax accepted by godoc:
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa_test.go 336 t.Errorf("bogus signature accepted for %q", tag)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1_test.go 249 * and they were accepted in some versions. See #11134. */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
diagnostic.l 81 [^:]*:83: Error: the specified option is not accepted in ISB at operand 1 -- `isb osh'
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 176 "Any url ('www...', 'http...') is accepted.\n"
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
carchive_test.go 614 // In some cases, -no-pie is needed here, but not accepted everywhere. First try
615 // if -no-pie is accepted. See #22126.
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 157 // IsIdentRune is a predicate controlling the characters accepted
161 // accepted instead. The field may be changed at any time.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
carchive_test.go 614 // In some cases, -no-pie is needed here, but not accepted everywhere. First try
615 // if -no-pie is accepted. See #22126.
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 157 // IsIdentRune is a predicate controlling the characters accepted
161 // accepted instead. The field may be changed at any time.
  /system/bt/include/hardware/
bt_rc.h 584 const RawAddress& bd_addr, uint8_t accepted);
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 73 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'.
123 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '-', '+'.
227 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.'.
298 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '.', '-',
422 * Current accepted characters are U+06F0..U+06F9 for digits, U+066B as decimal separator, '-',
542 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'.
543 * 1. Press '-' key and this key could not be accepted.
545 * 3. Press '.' key and this key could not be accepted.
574 * Current accepted characters are '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '-', '+'.
577 * 3. Press '.' key and this key could not be accepted
714 final String accepted = "56789"; local
    [all...]
  /external/vulkan-validation-layers/
CONTRIBUTING.md 84 that to be accepted into the repository, the pull request must [pass all tests](#testing your changes) on all supported platforms
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSession2Stub.java 242 boolean accepted = session.getCallback().onCommandRequest(session.getInstance(),
244 if (!accepted) {
385 // If connection is accepted, notify the current state to the controller.
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java 762 public void setPermissionsResult(int sessionId, boolean accepted) {
768 session.setPermissionsResult(accepted);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 124 const RawAddress& bd_addr, uint8_t accepted) {
139 addr.get(), (jint)accepted);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 85 // already been accepted and closed by the server.
unixsock.go 260 // Close stops listening on the Unix address. Already accepted
  /prebuilts/go/darwin-x86/test/
nosplit.go 355 fmt.Printf("accepted incorrectly:\n\t%s\n", indent(strings.TrimSpace(stanza)))
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 85 // already been accepted and closed by the server.
unixsock.go 260 // Close stops listening on the Unix address. Already accepted
  /prebuilts/go/linux-x86/test/
nosplit.go 355 fmt.Printf("accepted incorrectly:\n\t%s\n", indent(strings.TrimSpace(stanza)))
  /external/boringssl/src/ssl/test/runner/
common.go 478 // NewSessionTicketMsg. If 0, no early data will be accepted and
491 // supported signature algorithms that are accepted.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 49 // The next token, yet to be "accepted" is always sitting in 'token'.
61 // Return true if compilation unit was successfully accepted.
106 // they ARE still accepted as identifiers. This is not a dense space: e.g, "void" is not a
108 // e.g, "int sample;" or "float float;" is accepted. Other cases can be added here if needed.
2269 bool accepted = false; local
    [all...]
  /external/boringssl/src/fipstools/
run_cavp.go 64 // meaningful and any line from the response file should be accepted.

Completed in 2199 milliseconds

1 2 3 4 56 7 8 91011>>