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

<<31323334353637383940>>

  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 157 history and "backstack" model.</p>
performance.jd 176 programming language does not have a strong <em>performance model</em>. The
184 <p>Not only is Java's performance model ill-defined, but it varies from JVM
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 87 <code>-netdelay</code>, <code>-cpu-delay</code> and others to model the
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex3.jd 199 <p>As we have already seen, the Android model is based around activities
  /frameworks/base/docs/html/resources/articles/
index.jd 91 <dd>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.</dd>
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex3.jd 199 <p>As we have already seen, the Android model is based around activities
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 20 import com.android.contacts.model.ContactsSource;
  /packages/apps/Gallery/res/values-tr/
strings.xml 112 <string name="details_image_model" msgid="3608007849933924336">"Model:"</string>
  /packages/apps/Phone/src/com/android/phone/
InCallMenu.java 28 * This class is the "Model" (in M-V-C nomenclature) for the in-call menu;
InCallMenuView.java 39 * items. (See InCallMenu for the corresponding "model" class.)
DTMFTwelveKeyDialer.java 47 * This model backs up the UI behaviour in DTMFTwelveKeyDialerView.java.
482 * This includes layout changes, etc, and just prepares the dialer model for use.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h 185 case compile-time FP overflow may not model run-time overflow. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
MANIFEST.MF 65 com.android.ide.eclipse.adt.internal.editors.manifest.model;x-friends:="com.android.ide.eclipse.tests",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 38 import org.eclipse.debug.core.model.LaunchConfigurationDelegate;
  /system/core/adb/
protocol.txt 9 to an extremely straightforward model optimized to accomplish the
  /external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml 265 is pretty simple: the goal is to provide a flexible model based on reference counting
448 GObject's memory management model was designed to be easily integrated in existing code
    [all...]
  /external/freetype/include/freetype/
ftcache.h 559 * An opaque handle used to model a charmap cache. This cache is to
    [all...]
  /external/kernel-headers/original/linux/
fb.h 436 __u32 model; /* Monitor Model */ member in struct:fb_monspecs
    [all...]
  /external/quake/quake/src/QW/server/
pr_edict.c 123 ed->v.model = 0;
580 if (ent->v.model)
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 127 ed->u.v.model = 0;
588 if (ent->u.v.model)
  /external/tinyxml/docs/
index.html 15 In brief, TinyXml parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.<p>
18 There are different ways to access and interact with XML data. TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. You can also construct an XML document from scratch with C++ objects and write this to disk or another output stream.<p>
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 788 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name",
790 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number",
  /frameworks/base/core/java/android/app/
Service.java 397 * level 5, you can use the following model to handle the older {@link #onStart}
580 * level 5, you can use the following model to call the the older {@link #setForeground}
  /frameworks/base/core/java/android/os/
Debug.java 316 * does not model all of the real hardware effects such as memory and
317 * bus contention. The emulator also has a simple cache model and cannot
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 164 * This model is used by many existing app tests, but can probably be deprecated.
612 // TODO kill this, use status() and prettyprint model for better output
    [all...]

Completed in 331 milliseconds

<<31323334353637383940>>