HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 26 - 48 of 48) sorted by null

12

  /external/bluetooth/bluez/sbc/
sbcdec.c 128 "%d bits, allocation method %s and mode %s\n",
130 sbc.allocation == SBC_AM_SNR ? "SNR" : "LOUDNESS",
  /external/kernel-headers/original/linux/
netlink.h 196 __u32 group, gfp_t allocation);
pci.h 567 #define pci_pool_create(name, pdev, size, align, allocation) \
568 dma_pool_create(name, &pdev->dev, size, align, allocation)
  /external/libvpx/vp8/decoder/arm/neon/
dboolhuff_neon.asm 105 ;before memory allocation
  /external/v8/
Android.v8common.mk 5 src/allocation.cc \
  /external/v8/test/mjsunit/
substr.js 102 // Keep creating strings to to force allocation failure on substring creation.
unicode-test.js     [all...]
  /external/bluetooth/bluez/test/
ipctest.c 529 a2dp->sbc.allocation = SBC_AM_SNR;
532 a2dp->sbc.allocation = SBC_AM_LOUDNESS;
647 u->a2dp.sbc.allocation, u->a2dp.sbc.subbands,
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c     [all...]
  /dalvik/vm/
Dvm.mk 61 # - allocation limits enabled
  /external/bluetooth/bluez/audio/
liba2dp.c 462 data->sbc.allocation = active_capabilities.allocation_method
630 data->sbc.allocation, data->sbc.subbands, data->sbc.blocks,
pcm_bluetooth.c 654 a2dp->sbc.allocation = active_capabilities.allocation_method
755 a2dp->sbc.allocation, a2dp->sbc.subbands, a2dp->sbc.blocks,
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 537 GtkAllocation allocation = { m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height() }; local
538 gtk_widget_size_allocate(platformPluginWidget(), &allocation); local
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp     [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 624 static void webkit_web_view_size_allocate(GtkWidget* widget, GtkAllocation* allocation)
626 GTK_WIDGET_CLASS(webkit_web_view_parent_class)->size_allocate(widget,allocation);
634 frame->view()->resize(allocation->width, allocation->height);
693 attributes.x = widget->allocation.x;
694 attributes.y = widget->allocation.y;
695 attributes.width = widget->allocation.width;
696 attributes.height = widget->allocation.height;
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 205 ' 0003:00000418 ?in_use_list_@PreallocatedStorage@internal@v8@@0V123@A 00544418 v8_snapshot:allocation.obj',
  /bionic/libc/
Android.mk 680 # allocation checking (including memory leaks, buffer overwrites, etc.)
  /external/iproute2/doc/
api-ip6-flowlabels.tex 228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly
  /prebuilt/common/ecj/
ecj.jar 
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
    [all...]

Completed in 365 milliseconds

12