Searched refs:set (Results 276 - 300 of 309) sorted by relevance

<<111213

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxpathInternals.h172 * @ns: a node-set
174 * Pushes the node-set @ns on the context stack.
183 * Pushes an empty node-set on the context stack.
202 * Check if the current value on the XPath stack is a node set or
205 * Returns true if the current object on the stack is a node-set.
227 * @ns: a node-set
229 * Empties a node-set.
512 xmlXPathNodeSetSort (xmlNodeSetPtr set);
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp333 get_set_volume(cd_driver_info *info, scsi_volume *volume, bool set) argument
393 if (!set) {
608 // we use safe_exec instead of simple_exec as we want to set
678 // layers - we can then set scsi_periph::io() as callback for the scheduler
1147 // set capacity to zero, so it get checked on first opened handle
/haiku-fatelf/src/kits/translation/
H A DTranslatorRoster.cpp191 std::set<image_id> images;
207 std::set<image_id>::const_iterator imageIterator = images.begin();
884 when they become available. Instead, they are put into a set.
1181 // deleted, set the pointer to the default
1330 \param hintType a hint about the type of data that is in \a source, set
1332 \param hintMIME a hint about the MIME type of \a source, set it to NULL
1366 \param hintType a hint about the type of data that is in \a source, set
1368 \param hintMIME a hint about the MIME type of \a source, set it to NULL
1517 \param hintType a hint about the type of data that is in \a source, set
1519 \param hintMIME a hint about the MIME type of \a source, set i
[all...]
/haiku-fatelf/src/kits/interface/
H A DFont.cpp376 status_t get_font_cache_info(uint32 id, void *set) argument
381 status_t set_font_cache_info(uint32 id, void *set) argument
392 // R5 used a global area offset table to set the system fonts in the Font
563 // R5 has a bug here: the face is not updated even though the IDs are set.
597 // To comply with the BeBook, this function will only set valid values
598 // i.e. passing a nonexistent family will cause only the face to be set.
692 // it's okay to call this function with either family or style set to NULL
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk67 # Doing it here saves us from having to set LC_ALL elsewhere in this file.
534 'you have changed the set of files with translatable diagnostics;\n\
764 # If you want to set UPDATE_COPYRIGHT_* environment variables,
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c196 so that reader_loop can set it to zero before executing a command. */
230 currently executing (e.g. `eval echo a' would have it set to 2). */
237 shell even if -e is set. Used to pass the CMD_IGNORE_RETURN flag down to
263 /* XXX - set to 1 if we're running the DEBUG trap and we want to show the line
452 restore_signal_mask (set)
453 sigset_t *set;
455 return (sigprocmask (SIG_SETMASK, set, (sigset_t *)NULL));
541 /* If we're inverting the return value and `set -e' has been executed,
849 execute_command_internal again with asynchronous still set to 1,
855 after forking the subshell (but leave async set i
2002 sigset_t set, oset; local
[all...]
H A Dsubst.c88 #define PF_IGNUNBOUND 0x02 /* ignore unbound vars even if -u set */
729 is set. */
1779 /* If the cursor is at whitespace just before word start, set the
1786 the word we just added, and set the current word to that one. */
1810 the end of STRING, add an additional null argument and set the current
1920 the multibyte complications. If LENP is non-null, it is set to the
2124 non-zero then word in the list will have its quoted flag set, otherwise
2130 as a delimiter. If IFS is unset, which results in `separators' being set
2272 ENDPTR is set to the first character after the word. This is used by
2517 name[offset] = 0; /* might need this set late
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp102 void Set(size_t index, bool set);
496 // set new free node pointer
1048 // set the root node to begin with
1057 // node that the keyIndex is not properly set here (but it's not
1089 The CachedNode will be set to the writable fragment on success.
1408 // if the new key was not inserted, set the length of the keys
1468 // the parent node, so we will set the "newKey" already here.
1506 // it's enough to set bytesBefore once here, because we do
1592 // If it's the dropped key, "newKey" was already set earlier.
1691 // But it's still sane at leaf level - we could set
2961 Set(size_t index, bool set) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Deval.c43 /* JYG: lookup rtti type of STRUCTOP_PTR when this is set to continue
293 error ("don't know which variant you want to set");
310 /* Now actually set the field in struct_val. */
562 struct value *set = allocate_value (expect_type);
563 char *valaddr = VALUE_CONTENTS_RAW (set);
574 error ("(power)set type with unknown size");
631 return set;
1198 /* nothing to be done; argvec already correctly set up */
1204 /* nothing to be done; argvec already correctly set up */
1391 /* HP aCC generates offsets that have bit #29 set; tur
560 struct value *set = allocate_value (expect_type); local
[all...]
/haiku-fatelf/headers/cpp/
H A Dstl_deque.h85 #pragma set woff 1174
86 #pragma set woff 1375
H A Dstl_alloc.h131 #pragma set woff 1174
613 // Somewhat generic lock implementations. We need only test-and-set
H A Dstl_iterator.h319 #pragma set woff 1183
H A Dstl_rope.h39 #pragma set woff 1174
855 #pragma set woff 1375
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c804 settogglehelp(int set)
811 printf("%-15s %s %s\n", c->name, set ? "enable" : "disable",
865 * The following perform the "set" command.
936 printf("Format is 'set Name Value'\n'set ?' for help.\n");
952 fprintf(stderr, "'%s': unknown argument ('set ?' for help).\n",
956 fprintf(stderr, "'%s': ambiguous argument ('set ?' for help).\n",
966 printf("Format is 'set togglename [on|off]'\n'set ?' for help.\n");
977 printf("Format is 'set Nam
802 settogglehelp(int set) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp66 // not correct, since this field should be set to the length of the complete
67 // dirent. If set to != 0, KEEP_WRONG_DIRENT_RECLEN emulates the buggy
283 // set the results
595 inline bool NotificationIntervalElapsed(bool set = false)
600 if (set && result)
671 // set permissions, owner and group
677 // set result / cleanup on failure
726 // set result / cleanup on failure
1238 // set permissions, owner and group
1461 // set permission
[all...]
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex118 \item{All other fields must be set to 0.}
543 bytes of a big endian unsigned word (the upper byte(s) set to 0).
/haiku-fatelf/headers/cpp/std/
H A Dbastring.h132 inline void set (size_t, const charT, size_t);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrftime.c558 be in the basic execution character set. None of these
690 When the ordinal i'th bit is set, insert a colon
887 /* All numeric formats set DIGITS and NUMBER_VALUE (or U_NUMBER_VALUE)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c554 be in the basic execution character set. None of these
686 When the ordinal i'th bit is set, insert a colon
883 /* All numeric formats set DIGITS and NUMBER_VALUE (or U_NUMBER_VALUE)
/haiku-fatelf/src/bin/
H A Dsetmime.cpp11 #include <set>
35 "# | ( (-set | -force | -add) <signatureString>\n"
56 "# -set adds specified metamime and specified metamime attributes, \n"
69 "-dump[All|Icon|SnifferRule], -add, -set, "
74 "-add, -set, -force or -checkSnifferRule";
82 const char* kSet = "-set";
774 throw Error("failed to set mimetype to '%s'", mimetype);
851 // _Dump can be called as part of all types iteration - so set to required
868 cout << fToolName << " -set " << mimetype;
935 throw Error("cannot set
[all...]
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp11 #include <set>
97 The BFile the object is set to is not deleted.
137 // set node info
149 // set data location
152 // set error
170 - \c B_ENTRY_NOT_FOUND: No type is set on the file.
247 - \c B_ENTRY_NOT_FOUND: No signature is set on the file.
327 - \c B_ENTRY_NOT_FOUND: No catalog entry is set on the file.
399 - \c B_ENTRY_NOT_FOUND: No application flags are set on the file.
461 - \c B_ENTRY_NOT_FOUND: No supported types are set o
[all...]
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp11 #include <set>
107 The BFile the object is set to is not deleted.
158 // set node info
173 // set data location
177 // set error
196 - \c B_ENTRY_NOT_FOUND: No type is set on the file.
275 - \c B_ENTRY_NOT_FOUND: No signature is set on the file.
356 - \c B_ENTRY_NOT_FOUND: No catalog entry is set on the file.
428 - \c B_ENTRY_NOT_FOUND: No application flags are set on the file.
512 - \c B_ENTRY_NOT_FOUND: No supported types are set o
[all...]
/haiku-fatelf/src/libs/iconv/
H A Daliases.h28 /* The character set is not based on ISO-646. */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/haiku-fatelf/src/servers/registrar/mime/
H A DDatabase.cpp382 \param fileType The MIME type whose custom icon you wish to set.
464 \param fileType The MIME type whose custom icon you wish to set.
729 \param type Pointer to a pre-allocated BString which is set to the
794 \param type Pointer to a pre-allocated BString which is set to the
823 \param type Pointer to a pre-allocated BString which is set to the
1477 std::set<BMessenger>::const_iterator i;
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp10 #include <set>

Completed in 316 milliseconds

<<111213