HomeSort by relevance Sort by last modified time
    Searched full:model (Results 801 - 825 of 1417) sorted by null

<<31323334353637383940>>

  /external/sonivox/arm-fm-22k/host_src/
eas_config.c 288 #error "WOW module requires dynamic memory model"
393 * a static memory model. There are some limitations in the
394 * static memory model, see the documentation for more
  /external/sonivox/arm-hybrid-22k/host_src/
eas_config.c 288 #error "WOW module requires dynamic memory model"
393 * a static memory model. There are some limitations in the
394 * static memory model, see the documentation for more
  /external/sonivox/arm-wt-22k/host_src/
eas_config.c 288 #error "WOW module requires dynamic memory model"
393 * a static memory model. There are some limitations in the
394 * static memory model, see the documentation for more
  /frameworks/base/docs/html/guide/developing/tools/
avd.jd 12 <li>You create AVD configurations to model different device environments
46 you better model an actual device.</p>
67 want to model and the Android platforms and external libraries you want to run
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 242 <dd><em>Keyword</em>. The language model that
248 <td>Use a language model based on free-form speech recognition. This is the
253 <td>Use a language model based on web search terms.</td>
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1120 clmodel = e->model;
1160 // instanced model
1208 WORLD MODEL
1251 // deal with model fragments in this leaf
1351 ent.model = cl.worldmodel;
    [all...]
cl_parse.c 223 continue; // inline brush model
237 Con_Printf ("\nThe required model file '%s' could not be found or downloaded.\n\n"
742 ent->model = cl.model_precache[es.modelindex];
  /external/quake/quake/src/QW/server/
pr_cmds.c 159 setmodel(entity, model)
173 // check to see if model was properly precached
181 e->v.model = PR_SetString(m);
184 // if it is an inline model, get the size information for it
1449 MSG_WriteByte (&sv.signon, SV_ModelIndex(PR_GetString(ent->v.model)));
sv_user.c 255 "Map model file does not match (%s), %i != %i/%i.\n"
488 SV_BroadcastPrintf (PRINT_HIGH, "%s WARNING: non standard player/eyes model detected\n", host_client->name);
1277 pe->model = sv.models[(int)(check->v.modelindex)];
1280 pe->model = NULL;
1339 pe->model = sv.models[(int)(check->v.modelindex)];
1342 pe->model = NULL;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 1189 clmodel = e->model;
1229 // instanced model
1277 WORLD MODEL
1322 // deal with model fragments in this leaf
1419 ent.model = cl.worldmodel;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 396 // add the model for the release build
398 final String model = Build.MODEL; local
399 if (model.length() > 0) {
401 buffer.append(model);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]
  /external/libxml2/
xmlschemas.c 192 * Macros for model groups definitions.
196 * Macros for model groups.
665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
676 * A model group component.
694 * A model group definition component.
703 xmlSchemaTreeItemPtr children; /* the "model group" */
    [all...]
  /external/qemu/
qemu-options.hx 37 @item -cpu @var{model}
38 Select CPU model (-cpu ? for list and additional feature selection)
736 "-net nic[,vlan=n][,macaddr=addr][,model=type][,name=str]\n"
770 @item -net nic[,vlan=@var{n}][,macaddr=@var{addr}][,model=@var{type}][,name=@var{name}]
781 Not all devices are supported on all targets. Use -net nic,model=?
    [all...]
  /external/kernel-headers/original/linux/
usb.h 105 * @dev: driver model's view of this device
106 * @class_dev: driver model's class view of this device.
116 * The driver that is bound to the interface can use standard driver model
410 * Callers must own the driver model's usb bus readlock. So driver
570 * @driver: the driver model core driver structure.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 156 /** The file model being manipulated.
467 * on our specific Android XML model to get element & attribute descriptor properties.
494 // The structured model gives the us the actual XML Node element where the
496 // model and thus we'll be able to get the properties of the attribute -- to
    [all...]
  /development/simulator/app/
PhoneWindow.cpp 149 * Prep the PhoneWindow to display a specific phone model. Pass in the
150 * model index.
422 * Return PhoneData pointer for the current phone model.
    [all...]
  /external/qemu/elff/
dwarf.h     [all...]
  /frameworks/base/docs/html/guide/tutorials/
hello-world.jd 278 <p>That's why Android provides an alternate UI construction model: XML-based
295 structure and syntax than you would use in a programmatic layout. This model is inspired
296 by the web development model, wherein you can separate the presentation of your
  /frameworks/base/docs/html/resources/tutorials/
hello-world.jd 295 <p>That's why Android provides an alternate UI construction model: XML-based
313 structure and syntax than you would use in a programmatic layout. This model is inspired
314 by the web development model, wherein you can separate the presentation of your
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 751 IStructuredModel model = mm.getExistingModelForRead(viewer.getDocument()); local
    [all...]
  /cts/tests/config_demo/data/result_rep/
cts_result.xsl 70 <TD class="lgreen">Build model</TD>
  /cts/tools/host/src/com/android/cts/
TestDevice.java 475 * Set the build model.
477 * @param buildModel The build model.
592 * Get the build model.
594 * @return The build model.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 580 * Iterator that returns the namespace nodes as defined by the XPath data model
638 * Iterator that returns the namespace nodes as defined by the XPath data model
685 * Iterator that returns the the root node as defined by the XPath data model
740 * Iterator that returns the namespace nodes as defined by the XPath data model
    [all...]
DTMTreeWalker.java 51 * @param dtm The Document Table Model to be used.

Completed in 356 milliseconds

<<31323334353637383940>>