/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/accessibility/ |
AccessibilityDelegateSupportActivity.java | 34 * a View.AccessibilityDelegate that customizes the accessibility 52 * This class represents a View that is customized via an AccessibilityDelegate 54 * accessibility to custom Views, i.e. ones that extend classes from android.view, 55 * in a backwards compatible fashion. Note that overriding a method whose return 57 * not backwards compatible with that platform version. 68 // via composition as opposed as inheritance. The main benefit is that 71 // The easiest way to achieve that is by using the support library which 78 // Note that View.onPopulateAccessibilityEvent was introduced in 79 // ICS and we would like to tweak a bit the text that is reported to 89 // Note that View.onInitializeAccessibilityNodeInfo was introduced i [all...] |
/libcore/ojluni/src/main/java/java/beans/ |
IndexedPropertyChangeEvent.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 * An "IndexedPropertyChange" event gets delivered whenever a component that 31 * but contains the index of the property that has changed. 36 * An event source may send a null object as the name to indicate that an 51 * @param source The bean that fired the event. 52 * @param propertyName The programmatic name of the property that 56 * @param index index of the property element that was changed. 66 * Gets the index of the property that was changed [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
IllegalStateException.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 29 * Signals that a method has been invoked at an illegal or 41 * A detail message is a String that describes this particular exception. 49 * message. A detail message is a String that describes this particular 52 * @param s the String that contains a detailed message 62 * <p>Note that the detail message associated with <code>cause</code> is 70 * is permitted, and indicates that the cause is nonexistent or 82 * This constructor is useful for exceptions that are little more tha [all...] |
/libcore/ojluni/src/main/java/java/lang/ref/ |
WeakReference.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 34 * <p> Suppose that the garbage collector determines at a certain point in time 35 * that an object is <a href="package-summary.html#reachability">weakly 36 * reachable</a>. At that time it will atomically clear all weak references to 37 * that object and all weak references to any other weakly-reachable objects 38 * from which that object is reachable through a chain of strong and soft 41 * later time it will enqueue those newly-cleared weak references that are 51 * Creates a new weak reference that refers to the given object. The ne [all...] |
/libcore/ojluni/src/main/java/java/net/ |
SecureCacheResponse.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 41 * Returns the cipher suite in use on the original connection that 49 * Returns the certificate chain that were sent to the server during 50 * handshaking of the original connection that retrieved the 55 * certificate chain that was sent to the server. If no 63 * part of defining the session in the original connection that 79 * defining the session during the original connection that 95 * Returns the principal that was sent to the server durin [all...] |
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
FileOwnerAttributeView.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 31 * A file attribute view that supports reading or updating the owner of a file. 32 * This file attribute view is intended for file system implementations that 33 * support a file attribute that represents an identity that is the owner of 34 * the file. Often the owner of a file is the identity of the entity that 42 * used to read or update the owner. In that case, the owner attribute is 83 * across platforms it is recommended that this method should only be use [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 8 * by Oracle in the LICENSE file that accompanied this code. 10 * This code is distributed in the hope that it will be useful, but WITHOUT 13 * version 2 for more details (a copy is included in the LICENSE file that 38 * for conditions that is distinct from built-in synchronization and 43 * locking disciplines that differ in semantics (reentrant, fair, etc), 44 * and that can be used in non-block-structured contexts including 49 * similarly defines locks that may be shared among readers but are 56 * describes condition variables that may be associated with Locks. 66 * synchronizers that rely on queuing blocked threads. The {@link 71 * class that helps record the thread currently holding exclusiv [all...] |
/libcore/ojluni/src/main/java/java/util/function/ |
DoublePredicate.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 53 * Returns a composed predicate that represents a short-circuiting logical 62 * @param other a predicate that will be logically-ANDed with this 64 * @return a composed predicate that represents the short-circuiting logical 74 * Returns a predicate that represents the logical negation of this 77 * @return a predicate that represents the logical negation of this 85 * Returns a composed predicate that represents a short-circuiting logical 94 * @param other a predicate that will be logically-ORed with thi [all...] |
IntPredicate.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 53 * Returns a composed predicate that represents a short-circuiting logical 62 * @param other a predicate that will be logically-ANDed with this 64 * @return a composed predicate that represents the short-circuiting logical 74 * Returns a predicate that represents the logical negation of this 77 * @return a predicate that represents the logical negation of this 85 * Returns a composed predicate that represents a short-circuiting logical 94 * @param other a predicate that will be logically-ORed with thi [all...] |
LongPredicate.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 53 * Returns a composed predicate that represents a short-circuiting logical 62 * @param other a predicate that will be logically-ANDed with this 64 * @return a composed predicate that represents the short-circuiting logical 74 * Returns a predicate that represents the logical negation of this 77 * @return a predicate that represents the logical negation of this 85 * Returns a composed predicate that represents a short-circuiting logical 94 * @param other a predicate that will be logically-ORed with thi [all...] |
/libcore/ojluni/src/main/java/javax/sql/ |
StatementEvent.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 * registered with a <code>PooledConnection</code>. This occurs when the driver determines that a 38 * <code>PreparedStatement</code> that is associated with the <code>PooledConnection</code> has been closed or the driver determines 53 * @param con The <code>PooledConnection</code> that the closed or invalid 55 * @param statement The <code>PreparedStatement</code> that is bieng closed or is invalid 74 * @param con The <code>PooledConnection</code> that the closed or invalid <code>PreparedStatement</code> 76 * @param statement The <code>PreparedStatement</code> that is being closed or is invalid 95 * Returns the <code>PreparedStatement</code> that is being closed or is invali [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/ |
AnalyticsTimer.java | 25 * Generic static singleton timer that keeps track of start time of various events. It logs the 29 * This class also holds some defaults constant IDs that we log. This provides an easy way to check 30 * what data we are logging as well as ensuring that the IDs are consistent when accessed by 42 // Static singleton class to ensure that you can access the timer from anywhere in the code 53 * recorded start time, that time is overwritten. 62 * This method can be destructive, meaning that any additional calls without calling 65 * - recurring methods that call this with irrelevant mapped start times. 66 * - multiple entry ways to the method that calls this, thus misusing the 68 * With destructive read, we ensure that we only log the event that we care about and only once [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
ContactRequest.java | 60 final ContactRequest that = (ContactRequest) o; local 62 // Only count email, so we can pull results out of the cache that are from other contact 65 if (mEmail != null ? !mEmail.equals(that.mEmail) : that.mEmail != null) { 74 // Only count email, so we can pull results out of the cache that are from other contact 108 * This ContactRequest wrapper provides implementations of equals() and hashcode() that 132 final ContactRequestHolder that = (ContactRequestHolder) o; local 134 if (contactRequest != null ? !contactRequest.equals(that.contactRequest) 135 : that.contactRequest != null) { 139 if (destination != null ? !destination.equals(that.destination [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
TypeStreamMerger.h | 26 /// that all records are type records, and there are no Id records present. 31 /// type stream, that contains the index of the corresponding type record 34 /// \param Handler (optional) If non-null, an interface that gets invoked 46 /// that all records are id records, and there are no Type records present. 48 /// assumes that the referenced type records have also been merged into 50 /// the mapping from source to dest for that stream so that it can re-write 55 /// \param Types The mapping to use for the type records that these id 59 /// id stream, that contains the index of the corresponding id record 78 /// id stream, that contains the index of the corresponding id recor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
TypeStreamMerger.h | 26 /// that all records are type records, and there are no Id records present. 31 /// type stream, that contains the index of the corresponding type record 34 /// \param Handler (optional) If non-null, an interface that gets invoked 46 /// that all records are id records, and there are no Type records present. 48 /// assumes that the referenced type records have also been merged into 50 /// the mapping from source to dest for that stream so that it can re-write 55 /// \param Types The mapping to use for the type records that these id 59 /// id stream, that contains the index of the corresponding id record 78 /// id stream, that contains the index of the corresponding id recor [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
TypeStreamMerger.h | 26 /// that all records are type records, and there are no Id records present. 31 /// type stream, that contains the index of the corresponding type record 34 /// \param Handler (optional) If non-null, an interface that gets invoked 46 /// that all records are id records, and there are no Type records present. 48 /// assumes that the referenced type records have also been merged into 50 /// the mapping from source to dest for that stream so that it can re-write 55 /// \param Types The mapping to use for the type records that these id 59 /// id stream, that contains the index of the corresponding id record 78 /// id stream, that contains the index of the corresponding id recor [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
TypeStreamMerger.h | 26 /// that all records are type records, and there are no Id records present. 31 /// type stream, that contains the index of the corresponding type record 34 /// \param Handler (optional) If non-null, an interface that gets invoked 46 /// that all records are id records, and there are no Type records present. 48 /// assumes that the referenced type records have also been merged into 50 /// the mapping from source to dest for that stream so that it can re-write 55 /// \param Types The mapping to use for the type records that these id 59 /// id stream, that contains the index of the corresponding id record 78 /// id stream, that contains the index of the corresponding id recor [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/ |
RefactoringActionRules.h | 19 /// Creates a new refactoring action rule that constructs and invokes the 24 /// requirements that have to be satisfied by the refactoring engine before 26 /// verifies that the requirements are satisfied by evaluating them (using the 27 /// 'evaluate' member function) and checking that the results don't contain 37 /// that allows users to input these options without ever invoking the 43 /// A set of refactoring action rules that should have unique initiation 48 /// A type of refactoring action rule that produces source replacements in the 51 /// This action rule is typically used for local refactorings that replace 69 /// A type of refactoring action rule that finds a set of symbol occurrences 70 /// that reference a particular symbol [all...] |