Searched refs:what (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/
H A DAnnotationUtils.java77 public static void setLoggerTarget(String what) { argument
78 whatToLog = what;
85 public static boolean shouldLog(String what) { argument
88 if (whatToLog.indexOf(what)!=-1)
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DSyslog.java127 String what="<" + fl + ">" + msg;
128 // System.out.println(what);
131 DatagramPacket dp = new DatagramPacket(what.getBytes(),
132 what.length(), addr, PACKET_SIZE);
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DServicesUtils.java77 static void appendTextToFile(File to, String what) { argument
80 if(what == null || to == null)
86 String[] lines = what.split("\n");
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinftrees.h22 } what; member in union:inflate_huft_s::__anon13
H A Dmaketree.c25 #define exop word.what.Exop
26 #define bits word.what.Bits
H A Dinffast.c16 #define exop word.what.Exop
17 #define bits word.what.Bits
H A Dinfcodes.c14 #define exop word.what.Exop
15 #define bits word.what.Bits
H A Dinftrees.c25 #define exop word.what.Exop
26 #define bits word.what.Bits
H A Dinfblock.c15 #define exop word.what.Exop
16 #define bits word.what.Bits
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/
H A DAdminBaseDevTest.java222 String get(String what) { argument
228 AsadminReturn ret = asadminWithOutput("get", what);
232 int index = ret.outAndErr.lastIndexOf(what);
240 int valueIndex = index + what.length() + 1;
241 return ret.outAndErr.substring(index + what.length() + 1).trim();
244 final boolean doesGetMatch(String what, String match) { argument
245 String ret = get(what);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DStringUtils.java241 public static void prepend(String[] ss, String what) { argument
243 ss[i] = what + ss[i];

Completed in 117 milliseconds