Searched defs:data (Results 751 - 775 of 871) sorted by relevance

<<3132333435

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java620 public void processingInstruction(String target, XMLString data, argument
623 fDocumentHandler.processingInstruction(target, data, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java59 * be able to tell the source when to send us more data.
87 /** This vector holds offset and length data.
305 * Get the data or qualified name for the given node identity.
309 * @return The data or qualified name, or DTM.NULL.
361 * events, and it will manage interactions with its data sources.
373 // Establish coroutine link so we can request more data
382 // Establish SAX-stream link so we can receive the requested data
495 * string-value of the given node (see http://www.w3.org/TR/xpath#data-model
644 * the name as described by the XPath data model, NOT the DOM-style
1251 * (see http://www.w3.org/TR/xpath#data
2137 processingInstruction(String target, String data) argument
[all...]
H A DSAX2DTM2.java49 * use it in incremental situation. To reduce the overhead of pulling data from the DTM model,
347 * Iterator that returns the namespace nodes as defined by the XPath data model
2451 * @param data The processing instruction data, or null if
2457 public void processingInstruction(String target, String data) argument
2470 m_values.addElement(data);
2657 * as described by the XPath data model, NOT the DOM- style name.
2768 * (see http://www.w3.org/TR/xpath#data-model
2882 * org/TR/xpath#data- model for the definition of a node's string- value).
3001 * string-value of the given node (see http://www.w3.org/TR/xpath#data
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java238 public void comment(String data) throws SAXException argument
240 final int length = data.length();
245 data.getChars(0, length, m_charsBuff, 0);
997 String data = node.getNodeValue();
998 if (data != null)
1000 final int length = data.length();
1005 data.getChars(0, length, m_charsBuff, 0);
1191 protected void fireEscapingEvent(String name, String data) argument
1198 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_PI,name, data);
H A DToUnknownStream.java882 public void processingInstruction(String target, String data) argument
890 m_handler.processingInstruction(target, data);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java229 * for all the data structures. Set internal flags based on property values.
259 * re-allocate internal data structures.
684 public void writeCharacters(String data) throws XMLStreamException { argument
690 writeXMLContent(data);
696 public void writeCharacters(char[] data, int start, int len) argument
703 writeXMLContent(data, start, len, fEscapeCharacters);
1090 * @param data
1093 public void writeProcessingInstruction(String target, String data) argument
1100 if ((target == null) || (data == null)) {
1107 fWriter.write(data);
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java260 // At the beginning of data sent by a writeObject or
368 * @exception OptionalDataException Primitive data was found in the
687 public final int read(byte data[], int offset, int length) throws IOException{ argument
691 orbStream.read_octet_array(data, offset, length);
787 public final void readFully(byte data[]) throws IOException{ argument
790 readFully(data, 0, data.length);
793 public final void readFully(byte data[], int offset, int size) throws IOException{ argument
798 orbStream.read_octet_array(data, offset, size);
925 // tell the readObject how much data i
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java264 * it what its data model is (32- or 64-bit).
307 byte[] data = readBytes(address, jlongSize);
308 return utils.dataToJLong(data, jlongSize);
330 // putting some global 64-bit data on 32-bit boundaries
337 byte[] data = readBytes(address, numBytes);
338 return utils.dataToCInteger(data, isUnsigned);
366 public void writeBytesToProcess(long address, long numBytes, byte[] data) argument
371 writeBytesToProcess0(address, numBytes, data);
646 private native void writeBytesToProcess0(long address, long numBytes, byte[] data) throws DebuggerException; argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java928 public void drawBytes(byte data[], int offset, int length, int x, int y) { argument
942 debugGraphics.drawBytes(data, offset, length, x, y);
952 graphics.drawBytes(data, offset, length, x, y);
958 graphics.drawBytes(data, offset, length, x, y);
964 public void drawChars(char data[], int offset, int length, int x, int y) { argument
978 debugGraphics.drawChars(data, offset, length, x, y);
988 graphics.drawChars(data, offset, length, x, y);
994 graphics.drawChars(data, offset, length, x, y);
H A DTransferHandler.java58 * represent data that is exchanged via a cut, copy, or paste
97 * This value is used when data is copied to a clipboard
104 * This value is used when data is moved to a clipboard (i.e. a cut)
117 * This value is used to specify that data should be linked in a drag
138 * Represents a location where dropped data should be inserted.
200 * transfer or to import the data contained within. But it also
525 * Returns the data flavors for this transfer.
527 * @return the data flavors for this transfer
542 * Returns whether or not the given data flavor is supported.
719 * @param comp the component holding the data t
1050 exportDone(JComponent source, Transferable data, int action) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java1266 public void processingInstruction(String target, String data) argument
1269 getHandler().processingInstruction(target, data);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHeadlessToolkit.java380 public Image createImage(byte[] data, int offset, int length) { argument
381 return tk.createImage(data, offset, length);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java199 * A class representing a node in a meta-data tree, which implements
1011 Object data,
1010 setUserData(String key, Object data, UserDataHandler handler) argument
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp469 ciProfileData* data = method_data()->bci_to_data(bci); local
470 if (data != NULL && data->is_CounterData()) {
472 int count = data->as_CounterData()->count();
474 if (!data->is_ReceiverTypeData()) {
477 ciReceiverTypeData* call = (ciReceiverTypeData*)data->as_ReceiverTypeData();
503 // Add the receiver to result data.
542 // Add new receiver and sort data by receiver's profile count.
544 // Add new receiver and sort data by receiver's counts when we have space
729 ciProfileData* data local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp71 relocInfo* data = this+1; // here's where the data might go local
72 dest->set_locs_end(data); // sync end: the next call may read dest.locs_end
73 reloc->pack_data_to(dest); // maybe write data into locs, advancing locs_end
75 if (data_limit > data) {
87 assert(prefix_limit >= p, "must be a valid span of data");
91 return this; // no data: remove self completely
94 (*this) = immediate_relocInfo(p[0]); // move data inside self
99 assert(data() + datalen() == prefix_limit, "pointers must line up");
386 // The idea is to encode relocation data whic
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp47 // All data in the profile is approximate. It is expected to be accurate
49 // counter overflow, multiprocessor races during data collection, space
50 // limitations, missing MDO blocks, etc. Bad or missing data will degrade
53 // to assess the quality ("maturity") of its data.
63 // The reader will find many data races in profile gathering code, starting
72 // Overlay for generic profiling data.
75 // Every data layout begins with a header. This header
77 // of the data, 4 bits of flags, which can be used in any way,
79 // and a bci, which is used to tie this piece of data to a
90 // The data layou
1454 ProfileData* data = bci_to_data(bci); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1710 public ObjectInputStream deserialize(ObjectName name, byte[] data) throws InstanceNotFoundException, argument
1715 public ObjectInputStream deserialize(String className, byte[] data) throws OperationsException, argument
1721 byte[] data) throws InstanceNotFoundException, OperationsException,
1720 deserialize(String className, ObjectName loaderName, byte[] data) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java1044 public void open(AudioFormat format, byte[] data, int offset, int bufferSize) argument
1051 System.arraycopy(data, offset, newData, 0, bufferSize);
1055 // this method does not copy the data array
1056 private void open(AudioFormat format, byte[] data, int frameLength) argument
1063 if (Printer.trace) Printer.trace("> DirectClip.open(format, data, frameLength)");
1064 if (Printer.debug) Printer.debug(" data="+((data==null)?"null":""+data.length+" bytes"));
1072 this.audioData = data;
1133 // read the data fro
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java50 * A rowset consists of its properties, metadata, and data values. An XML document
62 * the rowset's metadata elements, and <code>data</code>, which lists the rowset's data
117 "sync-provider-grade","data-source-lock"};
256 * A constant representing the tag for the data source lock.
373 private String [] data = {"currentRow", "columnValue", "insertRow", "deleteRow", "insdel", "updateRow", "null" , "emptyString"}; field in class:XmlReaderContentHandler
392 * set before data values can be set).
416 * <code>data</code>.
427 * properties, one for metadata, and one for data. These hash maps map the
466 * <code>properties</code>, <code>colDef</code>, or <code>data</cod
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1156 void LIRGenerator::put_Object_unsafe(LIR_Opr src, LIR_Opr offset, LIR_Opr data, argument
1164 __ volatile_store_unsafe_reg(data, src, offset, type, NULL, lir_patch_none);
1185 __ move(data, addr);
1188 post_barrier(LIR_OprFact::address(addr), data); local
1218 LIR_Opr data = value.result(); local
1222 if (data != dst) {
1223 __ move(data, dst);
1224 data = dst;
1255 __ xchg(LIR_OprFact::address(addr), data, dst, tmp); local
1258 post_barrier(ptr, data);
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp185 // (used to manipulate inlined 32bit data dll calls, etc.)
206 intptr_t data() const { return ptr_at(data_offset); } function in class:NativeMovConstReg
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java43 * It requires two external input data files:
84 most character property data is stored in a special multi-level table whose
280 * Given the data from the Unicode specification file, this routine builds a map.
282 * The specification file is assumed to contain its data in sorted order by
288 * therefore a sparse representation of the character property data.
290 * The resulting map is dense representation of the character data. It contains
299 * of character property data from a single UnicodeSpec object into 32 bits.
303 * @param data character property data from the Unicode specification file
309 static long[] buildMap(UnicodeSpec[] data, SpecialCaseMa argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp94 const void *_env_local_storage; // per env agent allocated data.
112 void set_env_local_storage(const void* data) { _env_local_storage = data; } argument
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp256 * This prints out hex data in a 'windbg' or 'xxd' form, where each line is:
266 void outputStream::print_data(void* data, size_t len, bool with_ascii) { argument
276 print("%02x", ((unsigned char*)data)[i]);
286 char c = ((char*)data)[idx];
387 char* fileStream::readln(char *data, int count ) { argument
388 char * ret = ::fgets(data, count, _file);
390 data[::strlen(data)-1] = '\0';
1070 assert(result == (int)size(), "didn't send enough data");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java202 * XMLStreamWriterEx impl can retain the data, like JAX-WS does.
308 public void leafElement( Name tagName, String data, String fieldName ) throws SAXException, IOException, XMLStreamException { argument
314 out.text(data,false);
323 out.text(data,false);
328 public void leafElement( Name tagName, Pcdata data, String fieldName ) throws SAXException, IOException, XMLStreamException { argument
334 out.text(data,false);
343 out.text(data,false);
348 public void leafElement( Name tagName, int data, String fieldName ) throws SAXException, IOException, XMLStreamException { argument
349 intData.reset(data);

Completed in 1612 milliseconds

<<3132333435