/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
AwaitableCompletionListener.java | 40 // This should not happen in practice, the queue is unbounded so this method will not
|
AwaitableErrorListener.java | 48 // This should not happen in practice, the queue is unbounded so this method will not
|
/external/chromium_org/chrome/browser/net/ |
chrome_net_log.cc | 43 // would result in an unbounded buffer size, so not much can be gained by
|
/external/chromium_org/content/shell/browser/ |
shell_net_log.cc | 45 // would result in an unbounded buffer size, so not much can be gained by
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/ |
atom10_build.xsd | 12 <xsd:element maxOccurs="unbounded" ref="atom:entry"/>
|
/external/llvm/test/DebugInfo/ |
array.ll | 2 ; Do not emit AT_upper_bound for an unbounded array.
|
/frameworks/base/core/res/res/layout/ |
notification_template_material_big_base.xml | 24 internal:layout_maxHeight="unbounded"
|
/frameworks/base/media/java/android/mtp/ |
MtpStorage.java | 106 * Returns maximum file size for the storage, or zero if it is unbounded.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutor.java | 25 * Executor that uses a single thread and an unbounded work queue.
|
/prebuilts/devtools/repository/ |
sdk-addons-list-1.xsd | 37 <xsd:choice minOccurs="0" maxOccurs="unbounded">
|
/external/chromium_org/content/browser/gpu/ |
shader_disk_cache.h | 41 // Clear a range of entries. This supports unbounded deletes in either 104 // Clear the shader disk cache for the given |path|. This supports unbounded
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.h | 149 bool unbounded); 152 bool unbounded);
|
/external/guava/guava/src/com/google/common/collect/ |
Range.java | 44 * (inclusive of its endpoint), or <i>unbounded</i>. This yields nine basic 64 * unbounded. 136 * @throws IllegalStateException if this range is unbounded below (that is, 148 * @throws IllegalStateException if this range is unbounded below (that is, 165 * @throws IllegalStateException if this range is unbounded above (that is, 177 * @throws IllegalStateException if this range is unbounded above (that is, 445 * <li>(-?..end) (only if type {@code C} is unbounded below) 446 * <li>(-?..+?) (only if type {@code C} is unbounded below)
|
Cut.java | 60 * (only in the case of types that are unbounded below) BELOW_ALL. 120 throw new IllegalStateException("range unbounded on this side"); 186 throw new IllegalStateException("range unbounded on this side");
|
ContiguousSet.java | 103 * <p>Note that this method will return ranges with unbounded endpoints if {@link BoundType#OPEN}
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.h | 148 bool unbounded); 151 bool unbounded);
|
/external/chromium_org/chrome/browser/history/ |
visit_database.h | 81 // unbounded. 93 // in that direction are unbounded. 109 // is_null(), in which case the times in that direction are unbounded.
|
/external/chromium_org/v8/src/ |
effects.h | 40 return Effect(Bounds::Unbounded(zone), POSSIBLE); 44 return Effect(Bounds::Unbounded(zone), DEFINITE); 92 ? effect.bounds : Bounds::Unbounded(Base::zone());
|
/external/chromium_org/media/audio/ |
audio_power_monitor.h | 26 // undetermined/unbounded amount of run-time.
|
/external/chromium_org/sync/engine/ |
syncer.h | 35 // may take an unbounded amount of time because it may block on network I/O, on
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
UndoStack.cpp | 38 // unbounded memory. This is the maximum number of distinct undoable
|
/external/chromium_org/third_party/skia/include/pipe/ |
SkGPipe.h | 146 * potentially unbounded (if the client is not calling playback).
|
/external/chromium_org/third_party/webrtc/base/ |
autodetectproxy_unittest.cc | 29 // Socket creation time seems unbounded, and has been observed to take >1 second
|
/external/skia/include/pipe/ |
SkGPipe.h | 146 * potentially unbounded (if the client is not calling playback).
|
/frameworks/base/core/java/android/speech/tts/ |
AudioPlaybackHandler.java | 54 // to be have an unbounded size. put() will therefore never block.
|