HomeSort by relevance Sort by last modified time
    Searched defs:Model (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
dummy.cpp 95 glm::mat4 Model = glm::scale(glm::mat4(1.0f), glm::vec3(0.5f));
96 glm::mat4 MVP = Projection * View * Model;
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 292 SmallString<128> Model, ResultPath;
295 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html");
297 llvm::sys::fs::make_absolute(Model)) {
298 llvm::errs() << "warning: could not make '" << Model
303 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) {
315 Model = "";
321 llvm::sys::path::append(Model, Directory,
323 EC = llvm::sys::fs::openFileForWrite(Model,
328 llvm::errs() << "warning: could not create file '" << Model
  /external/libcups/filter/
rastertoepson.c 31 * Model numbers...
56 int Model, /* Model number */
102 strncmp(device_uri, "usb:", 4) == 0 && Model >= EPSON_ICOLOR)
157 switch (Model)
189 if (Model == EPSON_9PIN)
223 if (Model < EPSON_ICOLOR)
557 if (Model < EPSON_ICOLOR)
1066 Model = ppd->model_number;
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 179 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
567 template <typename T> class Model;
583 /// This interface is implemented by any \c Model instantiation. It is also the
584 /// interface which a type used to instantiate the model must provide.
586 /// All of these methods model methods by the same name in the \c
652 template <typename AAResultT> class AAResults::Model final : public Concept {
656 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
659 ~Model() override {}
710 // Expose some parts of the interface only to the AAResults::Model
711 // for wrapping. Specifically, this allows the model to call ou
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 66 enum Model {
73 TLSModel::Model getTLSModel(const GlobalValue *GV, Reloc::Model reloc);
    [all...]
  /external/testng/src/main/java/org/testng/reporters/jq/
Model.java 20 public class Model {
34 public Model(List<ISuite> suites) {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 536 sp<Model> model = mModels.valueAt(i - 1); local
537 if (moduleClient == model->mModuleClient) {
539 ALOGV("detach() unloading model %d", model->mHandle);
541 if (model->mState == Model::STATE_ACTIVE) {
542 mHalInterface->stopRecognition(model->mHandle);
544 mHalInterface->unloadSoundModel(model->mHandle);
546 releasedSessions.add(model->mCaptureSession)
614 sp<Model> model = new Model(*handle, session, ioHandle, device, sound_model->type, local
641 sp<Model> model = mModels.valueAt(index); local
683 sp<Model> model = getModel(handle); local
715 sp<Model> model = getModel(handle); local
750 sp<Model> model = getModel(recognitionEvent->model); local
770 sp<Model> model = getModel(soundmodelEvent->model); local
800 sp<Model> model; local
840 sp<Model> model = mModels.valueAt(i); local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Model.java 54 * The data model for the current loaded directory.
57 public class Model {
59 private static final String TAG = "Model";
67 /** Maps Model ID to cursor positions, for looking up items by Model ID. */
77 public Model(Features features) {
119 if (DEBUG) Log.i(TAG, "Updating model with new result set.");
123 reset(); // Resets this model to avoid access to old cursors.
150 * Scan over the incoming cursor data, generate Model IDs for each row, and sort the IDs
162 // Generates a Model ID for a cursor entry that refers to a document. The Model ID is
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 197 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
623 template <typename T> class Model;
641 /// This interface is implemented by any \c Model instantiation. It is also the
642 /// interface which a type used to instantiate the model must provide.
644 /// All of these methods model methods by the same name in the \c
710 template <typename AAResultT> class AAResults::Model final : public Concept {
714 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
717 ~Model() override {}
    [all...]
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysis.h 197 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
623 template <typename T> class Model;
641 /// This interface is implemented by any \c Model instantiation. It is also the
642 /// interface which a type used to instantiate the model must provide.
644 /// All of these methods model methods by the same name in the \c
710 template <typename AAResultT> class AAResults::Model final : public Concept {
714 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
717 ~Model() override {}
    [all...]
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasAnalysis.h 197 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
623 template <typename T> class Model;
641 /// This interface is implemented by any \c Model instantiation. It is also the
642 /// interface which a type used to instantiate the model must provide.
644 /// All of these methods model methods by the same name in the \c
710 template <typename AAResultT> class AAResults::Model final : public Concept {
714 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
717 ~Model() override {}
    [all...]
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasAnalysis.h 203 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
620 template <typename T> class Model;
638 /// This interface is implemented by any \c Model instantiation. It is also the
639 /// interface which a type used to instantiate the model must provide.
641 /// All of these methods model methods by the same name in the \c
707 template <typename AAResultT> class AAResults::Model final : public Concept {
711 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
714 ~Model() override = default;
765 // Expose some parts of the interface only to the AAResults::Model
766 // for wrapping. Specifically, this allows the model to call ou
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasAnalysis.h 203 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
620 template <typename T> class Model;
638 /// This interface is implemented by any \c Model instantiation. It is also the
639 /// interface which a type used to instantiate the model must provide.
641 /// All of these methods model methods by the same name in the \c
707 template <typename AAResultT> class AAResults::Model final : public Concept {
711 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
714 ~Model() override = default;
765 // Expose some parts of the interface only to the AAResults::Model
766 // for wrapping. Specifically, this allows the model to call ou
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasAnalysis.h 203 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
620 template <typename T> class Model;
638 /// This interface is implemented by any \c Model instantiation. It is also the
639 /// interface which a type used to instantiate the model must provide.
641 /// All of these methods model methods by the same name in the \c
707 template <typename AAResultT> class AAResults::Model final : public Concept {
711 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
714 ~Model() override = default;
765 // Expose some parts of the interface only to the AAResults::Model
766 // for wrapping. Specifically, this allows the model to call ou
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasAnalysis.h 203 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
620 template <typename T> class Model;
638 /// This interface is implemented by any \c Model instantiation. It is also the
639 /// interface which a type used to instantiate the model must provide.
641 /// All of these methods model methods by the same name in the \c
707 template <typename AAResultT> class AAResults::Model final : public Concept {
711 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
714 ~Model() override = default;
765 // Expose some parts of the interface only to the AAResults::Model
766 // for wrapping. Specifically, this allows the model to call ou
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 197 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
623 template <typename T> class Model;
641 /// This interface is implemented by any \c Model instantiation. It is also the
642 /// interface which a type used to instantiate the model must provide.
644 /// All of these methods model methods by the same name in the \c
710 template <typename AAResultT> class AAResults::Model final : public Concept {
714 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
717 ~Model() override {}
    [all...]
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasAnalysis.h 197 AAs.emplace_back(new Model<AAResultT>(AAResult, *this));
623 template <typename T> class Model;
641 /// This interface is implemented by any \c Model instantiation. It is also the
642 /// interface which a type used to instantiate the model must provide.
644 /// All of these methods model methods by the same name in the \c
710 template <typename AAResultT> class AAResults::Model final : public Concept {
714 explicit Model(AAResultT &Result, AAResults &AAR) : Result(Result) {
717 ~Model() override {}
    [all...]
TargetTransformInfo.h     [all...]

Completed in 607 milliseconds

1 23 4 5 6 7