Searched refs:add (Results 101 - 125 of 215) sorted by relevance

123456789

/haiku-fatelf/src/tests/kits/storage/
H A DStatableTest.h52 void add(C *entry, string entryName) function in struct:TestEntries
H A DSymLinkTest.cpp43 testEntries.add(new BSymLink(filename), filename);
45 testEntries.add(new BSymLink(filename), filename);
47 testEntries.add(new BSymLink(filename), filename);
49 testEntries.add(new BSymLink(filename), filename);
51 testEntries.add(new BSymLink(filename), filename);
61 testEntries.add(new BSymLink(filename), filename);
63 testEntries.add(new BSymLink(filename), filename);
71 testEntries.add(new BSymLink, "");
H A DDirectoryTest.cpp58 testEntries.add(new BDirectory(filename), filename);
60 testEntries.add(new BDirectory(filename), filename);
62 testEntries.add(new BDirectory(filename), filename);
64 testEntries.add(new BDirectory(filename), filename);
74 testEntries.add(new BDirectory(filename), filename);
76 testEntries.add(new BDirectory(filename), filename);
84 testEntries.add(new BDirectory, "");
1161 testSet.add(".");
1162 testSet.add("..");
1203 testSet.add(entryNam
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Decofflink.c629 /* Use section_adjust to hold the value to add to a symbol in a
1374 size_t add;
1381 add = debug_align - (symhdr->cbLine & (debug_align - 1));
1382 if (add != debug_align)
1385 memset ((PTR) (debug->line + symhdr->cbLine), 0, add);
1386 symhdr->cbLine += add;
1389 add = debug_align - (symhdr->issMax & (debug_align - 1));
1390 if (add != debug_align)
1393 memset ((PTR) (debug->ss + symhdr->issMax), 0, add);
1394 symhdr->issMax += add;
1371 size_t add; local
[all...]
H A Daout-tic30.c290 relocation to add on to the value in the object code. */
459 bfd_vma add; local
475 add = x & howto->src_mask;
476 signed_add = add;
477 if ((add & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0)
481 check += add;
486 check += add >> howto->bitpos;
488 signed_check += add >> howto->bitpos;
490 signed_check += ((add >> howto->bitpos) | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->bitpos)));
/haiku-fatelf/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp274 document->add(contentField);
277 document->add(pathField);
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp31 #include <add-ons/input_server/InputServerDevice.h>
32 #include <add-ons/input_server/InputServerMethod.h>
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipManagerImpl.h155 // add the given entry for the designated view
162 status_t add(
219 // add the given entry for the designated view (which must
226 status_t add(
/haiku-fatelf/src/libs/agg/src/
H A Dagg_trans_double_path.cpp67 m_src_vertices1.add(vertex_dist(x, y));
92 m_src_vertices2.add(vertex_dist(x, y));
/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Datomic.S16 add r2, r12, r1
23 /* disable interrupts, do the add, and reenable */
31 /* do the add, leave the previous value in r0 */
34 add r2, r0, r1
179 // add.l %d1,%d3
/haiku-fatelf/src/tools/
H A Dhta_committer.sh33 --add Add new catkey files to subversion source control. (svn add)
235 svn stat data/catalogs | grep ^? | awk '{print$2}' | xargs svn add
385 --add)
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattributes.c202 int add; local
213 add = 1;
222 add = 0;
247 if (add == 1) {
259 } else if (add) {
356 "add attribute to list %s\n", ncname);
390 "add attribute to list %s\n", ncname);
719 "xsl:attribute: Cannot add attributes to an "
1032 * TODO: Do we have to add the empty string to the attr?
/haiku-fatelf/src/bin/network/wget/lib/
H A DMakefile.am301 all-local: charset.alias ref-add.sed ref-del.sed
323 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
328 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
358 CLEANFILES += charset.alias ref-add.sed ref-del.sed
360 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S357 ; add the partition offset
358 add dword eax, [kPartitionOffset]
537 add si, sizeof(BlockRun)
551 add eax, 2
697 add di, 1024
699 add edi, ecx ; the lower 16 bit wrapped around: add 0x1000
808 add bx, sizeof(BPlusTreeNode) + 7
810 add bx, buffer
853 add b
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_blur.h139 sum.add(pix, i + 1);
140 sum_out.add(pix);
146 sum.add(pix, radius + 1 - i);
147 sum_in.add(pix);
170 sum_in.add(pix);
171 sum.add(sum_in);
177 sum_out.add(*stack_pix);
215 template<class ArgT> AGG_INLINE void add(const ArgT& v) function in struct:agg::stack_blur_calc_rgba
223 template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k) function in struct:agg::stack_blur_calc_rgba
271 template<class ArgT> AGG_INLINE void add(cons function in struct:agg::stack_blur_calc_rgb
278 template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k) function in struct:agg::stack_blur_calc_rgb
322 template<class ArgT> AGG_INLINE void add(const ArgT& a) function in struct:agg::stack_blur_calc_gray
327 template<class ArgT> AGG_INLINE void add(const ArgT& a, unsigned k) function in struct:agg::stack_blur_calc_gray
[all...]
H A Dagg_rasterizer_compound_aa.h467 m_ast.add(style_id);
499 // Pre-add zero (for no-fill style, that is, -1).
502 m_ast.add(0);
652 m_master_alpha.add(aa_mask);
664 m_master_alpha.add(aa_mask);
H A Dagg_scanline_storage_aa.h107 m_extra_storage.add(s);
148 m_extra_storage.add(dst);
319 m_spans.add(sp);
327 m_scanlines.add(sl_this);
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S377 add ax, dx
472 add al, 3 ; center menu item
492 add si, sizeof(BootLoaderAddress)
494 add byte [bp + cursorX], 1
593 add si, ax ; Skip name to BootLoaderAddess
594 add si, sizeof(BootLoaderAddress)
604 add si, ax ; Skip name
/haiku-fatelf/src/bin/zip/
H A Dmatch.S64 * add -DNO_ASM to CFLAGS in Makefile and set OBJA to an empty string.
116 add $2+_window,%edi /* edi = offset(window+strstart+2) */
148 add $2+_window,%esi /* si = match */
215 # define addl add.l
/haiku-fatelf/data/develop/
H A DJamfile-engine195 USER_BIN_PATH = /boot/home/config/add-ons/kernel/drivers/bin ;
196 USER_DEV_PATH = /boot/home/config/add-ons/kernel/drivers/dev ;
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h132 status_t _AddRemoveMonitoring(const char *path, bool add);
/haiku-fatelf/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp24 #include <add-ons/input_server/InputServerMethod.h>
H A DT9InputServerMethod.cpp25 #include <add-ons/input_server/InputServerMethod.h>
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h42 Volume* GetVolume(dev_t volumeID, bool add = false);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp439 bool add = appendIndex != APPEND_INDEX_REPLACE_PLAYLIST;
441 if (!add)
447 Playlist* playlist = add ? &temporaryPlaylist : this;
489 if (add)

Completed in 158 milliseconds

123456789