Searched refs:classes (Results 1 - 25 of 32) sorted by relevance

12

/barrelfish-master/lib/libc/net/
H A Dhesiod.c70 int classes[2]; /* The class search order. */ member in struct:hesiod_p
244 retvec = get_txt_records(ctx->classes[0], bindname);
245 if (retvec == NULL && errno == ENOENT && ctx->classes[1])
246 retvec = get_txt_records(ctx->classes[1], bindname);
283 /* Set default query classes. */
284 ctx->classes[0] = C_IN;
285 ctx->classes[1] = C_HS;
331 if (strcasecmp(key, "classes") == 0) {
340 ctx->classes[n++] = C_IN;
343 ctx->classes[
[all...]
/barrelfish-master/usr/eclipseclp/JavaInterface/
H A DMakefile.in165 rm -rf classes doc
169 mkdir -p ./classes
170 "$(JAVA_BIN)/javac" -O -deprecation -d ./classes -sourcepath ./src/ -classpath ./classes/ $(SOURCEDIR)/*.java
171 "$(JAVA_BIN)/jar" cf eclipse.jar -C classes com
242 mkdir -p ./classes
243 "$(JAVA_BIN)/javac" ./src/com/parctechnologies/eclipse/NativeEclipse.java -d ./classes
244 "$(JAVA_BIN)/javah" -jni -classpath ./classes com.parctechnologies.eclipse.NativeEclipse
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A DMakefile103 OFILES = stdecil.o classes.o outof.o ec2il.o ilog.o stdsched.o \
108 classes.o : stdecil.h classes.h
110 ilog.o : stdecil.h classes.h ec2il.h
/barrelfish-master/usr/eclipseclp/Visualisation/
H A DMakefile.in45 JAVA_CLASS_DIR = ./classes/
176 $(JAR) cf $(@) -C classes com
/barrelfish-master/usr/eclipseclp/CPViz/
H A DMakefile.in166 VIZ_CLASSES = viz/classes
212 VIZTOOL_CLASSES = viztool/classes
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex56 in Java (e.g. how to use classes, packages, interfaces etc. and some
88 document to obtain more detailed descriptions of classes and
212 load classes from the package.
221 There are a number of classes which implement these interfaces. In the case
224 classes varies from class to class. In the case of {\it EmbeddedEclipse}
241 initialisation, how this termination is done varies among the classes
250 The Java-{\eclipse} Interface uses a set of conventions and Java classes so that data
266 {\eclipse} data types which are supported and the Java classes or
268 classes which appear in the table are those which map to or from
295 \caption{\label{tab:ec-java-data}The correspondence between {\eclipse} and Java data types. The Java classes ar
[all...]
H A Dembvb.tex29 This is a set of Visual Basic classes built around the scripting
38 This contains the classes which form the interface to eclipse.
H A Dembexdr.tex41 classes/interfaces and EXDR/{\eclipse} types see Section
H A Dembed.tex113 some classes wrapped around these C definitions. To include these use:
524 referred to by its dictionary entry. Two classes, \verb.EC_atom.
734 survive execution. The \verb.EC_ref. and \verb.EC_refs. classes
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dbuiltins.tex177 character classes. Operators and macros are stored as functor
179 Prolog level and definition stored in a table. Character classes and
H A Dio.tex102 The syntax of tokens is defined in terms of character classes. The
103 assignment of characters to classes can be modified in {\eclipse} by
H A Druntime.tex442 character classes and other syntax options.
/barrelfish-master/tools/harness/
H A Dscalebench.py110 def _lookup(spec, classes, nameFn=lambda c: c.name.lower()):
112 return [c for c in classes if fnmatch.fnmatch(nameFn(c), spec)]
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_vector.cpp28 #pragma mark --Helper routines and classes --
41 // A pair of classes to simplify exception handling and control flow.
49 // The only difference between these two classes is the signature for the
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex68 The following character classes exist:
120 characters and character classes.
466 produce the operator notation if possible. There are three classes of
523 with different or mixed character classes; they do not change
H A Dumsmacros.tex69 Macros are attached to classes of terms specified by their functors
H A Dumsmodules.tex79 character classes.
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dwidget.tcl35 ## classes ?pattern?
36 ## returns the classes created with this command.
513 if {[string compare {} [::widget classes [::winfo class %W]]]} {
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A DMakefile.in217 ILOGOFILES = ilog/stdecil.o ilog/classes.o ilog/outof.o ilog/ec2il.o ilog/ilog.o ilog/stdsched.o ilog/sched_cstrs.o ilog/scheduler.o
/barrelfish-master/doc/008-tracing/
H A DTracing.tex492 important classes that are dealing with getting from trace log data to the
527 \caption{UML class diagram showing the main classes that are concerned with
554 classes are always in a consistent state. For example if an activity is seen by
568 \caption{UML class diagram showing the main classes that are concerned with
/barrelfish-master/usr/eclipseclp/Contrib/
H A Drdtok.pl45 ASCII codes to character classes, and don't do all this comparison
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dreal.tex131 Different classes of predicate deal with the undecidable cases in different
H A Drepairtut.tex526 for unconstrained problems, but they work for certain classes of
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex73 Technically the different classes of algorithms mentioned above
102 algorithms for several classes of problems, such as set partitioning,
128 problem classes - they are in a sense ``hybrid''.
156 \ECL supports various classes of built-in constraints, both {\em
160 constructed from the built-in classes, thus supporting {\em constraint
612 Query 1 and 2 define the attributes for objects in the classes $task$ and
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs1763 #region WPF helper classes

Completed in 236 milliseconds

12