HomeSort by relevance Sort by last modified time
    Searched defs:read (Results 751 - 775 of 1637) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/samples/
lineprocessor.cc 47 * The main cycle of the program will sequentially read lines from standard
63 * API of 2 global functions: "read_line" and "print". It should read input
354 int read = static_cast<int>(fread(&chars[i], 1, size - i, file)); local
355 i += read;
  /external/chromium_org/v8/src/
mksnapshot.cc 327 int read = static_cast<int>(fread(&chars[i], 1, size - i, file)); local
328 if (read < 0) {
329 fprintf(stderr, "Failed to read '%s': errno %d\n", name, errno);
332 i += read;
  /external/chromium_org/v8/tools/
lexer-shell.cc 72 int read = static_cast<int>(fread(&chars[i], 1, file_size - i, file)); local
73 i += read;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h 84 /** Ready a PRNG state to read from
89 /** Read from the PRNG
92 @param prng The PRNG state to read from
93 @return Number of octets read
95 unsigned long (*read)(unsigned char *out, unsigned long outlen, prng_state *prng); member in struct:ltc_prng_descriptor
  /external/e2fsprogs/misc/
blkid.c 273 char *read = NULL; local
287 read = NULL;
289 read = optarg;
291 write = read;
361 if (blkid_get_cache(&cache, read) < 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 101 read(aFile);
115 private void read(File file) { method in class:CompileErrorCheck
116 //read the contents of the log file, and return contents as a String
  /external/freetype/src/pshinter/
pshglob.c 14 /* this file you indicate that you have read the license and */
142 FT_Short* read,
161 /* read blue zone entry, and select target top/bottom zone */
165 reference = read[1];
166 delta = read[0] - reference;
174 reference = read[0];
175 delta = read[1] - reference;
222 read += 2;
230 /* Re-read blue zones from the original fonts and store them into out */
257 /* read the input blue zones, and build two sorted tables *
656 FT_Short* read; local
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 13 /* this file you indicate that you have read the license and */
55 FT_Byte* read = (FT_Byte*)entry->string; local
66 code = FT_NEXT_USHORT( read );
90 FT_Byte* read = (FT_Byte*)entry->string; local
101 code = *read++;
415 /* now read the offsets of each font in the file */
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportConnection.java 209 cis.read(recv_packet_header_buffer, 0, 5);
234 cis.read(recv_packet_header_buffer, 0, 5);
256 cis.read(buffer, off, payload_length);
257 cis.read(recv_padding_buffer, 0, padding_length);
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 380 print "Usage:\n %s %s...\nor:\n %s\n\nWhen called with no arguments, input is read from standard input." \
470 def read (s, strict = True): member in class:Manifest
486 for p in Manifest.read (os.path.join (s, f)):
  /external/icu4c/io/
ustdio.c 16 * 07/19/99 stephen Fixed read() and gets()
422 /* Don't read from stdin too many times. There is still some data. */
439 /* Read in the data to convert */
441 /* Special case. Read from stdin one line at a time. */
675 /* Remember, read them back on in the reverse order. */
696 int32_t read = 0; local
709 /* Make sure that we don't read too much */
710 if (dataSize > (count - read)) {
711 dataSize = count - read;
715 memcpy(chars + read, str->fPos, dataSize * sizeof(UChar))
    [all...]
  /external/icu4c/test/intltest/
simplethread.cpp 68 # if defined(read) // read being defined as cma_read causes trouble with iostream::read
69 # undef read macro
  /external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java 278 while ((c = in.read()) >= 0 && c != 0x0d)
281 in.read(); /* skip 0x0a (LF) */
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 166 public void read(JmeImporter im) throws IOException { method in class:SixDofJoint
167 super.read(im);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java 297 public void read(JmeImporter e) throws IOException { method in class:PhysicsCharacter
298 super.read(e);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java 198 public void read(JmeImporter im) throws IOException { method in class:CharacterControl
199 super.read(im);
GhostControl.java 170 public void read(JmeImporter im) throws IOException { method in class:GhostControl
171 super.read(im);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimControl.java 355 public void read(JmeImporter im) throws IOException { method in class:AnimControl
356 super.read(im);
Skeleton.java 273 public void read(JmeImporter im) throws IOException { method in class:Skeleton
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 266 public void read(JmeImporter im) throws IOException { method in class:AbstractCinematicEvent
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 181 public void read(JmeImporter im) throws IOException { method in class:BitmapCharacter
BitmapCharacterSet.java 88 public void read(JmeImporter im) throws IOException { method in class:BitmapCharacterSet
BitmapFont.java 162 public void read(JmeImporter im) throws IOException { method in class:BitmapFont
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 317 public void read(JmeImporter im) throws IOException { method
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParam.java 309 public void read(JmeImporter im) throws IOException { method in class:MatParam

Completed in 457 milliseconds

<<31323334353637383940>>