HomeSort by relevance Sort by last modified time
    Searched full:areas (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebCore/html/
HTMLMapElement.h 50 PassRefPtr<HTMLCollection> areas();
HTMLMapElement.idl 24 readonly attribute HTMLCollection areas;
HTMLMapElement.cpp 119 PassRefPtr<HTMLCollection> HTMLMapElement::areas() function in class:WebCore::HTMLMapElement
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 844 const snd_pcm_channel_area_t *areas,
854 DBG("areas->step=%u areas->first=%u offset=%lu size=%lu io->nonblock=%u",
855 areas->step, areas->first, offset, size, io->nonblock);
857 frame_size = areas->step / 8;
881 buff = (unsigned char *) areas->addr +
882 (areas->first + areas->step * offset) / 8;
902 const snd_pcm_channel_area_t *areas,
    [all...]
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 11 - Attempts to read from / write to areas outside of allocated blocks.
40 To detect read/write violations, emulator uses prefix and suffix guarding areas
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java 45 * has to be tested with different aspects. Areas concerned are e.g. JDBC
  /external/webkit/WebKit/chromium/public/linux/
WebRenderTheme.h 38 // Set caret blink interval for text input areas.
  /frameworks/base/awt/java/awt/
HeadlessGraphicsEnvironment.java 38 * @return true, if HeadlessException will be thrown from areas of the
GraphicsEnvironment.java 73 * @return true, if HeadlessException will be thrown from areas of the
85 * @return true, if a HeadlessException is thrown from areas of the Toolkit
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 45 The implementation is structured into three areas, as illustrated
54 imperative that hard object references between the areas are
65 and their assignment to the three areas.
151 appears in both the Manager and Pool areas.
  /external/astl/src/
ios_globals.cpp 40 // placement new is used to initialize these areas with proper
  /external/skia/include/images/
SkPageFlipper.h 23 (like a bitmap). You call inval() to accumulate inval areas, and then when
  /external/v8/src/
oprofile-agent.h 61 // Size of the buffer that is used for composing code areas names.
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
string.c 41 * memcmp - Compare two areas of memory
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
string.c 41 * memcmp - Compare two areas of memory
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 155 * areas in the environment
202 * areas in the environment
  /development/pdk/docs/compatibility/
cts-intro.jd 43 <h3>Areas Covered</h3>
44 The unit test cases cover the following areas to ensure compatibility <br>
  /external/bluetooth/glib/tests/
memchunks.c 106 gint num_mem_areas; /* the number of memory areas */
107 gint num_marked_areas; /* the number of areas marked for deletion */
111 GMemArea *mem_areas; /* a list of all the mem areas owned by this chunk */
114 GTree *mem_tree; /* tree of mem areas sorted by memory address */
537 "%s: %ld bytes using %d mem areas",
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 19 * Leave one empty page between vmalloc'ed areas and
  /external/kernel-headers/original/linux/
mutex.h 30 * - memory areas where held locks reside must not be freed
  /external/quake/quake/src/QW/client/
net.h 89 // reliable staging and holding areas
  /external/webkit/SunSpider/hosted/
sunspider.html 57 <dd>This test is balanced between different areas of the language and
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 27 must not leave any unpainted areas of overlapping text. -->
  /external/wpa_supplicant/
crypto.h 33 * @addr: Pointers to the data areas
42 * @addr: Pointers to the data areas
51 * @addr: Pointers to the data areas
75 * @addr: Pointers to the data areas
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 33 * @addr: Pointers to the data areas
42 * @addr: Pointers to the data areas
51 * @addr: Pointers to the data areas
76 * @addr: Pointers to the data areas

Completed in 197 milliseconds

1 2 3 4 5 6 7 8 91011