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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partial_sum.h 112 difference_type* borders; local
123 borders = new difference_type[num_threads + 2];
126 equally_split(n, num_threads + 1, borders);
133 borders[0] = 0;
136 borders[i] = borderstart;
139 borders[num_threads + 1] = n;
151 parallel_partial_sum_basecase(begin + 1, begin + borders[1],
153 ::new(&(sums[iam])) value_type(*(result + borders[1] - 1));
158 value_type(std::accumulate(begin + borders[iam] + 1,
159 begin + borders[iam + 1]
    [all...]
queue.h 63 _GLIBCXX_VOLATILE lcas_t borders; member in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
72 borders = encode2(0, 0);
85 lcas_t former_borders = borders;
94 fetch_and_add(&borders, encode2(1, 0));
104 decode2(borders, former_front, former_back);
110 if (compare_and_swap(&borders, former_borders, new_borders))
116 decode2(borders, former_front, former_back);
128 decode2(borders, former_front, former_back);
134 if (compare_and_swap(&borders, former_borders, new_borders))
140 decode2(borders, former_front, former_back)
    [all...]
unique_copy.h 67 difference_type *borders; local
76 borders = new difference_type[num_threads + 2];
77 equally_split(size, num_threads + 1, borders);
92 begin = borders[0] + 1; // == 1
93 end = borders[iam + 1];
109 begin = borders[iam]; //one part
110 end = borders[iam + 1];
137 begin = borders[num_threads];
169 delete[] borders;
find.h 112 difference_type* borders; local
123 borders = new difference_type[num_threads + 1];
124 equally_split(length, num_threads, borders);
128 difference_type start = borders[iam], stop = borders[iam + 1];
153 delete[] borders;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 45 public static final int BORDERS = 1;
63 case BORDERS: {
110 showPanel(BORDERS);
164 if (mCurrentSelected == BORDERS) {
167 boolean fromRight = isRightAnimation(BORDERS);
170 categoryPanel.setAdapter(BORDERS);
172 mCurrentSelected = BORDERS;
226 case BORDERS: {
CategoryPanel.java 63 case MainPanel.BORDERS: {
66 mAdapter.initializeSelection(MainPanel.BORDERS);
  /external/chromium_org/cc/debug/
debug_colors.cc 75 // High-res tile borders are cyan.
83 // Low-res tile borders are purple.
91 // Other high-resolution tile borders are yellow.
99 // Other low-resolution tile borders are green.
107 // Missing tile borders are red.
115 // Culled tile borders are brown.
123 // Solid color tile borders are grey.
131 // Picture tile borders are dark grey.
139 // Direct picture borders are chartreuse.
271 // Picture borders in transparent blue
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.h 95 #define MAX_NUM_REL 3 /*!< maximum number of relative borders in any VAR frame */
99 FIXFIX = 0, /*!< bs_frame_class: leading and trailing frame borders are fixed */
102 VARVAR /*!< bs_frame_class: leading and trailing frame borders are variable */
103 ,FIXFIXonly /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
199 INT n; /*!< number of relative borders for VARFIX and FIXVAR */
201 INT bs_rel_bord[MAX_NUM_REL]; /*!< bs_rel_bord, relative borders for all VAR */
206 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
207 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
208 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
209 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR *
225 INT borders[MAX_ENVELOPES+1]; \/*!< envelope borders in SBR timeslots *\/ member in struct:__anon2645
    [all...]
fram_gen.cpp 221 int *v_bord, /*!< memNew: borders */
222 int *length_v_bord, /*!< memNew: # borders */
275 /* borders from left to right side; -1 = not in use */
425 * The envelope borders are stored for frame generator internal use in
444 * borders for [FIXVAR, VARFIX] pairs right away, where the first frame
447 * 'yes', the already calculated VARFIX borders are used. If 'no', new
448 * borders, meeting the requirements of the "tight" transient, are
487 * - one or more "decay borders" (after the onset of the transient)
490 * those borders are referred to as "mandatory borders" and ar
    [all...]
invf_est.cpp 109 4, /* Number of borders SBR. */
110 4, /* Number of borders orig. */
111 4, /* Number of borders Nrg. */
138 4, /* Number of borders SBR. */
139 4, /* Number of borders orig. */
140 4, /* Number of borders Nrg. */
308 const FIXP_DBL *borders, /*!< The border of the regions. */
309 const INT numBorders /*!< The number of borders. */
314 if(currVal < borders[0]){
319 if( currVal >= borders[i-1] && currVal < borders[i])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
TODO 10 * Shaped windows, windows without borders
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 20 <p>Basic buttons are traditional buttons with borders and background. Android supports two styles for
42 <p>Borderless buttons resemble basic buttons except that they have no borders or background. You can
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 112 int borders = 2 * BORDER_SIZE; local
113 mBitmapWidth = width + borders;
114 mBitmapHeight = mSpec.labelBackgroundHeight + borders;
160 int borders = 2 * BORDER_SIZE; local
161 bitmap = Bitmap.createBitmap(labelWidth + borders,
162 s.labelBackgroundHeight + borders, Config.ARGB_8888);
  /external/aac/libSBRdec/src/
env_extr.cpp 913 hSbrFrameInfo->borders[i] = pTable[i+2];
915 hSbrFrameInfo->borders[0] = 0;
916 hSbrFrameInfo->borders[nEnv] = numberTimeSlots;
924 hSbrFrameInfo->bordersNoise[1] = hSbrFrameInfo->borders[tranIdx?tranIdx:1];
966 /* calculate borders according to the transient position */
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view.mm 39 // Draw borders and any drop feedback.
  /external/chromium_org/third_party/WebKit/ManualTests/
scrollbar-hittest.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=5829">http://bugs.webkit.org/show_bug.cgi?id=5829</a> REGRESSION: cursor tracking and hit testing in scrollable block don't take borders into account</p>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 324 // so we ignore outside borders. This should not be a problem because it means that
326 // includes any outside borders of this cell.
420 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
421 // borders. Any border with this value suppresses all borders at this location.
422 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
425 // (3) If none of the styles are 'hidden' and at least one of them is not 'none', then narrow borders
460 // The first part of rule #3 above. Wider borders win.
464 // The borders have equal width. Sort by border style.
543 // (5) Our column and column group's start borders
1151 CollapsedBorders borders; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 95 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
96 TableRules m_rulesAttr; // Implies a thin border width, a collapsing border model, and all borders on the table becoming set to hidden (if frame/border
  /external/chromium_org/third_party/freetype/include/freetype/
ftstroke.h 44 * `inside' borders of the stroke.
169 * borders. However, there is no direct mapping between these and the
191 * `inside' borders of a given outline.
212 * `outside' borders of a given outline.
534 * retrieve the counts associated to both borders.
580 * retrieve all borders at once.
596 * contours necessary to export all points/borders from the stroked
626 * export all borders to your own @FT_Outline structure.
  /external/freetype/include/freetype/
ftstroke.h 44 * `inside' borders of the stroke.
169 * borders. However, there is no direct mapping between these and the
191 * `inside' borders of a given outline.
212 * `outside' borders of a given outline.
534 * retrieve the counts associated to both borders.
580 * retrieve all borders at once.
596 * contours necessary to export all points/borders from the stroked
626 * export all borders to your own @FT_Outline structure.
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h 16 // we can use >1-bit alpha shadow images on the borders, which look nicer than
  /external/chromium_org/cc/layers/
tiled_layer_impl_unittest.cc 200 LayerTilingData::BorderTexelOption borders) {
208 borders,
214 LayerTilingData::BorderTexelOption borders) {
233 LayerTilingData::BorderTexelOption borders) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 29 // RenderTheme::adjustStyle wants the background and borders
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h 39 // Changes whether borders are shown on this |root_window|.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterImageBorderRepresentation.java 30 setTextId(R.string.borders);

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>