Searched defs:read (Results 276 - 300 of 539) sorted by relevance

<<11121314151617181920>>

/external/freetype/src/sfnt/
H A Dsfobjs.c13 /* 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 );
86 FT_Byte* read = (FT_Byte*)entry->string; local
97 code = *read++;
407 /* now read the offsets of each font in the file */
/external/freetype/src/smooth/
H A Dftsmooth.c13 /* this file you indicate that you have read the license and */
328 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch; local
335 ft_memcpy( write, read, pitch );
338 ft_memcpy( write, read, pitch );
341 ft_memcpy( write, read, pitch );
343 read += pitch;
/external/grub/stage2/
H A Dbios.c46 from/into SEGMENT segment. If READ is BIOSDISK_READ, then read it,
51 biosdisk (int read, int drive, struct geometry *geometry,
85 err = biosdisk_int13_extensions ((read + 0x42) << 8, drive, &dap);
98 return biosdisk (read, drive, geometry, sector, nsec, segment);
118 err = biosdisk_standard (read + 0x02, drive,
49 biosdisk(int read, int drive, struct geometry *geometry, int sector, int nsec, int segment) argument
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py380 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/test/intltest/
H A Dsimplethread.cpp68 # if defined(read) // read being defined as cma_read causes trouble with iostream::read
69 # undef read macro
/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java86 read(in);
111 read(src, methodname, classnameMap);
499 private void read(MethodInfo src, String methodname, Map classnames) method in class:MethodInfo
520 private void read(DataInputStream in) throws IOException { method in class:MethodInfo
527 attribute.add(AttributeInfo.read(constPool, in));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java365 public void read(JmeImporter im) throws IOException { method in class:Properties
393 LOGGER.warning("Cannot read the property's value! Invalid array subtype! Property: name: " + name + "; subtype: " + subType);
405 LOGGER.warning("Numtypes value not supported! Cannot read it!");
410 LOGGER.warning("Cannot read the property's value! Invalid type! Property: name: " + name + "; type: " + type);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsCollisionObject.java307 public void read(JmeImporter e) throws IOException { method in class:PhysicsCollisionObject
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DHingeJoint.java160 public void read(JmeImporter im) throws IOException { method in class:HingeJoint
161 super.read(im);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java297 public void read(JmeImporter e) throws IOException { method in class:PhysicsCharacter
298 super.read(e);
H A DPhysicsGhostObject.java292 public void read(JmeImporter e) throws IOException { method in class:PhysicsGhostObject
293 super.read(e);
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimControl.java355 public void read(JmeImporter im) throws IOException { method in class:AnimControl
356 super.read(im);
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingSphere.java845 public void read(JmeImporter e) throws IOException { method in class:BoundingSphere
846 super.read(e);
850 logger.logp(Level.SEVERE, this.getClass().toString(), "read(JMEImporter)", "Exception", ex);
H A DBoundingVolume.java324 public void read(JmeImporter e) throws IOException { method in class:BoundingVolume
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DCinematic.java142 public void read(JmeImporter im) throws IOException { method in class:Cinematic
143 super.read(im);
H A DMotionPath.java159 public void read(JmeImporter im) throws IOException { method in class:MotionPath
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DAbstractCinematicEvent.java266 public void read(JmeImporter im) throws IOException { method in class:AbstractCinematicEvent
H A DMotionTrack.java208 public void read(JmeImporter im) throws IOException { method in class:MotionTrack
209 super.read(im);
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHTree.java474 public void read(JmeImporter im) throws IOException { method in class:BIHTree
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java181 public void read(JmeImporter im) throws IOException { method in class:BitmapCharacter
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DTechniqueDef.java383 public void read(JmeImporter im) throws IOException{ method in class:TechniqueDef
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DColorRGBA.java473 public void read(JmeImporter e) throws IOException { method in class:ColorRGBA
H A DSpline.java427 public void read(JmeImporter im) throws IOException { method in class:Spline
H A DTriangle.java284 public void read(JmeImporter e) throws IOException { method in class:Triangle
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DBatchNode.java341 public void read(JmeImporter im) throws IOException { method in class:BatchNode
342 super.read(im);

Completed in 1392 milliseconds

<<11121314151617181920>>