Searched refs:implicit (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/apps/debugger/files/
H A DLocatableDirectory.cpp58 LocatableDirectory::SetLocatedPath(const BString& path, bool implicit) argument
61 fState = implicit
H A DLocatableDirectory.h25 bool implicit);
H A DLocatableFile.cpp66 LocatableFile::SetLocatedPath(const BString& path, bool implicit) argument
70 if (implicit) {
H A DLocatableEntry.h51 bool implicit) = 0;
H A DLocatableFile.h29 bool implicit);
H A DFileManager.cpp204 const BString& locatedPath, bool implicit)
211 if (!_LocateEntry(directory, locatedPath, implicit, true))
214 _LocateEntries(directory, locatedPath, implicit);
220 bool implicit, bool locateAncestors)
222 if (implicit && entry->State() == LOCATABLE_ENTRY_LOCATED_EXPLICITLY)
234 entry->SetLocatedPath(locatedPath, implicit);
239 entry->SetLocatedPath(locatedPath, implicit);
248 _LocateDirectory(entry->Parent(), locatedDirectory, implicit);
255 const BString& locatedDirectoryPath, bool implicit)
264 return _LocateEntry(entry, locatedEntryPath, implicit, fals
203 _LocateDirectory(LocatableDirectory* directory, const BString& locatedPath, bool implicit) argument
219 _LocateEntry(LocatableEntry* entry, const BString& locatedPath, bool implicit, bool locateAncestors) argument
254 _LocateEntryInParentDir(LocatableEntry* entry, const BString& locatedDirectoryPath, bool implicit) argument
267 _LocateEntries(LocatableDirectory* directory, const BString& locatedPath, bool implicit) argument
[all...]
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp44 Entry(Entry* parent, char* name, bool implicit) argument
48 fImplicit(implicit),
65 static status_t Create(Entry* parent, const char* name, bool implicit, argument
72 Entry* entry = new(std::nothrow) Entry(parent, clonedName, implicit);
108 // remove all children and set this entry non-implicit
291 // check whether this entry shall be ignored or is implicit
293 bool implicit; local
302 implicit = parentToken->implicit;
305 implicit
536 bool implicit; member in struct:PackageContentExtractHandler::Token
554 _AddFilterEntry(Entry* parentEntry, const char* _name, size_t nameLength, bool implicit, Entry*& _entry) argument
[all...]
/haiku-fatelf/headers/private/kernel/vm/
H A DVMArea.h45 bool implicit; // range created automatically member in struct:VMAreaWiredRange
52 VMAreaWiredRange(addr_t base, size_t size, bool writable, bool implicit) argument
58 implicit(implicit)
62 void SetTo(addr_t base, size_t size, bool writable, bool implicit) argument
68 this->implicit = implicit;
/haiku-fatelf/src/system/kernel/vm/
H A DVMArea.cpp134 Must balance a previous Wire() call. The first implicit range with matching
144 if (range->implicit && range->base == base && range->size == size
/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-lang.c262 use "short", "int", or "long" as the type name, for both the implicit
/haiku-fatelf/src/bin/gdb/readline/
H A DMakefile.in78 -Wmissing-prototypes -Wno-implicit -pedantic
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex1948 % Do an implicit @contents or @shortcontents after @end titlepage if the
2579 % Assignments have to be global since we are inside the implicit group
3573 % The `\ ' here is removed by the implicit \unskip that TeX does as
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2334 % Do an implicit @contents or @shortcontents after @end titlepage if the
2972 % Assignments have to be global since we are inside the implicit group
4008 % The `\ ' here is removed by the implicit \unskip that TeX does as
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex1579 % Do an implicit @contents or @shortcontents after @end titlepage if the
3230 % The `\ ' here is removed by the implicit \unskip that TeX does as
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex1461 % Do an implicit @contents or @shortcontents after @end titlepage if the
3069 % The `\ ' here is removed by the implicit \unskip that TeX does as
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2267 % The `\ ' here is removed by the implicit \unskip that TeX does as
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure16595 for stp_ac_arg in -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 ; do
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure26502 const char *k = /* implicit string concatenation */
26545 const char *l = /* implicit string concatenation */
[all...]

Completed in 202 milliseconds