HomeSort by relevance Sort by last modified time
    Searched refs:ipp (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gold/testsuite/
copy_test.cc 36 int* ipp = &ip; variable
45 assert(*ipp == 3);
copy_test_v1.cc 40 int* ipp = &ip; variable
49 assert(*ipp == 3);
  /external/libcups/cups/
ipp.c 31 static ipp_attribute_t *ipp_add_attr(ipp_t *ipp, const char *name,
42 static size_t ipp_length(ipp_t *ipp, int collection);
49 static _ipp_value_t *ipp_set_value(ipp_t *ipp, ipp_attribute_t **attr,
107 * 'ippAddBoolean()' - Add a boolean attribute to an IPP message.
109 * The @code ipp@ parameter refers to an IPP message previously created using
112 * The @code group@ parameter specifies the IPP attribute group tag: none
120 ippAddBoolean(ipp_t *ipp, /* I - IPP message */
121 ipp_tag_t group, /* I - IPP group *
    [all...]
ipp-private.h 2 * Private IPP definitions for CUPS.
23 # include <cups/ipp.h>
ipp.h 37 * IPP version string...
43 * IPP registered port number...
247 typedef enum ipp_op_e /**** IPP operations ****/
477 IPP_STATE_DATA /* IPP request data needs to be sent/received */
488 typedef enum ipp_status_e /**** IPP status code values ****/
    [all...]
encode.c 329 * 'cupsEncodeOptions()' - Encode printer options into IPP attributes.
337 cupsEncodeOptions(ipp_t *ipp, /* I - Request to add to */
341 DEBUG_printf(("cupsEncodeOptions(%p, %d, %p)", (void *)ipp, num_options, (void *)options));
347 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_OPERATION);
348 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_JOB);
349 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_SUBSCRIPTION);
354 * 'cupsEncodeOptions2()' - Encode printer options into IPP attributes for a group.
365 ipp_t *ipp, /* I - Request to add to */
377 ipp_attribute_t *attr; /* IPP attribute */
378 ipp_tag_t value_tag; /* IPP value tag *
    [all...]
Makefile 53 ipp.o \
54 ipp-support.o \
119 ipp.h \
134 ipp-private.h \
496 echo Running IPP API tests...
601 auth.c cups.h dest*.c encode.c http.h http*.c ipp.h ipp*.c \
testipp.c 2 * IPP test program for CUPS.
22 #include "ipp-private.h"
50 0x01, 0x01, /* IPP version */
200 0x01, 0x01, /* IPP version */
230 void print_attributes(ipp_t *ipp, int indent);
243 _ippdata_t data; /* IPP buffer */
282 "printer-uri", NULL, "ipp://localhost/printers/foo");
703 puts("Core IPP tests failed.");
705 puts("Core IPP tests passed.");
710 * Read IPP files..
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
CancelJobTask.java 18 package com.android.bips.ipp;
GetCapabilitiesTask.java 18 package com.android.bips.ipp;
JobStatus.java 18 package com.android.bips.ipp;
Backend.java 18 package com.android.bips.ipp;
267 * @param httpResource path of print resource on host (e.g. "/ipp/print")
268 * @param uriScheme scheme (e.g. "ipp")
306 * @param scheme URI scheme (e.g. ipp/ipps)
  /hardware/intel/common/libwsbm/src/
Android.mk 21 $(TARGET_OUT_HEADERS)/ipp \
  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 149 for (IpPrefix ipp : oldRa.prefixes) {
150 if (newRa == null || !newRa.prefixes.contains(ipp)) {
151 newlyDeprecated.prefixes.add(ipp);
173 for (IpPrefix ipp : prefixes) {
174 mPrefixes.put(ipp, MAX_URGENT_RTR_ADVERTISEMENTS);
179 for (IpPrefix ipp : prefixes) {
180 mPrefixes.remove(ipp);
294 for (IpPrefix ipp : mRaParams.prefixes) {
295 putPio(ra, ipp, DEFAULT_LIFETIME, DEFAULT_LIFETIME);
307 for (IpPrefix ipp : mDeprecatedInfoTracker.getPrefixes())
    [all...]
  /external/clang/test/PCH/
types.c 65 int_ptr_ptr ipp = &int_value_ptr; variable
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 79 int_ptr_ptr ipp; local
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}}
  /prebuilts/go/darwin-x86/test/
convT2X.go 74 ipp interface{} = pp
165 if pp != ipp {
166 panic("pp != ipp")
73 ipp interface{} = pp var
  /prebuilts/go/linux-x86/test/
convT2X.go 74 ipp interface{} = pp
165 if pp != ipp {
166 panic("pp != ipp")
73 ipp interface{} = pp var
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrintJob.java 28 import com.android.bips.ipp.Backend;
29 import com.android.bips.ipp.CapabilitiesCache;
30 import com.android.bips.ipp.JobStatus;
BuiltInPrintService.java 41 import com.android.bips.ipp.Backend;
42 import com.android.bips.ipp.CapabilitiesCache;
98 // Delay IPP results so that IPP is preferred
LocalPrinter.java 28 import com.android.bips.ipp.CapabilitiesCache;
  /external/libcups/filter/
testclient.c 55 static void show_attributes(const char *title, int request, ipp_t *ipp);
88 ipp_t *request, /* IPP request */
89 *response; /* IPP response */
90 ipp_attribute_t *attr; /* IPP attribute */
170 else if (uri || (strncmp(argv[i], "ipp://", 6) && strncmp(argv[i], "ipps://", 7)))
732 ipp_t *request, /* IPP request */
733 *response; /* IPP response */
865 ipp_t *ipp) /* I - IPP request/response */
867 int minor, major = ippGetVersion(ipp, &minor)
    [all...]
  /external/syslinux/com32/menu/
readconfig.c 330 char ipoptions[4096], *ipp; local
372 ipp = ipoptions;
373 *ipp = '\0';
376 ipp += sprintf(ipp, " initrd=%s", ld->initrd);
383 *ipp++ = ' ';
384 ipp = copy_sysappend_string(ipp, ipappend->ptr[i]);
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 360 char ipoptions[4096], *ipp; local
401 ipp = ipoptions;
402 *ipp = '\0';
405 ipp += sprintf(ipp, " initrd=%s", ld->initrd);
412 *ipp++ = ' ';
413 ipp = copy_sysappend_string(ipp, ipappend->ptr[i]);
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
ManualDiscovery.java 25 import com.android.bips.ipp.CapabilitiesCache;
43 private static final Uri[] IPP_URIS = {Uri.parse("ipp://host:631/ipp/print"),
44 Uri.parse("ipp://host:80/ipp/print"), Uri.parse("ipp://host:631/ipp/printer"),
45 Uri.parse("ipp://host:631/ipp"), Uri.parse("ipp://host:631/")
    [all...]

Completed in 1216 milliseconds

1 2