Searched refs:Query (Results 76 - 86 of 86) sorted by last modified time

1234

/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp12 #include <Query.h>
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp21 #include <Query.h>
35 static bool sAllVolumes = false; // Query all volumes?
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.h37 virtual status_t Query(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.h41 virtual status_t Query(addr_t virtualAddress,
/haiku/src/bin/
H A Dquery.cpp19 #include <Query.h>
34 static bool sAllVolumes = false; // Query all volumes?
/haiku/src/apps/mail/
H A DQueryMenu.cpp36 #include <Query.h>
101 fQueryLooper = new BLooper("Query Watcher");
223 // Resolve Query/Build Menu in seperate thread
/haiku/src/apps/musiccollection/
H A DQueryMonitor.h12 #include <Query.h>
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h17 class Query;
45 class Query : public SinglyLinkedListLinkImpl<Query> { class in inherits:SinglyLinkedListLinkImpl
47 Query(Volume* volume, Expression* expression,
49 ~Query();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h8 #include <Query.h>
113 // Query
114 class Query : public BQuery, public DoublyLinkedListLinkImpl<Query> { class in inherits:BQuery,DoublyLinkedListLinkImpl
139 void AddQuery(Query* query);
140 void RemoveQuery(Query* query);
152 DoublyLinkedList<Query> fQueries;
153 Query* fCurrentQuery;
/haiku/headers/os/
H A DStorageKit.h17 #include <Query.h>
/haiku/headers/private/shared/
H A DQueryFile.h10 #include <Query.h>

Completed in 128 milliseconds

1234