/external/chromium_org/chrome/common/mac/ |
app_mode_chrome_locator.h | 24 // Given the path to the Chrome bundle, read the following information: 29 // Returns true if all information read succesfuly, false otherwise.
|
/external/chromium_org/chrome/test/logging/win/ |
log_file_printer.h | 21 // this from multiple threads, only one file may be read at a time; other 22 // threads trying to read other log files will be blocked waiting.
|
/external/chromium_org/chrome_frame/ |
urlmon_upload_data_stream.h | 33 STDMETHOD(Read)(void* pv, ULONG cb, ULONG* read);
|
/external/chromium_org/content/common/media/ |
media_param_traits.h | 23 static bool Read(const Message* m, PickleIterator* iter, param_type* r); 31 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
/external/chromium_org/gpu/ipc/ |
gpu_command_buffer_traits.h | 22 static bool Read(const Message* m, PickleIterator* iter, param_type* p); 30 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
|
/external/chromium_org/net/spdy/ |
spdy_frame_reader.cc | 26 // Read into result. 42 // Read into result. 58 // Read into result. 85 // Read into result. 97 // Read resultant length. 120 // Read resultant length. 143 // Make sure that we have enough data to read. 149 // Read into result.
|
/external/chromium_org/ppapi/proxy/ |
gamepad_resource.cc | 20 // This is the read logic from content/common/gamepad_seqlock.h 27 // consistent state, so we can try to read. 31 // Otherwise, the writer is in the middle of an update. Retry the read. 39 // If the sequence number was updated then a read should be re-attempted. 40 // -- Load fence, read membarrier 81 // Only try to read this many times before failing to avoid waiting here 95 // In the event of a read failure, just leave the last read data as-is (the
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrSurface.h | 84 * @param left left edge of the rectangle to read (inclusive) 85 * @param top top edge of the rectangle to read (inclusive) 86 * @param width width of rectangle to read in pixels. 87 * @param height height of rectangle to read in pixels. 89 * @param buffer memory to read the rectangle into. 94 * @return true if the read succeeded, false if not. The read can fail because of an unsupported 111 * @param buffer memory to read the rectangle from.
|
/external/chromium_org/tools/android/forwarder2/ |
socket.h | 48 // Just a wrapper around unix read() function. 49 // Reads up to buffer_size, but may read less then buffer_size. 50 // Returns the number of bytes read. 51 int Read(void* buffer, size_t buffer_size); 53 // Same as Read(), just a wrapper around write(). 56 // Calls Read() multiple times until num_bytes is written to the provided 58 // Returns number of bytes read, which can be different from num_bytes in case 90 READ,
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-334.js | 59 assertEquals(func1, object.foo, "read foo"); 60 assertEquals(func1, object.bar, "read bar"); 61 assertEquals(func1, object.baz, "read baz"); 62 assertEquals(func2, object.bif, "read bif"); 66 assertEquals(func1, object.bar, "read bar 2"); 79 assertEquals(func2, object.bar, "read bar 3"); 86 assertEquals(func1, object.bif, "read bif 2"); 90 assertEquals(func1, object.bif, "read bif3");
|
/external/clang/test/Sema/ |
typedef-retain.c | 20 r[0]=10; // expected-error {{read-only variable is not assignable}} 24 y[0] = 10; // expected-error {{read-only variable is not assignable}}
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_os2ip.c | 20 Read a binary string into an mp_int 22 @param in The binary string to read
|
/external/eigen/doc/snippets/ |
Tutorial_Map_using.cpp | 3 typedef Map<const MatrixType> MapTypeConst; // a read-only map 11 MapTypeConst m2mapconst(p,m2.size()); // a read-only accessor for m2
|
/external/guava/guava/src/com/google/common/io/ |
LineReader.java | 51 * Creates a new instance that will read lines from the given 74 // The default implementation of Reader#read(CharBuffer) allocates a 75 // temporary char[], so we call Reader#read(char[], int, int) instead. 76 int read = (reader != null) local 77 ? reader.read(buf, 0, buf.length) 78 : readable.read(cbuf); 79 if (read == -1) { 83 lineBuf.add(buf, 0, read);
|
/external/jpeg/ |
rdgif.c | 8 * This file contains routines to read input images in GIF format. 12 * the ability to read GIF files has been removed from the IJG distribution. *
|
/external/linux-tools-perf/util/ |
evsel.h | 106 * perf_evsel__read_on_cpu - Read out the results on a CPU and thread 108 * @evsel - event selector to read value 119 * perf_evsel__read_on_cpu_scaled - Read out the results on a CPU and thread, scaled 121 * @evsel - event selector to read value 135 * perf_evsel__read - Read the aggregate results on all CPUs 137 * @evsel - event selector to read value 148 * perf_evsel__read_scaled - Read the aggregate results on all CPUs, scaled 150 * @evsel - event selector to read value
|
/external/llvm/test/Transforms/Inline/ |
callgraph-update.ll | 5 define internal fastcc void @read() { 20 call fastcc void @read()
|
/external/llvm/utils/valgrind/ |
i386-pc-linux-gnu.supp | 13 ADDRESS_IN_RANGE/Invalid read of size 4 19 ADDRESS_IN_RANGE/Invalid read of size 4
|
/external/oprofile/daemon/liblegacy/ |
opd_24_stats.h | 6 * @remark Read the file COPYING 26 OPD_DUMP_COUNT, /**< nr of times buffer is read */
|
/external/oprofile/daemon/ |
opd_stats.h | 6 * @remark Read the file COPYING 24 OPD_DUMP_COUNT, /**< nr. of times buffer is read */
|
/external/qemu/distrib/jpeg-6b/ |
rdgif.c | 8 * This file contains routines to read input images in GIF format. 12 * the ability to read GIF files has been removed from the IJG distribution. *
|
/external/qemu/distrib/sdl-1.2.15/ |
INSTALL | 6 If you are compiling for Windows using gcc, read the FAQ at: 9 If you are compiling using Visual C++ on Win32, you should read
|
/external/skia/include/gpu/ |
GrSurface.h | 84 * @param left left edge of the rectangle to read (inclusive) 85 * @param top top edge of the rectangle to read (inclusive) 86 * @param width width of rectangle to read in pixels. 87 * @param height height of rectangle to read in pixels. 89 * @param buffer memory to read the rectangle into. 94 * @return true if the read succeeded, false if not. The read can fail because of an unsupported 111 * @param buffer memory to read the rectangle from.
|
/external/skia/src/images/ |
SkStreamHelpers.cpp | 19 if (stream->read(dst, length) != length) { 31 size_t bytesRead = stream->read(buffer, bufferSize);
|
/external/smack/src/com/kenai/jbosh/ |
StaticBody.java | 79 * @param inStream stream to read message XML from 89 int read; local 91 read = inStream.read(buffer); 92 if (read > 0) { 93 byteOut.write(buffer, 0, read); 95 } while (read >= 0); 98 "Could not read body data", iox));
|