Searched refs:BASE (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DPropertyKeys.java55 private final static String BASE = "amxtest"; field in class:PropertyKeys
56 public static final String DEFAULT_PROPERTIES_FILE = BASE + ".properties";
58 public static final String CONNECT_KEY = BASE + ".connect";
66 public static final String RUN_THREADED_KEY = BASE + ".threaded";
67 public static final String VERBOSE_KEY = BASE + ".verbose";
68 public static final String ITERATIONS_KEY = BASE + ".iterations";
75 public static final String TEST_OFFLINE_KEY = BASE + ".testOffline";
88 public static final String EXPANDED_TESTING_KEY = BASE + ".expandedTesting";
97 public static final String NODE_AGENTS_KEY = BASE + ".nodeAgents";
105 public static final String DAS_NODE_AGENT_NAME = BASE
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dadler32.c9 #define BASE 65521L /* largest prime smaller than 65536 */ macro
11 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
43 s1 %= BASE;
44 s2 %= BASE;
H A Dzadler32.c19 #define BASE 65521L /* largest prime smaller than 65536 */ macro
21 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
53 s1 %= BASE;
54 s2 %= BASE;

Completed in 22 milliseconds