Searched refs:STRING_TAG (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java87 public static final String STRING_TAG = "string"; field in class:AppBundlerTask
426 xout.writeStartElement(STRING_TAG);
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1297 const jint STRING_TAG = 0x47114711; variable
1312 *tagLocation = STRING_TAG;
1337 if (*tagLocation != STRING_TAG) {

Completed in 36 milliseconds