HomeSort by relevance Sort by last modified time
    Searched refs:STRUCTURE (Results 1 - 11 of 11) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java 52 * Download the structure of the message. This maps directly to IMAP's BODYSTRUCTURE
54 * The provider should, if possible, fill in a properly formatted MIME structure in
59 STRUCTURE,
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 42 * A class representing a single structure in the file.
45 public class Structure implements Cloneable {
49 /** The address of the block that fills the structure. */
51 /** The type of the structure. */
54 * The fields of the structure. Each field consists of a pair: name-type.
59 * Constructor that copies the data of the structure.
60 * @param structure
61 * the structure to copy.
63 * the blender context of the structure
67 private Structure(Structure structure, BlenderContext blenderContext) throws CloneNotSupportedException
186 Structure structure = first.fetchData(blenderContext.getInputStream()).get(0); local
    [all...]
Field.java 5 import com.jme3.scene.plugins.blender.file.Structure.DataType;
10 * This class represents a single field in the structure. It can be either a primitive type or a table or a reference to
11 * another structure.
180 case STRUCTURE:
182 Structure structure = blenderContext.getDnaBlockData().getStructure(type); local
183 structure.fill(blenderInputStream);
184 value = structure;
186 Structure[] data = new Structure[dataToRead];
188 Structure structure = blenderContext.getDnaBlockData().getStructure(type); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 632 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
649 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
723 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 374 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
504 ** An instance of the following structure is used to store the busy-handler
656 ** of the following structure. There are normally two of these structures
663 Btree *pBt; /* The B*Tree structure for this database file */
670 ** An instance of the following structure stores a database schema.
737 ** The Lookaside structure holds configuration information about the
767 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
775 ** Each database connection is an instance of the following structure.
    [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 212 * Load the structure and body of messages not yet synced
224 fp.add(FetchProfile.Item.STRUCTURE);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 556 ** presents to client programs. If a C-function, structure, datatype,
762 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 563 ** presents to client programs. If a C-function, structure, datatype,
769 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
  /external/sqlite/dist/
sqlite3.c 563 ** presents to client programs. If a C-function, structure, datatype,
769 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 700 milliseconds