HomeSort by relevance Sort by last modified time
    Searched full:model (Results 326 - 350 of 3216) sorted by null

<<11121314151617181920>>

  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 17 package signature.model.impl;
19 import signature.model.IPrimitiveType;
  /dalvik/vm/mterp/x86-atom/
TODO.txt 12 (hi) Rework interpreter to co-exist the new switching model which
14 rIBASE register (or alternate switching model with variable
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 25 const char *model; member in class:AndroidAccessory
55 const char *model,
  /external/chromium/base/
cpu.h 24 int model() const { return model_; } function in class:base::CPU
43 int model_; // model of processor
  /external/chromium/chrome/browser/bookmarks/
recently_used_folders_combo_model.h 15 // Model for the combobox showing the list of folders to choose from. The
20 RecentlyUsedFoldersComboModel(BookmarkModel* model, const BookmarkNode* node);
  /external/chromium/chrome/browser/
content_setting_image_model.h 15 // This model provides data (icon ids and tooltip) for the content setting icons
25 // Notifies this model that its setting might have changed and it may need to
  /external/chromium/chrome/browser/download/
download_item_model.h 37 // This class is a model class for DownloadItemView. It provides functionality
55 // This class is a model class for DownloadItemView. It provides cancel
  /external/chromium/chrome/browser/importer/
importer_host.cc 214 TemplateURLModel* model = profile_->GetTemplateURLModel(); local
216 Source<TemplateURLModel>(model));
217 model->Load();
229 void ImporterHost::Loaded(BookmarkModel* model) {
230 DCHECK(model->IsLoaded());
231 model->RemoveObserver(this);
235 importer_->set_import_to_bookmark_bar(!model->HasBookmarks());
239 void ImporterHost::BookmarkModelBeingDeleted(BookmarkModel* model) {
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.h 12 // Model for the corner-selection submenu.
33 // Model for the notification options menu itself.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_item.js 50 * selection model. This is only used for display purpose.
60 * the underlying selection model. This is only used for display purpose.
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.h 39 // Contains all model association related logic:
40 // * Algorithm to associate autofill model and sync model.
61 // Iterates through the sync model looking for matched pairs of items.
68 // The has_nodes out param is true if the sync model has nodes other
132 // Once the above traversals are complete, we traverse the sync model to
154 // Helper to persist any changes that occured during model association to
158 // Called at various points in model association to determine if the
extension_model_associator.h 22 // Contains all logic for associating the Chrome extensions model and
23 // the sync extensions model.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 97 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
98 const BookmarkNode* node = model->GetBookmarkBarNode();
110 BookmarkModel& model(*(helper_.profile()->GetBookmarkModel()));
114 const BookmarkNode* node = model.GetBookmarkBarNode();
118 node = model.other_node();
159 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
160 const BookmarkNode* bar = model->GetBookmarkBarNode();
161 const BookmarkNode* node = model->AddURL(bar, bar->child_count(),
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_mac.h 26 // model. The owning object (DownloadItemController) must explicitly call
52 // The download item model we represent.
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.h 27 TouchAutocompleteResultView(AutocompleteResultViewModel* model,
63 AutocompleteResultViewModel* model,
  /external/clang/test/Analysis/
casts.m 4 // loc::FunctionVal. Because casts can be arbitrary, do we need to model
17 // should we eventually model function pointers using regions?
  /external/kernel-headers/original/linux/
platform_device.h 2 * platform_device.h - generic, centralized driver model
8 * See Documentation/driver-model/ for more information.
  /external/llvm/test/CodeGen/SystemZ/
10-FuncsPic.ll 1 ; RUN: llc < %s -relocation-model=pic | grep GOTENT | count 3
2 ; RUN: llc < %s -relocation-model=pic | grep PLT | count 1
  /external/llvm/test/CodeGen/X86/
vec_zero_cse.ll 1 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pxor | count 1
2 ; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pcmpeqd | count 1
  /external/v8/src/
atomicops_internals_x86_gcc.cc 83 // get feature flags in ecx/edx, and family/model in eax
86 int family = (eax >> 8) & 0xf; // family and model fields
87 int model = (eax >> 4) & 0xf; local
88 if (family == 0xf) { // use extended family and model fields
90 model += ((eax >> 16) & 0xf) << 4;
97 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
100 32 <= model && model <= 63) {
  /external/webkit/Tools/QueueStatusServer/
__init__.py 24 # Emulate that here for test-webkitpy so that we can import "model."
25 # not "QueueStatusServer.model.", etc.
  /external/webrtc/src/common_audio/vad/main/source/
vad_gmm.h 30 * - mean : mean value in the statistical model, Q7
35 * - delta : Value used when updating the model, Q11
  /external/zlib/msdos/
Makefile.bor 6 # To compile in small model, set below: MODEL=s
8 # WARNING: the small model is supported but only for small values of
26 # memory model: one of s, m, c, l (small, medium, compact, large)
27 MODEL=l
36 CFLAGS=-O2 -Z -m$(MODEL) $(LOC)
38 LDFLAGS=-m$(MODEL) -f-
42 ZLIB_LIB = zlib_$(MODEL).lib
Makefile.tc 6 # To compile in small model, set below: MODEL=s
8 # WARNING: the small model is supported but only for small values of
17 MODEL=l
21 # CFLAGS=-O2 -G -Z -m$(MODEL) -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3
22 CFLAGS=-O2 -G -Z -m$(MODEL)
23 LDFLAGS=-m$(MODEL) -f-
27 ZLIB_LIB = zlib_$(MODEL).lib
  /frameworks/base/media/java/android/mtp/
MtpDeviceInfo.java 45 * Returns the model name for the MTP device
47 * @return the model name

Completed in 1419 milliseconds

<<11121314151617181920>>