/haiku/data/etc/ |
H A D | profile | 7 if [ "$_ARCH" = "`getarch -p 2>/dev/null`" ] ; then 16 export PS1="\["'`if [ $? = 0 ]; then echo "\e[32m"; 22 if [ -z $BE_HOST_CPU ]; then 36 if test -n "$KSH_VERSION"; then 55 if [ -r $i ]; then 63 if [ -d /etc/profile.d ]; then 65 if [ -r $i ]; then
|
/haiku/src/tests/servers/launch/ |
H A D | SettingsParserTest.cpp | 354 BMessage then; in TestRunIfThenElseFlat() local 355 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindMessage("then", &then)); in TestRunIfThenElseFlat() 357 BString(then.GetString("target", "-"))); in TestRunIfThenElseFlat() 358 CPPUNIT_ASSERT_EQUAL(1, _ArrayCount(then, "target")); in TestRunIfThenElseFlat() 359 CPPUNIT_ASSERT_EQUAL(1, then.CountNames(B_ANY_TYPE)); in TestRunIfThenElseFlat() 392 BMessage then; in TestRunIfThenElseMultiLine() local 393 CPPUNIT_ASSERT_EQUAL(B_OK, message.FindMessage("then", &then)); in TestRunIfThenElseMultiLine() 395 BString(then.GetString("target", "-"))); in TestRunIfThenElseMultiLine() 396 CPPUNIT_ASSERT_EQUAL(1, _ArrayCount(then, "target")); in TestRunIfThenElseMultiLine() 397 CPPUNIT_ASSERT_EQUAL(1, then.CountNames(B_ANY_TYPE)); in TestRunIfThenElseMultiLine()
|
/haiku/src/bin/unzip/ |
H A D | timezone.c | 637 time_t then; /* The time to return. */ local 657 then = loctime; 659 ltm = localtime(&then); 663 then += tzoffset_adj; 675 if (then + 3600 < then) 676 then = (time_t)-1; 678 then += 3600; 682 if (then - 3600 > then) 683 then = (time_t)-1; 685 then -= 3600; [all …]
|
H A D | funzip.txt | 28 instead. If there is a file argument, then input is read 38 word is specified on the command line, then the user is 77 and more then ``restores'' the terminal to this mode
|
/haiku/src/tests/system/runtime_loader/test_suite/ |
H A D | test_setup | 21 if [ ! -f $1 ]; then 34 if [ $retval != $2 ]; then
|
/haiku/build/jam/ |
H A D | RepositoryRules | 256 if [ -n "$(2[3]:E)" ]; then 330 if [ -e "$package" ]; then 336 if [ "x$haikuCrossDevelPackage" = "x" ]; then 341 if [ "x$haikuCrossDevelPackage" = "x${haikuCrossDevelPackage#/}" ]; then 347 if [ -n "$(2[2-]:J)" ]; then 349 if [ "x$secondaryCrossDevelPackage" = "x${secondaryCrossDevelPackage#/}" ]; then 352 if [ -n "$secondaryCrossDevelPackages" ]; then 366 if [ -n "$secondaryCrossDevelPackages" ]; then 377 if [ ! -e "$package" ]; then 402 if [ "x$gcc" != "x${gcc#/}" ]; then [all …]
|
/haiku/docs/develop/kernel/arch/ppc/ |
H A D | overview.rst | 5 target was the (then recently released) Mac Mini, but of course the BeBox was in everyone's mind 8 This port went as far as starting the kernel, but then difficulties in implementing the Mac Mini
|
/haiku/docs/develop/kernel/vm/ |
H A D | vm_page | 54 …ng this page that it is no longer a modified page, writes it out to disk, then puts it on the acti… 57 …Every 1/10 second, takes a page from the free queue, memsets it to 0's, then puts it on the clear … 63 …Gets virtual space in the ka using vm_alloc_vspace_from_ka_struct, then uses vm_alloc_ppage_from_… 105 Locks, then calls vm_page_set_state_nolock, then unlocks.
|
/haiku/docs/apps/mail/Programming Notes/ |
H A D | ChainRunner Overview.txt | 9 GetMessages() routine with a list of unique ids to fetch. It then runs 10 through the list, passing in those, then calls any registered process
|
/haiku/docs/develop/servers/app_server/ |
H A D | doxygen_config | 89 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 95 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 101 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 110 # to NO (the default) then the documentation will be excluded. 121 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 137 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen 145 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 151 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 157 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 163 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen [all …]
|
/haiku/docs/develop/kits/storage/ |
H A D | doxygen_config | 89 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 95 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 101 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 110 # to NO (the default) then the documentation will be excluded. 121 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 137 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen 145 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 151 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 157 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 163 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen [all …]
|
/haiku/src/preferences/printers/ |
H A D | doxygen.cfg | 89 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 95 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 101 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 110 # to NO (the default) then the documentation will be excluded. 121 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 137 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen 145 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 151 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 157 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 163 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen [all …]
|
/haiku/docs/develop/kits/support/ |
H A D | doxygen_config | 89 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 95 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 101 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 110 # to NO (the default) then the documentation will be excluded. 121 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 137 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen 145 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 151 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 157 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 163 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen [all …]
|
/haiku/src/system/ldscripts/sparc/ |
H A D | boot_loader_openfirmware.ld | 8 /* have a non-loadable program chunk with the headers, then a loadable one 17 * then relocated here. */
|
/haiku/docs/develop/apps/haikudepot/ |
H A D | server.rst | 30 Process A needs to complete before Process B then the ProcessNode 47 repositories and then loading data from the HDS system. 82 Each Process is coupled with a ProcessNode and then the Coordinator has 100 A Process may fail or be stopped. If a Process fails or is stopped then 108 MainWindow client the change in state and then the MainWindow will be
|
/haiku/data/system/boot/ |
H A D | SetupEnvironment | 29 if [ "$SAFEMODE" != "yes" ]; then 47 if [ "$SAFEMODE" != "yes" ]; then 48 if [ -f $HOME/config/settings/boot/UserSetupEnvironment ]; then
|
/haiku/docs/user/storage/ |
H A D | AppFileInfo.dox | 38 you also want to write metadata then you should open the BFile for writing. 42 then use the SetTo() method to set the BFile to the BAppFileInfo object. 45 attributes of the BFile. If the information is not found then the BFileInfo 355 If \a types is \c NULL then the application's supported types are unset. 392 If \a types is \c NULL then the application's supported types are unset. 441 then this method returns \c true for any MIME type. 525 If \a icon is \c NULL then the icon of the file is unset. 549 If \a icon is \c NULL then the icon of the file is unset. 575 If \a data is \c NULL then the icon of the file is unset. 596 If \a data is \c NULL then the icon of the file is unset. [all …]
|
/haiku/docs/develop/net/ |
H A D | HowTo-Synchronize_with_NetBSD.rst | 12 done their work properly) and check all commits since then to see if 28 and then it will warn that some hunks are being rejected. Review the
|
/haiku/src/libs/iconv/ |
H A D | README | 104 - first libiconv, then gettext, then libiconv again, 106 - first gettext, then libiconv, then gettext again.
|
/haiku/src/tests/kits/device/stickit_BJoystick/ |
H A D | article.txt | 10 …k (previously configured using the new Joysticks preference application), then presents a window s… 46 …th an index number indicating which port to check). BJoystick::Open() is then called to open the … 48 …the name indicated by the Joysticks preference application. This name is then displayed as the op… 50 …then lets the user select the joystick they want to use, and then the device is opened, using code… 54 StickIt's main() function is fairly simple. It calls PickJoystick() to get a joystick to use, then… 82 …Rect, r, is initialized to the rectangle of the first button's label, and then we enter the for lo… 84 …it look like a label, instead of just random text displayed in a window), then we create a BString…
|
/haiku/docs/develop/media/ |
H A D | media_seek_flags.txt | 31 …il enough time elapsed that you should be at the start of the stream, and then begin playing the b… 97 …Suggested for convenience, efficiency. The track would seek itself first and then seek the other … 101 …Not recommended: this is just asking for trouble and if someone wants to do this then can simply l… 142 then the decoder should be ready. (we want meaningful frames) 144 then if the decoder is not ready
|
/haiku/docs/user/ |
H A D | Doxyfile | 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 145 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 195 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 204 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line 214 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 242 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 248 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new 279 # only. Doxygen will then generate output that is more tailored for C. For 287 # Python sources only. Doxygen will then generate output that is more tailored 295 # sources. Doxygen will then generate output that is tailored for Fortran. [all …]
|
/haiku/docs/user/app/ |
H A D | Application.dox | 56 To use a BApplication you first construct the object and then begin its 59 should then delete the BApplication object to free its memory usage. 105 error then you should not call Run(). 207 for the message queue to empty. Run() will be then able to return. 235 If all of the BWindow s return \c true then the windows are 259 constructed any windows in your application yet then this would be a good 273 BRoster::Launch(), then this method is executed. 291 to \c B_EXCLUSIVE_LAUNCH or \c B_SINGLE_LAUNCH then the application will 607 If the \a rate is set to 0 then the \c B_PULSE messages are not sent.
|
/haiku/data/catalogs/apps/readonlybootprompt/ |
H A D | zh_Hans.catkeys | 3 …eferred language and keyboard layout from the list on the left which will then be used instantly. …
|
H A D | be.catkeys | 3 …eferred language and keyboard layout from the list on the left which will then be used instantly. …
|