Symbol: add
headers/libs/agg/agg_array.h
191
void add(const T& v) { m_array[m_size++] = v; }
headers/libs/agg/agg_array.h
350
void add(const T& val);
headers/libs/agg/agg_array.h
351
void push_back(const T& val) { add(val); }
headers/libs/agg/agg_array.h
361
add(*ptr++);
headers/libs/agg/agg_array.h
369
add(*data);
headers/libs/agg/agg_array.h
475
add(empty_val);
headers/libs/agg/agg_array.h
654
inline void pod_bvector<T, S>::add(const T& val)
headers/libs/agg/agg_array.h
674
add(val);
headers/libs/agg/agg_array.h
752
add(empty_val);
headers/libs/agg/agg_array.h
88
void add(const T& v) { m_array[m_size++] = v; }
headers/libs/agg/agg_blur.h
139
sum.add(pix, i + 1);
headers/libs/agg/agg_blur.h
140
sum_out.add(pix);
headers/libs/agg/agg_blur.h
146
sum.add(pix, radius + 1 - i);
headers/libs/agg/agg_blur.h
147
sum_in.add(pix);
headers/libs/agg/agg_blur.h
170
sum_in.add(pix);
headers/libs/agg/agg_blur.h
171
sum.add(sum_in);
headers/libs/agg/agg_blur.h
177
sum_out.add(*stack_pix);
headers/libs/agg/agg_blur.h
215
template<class ArgT> AGG_INLINE void add(const ArgT& v)
headers/libs/agg/agg_blur.h
223
template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k)
headers/libs/agg/agg_blur.h
271
template<class ArgT> AGG_INLINE void add(const ArgT& v)
headers/libs/agg/agg_blur.h
278
template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k)
headers/libs/agg/agg_blur.h
322
template<class ArgT> AGG_INLINE void add(const ArgT& a)
headers/libs/agg/agg_blur.h
327
template<class ArgT> AGG_INLINE void add(const ArgT& a, unsigned k)
headers/libs/agg/agg_color_gray.h
166
AGG_INLINE void add(const self_type& c, unsigned cover)
headers/libs/agg/agg_color_gray.h
353
AGG_INLINE void add(const self_type& c, unsigned cover)
headers/libs/agg/agg_color_rgba.h
363
AGG_INLINE void add(const self_type& c, unsigned cover)
headers/libs/agg/agg_color_rgba.h
625
AGG_INLINE void add(const self_type& c, unsigned cover)
headers/libs/agg/agg_math_stroke.h
170
out_vertices.add(coord_type(x + dx1, y + dy1));
headers/libs/agg/agg_math_stroke.h
179
out_vertices.add(coord_type(x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
192
out_vertices.add(coord_type(x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
197
out_vertices.add(coord_type(x + dx2, y + dy2));
headers/libs/agg/agg_math_stroke.h
229
out_vertices.add(coord_type(xi, yi));
headers/libs/agg/agg_math_stroke.h
251
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
267
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
268
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
279
out_vertices.add(coord_type(v1.x + dx1 + dy1 * ml,
headers/libs/agg/agg_math_stroke.h
281
out_vertices.add(coord_type(v1.x + dx2 - dy2 * ml,
headers/libs/agg/agg_math_stroke.h
312
out_vertices.add(coord_type(v0.x - dx1 - dx2, v0.y + dy1 - dy2));
headers/libs/agg/agg_math_stroke.h
313
out_vertices.add(coord_type(v0.x + dx1 - dx2, v0.y - dy1 - dy2));
headers/libs/agg/agg_math_stroke.h
323
out_vertices.add(coord_type(v0.x - dx1, v0.y + dy1));
headers/libs/agg/agg_math_stroke.h
330
out_vertices.add(coord_type(v0.x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
341
out_vertices.add(coord_type(v0.x + cos(a1) * m_width,
headers/libs/agg/agg_math_stroke.h
346
out_vertices.add(coord_type(v0.x + dx1, v0.y - dy1));
headers/libs/agg/agg_math_stroke.h
384
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
385
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
410
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
411
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
412
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
416
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
417
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
419
out_vertices.add(coord_type(v1.x, v1.y ));
headers/libs/agg/agg_math_stroke.h
420
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_math_stroke.h
476
out_vertices.add(coord_type(v1.x + dx1, v1.y - dy1));
headers/libs/agg/agg_math_stroke.h
477
out_vertices.add(coord_type(v1.x + dx2, v1.y - dy2));
headers/libs/agg/agg_path_storage_integer.h
103
m_storage.add(vertex_integer_type(x_ctrl1, y_ctrl1, vertex_integer_type::cmd_curve4));
headers/libs/agg/agg_path_storage_integer.h
104
m_storage.add(vertex_integer_type(x_ctrl2, y_ctrl2, vertex_integer_type::cmd_curve4));
headers/libs/agg/agg_path_storage_integer.h
105
m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve4));
headers/libs/agg/agg_path_storage_integer.h
81
m_storage.add(vertex_integer_type(x, y, vertex_integer_type::cmd_move_to));
headers/libs/agg/agg_path_storage_integer.h
87
m_storage.add(vertex_integer_type(x, y, vertex_integer_type::cmd_line_to));
headers/libs/agg/agg_path_storage_integer.h
94
m_storage.add(vertex_integer_type(x_ctrl, y_ctrl, vertex_integer_type::cmd_curve3));
headers/libs/agg/agg_path_storage_integer.h
95
m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve3));
headers/libs/agg/agg_rasterizer_compound_aa.h
467
m_ast.add(style_id);
headers/libs/agg/agg_rasterizer_compound_aa.h
502
m_ast.add(0);
headers/libs/agg/agg_rasterizer_compound_aa.h
652
m_master_alpha.add(aa_mask);
headers/libs/agg/agg_rasterizer_compound_aa.h
664
m_master_alpha.add(aa_mask);
headers/libs/agg/agg_rasterizer_outline_aa.h
121
m_src_vertices.add(vertex_type(x, y));
headers/libs/agg/agg_renderer_mclip.h
112
m_clip.add(cb);
headers/libs/agg/agg_renderer_scanline.h
602
colors->add(c, cover);
headers/libs/agg/agg_renderer_scanline.h
639
colors->add(*cspan, cover);
headers/libs/agg/agg_scanline_bin.h
204
m_spans.add(span(coord_type(x), 1));
headers/libs/agg/agg_scanline_bin.h
218
m_spans.add(span(coord_type(x), coord_type(len)));
headers/libs/agg/agg_scanline_p.h
253
m_spans.add(span(coord_type(x), 1, m_cover_ptr));
headers/libs/agg/agg_scanline_p.h
269
m_spans.add(span(coord_type(x), coord_type(len), m_cover_ptr));
headers/libs/agg/agg_scanline_p.h
288
m_spans.add(span(coord_type(x), -coord_type(len), m_cover_ptr++));
headers/libs/agg/agg_scanline_storage_aa.h
107
m_extra_storage.add(s);
headers/libs/agg/agg_scanline_storage_aa.h
148
m_extra_storage.add(dst);
headers/libs/agg/agg_scanline_storage_aa.h
319
m_spans.add(sp);
headers/libs/agg/agg_scanline_storage_aa.h
327
m_scanlines.add(sl_this);
headers/libs/agg/agg_scanline_storage_bin.h
169
m_spans.add(sp);
headers/libs/agg/agg_scanline_storage_bin.h
177
m_scanlines.add(sl_this);
headers/libs/agg/agg_scanline_u.h
377
m_spans.add(span(coord_type(x + m_min_x), 1, &m_covers[x]));
headers/libs/agg/agg_scanline_u.h
393
m_spans.add(span(coord_type(x + m_min_x),
headers/libs/agg/agg_scanline_u.h
411
m_spans.add(span(coord_type(x + m_min_x),
headers/libs/agg/agg_vcgen_vertex_sequence.h
85
m_src_vertices.add(vertex_dist_cmd(x, y, cmd));
headers/libs/agg/agg_vertex_sequence.h
72
void add(const T& val);
headers/libs/agg/agg_vertex_sequence.h
81
void vertex_sequence<T, S>::add(const T& val)
headers/libs/agg/agg_vertex_sequence.h
90
base_type::add(val);
headers/libs/agg/agg_vertex_sequence.h
99
add(val);
headers/private/interface/ColumnListView.h
289
void SetSortColumn(BColumn* column, bool add,
headers/private/kernel/disk_device_manager/KDiskDeviceManager.h
131
status_t _AddRemoveMonitoring(const char *path, bool add);
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
275
document->add(contentField);
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
278
document->add(pathField);
src/add-ons/kernel/drivers/network/ether/vmx/dev/vmxnet3/if_vmx.c
2080
vmxnet3_update_vlan_filter(struct vmxnet3_softc *sc, int add, uint16_t tag)
src/add-ons/kernel/drivers/network/ether/vmx/dev/vmxnet3/if_vmx.c
2091
if (add)
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2855
cmd_v3.u.add.tfdq_dram_addr = htole64(ring->desc_dma.paddr);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2856
cmd_v3.u.add.bc_dram_addr = htole64(ring->bc_tbl.paddr);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2857
cmd_v3.u.add.cb_size = htole32(IWX_TFD_QUEUE_CB_SIZE(num_slots));
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2858
cmd_v3.u.add.flags = htole32(0);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2859
cmd_v3.u.add.sta_mask = htole32(1 << sta_id);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
2860
cmd_v3.u.add.tid = tid;
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
8890
cmd.u.add.sta_mask = htole32(1 << sta_id);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
8891
cmd.u.add.key_id = htole32(k->k_id);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
8892
cmd.u.add.key_flags = htole32(flags);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
8893
cmd.u.add.tx_seq = htole64(k->k_tsc);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwx.c
8894
memcpy(cmd.u.add.key, k->k_key, k->k_len);
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
5879
} __packed add; /* TX_QUEUE_CFG_CMD_ADD_API_S_VER_1 */
src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxreg.h
5951
} __packed add; /* SEC_KEY_ADD_CMD_API_S_VER_1 */
src/add-ons/kernel/file_systems/netfs/netfs_config/netfs_config.cpp
80
bool add = false;
src/add-ons/kernel/file_systems/netfs/netfs_config/netfs_config.cpp
82
add = true;
src/add-ons/kernel/file_systems/netfs/netfs_config/netfs_config.cpp
84
add = false;
src/add-ons/kernel/file_systems/netfs/netfs_config/netfs_config.cpp
99
if (add)
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
456
VolumeManager::GetVolume(dev_t volumeID, bool add)
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
459
if (!volume && add)
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.h
42
Volume* GetVolume(dev_t volumeID, bool add = false);
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
69
pppoe_tag *add = (pppoe_tag*) malloc(length + 4);
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
70
add->type = type;
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
71
add->length = length;
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
72
memcpy(add->data, data, length);
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
76
status = fTags.AddItem(add);
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
78
status = fTags.AddItem(add, index);
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
80
free(add);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPConfigurePacket.cpp
107
ppp_configure_item *add = (ppp_configure_item*) malloc(item->length);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPConfigurePacket.cpp
108
memcpy(add, item, item->length);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPConfigurePacket.cpp
112
status = fItems.AddItem(add);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPConfigurePacket.cpp
114
status = fItems.AddItem(add, index);
src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPConfigurePacket.cpp
116
free(add);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/settings_tools.h
23
extern bool add_driver_parameter(driver_parameter *add, driver_settings *to);
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/settings_tools.h
43
add_driver_parameter(driver_parameter *add, driver_parameter *to)
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/settings_tools.h
48
return add_driver_parameter(add, (driver_settings*) &to->parameter_count);
src/add-ons/kernel/network/ppp/shared/libkernelppp/settings_tools.cpp
191
add_driver_parameter(driver_parameter *add, driver_settings *to)
src/add-ons/kernel/network/ppp/shared/libkernelppp/settings_tools.cpp
193
if (!add || !to)
src/add-ons/kernel/network/ppp/shared/libkernelppp/settings_tools.cpp
209
memcpy(to->parameters + oldCount, add, sizeof(driver_parameter));
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
826
#define PIC_16(yin, xin, p, xout, add) \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
829
y = ((CLAMP(y + cr + add*2+1) & 0xf8) << 8) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
830
((CLAMP(y - cg + add ) & 0xfc) << 3) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
831
((CLAMP(y + cb + add*2+1) ) >> 3), \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
837
#define PIC_16(yin, xin, p, xout, add) \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
840
y = ((CLAMP(y + cr + add*2+1) & 0xf8) << 7) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
841
((CLAMP(y - cg + add*2+1) & 0xf8) << 2) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
842
((CLAMP(y + cb + add*2+1) ) >> 3), \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
847
#define PIC_16(yin, xin, p, xout, add) \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
850
y = ((CLAMP(y + cr + add*2+1) & 0xf8) << 8) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
851
((CLAMP(y - cg + add ) & 0xfc) << 3) | \
src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/finepix-jpeg.c
852
((CLAMP(y + cb + add*2+1) ) >> 3), \
src/apps/cortex/NodeManager/NodeGroup.h
508
bigtime_t add;
src/apps/cortex/NodeManager/NodeGroup.h
511
&add);
src/apps/cortex/NodeManager/NodeGroup.h
518
latency += add;
src/apps/cortex/TipManager/TipManagerImpl.cpp
400
return (*it)->add(view, entry);
src/apps/cortex/TipManager/TipManagerImpl.cpp
406
return v->add(view, entry);
src/apps/cortex/TipManager/TipManagerImpl.cpp
653
return (*it)->add(view, e);
src/apps/cortex/TipManager/TipManagerImpl.cpp
660
return windowEntry->add(view, e);
src/apps/cortex/TipManager/TipManagerImpl.h
162
status_t add(
src/apps/cortex/TipManager/TipManagerImpl.h
226
status_t add(
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
193
AbstractTable::SetSortColumn(TableColumn* column, bool add, bool ascending)
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
196
BColumnListView::SetSortColumn(privateColumn, add, ascending);
src/apps/debuganalyzer/gui/table/AbstractTable.h
44
void SetSortColumn(TableColumn* column, bool add,
src/apps/glteapot/GLObject.cpp
247
fPoints.add(p);
src/apps/glteapot/GLObject.cpp
267
fTriangles.add(t);
src/apps/glteapot/GLObject.cpp
294
fQs.add(nqs);
src/apps/glteapot/GLObject.cpp
310
fQs.add(nqs);
src/apps/glteapot/util.h
151
inline void add(contents* new_element)
src/apps/glteapot/util.h
398
void add(thetype* n)
src/apps/glteapot/util.h
433
void add(T &item)
src/apps/glteapot/util.h
95
inline void add(LispNode<contents>* new_element)
src/apps/haikudepot/edits_generic/EditManager.cpp
190
bool add = true;
src/apps/haikudepot/edits_generic/EditManager.cpp
197
add = false;
src/apps/haikudepot/edits_generic/EditManager.cpp
200
add = false;
src/apps/haikudepot/edits_generic/EditManager.cpp
213
add = false;
src/apps/haikudepot/edits_generic/EditManager.cpp
217
if (add)
src/apps/icon-o-matic/generic/command/CommandStack.cpp
195
bool add = true;
src/apps/icon-o-matic/generic/command/CommandStack.cpp
202
add = false;
src/apps/icon-o-matic/generic/command/CommandStack.cpp
207
add = false;
src/apps/icon-o-matic/generic/command/CommandStack.cpp
224
add = false;
src/apps/icon-o-matic/generic/command/CommandStack.cpp
229
if (add) {
src/apps/mediaplayer/playlist/Playlist.cpp
429
bool add = appendIndex != APPEND_INDEX_REPLACE_PLAYLIST;
src/apps/mediaplayer/playlist/Playlist.cpp
431
if (!add)
src/apps/mediaplayer/playlist/Playlist.cpp
437
Playlist* playlist = add ? &temporaryPlaylist : this;
src/apps/mediaplayer/playlist/Playlist.cpp
495
if (add)
src/apps/mediaplayer/support/CommandStack.cpp
198
bool add = true;
src/apps/mediaplayer/support/CommandStack.cpp
205
add = false;
src/apps/mediaplayer/support/CommandStack.cpp
210
add = false;
src/apps/mediaplayer/support/CommandStack.cpp
227
add = false;
src/apps/mediaplayer/support/CommandStack.cpp
232
if (add) {
src/bin/rc/compile.cpp
282
AddIncludeDir add(path);
src/kits/interface/ColumnListView.cpp
1084
BColumnListView::SetSortColumn(BColumn* column, bool add, bool ascending)
src/kits/interface/ColumnListView.cpp
1089
if (!add)
src/libs/agg/src/agg_curves.cpp
176
m_points.add(point_d(x123, y123));
src/libs/agg/src/agg_curves.cpp
189
m_points.add(point_d(x123, y123));
src/libs/agg/src/agg_curves.cpp
218
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
234
m_points.add(point_d(x1, y1));
src/libs/agg/src/agg_curves.cpp
236
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
465
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
473
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
486
m_points.add(point_d(x23, y23));
src/libs/agg/src/agg_curves.cpp
497
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
498
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
506
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
520
m_points.add(point_d(x23, y23));
src/libs/agg/src/agg_curves.cpp
531
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
532
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
540
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
557
m_points.add(point_d(x23, y23));
src/libs/agg/src/agg_curves.cpp
573
m_points.add(point_d(x23, y23));
src/libs/agg/src/agg_curves.cpp
581
m_points.add(point_d(x2, y2));
src/libs/agg/src/agg_curves.cpp
587
m_points.add(point_d(x3, y3));
src/libs/agg/src/agg_curves.cpp
607
m_points.add(point_d(x1, y1));
src/libs/agg/src/agg_curves.cpp
609
m_points.add(point_d(x4, y4));
src/libs/agg/src/agg_trans_double_path.cpp
67
m_src_vertices1.add(vertex_dist(x, y));
src/libs/agg/src/agg_trans_double_path.cpp
92
m_src_vertices2.add(vertex_dist(x, y));
src/libs/agg/src/agg_trans_single_path.cpp
59
m_src_vertices.add(vertex_dist(x, y));
src/libs/agg/src/agg_vcgen_bspline.cpp
56
m_src_vertices.add(point_d(x, y));
src/libs/agg/src/agg_vcgen_contour.cpp
61
m_src_vertices.add(vertex_dist(x, y));
src/libs/agg/src/agg_vcgen_dash.cpp
118
m_src_vertices.add(vertex_dist(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
46
m_markers.add(coord_type(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
57
m_markers.add(coord_type(x, y));
src/libs/agg/src/agg_vcgen_markers_term.cpp
58
m_markers.add(m_markers[m_markers.size() - 1]);
src/libs/agg/src/agg_vcgen_markers_term.cpp
59
m_markers.add(m_markers[m_markers.size() - 3]);
src/libs/agg/src/agg_vcgen_smooth_poly1.cpp
57
m_src_vertices.add(vertex_dist(x, y));
src/libs/agg/src/agg_vcgen_stroke.cpp
60
m_src_vertices.add(vertex_dist(x, y));
src/libs/compat/freebsd_wlan/net80211/ieee80211_proto.c
1322
enum ieee80211_phymode mode, int add)
src/libs/compat/freebsd_wlan/net80211/ieee80211_proto.c
1344
if (!add)
src/libs/glut/glutint.h
751
extern void __glutChangeWindowEventMask(long mask, Bool add);
src/preferences/mail/DNSQuery.cpp
283
DNSQuery::ReadDNSServer(in_addr* add)
src/preferences/mail/DNSQuery.cpp
292
if (firstDNS == NULL || inet_aton(firstDNS->String(), add) != 1)
src/preferences/mail/DNSQuery.h
101
status_t ReadDNSServer(in_addr* add);
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
183
m_spans.add(sp);
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
191
m_scanlines.add(sl_this);
src/servers/launch/SettingsParser.cpp
58
BMessage* add = &target;
src/servers/launch/SettingsParser.cpp
62
add = &message;
src/servers/launch/SettingsParser.cpp
66
status_t status = AddSubMessage(parameter, index, *add);
src/system/kernel/device_manager/legacy_drivers.cpp
500
change_driver_watcher(dev_t device, ino_t node, bool add)
src/system/kernel/device_manager/legacy_drivers.cpp
506
add ? kAddWatcher : kRemoveWatcher);
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1470
KDiskDeviceManager::_AddRemoveMonitoring(const char* path, bool add)
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1478
if (add) {
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1503
if (_AddRemoveMonitoring(entryPath.Path(), add) == B_OK)
src/system/libroot/os/arch/sparc/softfloat.c
138
_QP_OP(add)
src/system/libroot/posix/glibc/include/arch/m68k/asm-syntax.h
101
#define addl add.l
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
150
#define PTR_ADD add
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
196
#define INT_ADD add
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
209
#define LONG_ADD add
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
236
#define REG_ADD add
src/system/libroot/posix/glibc/include/arch/sparc/sysdep.h
34
add %o7, %reg, %##reg; \
src/system/libroot/posix/glibc/stdlib/gmp.h
355
#define mpn_add __MPN(add)
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
136
size_t add = allocate - remainingAfter;
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
137
status_t status = _ResizeLastArea(add);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
141
chunk = _Insert((void*)chunk->NextAddress(), add);
src/tests/kits/storage/BasicTest.h
93
void add(string name)
src/tests/kits/storage/DirectoryTest.cpp
1174
testSet.add(".");
src/tests/kits/storage/DirectoryTest.cpp
1175
testSet.add("..");
src/tests/kits/storage/DirectoryTest.cpp
1216
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1219
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1222
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1225
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1228
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1231
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1235
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1239
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
1243
testSet.add(entryName);
src/tests/kits/storage/DirectoryTest.cpp
61
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
63
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
65
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
67
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
77
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
79
testEntries.add(new BDirectory(filename), filename);
src/tests/kits/storage/DirectoryTest.cpp
87
testEntries.add(new BDirectory, "");
src/tests/kits/storage/EntryTest.cpp
265
testStatables.add(new BEntry(filename), filename);
src/tests/kits/storage/EntryTest.cpp
273
testEntries.add(new BEntry, "");
src/tests/kits/storage/FileTest.cpp
42
testEntries.add(new BFile(filename, B_READ_ONLY), filename);
src/tests/kits/storage/FileTest.cpp
52
testEntries.add(new BFile(filename, B_READ_WRITE), filename);
src/tests/kits/storage/FileTest.cpp
60
testEntries.add(new BFile, "");
src/tests/kits/storage/NodeTest.cpp
108
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
110
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
112
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
114
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
116
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
118
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
120
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
122
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
131
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
133
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
135
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
137
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
139
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
141
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
143
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
145
testEntries.add(new BNode(filename), filename);
src/tests/kits/storage/NodeTest.cpp
152
testEntries.add(new BNode, "");
src/tests/kits/storage/NodeTest.cpp
624
testSet.add(attrNames[i]);
src/tests/kits/storage/NodeTest.cpp
71
testStatables.add(node, entryName);
src/tests/kits/storage/QueryTest.cpp
996
testSet.add(entries[i]->path);
src/tests/kits/storage/ResourcesTest.cpp
1044
resourceSet.add(&info);
src/tests/kits/storage/ResourcesTest.cpp
1152
resourceSet.add(&testResource1);
src/tests/kits/storage/ResourcesTest.cpp
1153
resourceSet.add(&testResource2);
src/tests/kits/storage/ResourcesTest.cpp
1154
resourceSet.add(&testResource3);
src/tests/kits/storage/ResourcesTest.cpp
1173
resourceSet.add(&testResource1); // replaces testResource6
src/tests/kits/storage/ResourcesTest.cpp
1174
resourceSet.add(&testResource2);
src/tests/kits/storage/ResourcesTest.cpp
1175
resourceSet.add(&testResource3);
src/tests/kits/storage/StatableTest.h
52
void add(C *entry, string entryName)
src/tests/kits/storage/SymLinkTest.cpp
46
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
48
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
50
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
52
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
54
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
64
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
66
testEntries.add(new BSymLink(filename), filename);
src/tests/kits/storage/SymLinkTest.cpp
74
testEntries.add(new BSymLink, "");
src/tests/system/kernel/live_query.cpp
251
BMessage add(kMsgAddQuery);
src/tests/system/kernel/live_query.cpp
252
add.AddInt32("volume", volume.Device());
src/tests/system/kernel/live_query.cpp
253
add.AddString("predicate", predicate);
src/tests/system/kernel/live_query.cpp
255
PostMessage(&add);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
100
add(0, 400);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
101
add(1, 399);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
104
add(1, 1000);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
107
add(2, 399);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
110
add(100, 500);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
111
add(10, 480);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
112
add(19, 401);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
113
add(10, 460);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
114
add(10, 420);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
115
add(30, 430);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
116
add(35, 465);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
119
add(50, 425);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
128
add(1, 999);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
130
add(2, 999);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
131
add(2, 999);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
133
add(3, 999);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
136
add(60, 540);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
139
add(998, 1002);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
140
add(500, 1000);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
84
add(100, 100);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
85
add(100, 300);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
86
add(100, 250);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
87
add(100, 175);
src/tests/system/network/tcp_shell/BufferQueueTest.cpp
99
add(10, 100);
src/tests/system/network/tcp_shell/tcp_shell.cpp
969
bigtime_t add = 0;
src/tests/system/network/tcp_shell/tcp_shell.cpp
971
add = (bigtime_t)(1.0 * rand() / RAND_MAX * 500000) - 250000;
src/tests/system/network/tcp_shell/tcp_shell.cpp
975
snooze(sRoundTripTime / 2 + add);