HomeSort by relevance Sort by last modified time
    Searched full:that (Results 2926 - 2950 of 189771) sorted by null

<<111112113114115116117118119120>>

  /libcore/ojluni/src/main/java/java/nio/file/attribute/
UserPrincipal.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
37 * For example, on implementations that use Access Control Lists (ACLs) to
39 * associated ACL that determines the access rights of identities specified in
43 * identity. It has a {@link #getName() name} that is typically the username or
44 * account name that it represents. User principal objects may be obtained using
46 * FileAttributeView} implementations that provide access to identity related
  /libcore/ojluni/src/main/java/java/security/
AccessControlException.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
30 * that a requested access (to a critical system resource such as the
35 * value, or request access that is not allowed according to the
47 // the permission that caused the exception to be thrown.
62 * specified, detailed message, and the requested permission that caused
66 * @param p the permission that caused the exception.
  /libcore/ojluni/src/main/java/java/util/
TooManyListenersException.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
37 * event listener registration pattern is used to annotate that interface as
38 * implementing a unicast Listener special case, that is, that one and only
55 * A detail message is a String that describes this particular exception.
64 * A detail message is a String that describes this particular exception.
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpProtocolException.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
28 * Thrown to indicate that the FTP server reported an error.
29 * For instance that the requested file doesn't exist or
30 * that a command isn't supported.
62 * Gets the reply code sent by the server that led to this exception
65 * @return The {@link FtpReplyCode} associated with that exception.
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MessengerActivity.java 8 * No-op Activity that only exists in-order to have an entry in the manifest with SMS specific
11 * We need the manifest entry so that PackageManager will grant this pre-installed app SMS related
  /packages/apps/DeskClock/src/com/android/deskclock/
FabContainer.java 6 * Implemented by containers that house the fab and its associated buttons. Also implemented by
7 * containers that know how to contact the <strong>true</strong> fab container to ferry through
16 /** Signals that the fab should be updated in place with no animation. */
20 /** Signals that the fab should morph into a new state in place. */
25 /** Signals that the fab should request focus. */
30 /** Signals that the buttons should be updated in place with no animation. */
32 /** Signals that the buttons should be "animated away", updated, and "animated back". */
61 * Requests that this container update the fab and/or its buttons because their state has
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapElement.java 48 * An element that is returned by {@link ImapList#getElementOrNone} to indicate an index is out of
75 public boolean equalsForTest(ImapElement that) {
76 return super.equalsForTest(that);
106 * Return a string that represents this object; it's purely for the debug purpose. Don't mistake
115 * The equals implementation that is intended to be used only for unit testing. (Because it may be
118 public boolean equalsForTest(ImapElement that) {
119 if (that == null) {
122 return this.getClass() == that.getClass(); // Has to be the same class.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapElement.java 47 * An element that is returned by {@link ImapList#getElementOrNone} to indicate an index
69 public boolean equalsForTest(ImapElement that) {
70 return super.equalsForTest(that);
102 * Return a string that represents this object; it's purely for the debug purpose. Don't
111 * The equals implementation that is intended to be used only for unit testing.
114 public boolean equalsForTest(ImapElement that) {
115 if (that == null) {
118 return this.getClass() == that.getClass(); // Has to be the same class.
  /packages/apps/Email/res/xml/
providers_product.xml 3 Email providers that are considered "universal" and are appropriate for *all* android
6 Entries that are device, product or carrier-specific should be added as overlays
senders_product.xml 3 Email stores that are considered "universal" and are appropriate for *all* android
6 Entries that are device, product or carrier-specific should be added as overlays
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarInteraction.java 25 * An interface that defines how a component can be animated with an {@link SnackBar}.
29 * Returns the animator that will be run in reaction to the given SnackBar being shown.
31 * Implementations may return null here if it determines that the given SnackBar does not need
37 * Returns the animator that will be run in reaction to the given SnackBar being dismissed.
39 * Implementations may return null here if it determines that the given SnackBar does not need
45 * A basic implementation of {@link SnackBarInteraction} that assumes that the
46 * {@link SnackBar} is always shown with {@link Gravity#BOTTOM} and that the provided View will
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
45 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
47 /// that this does not verify that the generated Module is valid, so you should
48 /// run the verifier after parsing the file to check that it is okay.
53 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/AsmParser/
Parser.h 29 /// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
31 /// that this does not verify that the generated Module is valid, so you should
32 /// run the verifier after parsing the file to check that it is okay.
37 /// \param Slots The optional slot mapping that will be initialized during
47 /// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
49 /// that this does not verify that the generated Module is valid, so you should
50 /// run the verifier after parsing the file to check that it is okay.
55 /// \param Slots The optional slot mapping that will be initialized durin
    [all...]

Completed in 2332 milliseconds

<<111112113114115116117118119120>>