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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 465 protected ArrayMap<String, View> mapSharedElements(ArrayList<String> accepted,
468 if (accepted != null) {
469 for (int i = 0; i < accepted.size(); i++) {
470 sharedElements.put(accepted.get(i), localViews.get(i));
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 18 // success. s must be a floating-point number of the same format as accepted
237 // base 2; otherwise, the actual base is 10 and no prefix is accepted.
natconv.go 23 // MaxBase is the largest number base accepted for string conversions.
77 // the selected base is 10 and no prefix is accepted.
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 18 // success. s must be a floating-point number of the same format as accepted
237 // base 2; otherwise, the actual base is 10 and no prefix is accepted.
natconv.go 23 // MaxBase is the largest number base accepted for string conversions.
77 // the selected base is 10 and no prefix is accepted.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
syntax-1.s 32 ! All register names accepted, either case.
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
CoordinatorLayout.java     [all...]
  /system/core/adb/
sysdeps_win32.cpp 928 PLOG(ERROR) << "adb_socket_accept: failed to allocate accepted socket "
1038 int accepted = -1; local
    [all...]
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519_test.go 60 t.Errorf("signature of different message accepted")
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 100 ! Not specified in manual, but accepted by gas.
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionLegacyStub.java 265 boolean accepted = mSession.getCallback().onCommandRequest(
267 if (!accepted) {
343 // If connection is accepted, notify the current state to the
MediaSession2Stub.java 479 boolean accepted = mSession.getCallback().onCommandRequest(
481 if (!accepted) {
557 // If connection is accepted, notify the current state to the
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal_test.go 243 t.Errorf("invalid UTF8 string was accepted")
  /prebuilts/go/darwin-x86/src/html/template/
template_test.go 88 // Note: Every version of Go prior to Go 1.8 accepted the redefinition of "X"
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal_test.go 243 t.Errorf("invalid UTF8 string was accepted")
  /prebuilts/go/linux-x86/src/html/template/
template_test.go 88 // Note: Every version of Go prior to Go 1.8 accepted the redefinition of "X"
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac_test.go 562 t.Error("Equal accepted a prefix of the second argument")
565 t.Error("Equal accepted a prefix of the first argument")
568 t.Error("Equal accepted unequal slices")
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac_test.go 562 t.Error("Equal accepted a prefix of the second argument")
565 t.Error("Equal accepted a prefix of the first argument")
568 t.Error("Equal accepted unequal slices")
  /external/golang-protobuf/ptypes/any/
any.pb.go 111 // not accepted).
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 167 6) Should the RGBA_SNORM tokens also be accepted by CopyTexImage
186 Accepted by the <internalformat> parameter of
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 143 /// not accepted).
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 545 public void setPermissionsResult(int sessionId, boolean accepted) {
547 mInstaller.setPermissionsResult(sessionId, accepted);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/doc/
doc.go 64 This is similar to the syntax accepted by godoc:
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa_test.go 336 t.Errorf("bogus signature accepted for %q", tag)

Completed in 1847 milliseconds

1 2 3 45 6 7 8 91011>>