Searched refs:model (Results 1 - 25 of 265) sorted by relevance

1234567891011

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DModelInternal.java9 package com.sleepycat.persist.model;
23 public static void setCatalog(EntityModel model, PersistCatalog catalog) { argument
24 model.setCatalog(catalog);
H A DRelationship.java9 package com.sleepycat.persist.model;
H A DDeleteAction.java9 package com.sleepycat.persist.model;
H A DPersistentProxy.java9 package com.sleepycat.persist.model;
29 * <li>It must be specified as a persistent proxy class in the entity model.
/macosx-10.10.1/IOKitUser-1050.1.21/platform.subproj/
H A DIOPlatformSupport.c50 * char** model: returns the model name
55 * Note: In case of success, CopyModel allocates memory for *model,
56 * it is the caller's responsibility to free *model.
57 * Note: model format is expected to be %s%u,%u
61 static Boolean CopyModel(char** model, uint32_t *majorRev, uint32_t *minorRev) argument
71 if (!model || !majorRev || !minorRev) {
87 DLOG_ERROR("CopyModel: Could not find machine model name\n");
91 *model = strndup(machineModel, modelLen);
92 if (*model
136 char* model = NULL; // must free local
176 char* model = NULL; // must free local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleEntityClass.java3 import com.sleepycat.persist.model.Entity;
4 import com.sleepycat.persist.model.PrimaryKey;
5 import static com.sleepycat.persist.model.Relationship.*;
6 import com.sleepycat.persist.model.SecondaryKey;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced0.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
13 import com.sleepycat.persist.model.Entity;
14 import com.sleepycat.persist.model.PrimaryKey;
15 import com.sleepycat.persist.model.SecondaryKey;
H A DEvolveCase.java20 import com.sleepycat.persist.model.ClassMetadata;
21 import com.sleepycat.persist.model.EntityModel;
22 import com.sleepycat.persist.model.Persistent;
37 void configure(EntityModel model, StoreConfig config) { argument
48 void checkUnevolvedModel(EntityModel model, Environment env) { argument
51 void checkEvolvedModel(EntityModel model, argument
97 EntityModel model,
103 TestCase.assertNotNull(model.getEntityMetadata(className));
104 ClassMetadata meta = model.getClassMetadata(className);
109 RawType raw = model
96 checkEntity(boolean exists, EntityModel model, Environment env, String className, int version, String secKeyName) argument
127 checkNonEntity(boolean exists, EntityModel model, Environment env, String className, int version) argument
163 checkVersions(EntityModel model, String name, int version) argument
167 checkVersions(EntityModel model, String name1, int version1, String name2, int version2) argument
177 checkVersions(EntityModel model, String[] names, int[] versions) argument
[all...]
H A DEvolveClasses.java10 import static com.sleepycat.persist.model.Relationship.ONE_TO_ONE;
11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
33 import com.sleepycat.persist.model.Entity;
34 import com.sleepycat.persist.model.EntityModel;
35 import com.sleepycat.persist.model.KeyField;
36 import com.sleepycat.persist.model.Persistent;
37 import com.sleepycat.persist.model.PersistentProxy;
38 import com.sleepycat.persist.model.PrimaryKey;
39 import com.sleepycat.persist.model.SecondaryKey;
152 void checkUnevolvedModel(EntityModel model, Environmen argument
192 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
230 checkUnevolvedModel(EntityModel model, Environment env) argument
271 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
326 checkUnevolvedModel(EntityModel model, Environment env) argument
370 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
467 checkUnevolvedModel(EntityModel model, Environment env) argument
522 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
600 checkUnevolvedModel(EntityModel model, Environment env) argument
660 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
744 checkUnevolvedModel(EntityModel model, Environment env) argument
809 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
915 checkUnevolvedModel(EntityModel model, Environment env) argument
960 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1058 checkUnevolvedModel(EntityModel model, Environment env) argument
1128 initialize(EntityModel model) argument
1147 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1255 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1347 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1456 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1549 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1664 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
1751 checkUnevolvedModel(EntityModel model, Environment env) argument
1788 checkUnevolvedModel(EntityModel model, Environment env) argument
1843 checkUnevolvedModel(EntityModel model, Environment env) argument
1884 checkUnevolvedModel(EntityModel model, Environment env) argument
1921 checkUnevolvedModel(EntityModel model, Environment env) argument
1958 checkUnevolvedModel(EntityModel model, Environment env) argument
1995 checkUnevolvedModel(EntityModel model, Environment env) argument
2032 checkUnevolvedModel(EntityModel model, Environment env) argument
2069 checkUnevolvedModel(EntityModel model, Environment env) argument
2106 checkUnevolvedModel(EntityModel model, Environment env) argument
2143 checkUnevolvedModel(EntityModel model, Environment env) argument
2180 checkUnevolvedModel(EntityModel model, Environment env) argument
2217 checkUnevolvedModel(EntityModel model, Environment env) argument
2254 checkUnevolvedModel(EntityModel model, Environment env) argument
2291 checkUnevolvedModel(EntityModel model, Environment env) argument
2328 checkUnevolvedModel(EntityModel model, Environment env) argument
2365 checkUnevolvedModel(EntityModel model, Environment env) argument
2402 checkUnevolvedModel(EntityModel model, Environment env) argument
2439 checkUnevolvedModel(EntityModel model, Environment env) argument
2476 checkUnevolvedModel(EntityModel model, Environment env) argument
2514 checkUnevolvedModel(EntityModel model, Environment env) argument
2552 checkUnevolvedModel(EntityModel model, Environment env) argument
2590 checkUnevolvedModel(EntityModel model, Environment env) argument
2628 checkUnevolvedModel(EntityModel model, Environment env) argument
2666 checkUnevolvedModel(EntityModel model, Environment env) argument
2704 checkUnevolvedModel(EntityModel model, Environment env) argument
2742 checkUnevolvedModel(EntityModel model, Environment env) argument
2780 checkUnevolvedModel(EntityModel model, Environment env) argument
2818 checkUnevolvedModel(EntityModel model, Environment env) argument
2856 checkUnevolvedModel(EntityModel model, Environment env) argument
2894 checkUnevolvedModel(EntityModel model, Environment env) argument
2932 checkUnevolvedModel(EntityModel model, Environment env) argument
2970 checkUnevolvedModel(EntityModel model, Environment env) argument
3007 checkUnevolvedModel(EntityModel model, Environment env) argument
3042 checkUnevolvedModel(EntityModel model, Environment env) argument
3077 checkUnevolvedModel(EntityModel model, Environment env) argument
3112 checkUnevolvedModel(EntityModel model, Environment env) argument
3147 checkUnevolvedModel(EntityModel model, Environment env) argument
3182 checkUnevolvedModel(EntityModel model, Environment env) argument
3217 checkUnevolvedModel(EntityModel model, Environment env) argument
3252 checkUnevolvedModel(EntityModel model, Environment env) argument
3287 checkUnevolvedModel(EntityModel model, Environment env) argument
3322 checkUnevolvedModel(EntityModel model, Environment env) argument
3357 checkUnevolvedModel(EntityModel model, Environment env) argument
3392 checkUnevolvedModel(EntityModel model, Environment env) argument
3427 checkUnevolvedModel(EntityModel model, Environment env) argument
3477 checkUnevolvedModel(EntityModel model, Environment env) argument
3515 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
3583 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
3871 initialize(EntityModel model) argument
3883 initialize(EntityModel model) argument
3894 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
4317 initialize(EntityModel model) argument
4355 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
4465 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
4540 initialize(EntityModel model) argument
4585 initialize(EntityModel model) argument
4641 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
4729 initialize(EntityModel model) argument
4778 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
4869 initialize(EntityModel model) argument
4931 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5078 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5258 configure(EntityModel model, StoreConfig config) argument
5263 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5370 configure(EntityModel model, StoreConfig config) argument
5425 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5517 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5632 initialize(EntityModel model) argument
5655 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5781 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
5906 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
6026 initialize(EntityModel model) argument
6040 checkEvolvedModel(EntityModel model, Environment env, boolean oldTypesExist) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DStoreConfig.java15 import com.sleepycat.persist.model.AnnotationModel;
16 import com.sleepycat.persist.model.EntityModel;
44 private EntityModel model; field in class:StoreConfig
182 * Sets the entity model that defines entity classes and index keys.
187 public void setModel(EntityModel model) { argument
188 this.model = model;
192 * Returns the entity model that defines entity classes and index keys.
195 return model;
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DPayloadDataEntity.java3 import com.sleepycat.persist.model.Entity;
4 import com.sleepycat.persist.model.PrimaryKey;
5 import static com.sleepycat.persist.model.Relationship.*;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBoxModelDetailsSectionRow.css26 .details-section .row.box-model {
32 .details-section .row.box-model .label {
40 .details-section .row.box-model .position {
49 .details-section .row.box-model .margin {
59 .details-section .row.box-model .margin.active {
63 .details-section .row.box-model .border {
73 .details-section .row.box-model .border.active {
77 .details-section .row.box-model .padding {
87 .details-section .row.box-model .padding.active {
91 .details-section .row.box-model
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DConversion.java13 import com.sleepycat.persist.model.EntityModel;
74 * public void initialize(EntityModel model) {
130 * public void initialize(EntityModel model) {
131 * addressType = model.getRawType(Address.class.getName());
212 * public void initialize(EntityModel model) {
213 * newPersonType = model.getRawType(Person.class.getName());
214 * addressType = model.getRawType(Address.class.getName());
284 * public void initialize(EntityModel model) {
285 * newAType = model.getRawType(A.class.getName());
286 * newBType = model
390 initialize(EntityModel model) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawType.java14 import com.sleepycat.persist.model.Entity;
15 import com.sleepycat.persist.model.Persistent;
51 * href="../model/Entity.html#simpleTypes">simple type</a>}: primitive,
/macosx-10.10.1/ncurses-44/ncurses/
H A Dmk-2nd.awk39 # model directory into which objects are compiled.
40 # MODEL (uppercase version of "model"; toupper is not portable)
68 printf "# model: %s\n", model
103 printf "../%s/%s$o :\t%s/%s%s", model, $1, $3, $1, suffix
110 printf "\t@echo 'compiling %s (%s)'\n", $1, model
114 printf "cd ../%s; ", model;
135 printf " -o ../%s/%s$o", model, $1
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCLanguageModel.mm3 Contains: Build and interpret speech recognition language model
105 SRPath model;
106 SRNewPath(fSystem, &model);
107 SRAddText(model, move, 2, 0);
108 SRAddLanguageObject(model, fToModel);
140 [self addTo:model languageObject:destinations];
142 return model;
147 SRPath model;
148 SRNewPath(fSystem, &model);
149 SRAddText(model, sPieceNam
[all...]
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dcrc16-a.c27 .defType = model,
H A Dcrc16-b.c27 .defType = model,
H A Dcrc16-ccitt-false.c29 .defType = model,
H A Dcrc16-ccitt-true.c29 .defType = model,
H A Dcrc16-dect-r.c27 .defType = model,
H A Dcrc16-dect-x.c27 .defType = model,
H A Dcrc16-icode.c27 .defType = model,
H A Dcrc16-usb.c29 .defType = model,
H A Dcrc16-verifone.c27 .defType = model,

Completed in 170 milliseconds

1234567891011