/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 69 IStructuredModel model = mEditor.getModelForEdit(); local 119 model.releaseFromEdit();
|
/external/quake/quake/src/QW/client/ |
pmovetst.c | 134 hull = &pmove.physents[0].model->hulls[0];
327 if (pe->model)
328 hull = &pmove.physents[i].model->hulls[1];
370 if (pe->model)
371 hull = &pmove.physents[i].model->hulls[1];
|
r_main.c | 256 r_worldentity.model = cl.worldmodel; 564 switch (currententity->model->type) 643 if (!currententity->model) 775 switch (currententity->model->type) 779 clmodel = currententity->model; 806 // instanced model 989 if (!r_worldentity.model || !cl.worldmodel)
|
gl_rmain.c | 153 psprite = currententity->model->cache.data; 209 psprite = currententity->model->cache.data; 510 clmodel = currententity->model; 577 paliashdr = (aliashdr_t *)Mod_Extradata (currententity->model); 667 switch (currententity->model->type) 686 switch (currententity->model->type) 729 if (!currententity->model) 759 // hack the depth range to prevent view model from poking into walls 1204 if (!r_worldentity.model || !cl.worldmodel)
|
qwcl.mak | 99 -@erase "$(INTDIR)\model.obj"
215 "$(INTDIR)\model.obj" \
352 -@erase "$(INTDIR)\model.obj"
353 -@erase "$(INTDIR)\model.sbr"
485 "$(INTDIR)\model.sbr" \
573 "$(INTDIR)\model.obj" \
[all...] |
gl_mesh.c | 20 // gl_mesh.c: triangle model functions
27 ALIAS MODEL DISPLAY LIST GENERATION
195 for the model, which holds for all frames
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntitySetTests.java | 25 import com.android.contacts.model.ContactsSource; 26 import com.android.contacts.model.EntityDelta; 27 import com.android.contacts.model.EntityModifier; 28 import com.android.contacts.model.EntitySet; 29 import com.android.contacts.model.EntityDelta.ValuesDelta;
|
/packages/apps/Mms/src/com/android/mms/model/ |
SlideshowModel.java | 18 package com.android.mms.model; 63 public class SlideshowModel extends Model 111 // Create root-layout model. 530 public void onModelChanged(Model model, boolean dataChanged) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditor.java | 118 * all data to the XML model and then having the Structured XML Editor 121 * Here we just need to tell the graphical editor that the model has 252 // to the new model. 277 * Processes the new XML Model, which XML root node is given. 288 // update the model first, since it is used by the viewers.
|
/external/quake/quake/src/WinQuake/ |
view.cpp | 842 // ent is the player model (visible when out of body) 844 // view is the weapon model (only visible from inside body) 849 view->model = NULL; 875 // ent is the player model (visible when out of body) 877 // view is the weapon model (only visible from inside body) 881 // transform the view offset by the model's matrix to get the offset from 882 // model origin for the view 883 ent->angles[YAW] = cl.viewangles[YAW]; // the model should face 885 ent->angles[PITCH] = -cl.viewangles[PITCH]; // the model should face 953 view->model = cl.model_precache[cl.stats[STAT_WEAPON]] [all...] |
world.cpp | 131 model_t *model; local 138 { // explicit hulls in the BSP model 142 model = sv.models[ (int)ent->u.v.modelindex ]; 144 if (!model || model->type != mod_brush) 145 Sys_Error ("MOVETYPE_PUSH with a non bsp model"); 149 hull = &model->hulls[0]; 151 hull = &model->hulls[1]; 153 hull = &model->hulls[2];
|
gl_mesh.cpp | 20 // gl_mesh.c: triangle model functions 27 ALIAS MODEL DISPLAY LIST GENERATION 195 for the model, which holds for all frames
|
gl_rmain.cpp | 152 psprite = (msprite_t*) currententity->model->cache.data; 208 psprite = (msprite_t*) currententity->model->cache.data; 601 clmodel = currententity->model; 648 if (i >= 1 && i<=cl.maxclients /* && !strcmp (currententity->model->name, "progs/player.mdl") */) 669 paliashdr = (aliashdr_t *)Mod_Extradata (currententity->model); 699 if (i >= 1 && i<=cl.maxclients /* && !strcmp (currententity->model->name, "progs/player.mdl") */) 755 switch (currententity->model->type) 774 switch (currententity->model->type) 820 if (!currententity->model) 850 // hack the depth range to prevent view model from poking into wall [all...] |
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 145 /** Request to set the drawing model. SetValue will return false if the drawing 146 model is not supported or has insufficient information for configuration. 153 and as-is in ANPRequestDrawingModel_EnumValue. The drawing model determines 163 interface. When this model is used the browser will invoke the Java 169 Unlike the bitmap model, a surface model is opaque so no html content 171 transparent the surface model should be chosen over the bitmap model as 919 ANPDrawingModel model; member in struct:ANPEvent::__anon6541::__anon6546 [all...] |
/external/jpeg/ |
install.doc | [all...] |
/frameworks/base/awt/java/awt/image/ |
BufferedImage.java | 79 * components, BGR color model (with the colors Blue, Green, and Red). There 86 * components, BGR color model (with the colors Blue, Green, and Red stored 740 * Gets an array of colors in the TYPE_INT_ARGB color model and default sRGB 781 * area. The pixels are in the default RGB color model (TYPE_INT_ARGB) and 812 * BufferedImage. The pixel should be in the default RGB color model 838 * Gets a color in the TYPE_INT_ARGB color model and default sRGB color 845 * @return the color of the specified pixel in the TYPE_INT_ARGB color model
|
/external/quake/quake/src/QW/server/ |
world.c | 131 model_t *model; local 138 { // explicit hulls in the BSP model 142 model = sv.models[ (int)ent->v.modelindex ]; 144 if (!model || model->type != mod_brush) 145 SV_Error ("MOVETYPE_PUSH with a non bsp model"); 149 hull = &model->hulls[0]; 151 hull = &model->hulls[1]; 153 hull = &model->hulls[2];
|
/external/expat/amiga/ |
expat_vectors.c | 92 extern void _Expat_XML_FreeContentModel(struct ExpatIFace *, XML_Parser parser, XML_Content * model); 487 void _Expat_XML_FreeContentModel(struct ExpatIFace * Self, XML_Parser parser, XML_Content * model) 489 XML_FreeContentModel(parser, model);
|
/external/kernel-headers/original/asm-arm/ |
cacheflush.h | 22 * Cache Model 90 #error Unknown cache maintainence model 246 * space" model to handle this.
|
/external/quake/quake/src/QW/progs/ |
plats.qc | 141 If the "height" key is set, that will determine the amount the plat moves, instead of being implicitly determined by the model's height.
186 setmodel (self, self.model);
325 setmodel (self, self.model);
|
world.qc | 179 if (self.model == "maps/e1m8.bsp")
394 bodyque_head.model = ent.model;
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
main.m | 121 // Ask the browser if it supports the CoreGraphics drawing model 129 // If the browser supports the CoreGraphics drawing model, enable it. 132 // If the browser supports the Cocoa event model, enable it.
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/ |
main.m | 137 // Ask the browser if it supports the Core Animation drawing model 145 // If the browser supports the Core Animation drawing model, enable it. 148 // If the browser supports the Cocoa event model, enable it.
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
main.m | 123 // Ask the browser if it supports the CoreGraphics drawing model 131 // If the browser supports the CoreGraphics drawing model, enable it. 134 // If the browser supports the Cocoa event model, enable it.
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
JPEGImageWriter.java | 202 SampleModel model = sourceRaster.getSampleModel(); local 204 if (model instanceof SinglePixelPackedSampleModel) { 216 throw new RuntimeException("Color model not supported yet");
|