Home
last modified time | relevance | path

Searched refs:sourceRef (Results 1 – 3 of 3) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java61 public JsonLocation(Object sourceRef, long totalBytes, long totalChars, in JsonLocation() argument
64 _sourceRef = sourceRef; in JsonLocation()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DIOContext.java101 public IOContext(BufferRecycler br, Object sourceRef, boolean managedResource) in IOContext() argument
104 _sourceRef = sourceRef; in IOContext()
/external/libcups/scheduler/
Dprinters.c4837 CGImageSourceRef sourceRef; /* The file's image source */ in load_ppd() local
4851 sourceRef = CGImageSourceCreateWithURL(icnsFileUrl, NULL); in load_ppd()
4852 if (sourceRef) in load_ppd()
4854 for (i = 0; i < (int)CGImageSourceGetCount(sourceRef); i ++) in load_ppd()
4856 imageRef = CGImageSourceCreateImageAtIndex(sourceRef, (size_t)i, NULL); in load_ppd()
4934 CFRelease(sourceRef); in load_ppd()