| /external/guava/guava/src/com/google/common/collect/ |
| D | ForwardingNavigableMap.java | 76 * #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override {@code 92 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this 108 * #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override {@code 124 * {@code floorEntry}, you may wish to override {@code floorKey} to forward to this 140 * #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code 156 * {@code ceilingEntry}, you may wish to override {@code ceilingKey} to forward to this 172 * #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code 188 * {@code higherEntry}, you may wish to override {@code higherKey} to forward to this 204 * #entrySet}. If you override {@code entrySet}, you may wish to override {@code firstEntry} to 214 * {@code firstEntry}, you may wish to override {@code firstKey} to forward to this [all …]
|
| D | ForwardingMultiset.java | 112 * #count}, you may wish to override {@link #contains} to forward to this implementation. 123 * #entrySet}. If you override {@link #entrySet}, you may wish to override {@link #clear} to 135 * you override {@link #entrySet}, you may wish to override {@link #count} to forward to this 151 * override {@link #add(Object, int)}, you may wish to override {@link #add(Object)} to forward to 163 * {@link #add(Object, int)}. If you override either of these methods, you may wish to override 175 * you override {@link #remove(Object, int)}, you may wish to override {@link #remove(Object)} to 187 * #elementSet}. If you override {@link #elementSet}, you may wish to override {@link #removeAll} 199 * #elementSet}. If you override {@link #elementSet}, you may wish to override {@link #retainAll} 212 * override any of these methods, you may wish to override {@link #setCount(Object, int)} to 223 * and {@link #setCount(Object, int)}. If you override either of these methods, you may wish to [all …]
|
| D | ForwardingMap.java | 146 * override {@link #put(Object, Object)}, you may wish to override {@link #putAll(Map)} to forward 157 * method of {@link #entrySet}. If you override {@link #entrySet}, you may wish to override {@link 160 * <p>Alternately, you may wish to override {@link #remove} with {@code keySet().remove}, assuming 181 * #entrySet}. In many cases, you may wish to override {@link #clear} to forward to this 194 * {@link ForwardingMap#entrySet}. In many cases, you may wish to override {@link 208 * iterator} method of {@link #entrySet}. If you override {@link #entrySet}, you may wish to 221 * ForwardingMap#entrySet}. In many cases, you may wish to override {@link ForwardingMap#values} 235 * {@link #entrySet}. If you override {@link #entrySet}, you may wish to override {@link 248 * cases, you may wish to override {@link #entrySet} to forward to this implementation or a 265 * #entrySet}. If you override {@link #entrySet}, you may wish to override {@link #isEmpty} to [all …]
|
| D | ForwardingCollection.java | 135 * {@link #iterator}, you may wish to override {@link #contains} to forward to this 146 * {@link #contains}, you may wish to override {@link #containsAll} to forward to this 157 * #add}, you may wish to override {@link #addAll} to forward to this implementation. 167 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 185 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 196 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 207 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 218 * {@link #isEmpty}, you may wish to override {@link #isEmpty} to forward to this implementation. 229 * {@link #iterator}, you may wish to override {@link #toString} to forward to this 240 * override {@link #toArray(Object[])}, you may wish to override {@link #toArray} to forward to [all …]
|
| D | ForwardingNavigableSet.java | 72 * wish to override {@link #lower} to forward to this implementation. 88 * wish to override {@link #floor} to forward to this implementation. 103 * #tailSet(Object, boolean)}. If you override {@link #tailSet(Object, boolean)}, you may wish to 119 * #tailSet(Object, boolean)}. If you override {@link #tailSet(Object, boolean)}, you may wish to 135 * override {@link #iterator} you may wish to override {@link #pollFirst} to forward to this 151 * If you override {@link #descendingIterator} you may wish to override {@link #pollLast} to 178 * <p>In many cases, you may wish to override {@link ForwardingNavigableSet#descendingSet} to 206 * {@code headSet} and {@code tailSet} methods. In many cases, you may wish to override {@link 220 * boolean)}, you may wish to override {@link #subSet(Object, Object)} to forward to this 236 * boolean)} method. If you override {@link #headSet(Object, boolean)}, you may wish to override [all …]
|
| D | ForwardingList.java | 133 * Object)}. If you override {@link #add(int, Object)}, you may wish to override {@link 146 * wish to override {@link #addAll(int, Collection)} to forward to this implementation. 156 * you override {@link #listIterator()}, you may wish to override {@link #indexOf} to forward to 167 * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override 178 * you override {@link #listIterator()}, you may wish to override {@link #iterator} to forward to 189 * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override 201 * #remove(int)}. If you override any of these methods, you may wish to override {@link 212 * methods, you may wish to override {@link #subList(int, int)} to forward to this implementation. 222 * #iterator}. If you override either of those methods, you may wish to override {@link 233 * {@link #iterator}, you may wish to override {@link #hashCode} to forward to this
|
| D | ForwardingSortedMultiset.java | 69 * situations, you may wish to override {@link SortedMultiset#elementSet} to forward to this 98 * <p>In many cases, you may wish to override {@link #descendingMultiset()} to return an instance 122 * <p>If you override {@link #entrySet()}, you may wish to override {@link #firstEntry()} to 145 * <p>If you override {@link #descendingMultiset} or {@link #entrySet()}, you may wish to override 167 * <p>If you override {@link #entrySet()}, you may wish to override {@link #pollFirstEntry()} to 192 * <p>If you override {@link #descendingMultiset()} or {@link #entrySet()}, you may wish to 226 * <p>If you override either of these methods, you may wish to override {@link
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | ForwardingNavigableMap.java | 75 * #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override {@code 91 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this 107 * #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override {@code 123 * {@code floorEntry}, you may wish to override {@code floorKey} to forward to this 139 * #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code 155 * {@code ceilingEntry}, you may wish to override {@code ceilingKey} to forward to this 171 * #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code 187 * {@code higherEntry}, you may wish to override {@code higherKey} to forward to this 203 * #entrySet}. If you override {@code entrySet}, you may wish to override {@code firstEntry} to 213 * {@code firstEntry}, you may wish to override {@code firstKey} to forward to this [all …]
|
| D | ForwardingMultiset.java | 112 * #count}, you may wish to override {@link #contains} to forward to this implementation. 123 * #entrySet}. If you override {@link #entrySet}, you may wish to override {@link #clear} to 135 * you override {@link #entrySet}, you may wish to override {@link #count} to forward to this 151 * override {@link #add(Object, int)}, you may wish to override {@link #add(Object)} to forward to 163 * {@link #add(Object, int)}. If you override either of these methods, you may wish to override 175 * you override {@link #remove(Object, int)}, you may wish to override {@link #remove(Object)} to 187 * #elementSet}. If you override {@link #elementSet}, you may wish to override {@link #removeAll} 199 * #elementSet}. If you override {@link #elementSet}, you may wish to override {@link #retainAll} 212 * override any of these methods, you may wish to override {@link #setCount(Object, int)} to 223 * and {@link #setCount(Object, int)}. If you override either of these methods, you may wish to [all …]
|
| D | ForwardingMap.java | 146 * override {@link #put(Object, Object)}, you may wish to override {@link #putAll(Map)} to forward 157 * method of {@link #entrySet}. If you override {@link #entrySet}, you may wish to override {@link 160 * <p>Alternately, you may wish to override {@link #remove} with {@code keySet().remove}, assuming 181 * #entrySet}. In many cases, you may wish to override {@link #clear} to forward to this 194 * {@link ForwardingMap#entrySet}. In many cases, you may wish to override {@link 208 * iterator} method of {@link #entrySet}. If you override {@link #entrySet}, you may wish to 221 * ForwardingMap#entrySet}. In many cases, you may wish to override {@link ForwardingMap#values} 235 * {@link #entrySet}. If you override {@link #entrySet}, you may wish to override {@link 248 * cases, you may wish to override {@link #entrySet} to forward to this implementation or a 265 * #entrySet}. If you override {@link #entrySet}, you may wish to override {@link #isEmpty} to [all …]
|
| D | ForwardingCollection.java | 135 * {@link #iterator}, you may wish to override {@link #contains} to forward to this 146 * {@link #contains}, you may wish to override {@link #containsAll} to forward to this 157 * #add}, you may wish to override {@link #addAll} to forward to this implementation. 167 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 185 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 196 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 207 * {@code remove} method. If you override {@link #iterator}, you may wish to override {@link 218 * {@link #isEmpty}, you may wish to override {@link #isEmpty} to forward to this implementation. 229 * {@link #iterator}, you may wish to override {@link #toString} to forward to this 240 * override {@link #toArray(Object[])}, you may wish to override {@link #toArray} to forward to [all …]
|
| D | ForwardingNavigableSet.java | 72 * wish to override {@link #lower} to forward to this implementation. 88 * wish to override {@link #floor} to forward to this implementation. 103 * #tailSet(Object, boolean)}. If you override {@link #tailSet(Object, boolean)}, you may wish to 119 * #tailSet(Object, boolean)}. If you override {@link #tailSet(Object, boolean)}, you may wish to 135 * override {@link #iterator} you may wish to override {@link #pollFirst} to forward to this 151 * If you override {@link #descendingIterator} you may wish to override {@link #pollLast} to 178 * <p>In many cases, you may wish to override {@link ForwardingNavigableSet#descendingSet} to 206 * {@code headSet} and {@code tailSet} methods. In many cases, you may wish to override {@link 220 * boolean)}, you may wish to override {@link #subSet(Object, Object)} to forward to this 236 * boolean)} method. If you override {@link #headSet(Object, boolean)}, you may wish to override [all …]
|
| D | ForwardingList.java | 133 * Object)}. If you override {@link #add(int, Object)}, you may wish to override {@link 146 * wish to override {@link #addAll(int, Collection)} to forward to this implementation. 156 * you override {@link #listIterator()}, you may wish to override {@link #indexOf} to forward to 167 * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override 178 * you override {@link #listIterator()}, you may wish to override {@link #iterator} to forward to 189 * #listIterator(int)}. If you override {@link #listIterator(int)}, you may wish to override 201 * #remove(int)}. If you override any of these methods, you may wish to override {@link 212 * methods, you may wish to override {@link #subList(int, int)} to forward to this implementation. 222 * #iterator}. If you override either of those methods, you may wish to override {@link 233 * {@link #iterator}, you may wish to override {@link #hashCode} to forward to this
|
| D | ForwardingSortedMultiset.java | 69 * situations, you may wish to override {@link SortedMultiset#elementSet} to forward to this 98 * <p>In many cases, you may wish to override {@link #descendingMultiset()} to return an instance 122 * <p>If you override {@link #entrySet()}, you may wish to override {@link #firstEntry()} to 145 * <p>If you override {@link #descendingMultiset} or {@link #entrySet()}, you may wish to override 167 * <p>If you override {@link #entrySet()}, you may wish to override {@link #pollFirstEntry()} to 192 * <p>If you override {@link #descendingMultiset()} or {@link #entrySet()}, you may wish to 226 * <p>If you override either of these methods, you may wish to override {@link
|
| /external/tensorflow/tensorflow/core/api_def/base_api/ |
| D | api_def_MutexLock.pbtxt | 47 While `fn` is running in the critical section, no other functions which wish to 51 wish to run `fn`; and we wish to ensure that only one of them executes 56 wish to ensure the usage is exclusive.
|
| /external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/ |
| D | MarkInsightAcceptedRequestOrBuilder.java | 59 * Optional. State properties user wish to include with this state. Full 71 * Optional. State properties user wish to include with this state. Full 86 * Optional. State properties user wish to include with this state. Full 98 * Optional. State properties user wish to include with this state. Full 114 * Optional. State properties user wish to include with this state. Full
|
| /external/google-cloud-java/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/ |
| D | MarkInsightAcceptedRequestOrBuilder.java | 59 * Optional. State properties user wish to include with this state. Full replace of the 71 * Optional. State properties user wish to include with this state. Full replace of the 86 * Optional. State properties user wish to include with this state. Full replace of the 98 * Optional. State properties user wish to include with this state. Full replace of the 114 * Optional. State properties user wish to include with this state. Full replace of the
|
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| D | ForwardingSortedMultiset.java | 59 * situations, you may wish to override {@link SortedMultiset#elementSet} to forward to this 86 * <p>In many cases, you may wish to override {@link #descendingMultiset()} to return an instance 107 * <p>If you override {@link #entrySet()}, you may wish to override {@link #firstEntry()} to 128 * <p>If you override {@link #descendingMultiset} or {@link #entrySet()}, you may wish to override 148 * <p>If you override {@link #entrySet()}, you may wish to override {@link #pollFirstEntry()} to 171 * <p>If you override {@link #descendingMultiset()} or {@link #entrySet()}, you may wish to 201 * <p>If you override either of these methods, you may wish to override {@link
|
| /external/antlr/runtime/C/include/ |
| D | antlr3defs.h | 460 /// antlr3.h if you wish to use your own implementation. 467 /// antlr3.h if you wish to use your own implementation. 474 /// antlr3.h if you wish to use your own implementation. 480 /// antlr3.h if you wish to use your own implementation. 486 /// antlr3.h if you wish to use your own implementation. 492 /// antlr3.h if you wish to use your own implementation. 498 /// antlr3.h if you wish to use your own implementation. 504 /// antlr3.h if you wish to use your own implementation. 510 /// antlr3.h if you wish to use your own implementation.
|
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/builder/ |
| D | SdkSyncClientBuilder.java | 23 * by calling the static "builder" method on the type of sync client you wish to create. 35 …* implementation-specific builder. Note that this method is only recommended when you wish to shar… 36 … * multiple SDK service clients. If you do not wish to share HTTP clients, it is recommended to use
|
| D | SdkAsyncClientBuilder.java | 25 * by calling the static "builder" method on the type of async client you wish to create. 51 …* implementation specific builder. Note that this method is only recommended when you wish to shar… 52 … * multiple SDK service clients. If you do not wish to share HTTP clients, it is recommended to use
|
| /external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/ |
| D | ServiceMetadata.java | 98 …ata for the provided service endpoint prefix. This should only be used when you do not wish to have 102 …ntPrefix The service-specific endpoint prefix of the service about which you wish to load metadata. 112 …* service metadata instances refer to external configuration that might wish to be modified, like … 120 …* service metadata instances refer to external configuration that might wish to be modified, like …
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/VCOM/VCOM-TPM/ |
| D | targetver.h | 5 // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and 6 // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
|
| /external/skia/bazel/user/ |
| D | README.md | 1 If you wish to define custom Bazel configurations (e.g. custom builds), make a text file in this 6 wish to avoid conflicts with other Bazel projects, this is a safer place to store them.
|
| /external/python/cpython2/Demo/tkinter/guido/ |
| D | wish.py | 1 # This is about all it requires to write a wish shell in Python! 6 tk = _tkinter.create(os.environ['DISPLAY'], 'wish', 'Tk', 1)
|