HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 1826 - 1850 of 4661) sorted by null

<<71727374757677787980>>

  /external/chromium_org/net/data/websocket/
websocket_worker_simple.js 19 // This test is compatible with shared-worker-simple.html layout test.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 40 void RenderVTTCue::layout() function in class:WebCore::RenderVTTCue
42 RenderBlockFlow::layout();
44 // If WebVTT Regions are used, the regular WebVTT layout algorithm is no
RenderVideo.cpp 185 void RenderVideo::layout() function in class:WebCore::RenderVideo
188 RenderMedia::layout();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 103 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
110 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
116 void RenderSVGForeignObject::layout() function in class:WebCore::RenderSVGForeignObject
148 RenderBlock::layout();
155 // Invalidate all resources of this client if our layout changed.
RenderSVGResourceMarker.cpp 46 void RenderSVGResourceMarker::layout() function in class:WebCore::RenderSVGResourceMarker
54 // RenderSVGHiddenContainer overwrites layout(). We need the
57 RenderSVGContainer::layout();
  /external/chromium_org/third_party/icu/source/test/hdrtst/
Makefile.in 35 LDIRS=$(prefix)/include/layout
48 E_CXX_L="[4/$(E_NUM)] C++ layout: "
79 @echo "Layout test #######################################################"
81 @echo 'Testing all layout files under C++'
83 @for file in $(prefix)/include/layout/*.h; do \
85 echo $(ECHO_N) "$(E_CXX_L) layout/$$incfile.h - $(ECHO_C)" ; \
86 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
88 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_zscan.c 345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line)
365 assert(pipe && layout && blocks_per_line);
368 patched_layout[layout[i]] = i;
525 pipe_sampler_view_reference(&buffer->layout, NULL);
531 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout)
534 assert(layout);
536 pipe_sampler_view_reference(&buffer->layout, layout);
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 92 setContentView(R.layout.main);
108 // button.layout(50, 50, 100, 40);
167 android.R.layout.simple_spinner_dropdown_item,
174 android.R.layout.simple_spinner_dropdown_item,
179 android.R.layout.simple_spinner_dropdown_item,
186 android.R.layout.simple_spinner_dropdown_item,
191 android.R.layout.simple_spinner_dropdown_item,
203 android.R.layout.simple_spinner_dropdown_item,
243 android.R.layout.simple_spinner_dropdown_item,
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image.py 86 '''Represents an image that exists in multiple layout variants
110 for layout in layouts:
112 dir = '%s_%s_percent' % (layout, scale)
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 55 View title = inflater.inflate(R.layout.color_picker_dialog_title, null);
97 View content = inflater.inflate(R.layout.color_picker_dialog_content, null);
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 39 #include "ui/views/layout/box_layout.h"
40 #include "ui/views/layout/fill_layout.h"
41 #include "ui/views/layout/grid_layout.h"
140 virtual void Layout() OVERRIDE;
162 void EntryView::Layout() {
422 GridLayout* layout = new GridLayout(this);
423 SetLayoutManager(layout);
424 ColumnSet* cs = layout->AddColumnSet(0);
460 layout->StartRow(0, 0);
461 layout->AddView(checkbox_)
    [all...]
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 35 LDIRS=$(prefix)/include/layout
48 E_CXX_L="[4/$(E_NUM)] C++ layout: "
76 @FAIL=0;for file in $(prefix)/include/layout/*.h; do \
78 echo "$@ layout/$$incfile.h" ; \
79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
  /external/icu/icu4c/source/test/perf/leperf/
Makefile.in 24 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/layout/.. -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/io -I$(top_srcdir)/i18n
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 2 md_p.h : physical layout of Linux RAID devices
167 __u32 new_layout; /* 16 new layout */
174 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s
223 __le32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1
237 __le32 new_layout; /* new layout */
240 * layout. 0 == no-change. This can be
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line)
365 assert(pipe && layout && blocks_per_line);
368 patched_layout[layout[i]] = i;
525 pipe_sampler_view_reference(&buffer->layout, NULL);
531 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout)
534 assert(layout);
536 pipe_sampler_view_reference(&buffer->layout, layout);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java 54 .setContent(R.layout.main).setIndicator("labelText");
62 .setContent(R.layout.main).setIndicator("labelText",icon1);
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 66 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 67 setContentView(R.layout.installing);
155 setContentView(R.layout.retry);
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 75 setContentView(R.layout.character_picker);
124 mInflater.inflate(R.layout.character_picker_button, null);
  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 20 import android.text.Layout;
36 protected Layout mLayout;
45 public void initialize(Spannable text, Layout layout) {
47 mLayout = layout;

Completed in 3055 milliseconds

<<71727374757677787980>>