/external/quake/quake/src/WinQuake/ |
world.h | 46 // called after the world model has been loaded, before linking any entities
|
gl_model.cpp | 20 // models.c -- model loading and caching 81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) 87 if (!model || !model->nodes) 88 Sys_Error ("Mod_PointInLeaf: bad model"); 90 node = model->nodes; 112 byte *Mod_DecompressVis (byte *in, model_t *model) 119 row = (model->numleafs+7)>>3; 156 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) 158 if (leaf == model->leafs [all...] |
model.cpp | 20 // models.c -- model loading and caching 84 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) 90 if (!model || !model->nodes) 91 Sys_Error ("Mod_PointInLeaf: bad model"); 93 node = model->nodes; 115 byte *Mod_DecompressVis (byte *in, model_t *model) 122 row = (model->numleafs+7)>>3; 155 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) 157 if (leaf == model->leafs [all...] |
/external/webkit/WebKitTools/QueueStatusServer/handlers/ |
patch.py | 32 from model.queuestatus import QueueStatus
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps.h | 68 * @model_name: Model Name (0..32 octets encoded in UTF-8) 69 * @model_number: Model Number (0..32 octets encoded in UTF-8) 470 * model_description - Model Description (recommended for UPnP) 475 * model_url - Model URL (optional for UPnP)
|
/frameworks/base/awt/java/awt/ |
PaintContext.java | 43 * Gets the color model.
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSet.java | 31 * of the handset model, e.g. "T-Mobile G1".
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ExpandedMenuView.java | 44 * @param menu The model for the menu which this MenuView will display
|
SubMenuBuilder.java | 27 * The model for a sub menu, which is an extension of the menu. Most methods are proxied to
|
/frameworks/base/docs/html/resources/articles/ |
painless-threading.jd | 4 <p>This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling them in the main thread. The article also explains the API that your application can use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads. </p> 20 <p>This single-thread model can yield poor performance unless your application 54 not block the UI thread. Unfortunately, it violates the single-threaded model 140 always remember these two rules about the single thread model: </p>
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 113 // x-android-device-model Model (Optional, so not tested here) 129 "model", "id", "vendor", "network-operator"); 135 assertEquals(null, map.get("x-android-device-model")); 139 // simple API check - codename is REL, so use model name. 142 "model", "id", "vendor", ""); 148 assertEquals("model", map.get("x-android-device-model")); 164 "model", "-_+=;:.,// ",
|
/packages/apps/Mms/src/com/android/mms/model/ |
CarrierContentRestriction.java | 17 package com.android.mms.model;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 27 import com.android.mms.model.IModelChangedObserver; 28 import com.android.mms.model.LayoutModel; 29 import com.android.mms.model.Model; 30 import com.android.mms.model.SlideModel; 31 import com.android.mms.model.SlideshowModel; 152 // Register an observer to watch whether the data model is changed. 220 public void onModelChanged(Model model, boolean dataChanged) {
|
/packages/apps/Phone/src/com/android/phone/ |
DTMFTwelveKeyDialerView.java | 63 * For those, we pass them to the model (and then the InCallScreen).
|
/packages/inputmethods/PinyinIME/jni/include/ |
ngram.h | 89 // For constructing the unigram mode model.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
UiElementEditPart.java | 83 * Returns a List containing the children model objects. 152 /** @return The object model casted to an {@link UiElementNode} */ 193 UiElementNode model = (UiElementNode)getModel(); local 195 Object editData = model.getEditData();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
PostActivityCreationAction.java | 20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
PostReceiverCreationAction.java | 20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
PropertiesTableModel.java | 17 package com.android.hierarchyviewer.ui.model;
|
/external/quake/quake/src/QW/client/ |
gl_model.c | 20 // models.c -- model loading and caching 81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) 87 if (!model || !model->nodes) 88 Sys_Error ("Mod_PointInLeaf: bad model"); 90 node = model->nodes; 112 byte *Mod_DecompressVis (byte *in, model_t *model) 119 row = (model->numleafs+7)>>3; 156 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) 158 if (leaf == model->leafs [all...] |
model.c | 20 // models.c -- model loading and caching 79 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) 85 if (!model || !model->nodes) 86 Sys_Error ("Mod_PointInLeaf: bad model"); 88 node = model->nodes; 110 byte *Mod_DecompressVis (byte *in, model_t *model) 117 row = (model->numleafs+7)>>3; 154 byte *Mod_LeafPVS (mleaf_t *leaf, model_t *model) 156 if (leaf == model->leafs [all...] |
/external/srec/srec/include/ |
simapi.h | 294 int max_model_states; /* indicates largest acoustic model this search can use */ 540 * subname subword acoustic model file 555 * The model files must be in the 'Tracy' format (.PDF, .MIX etc.). 755 * with an acoustic model before any further setups involving 795 * model information from the appropriate acoustic object. [all...] |
/external/quake/quake/src/QW/progs/ |
items.qc | 8 self.model = self.mdl; // restore original model
40 self.mdl = self.model;
46 self.model = string_null;
110 self.mdl = self.model;
116 self.model = string_null;
167 self.mdl = self.model; // so it can be restored on respawn
312 self.model = string_null;
410 self.model = string_null;
666 self.model = string_null; [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 208 * os-version "version; model; build-id" 210 * x-android-device-model Model (only revealed if release build) 232 Build.VERSION.CODENAME, Build.MODEL, Build.ID, Build.MANUFACTURER, 275 * @param model Build.MODEL 282 String codeName, String model, String id, String vendor, String networkOperator) { 286 // version, model, and vendor strings: a-z A-Z 0-9 - _ + = ; : . , / <space> 293 model = p.matcher(model).replaceAll("") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
GraphicalLayoutEditor.java | 334 * In our workflow, the model is owned by the Structured XML Editor. 639 * Resets the editor's input and the viewer model. 749 * Callback for XML model changed. Only update/recompute the layout if the editor is visible [all...] |