Searched refs:source (Results 1 - 25 of 170) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DQueueListener.java38 * <code>source</code> parameter.<p>
42 * <code>source</code> parameter.
47 * Called with <i>FromEclipseQueue</i> as <code>source</code> when the
52 public void dataAvailable(Object source); argument
55 * Called with <i>ToEclipseQueue</i> as <code>source</code> when the
61 public void dataRequest(Object source); argument
H A DOutOfProcessEclipse.java450 public void dataAvailable(Object source) argument
454 public void dataRequest(Object source) argument
456 ToEclipseQueue teq = (ToEclipseQueue) source;
491 public void dataAvailable(Object source) argument
493 FromEclipseQueue feq = (FromEclipseQueue) source;
523 public void dataRequest(Object source) argument
/barrelfish-2018-10-04/lib/zlib/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
65 const Bytef *source;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
37 /* Check for source > 64K on 16-bit machine: */
H A Dzutil.c149 void zmemcpy(dest, source, len)
151 const Bytef* source;
156 *dest++ = *source++; /* ??? to be unrolled */
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample2.java98 public void dataAvailable(Object source) argument
102 // Called when Eclipse tries to read from source when it is empty.
103 public void dataRequest(Object source) argument
107 output_queue_stream = (ToEclipseQueue) source;
134 // Called when Eclipse flushes source
135 public void dataAvailable(Object source) argument
139 input_queue_stream = (FromEclipseQueue) source;
152 public void dataRequest(Object source) argument
H A DQueueExample1.java109 public void dataAvailable(Object source) argument
113 while(((InputStream) source).available() > 0)
124 public void dataRequest(Object source){}; argument
H A DEclipseMapColourer.java383 JSlider source = (JSlider)e.getSource();
384 if (!source.getValueIsAdjusting()) {
385 mapSizeTextField.setText("" + source.getValue());
1060 // Called when Eclipse flushes source
1061 public void dataAvailable(Object source) argument
1073 input_queue_stream = (FromEclipseQueue) source;
1120 public void dataRequest(Object source) argument
1134 // Called when Eclipse flushes source
1135 public void dataAvailable(Object source) argument
1141 input_queue_stream = (FromEclipseQueue) source;
1165 dataRequest(Object source) argument
1183 dataAvailable(Object source) argument
1189 dataRequest(Object source) argument
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlobject.c252 void luaO_chunkid (char *out, const char *source, size_t bufflen) { argument
253 size_t l = strlen(source);
254 if (*source == '=') { /* 'literal' source */
256 memcpy(out, source + 1, l * sizeof(char));
258 addstr(out, source + 1, bufflen - 1);
262 else if (*source == '@') { /* file name */
264 memcpy(out, source + 1, l * sizeof(char));
268 memcpy(out, source + 1 + l - bufflen, bufflen * sizeof(char));
271 else { /* string; format as [string "source"] */
[all...]
H A Dllex.h62 TString *source; /* current source name */ member in struct:LexState
70 TString *source, int firstchar);
/barrelfish-2018-10-04/usr/acpi/
H A Dpcilnk_controller_client.c38 ACPI_HANDLE source; local
39 ACPI_STATUS as = AcpiGetHandle(NULL, (CONST_CAST)device, &source);
47 as = AcpiGetCurrentResources(source, &buf);
76 ACPI_HANDLE source; local
77 ACPI_STATUS as = AcpiGetHandle(NULL, (CONST_CAST)device, &source);
85 as = AcpiGetCurrentResources(source, &buf);
105 ACPI_HANDLE source; local
106 ACPI_STATUS as = AcpiGetHandle(NULL, (CONST_CAST)device, &source);
115 as = AcpiGetCurrentResources(source, &buf);
148 as = AcpiSetCurrentResources(source,
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dsource_storage.pl35 % source program storage
36 % The source is asserted into the module 'source'
59 :- current_module(source) -> true ; create_module(source).
62 clause_body(Head, Body, source).
65 ( get_flag_body(PredSpec, definition_module, source, source) ->
67 ; get_flag_body(PredSpec, declared, on, source) ->
76 (get_flag_body(F/N, tool, on, source)
[all...]
/barrelfish-2018-10-04/kernel/
H A Dstring.c99 const char *source = src;
109 dest[i] = source[i];
112 dest[i] = source[i];
114 dest[0] = source[0];
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Daslsupport.y23 * copy of the source code appearing in this file ("Covered Code") an
44 * Redistribution of source code of any substantial portion of the Covered
45 * Code or modification with rights to further distribute source must include
56 * Redistribution of source code of any substantial portion of the Covered
57 * Code or modification without rights to further distribute source must
60 * addition, Licensee may not authorize further sublicense of source of any
125 /*! [Begin] no source code translation */
131 /*! [End] no source code translation !*/
/barrelfish-2018-10-04/lib/rcce/
H A Drcce.c197 int RCCE_recv(char *privbuf, size_t size, int source) argument
210 if (source<0 || source >= RCCE_NP) {
214 int core_id = RC_COREID[source];
223 dprintf("%d: R(%lu,%d,%p,%d,%p)\n", my_core_id, size, source, mb, mb->pending, privbuf);
/barrelfish-2018-10-04/include/vm/
H A Dvm_object.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
1212 * specified existing object range. The source
1216 * are returned in the source parameters.
1224 vm_object_t source; local
1227 source = *object;
1232 if (source != NULL) {
1233 VM_OBJECT_WLOCK(source);
1234 if (source->ref_count == 1 &&
1235 source
1296 vm_object_t orig_object, new_object, source; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkstack.pl24 @source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>, <apps/*.[ch]>);
25 foreach $file (@source) {
H A Dmkerr.pl62 -rebuild Rebuild all header and C source files, irrespective of the
85 -nostatic Generates a different source code, where these additional
101 source files as assigned to each library through the config
118 @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>);
120 @source = @ARGV;
313 # Scan each C source file and look for function and reason codes
325 foreach $file (@source) {
326 # Don't parse the error source file.
329 open(IN, "<$file") || die "Can't open source file $file\n";
331 # skip obsoleted source file
[all...]
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dinterphi.h148 * \param source source domain id
157 xphi_dom_id_t source,
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DVisClient.java552 public void dataAvailable(Object source) argument
556 FromEclipseQueue feq = (FromEclipseQueue) source;
567 public void dataRequest(Object source){} argument
630 public void dataAvailable(Object source) argument
632 super.dataAvailable(source);
652 public void dataAvailable(Object source) argument
654 super.dataAvailable(source);
/barrelfish-2018-10-04/include/
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
665 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmacros.tex35 \index{source transformation}
62 \emph{source annotation aware}, and provide source annotation information for
64 supplied with source annotation information for the orginal term. Source
65 annotation information is about the source and position of a term, and is
134 or it can be source annotation aware, and be of arity 4 or 5, as follows:
143 term. In the case of the source annotation aware version of \about{TransPred},
149 otherwise, if no source annotation information is available, the third
340 source annotation aware, and the extra
341 arguments are used to specify how source informatio
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h11 * COPYING in the main directory of this source tree, or the
14 * Redistribution and use in source and binary forms, with or
18 * - Redistributions of source code must retain the above
388 #define MTHCA_GET(dest, source, offset) \
390 void *__p = (char *) (source) + (offset); \
400 #define MTHCA_PUT(dest, source, offset) \
403 switch (sizeof(source)) { \
404 case 1: *(u8 *) __d = (source); break; \
405 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
406 case 4: *(__be32 *) __d = cpu_to_be32(source); brea
[all...]
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacmsvc.h22 * copy of the source code appearing in this file ("Covered Code") an
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
59 * addition, Licensee may not authorize further sublicense of source of any
254 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes long.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/pl/
H A DVC-32.pl43 my ($target,$source,$bname)=@_;
48 \$(TMP_D)$o$bname.asm: $source
50 \$(PERL) $source \$\@

Completed in 143 milliseconds

1234567