HomeSort by relevance Sort by last modified time
    Searched defs:Master (Results 1 - 5 of 5) sorted by null

  /external/smack/src/org/xbill/DNS/
Master.java 9 * A DNS master file parser. This incrementally parses the file, returning
16 public class Master {
22 private Master included = null;
33 Master(File file, Name origin, long initialTTL) throws IOException {
44 * Initializes the master file reader and opens the specified master file.
45 * @param filename The master file.
48 * @throws IOException The master file could not be opened.
51 Master(String filename, Name origin, long ttl) throws IOException {
56 * Initializes the master file reader and opens the specified master file
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 394 RegisterInfo* Master() { return master_; }
395 void SetMaster(RegisterInfo* master) {
396 master_ = master;
397 if (master != this) {
415 RegisterInfo* res = Master();
428 bool aliased_; // Is this the master for other aliased RegisterInfo's?
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
srb.h 217 BOOLEAN Master;
video.h 101 #define SIZE_OF_NT4_VIDEO_PORT_CONFIG_INFO FIELD_OFFSET(VIDEO_PORT_CONFIG_INFO, Master)
183 BOOLEAN Master;
    [all...]
wdm.h     [all...]

Completed in 795 milliseconds