Searched refs:desired (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyPermission.java153 * desired actions granted on the property. Possible actions are
530 int desired = pp.getMask();
540 if ((effective & desired) == desired)
559 if ((effective & desired) == desired)
578 if ((effective & desired) == desired)
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DServicePermission.java482 int desired = np.getMask();
484 int needed = desired;
499 if ((effective & desired) == desired)
501 needed = (desired ^ effective);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.cpp249 const jvmtiCapabilities *desired,
254 if (has_some(exclude(desired, &temp, &temp))) {
259 either(&acquired_capabilities, desired, &acquired_capabilities);
262 both(&onload_capabilities, desired, &temp);
267 both(&onload_solo_capabilities, desired, &temp);
272 exclude(&always_solo_remaining_capabilities, desired, &always_solo_remaining_capabilities);
273 exclude(&onload_solo_remaining_capabilities, desired, &onload_solo_remaining_capabilities);
276 either(current, desired, result);
247 add_capabilities(const jvmtiCapabilities *current, const jvmtiCapabilities *prohibited, const jvmtiCapabilities *desired, jvmtiCapabilities *result) argument
H A DjvmtiManageCapabilities.hpp76 const jvmtiCapabilities *desired,
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java520 // Switch this object state to the desired value an send
524 private final void setStateAndNotify(ScanState desired) { argument
526 if (old == desired) return;
527 state = desired;
532 String.valueOf(old),String.valueOf(desired));
H A DScanManager.java543 * and if so, switch its value to the new desired state.
547 private ScanState switchState(ScanState desired,String forOperation) { argument
548 return switchState(desired,allowedStates.get(forOperation));
553 * and if so, switch its value to the new desired state.
557 private ScanState switchState(ScanState desired,EnumSet<ScanState> allowed) { argument
565 state = desired;
569 LOG.fine("switched state: "+old+" -> "+desired);
570 if (old != desired)
571 queueStateChangedNotification(sequence,timestamp,old,desired);
797 * This method is used to switch to the desired stat
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java362 final File desired = new File(basename);
365 if (desired.exists()) {
366 if (!desired.renameTo(new File(backupName)))
/openjdk7/jdk/src/share/classes/java/io/
H A DFilePermission.java255 * contains a comma-separated list of the desired actions granted on the
775 int desired = fp.getMask();
777 int needed = desired;
785 if ((effective & desired) == desired)
787 needed = (desired ^ effective);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp54 ssize_t _coal_desired; // desired +/- small-percent for tuning coalescing
56 ssize_t _surplus; // count - (desired +/- small-percent),
130 ssize_t desired() const { return _desired; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt44 act as a cookie for the factory if desired.
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp172 ssize_t desired() const { function in class:VALUE_OBJ_CLASS_SPEC
173 return _allocation_stats.desired();
H A DbinaryTreeDictionary.cpp936 // For each list in the tree, calculate the desired, desired
957 fl->set_coal_desired((ssize_t)((double)fl->desired() * coalSurplusPercent));
1109 (ssize_t)((double)fl->desired() * splitSurplusPercent));
1214 total()->set_desired( total()->desired() + fl->desired() );
1242 (double)(total->desired() - total->count())
1243 /(total->desired() != 0 ? (double)total->desired() : 1.0));
H A DfreeList.cpp345 "bfrsurp", "surplus", "desired", "prvSwep", "bfrSwep",
363 bfr_surp(), surplus(), desired(), prev_sweep(), before_sweep(),
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c46 * have as many boxes as desired colors. Then the mean color in each
64 * and it also interfered with desired capabilities such as quantizing to an
121 * desired colors. 16 bits/cell is plenty for that too.)
202 int desired; /* desired # of colors = size of colormap */ member in struct:__anon736
1153 select_colors(cinfo, cquantize->desired);
1282 int desired = cinfo->desired_number_of_colors; local
1284 if (desired < 8)
1287 if (desired > MAXNUMCOLORS)
1290 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSIO
[all...]
H A Djdmarker.c1175 * The desired restart marker number (0..7) is passed as a parameter.
1190 * without having to discard data if we don't find the desired marker.
1197 * #2 is appropriate if we think the desired marker lies ahead, while #3 is
1199 * that we have missed the desired restart marker, probably because it got
1214 jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired)
1220 WARNMS2(cinfo, JWRN_MUST_RESYNC, marker, desired);
1229 if (marker == ((int) M_RST0 + ((desired+1) & 7)) ||
1230 marker == ((int) M_RST0 + ((desired+2) & 7)))
1232 else if (marker == ((int) M_RST0 + ((desired-1) & 7)) ||
1233 marker == ((int) M_RST0 + ((desired
[all...]
H A Djpeglib.h736 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
1042 int desired));
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java1285 int desired = np.getMask();
1287 int needed = desired;
1297 if ((effective & desired) == desired)
1299 needed = (desired ^ effective);
/openjdk7/jdk/src/share/classes/java/lang/
H A DPackage.java100 * only be compared for equality with desired version identifiers.
205 * desired version. It returns true if
207 * to the desired version number. <p>
210 * components of the desired and specification strings.
213 * If the specification value is greater than the desired
218 * @param desired the version string of the desired version.
220 * than or equal to the desired version number
222 * @exception NumberFormatException if the desired or current version
225 public boolean isCompatibleWith(String desired) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DRecognizedOptions.java243 static Option[] getOptions(OptionHelper helper, Set<OptionName> desired) { argument
246 if (desired.contains(option.getName()))
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME36 the speed and quality desired.
53 data desired. The files which implement the various categories are as
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2181 fl->set_coal_desired((ssize_t)((double)fl->desired() * CMSSmallCoalSurplusPercent));
2197 (ssize_t)((double)fl->desired() * CMSSmallSplitSurplusPercent));
2561 total.set_desired( total.desired() + fl->desired() );
2576 (double)(total.desired() - total.count())/(total.desired() != 0 ? (double)total.desired() : 1.0));

Completed in 218 milliseconds