HomeSort by relevance Sort by last modified time
    Searched full:models (Results 101 - 125 of 628) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 70 // The two models should be associated according to this ModelAssociator.
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.h 11 #include "ui/base/models/accelerator_cocoa.h"
page_info_bubble_controller.h 29 // |bridge|. There should be a 1:1 mapping of models to bridges. The
table_model_array_controller.h 14 #include "ui/base/models/table_model_observer.h"
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc 12 #include "ui/base/models/simple_menu_model.h"
  /external/chromium/chrome/browser/ui/views/
uninstall_view.h 10 #include "ui/base/models/combobox_model.h"
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 68 // JS callback to bind cookies tree models with JS trees.
  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 10 #include "ui/base/models/table_model_observer.h"
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
package.html 11 a utility class that is used to load assets such as textures, models, and
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
package.html 31 and could be extended to support SSL or different threading models.</p>
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 161 Node model = (Node) assetManager.loadModel("Models/Oto/Oto.mesh.xml");
162 Material mat = assetManager.loadMaterial("Models/Oto/Oto.j3m");
172 Spatial signpost = assetManager.loadModel("Models/Sign Post/Sign Post.mesh.xml");
173 Material mat = assetManager.loadMaterial("Models/Sign Post/Sign Post.j3m");
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestEnvironmentMapping.java 29 final Node buggy = (Node) assetManager.loadModel("Models/Buggy/Buggy.j3o");
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestObjLoading.java 51 Geometry teaGeom = (Geometry) assetManager.loadModel("Models/Teapot/Teapot.obj");
  /external/llvm/include/llvm/Support/
CodeGen.h 30 // TLS models.
  /external/srec/tools/cmd/
pht_to_long.pl 41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
  /external/valgrind/main/drd/tests/
atomic_var.c 7 * Note: for the i386 and x86_64 memory models, thread 2 must print y = 1.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDiffSnapshot.java 27 * Models a heap snapshot that is the difference between two snapshots.
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestParallax.java 82 // Node floorGeom = (Node) assetManager.loadAsset("Models/WaterTest/WaterTest.mesh.xml");
103 Spatial signpost = assetManager.loadModel("Models/Sign Post/Sign Post.mesh.xml");
104 Material mat = assetManager.loadMaterial("Models/Sign Post/Sign Post.j3m");
  /external/srec/srec/Grammar/include/
SR_Grammar.h 227 // ESR_ReturnCode(*setupModels)(struct SR_Grammar_t* self, SR_AcousticModels* models);
241 * @param models Associated models
242 * @return ESR_INVALID_ARGUMENT if self or models are null
244 // ESR_ReturnCode(*getModels)(struct SR_Grammar_t* self, SR_AcousticModels** models);
275 * this interface. Pre-compiled grammars inherently refer to models. It is therefore
390 * @param models The recognizer to associate
393 // SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarSetupModels(SR_Grammar* self, SR_AcousticModels* models);
406 * @param models Associated models
    [all...]
SR_GrammarImpl.h 58 // ESR_ReturnCode(*setupAcousticModels)(SR_Grammar* self, SR_AcousticModels* models);
74 // SR_AcousticModels* models;
194 // SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupModels(SR_Grammar* self, SR_AcousticModels* models);
  /frameworks/base/docs/html/distribute/googleplay/about/
monetizing.jd 82 <h2 id="billing-models" style="margin-top:1.5em;">Choice of billing models</h2>
84 <p>Google Play gives you a choice of billing models to let you monetize your
95 <h2>Billing models on Google Play</h2>
104 <p>You can combine these billing models in different ways, based on your business
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 194 the arbdata is known to be constant for all acoustic models we
198 SR_AcousticModels* models;
199 impl->recognizer->getModels( impl->recognizer, &models);
200 ca_arbdata = models->GetArbdata(models);
601 SR_AcousticModels* models = NULL; local
611 rc = recognizer->getModels( recognizer, &models);
612 if(rc != ESR_SUCCESS || models == NULL) {
617 ca_arbdata = (CA_Arbdata*)(models->getArbdata( models));
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 413 op.prepare(dbhandle, "INSERT OR REPLACE INTO models (model_id, "
615 "FROM models");
716 SafeDropTable("models");
907 // the 'models' table, which has these values on a per-datatype basis.
912 // Move data from the old share_info columns to the new models table.
925 update.prepare(load_dbhandle_, "INSERT INTO models (model_id, "
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 147 * @return ESR_INVALID_ARGUMENT if self is null, if no acoustic models have been associated with the recognizer,
168 * Associates a set of models with the recognizer.
284 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if no models are associated with the recognizer,
285 * or if the rule could not be setup, or if the acoustic models could not be setup;
329 * Ensure the model usage in a pre-compiled grammar is consistent with the models
341 * Ensure the model usage in a pre-compiled grammar is consistent with the models
541 * @return ESR_INVALID_ARGUMENT if self is null, if no acoustic models have been associated with the recognizer,
577 * Associates a set of models with the recognizer. All grammars must use models consistently.
713 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if no models are associated with the recognizer
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
IClassDefinitionDelta.java 24 * {@code IClassDefinitionDelta} models the delta between two

Completed in 1102 milliseconds

1 2 3 45 6 7 8 91011>>