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

1234567891011>>

/macosx-10.9.5/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.9.5/WebCore-7537.78.1/bindings/js/
H A DJSPannerNodeCustom.cpp45 uint32_t model = value.toUInt32(exec); local
46 if (!imp->setPanningModel(model))
53 String model = value.toString(exec)->value(exec); local
54 if (model == "equalpower" || model == "HRTF" || model == "soundfield") {
55 imp->setPanningModel(model);
69 uint32_t model = value.toUInt32(exec); local
70 if (!imp->setDistanceModel(model))
77 String model local
[all...]
/macosx-10.9.5/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.9.5/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.9.5/IOKitUser-907.100.13/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 *majorRev, UInt32 *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
[all...]
/macosx-10.9.5/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.9.5/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.9.5/WebCore-7537.78.1/platform/audio/
H A DDistance.h47 // Returns scalar gain for the given distance the current distance model is used
50 ModelType model() { return m_model; } function in class:WebCore::DistanceEffect
52 void setModel(ModelType model, bool clamped) argument
54 m_model = model;
H A DPanner.cpp41 PassOwnPtr<Panner> Panner::create(PanningModel model, float sampleRate, HRTFDatabaseLoader* databaseLoader) argument
45 switch (model) {
H A DPanner.h65 Panner(PanningModel model) : m_panningModel(model) { } argument
/macosx-10.9.5/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.9.5/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.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/
H A DDTDDecls.pm36 my $model;
38 $model = 'EMPTY';
41 $model = 'ANY';
44 $model = $self->Mixed_or_children($reader);
47 if ($model) {
49 $self->element_decl({Name => $name, Model => $model});
59 my $model;
61 $model = '(';
84 my $model = '(#PCDATA';
101 $model
[all...]
/macosx-10.9.5/ncurses-42/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.9.5/Chess-310.5/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.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQtFallbackWebPopup.cpp82 QStandardItemModel* model = qobject_cast<QStandardItemModel*>(m_combo->model()); local
83 Q_ASSERT(model);
95 model->item(i)->setEnabled(false);
99 model->item(i)->setEnabled(data.itemIsEnabled(i));
101 model->item(i)->setToolTip(data.itemToolTip(i));
103 model->item(i)->setBackground(data.itemBackgroundColor(i));
104 model->item(i)->setForeground(data.itemForegroundColor(i));
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DPannerNode.cpp182 void PannerNode::setPanningModel(const String& model) argument
184 if (model == "equalpower")
186 else if (model == "HRTF")
188 else if (model == "soundfield")
194 bool PannerNode::setPanningModel(unsigned model) argument
196 switch (model) {
199 if (!m_panner.get() || model != m_panningModel) {
203 OwnPtr<Panner> newPanner = Panner::create(model, sampleRate(), context()->hrtfDatabaseLoader());
205 m_panningModel = model;
209 // FIXME: Implement sound field model
234 setDistanceModel(const String& model) argument
246 setDistanceModel(unsigned model) argument
[all...]
/macosx-10.9.5/CommonCrypto-60049/libcn/
H A Dcrc16-a.c27 .defType = model,
H A Dcrc16-b.c27 .defType = model,
H A Dcrc16-ccitt-false.c29 .defType = model,

Completed in 235 milliseconds

1234567891011>>