/external/icu4c/common/ |
bytestream.cpp | 47 int32_t available = capacity_ - size_; local 48 if (n > available) { 49 n = available; 67 int32_t available = capacity_ - size_; local 68 if (available >= min_capacity) { 69 *result_capacity = available;
|
/libcore/luni/src/main/java/java/io/ |
BufferedWriter.java | 195 int available = this.buf.length - pos; local 196 if (count < available) { 197 available = count; 199 if (available > 0) { 200 System.arraycopy(buffer, offset, this.buf, pos, available); 201 pos += available; 206 if (count > available) { 207 offset += available; 208 available = count - available; 279 int available = buf.length - pos; local [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
TargetSelect.h | 16 // Declare all of the target-initialization functions that are available. 20 // Declare all of the target-dependent functions that are available. 28 // Declare all of the available linker environment. 32 // Declare all of the available emulators. 36 // Declare all of the available target-specific linker 40 // Declare all of the available target-specific diagnostic line infomation 49 /// it wants access to all available targets that MCLD is configured to 50 /// support, to make them available via the TargetRegistry. 59 /// wants access to all available target machines that MCLD is configured to 60 /// support, to make them available via the TargetRegistry [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLEngineDataStream.java | 37 private int available; field in class:SSLEngineDataStream 47 this.available = 0; 53 available += srcs[i].remaining(); 57 public int available() { method in class:SSLEngineDataStream 58 return available; 62 return available > 0; 69 int len = (length < available) ? length : available; 70 available -= len;
|
/external/clang/test/SemaObjC/ |
class-unavail-warning.m | 4 __attribute__((unavailable("not available"))) 35 [MyClass new]; // expected-error {{'MyClass' is unavailable: not available}} 36 [MyClass self]; // expected-error {{'MyClass' is unavailable: not available}} 37 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}} 39 MyClass *foo = [MyClass new]; // expected-error 2 {{'MyClass' is unavailable: not available}}
|
/external/jsilver/src/com/google/clearsilver/jsilver/output/ |
ThreadLocalOutputBufferProvider.java | 25 private final ThreadLocal<Boolean> available; field in class:ThreadLocalOutputBufferProvider 33 available = new ThreadLocal<Boolean>() { 42 if (!available.get()) { 46 available.set(false); 57 available.set(true);
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterInputStreamTest.java | 36 * @tests DeflaterInputStream#available() 41 assertEquals(1, dis.available()); 43 assertEquals(1, dis.available()); 45 assertEquals(1, dis.available()); 47 assertEquals(0, dis.available()); 50 dis.available(); 63 assertEquals(1, dis.available()); 66 dis.available(); 109 assertEquals(1, dis.available()); 111 assertEquals(1, dis.available()); [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMLocator.java | 24 * there is no column number available. 30 * there is no column number available. 36 * <code>-1</code> if there is no byte offset available. 42 * <code>-1</code> if there is no UTF-16 offset available. 48 * is available. 54 * available.
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IClassDefinitionDelta.java | 32 * Returns a set of field deltas or {@code null} if no deltas are available. 40 * available. 48 * available. 56 * available. 64 * available. 72 * available. 79 * Returns a super class delta or {@code null} if no delta is available. 87 * available.
|
/external/chromium_org/chrome/browser/extensions/ |
update_observer.h | 14 // Invoked when an app update is available. 17 // Invoked when Chrome update is available.
|
/external/chromium_org/third_party/mesa/src/docs/ |
precompiled.html | 13 In general, precompiled Mesa libraries are not available. 17 Mesa and often have the latest Mesa release available as an update.
|
/external/clang/test/SemaCXX/ |
warn-pure-virtual-call-from-ctor-dtor.cpp | 3 A() { f(); } // expected-warning {{call to pure virtual member function 'f'; overrides of 'f' in subclasses are not available in the constructor of 'A'}} 4 ~A() { f(); } // expected-warning {{call to pure virtual member function 'f'; overrides of 'f' in subclasses are not available in the destructor of 'A'}}
|
/external/e2fsprogs/lib/ss/ |
std_rqs.ct | 12 "List topics for which help is available.", 15 request ss_list_requests, "List available commands.",
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
buildFeedToolsJar.sh | 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at
|
buildFeedToolsZip.sh | 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at
|
feedWatch.sh | 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
plugin.properties | 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
messages.properties | 4 # are made available under the terms of the Eclipse Public License v1.0 5 # which accompanies this distribution, and is available at
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
IFlyoutMenuContributor.java | 4 * are made available under the terms of the Eclipse Public License v1.0 5 * which accompanies this distribution, and is available at
|
/external/mesa3d/docs/ |
precompiled.html | 13 In general, precompiled Mesa libraries are not available. 17 Mesa and often have the latest Mesa release available as an update.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_WaitEvent.3 | 3 SDL_WaitEvent \- Waits indefinitely for the next available event\&. 11 Waits indefinitely for the next available event, returning \fB1\fR, or \fB0\fR if there was an error while waiting for events\&.
|
/external/valgrind/main/drd/tests/ |
sem_as_mutex3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
sem_open3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_openpty.py | 1 # Test to see if openpty works. (But don't worry if it isn't available.) 7 raise unittest.SkipTest, "No openpty() available."
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_openpty.py | 1 # Test to see if openpty works. (But don't worry if it isn't available.) 7 raise unittest.SkipTest, "No openpty() available."
|