Searched refs:all (Results 226 - 250 of 261) sorted by relevance

1234567891011

/openjdk7/jdk/make/common/
H A DDemo.gmk34 # DEMO_ROOT - path to root of all demo files
180 # All destination files (top level readme files and all sources)
187 all: build demo_info
405 .PHONY: all build clean clobber demo_info \
H A DDefs.gmk27 # Common variables used by all the Java makefiles. This file should
589 .PHONY: all build clean clobber
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties61 # "Identity constraints". And we should cover all of the following errors.
176 cos-all-limited.1.2 = cos-all-limited.1.2: Eine "all"-Modellgruppe muss in einem Partikel mit "{'min occurs'}" = "{'max occurs'}" = 1 vorkommen, und dieses Partikel muss zu einem Paar geh\u00F6ren, das den "{'content type'}" einer Complex Type-Definition darstellt.
177 cos-all-limited.2 = cos-all-limited.2: "{"max occurs"}" eines Elements in einer "all"-Modellgruppe muss 0 oder 1 sein. Der Wert "{0}" f\u00FCr Element "{1}" ist ung\u00FCltig.
H A DXMLSchemaMessages_ja.properties61 # "Identity constraints". And we should cover all of the following errors.
176 cos-all-limited.1.2 = cos-all-limited.1.2: 'all'\u306E\u30E2\u30C7\u30EB\u30FB\u30B0\u30EB\u30FC\u30D7\u306F'{'min occurs'}' = '{'max occurs'}' = 1\u306E\u30D1\u30FC\u30C6\u30A3\u30AF\u30EB\u306B\u542B\u307E\u308C\u308B\u5FC5\u8981\u304C\u3042\u308A\u3001\u30D1\u30FC\u30C6\u30A3\u30AF\u30EB\u306F\u8907\u5408\u578B\u5B9A\u7FA9\u306E'{'content type'}'\u3092\u69CB\u6210\u3059\u308B1\u7D44\u306E\u4E00\u90E8\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
177 cos-all-limited.2 = cos-all-limited.2: ''all''\u306E\u30E2\u30C7\u30EB\u30FB\u30B0\u30EB\u30FC\u30D7\u306E\u8981\u7D20\u306E''{''max occurs''}''\u306F0\u304B1\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u8981\u7D20''{1}''\u306E\u5024''{0}''\u306F\u7121\u52B9\u3067\u3059\u3002
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java175 * of all JavaBeans<sup><font size="-2">TM</font></sup>
307 * representing its edges, size, and location -- can all be set
311 * <code>EAST</code> edges are all set, steps must be taken to ensure that
417 String[] all = horizontal ? ALL_HORIZONTAL : ALL_VERTICAL;
418 for (String s : all) {
1030 * to take place during all subsequent layout operations.
H A DJSpinner.java106 * of all JavaBeans<sup><font size="-2">TM</font></sup>
233 * <li> <i>all others</i> =&gt; <code>JSpinner.DefaultEditor</code>
427 * Returns an array of all the <code>ChangeListener</code>s added
430 * @return all of the <code>ChangeListener</code>s added or an empty
1129 String[] all = rb.getStringArray("NumberPatterns");
1130 return all[0];
1454 * components (e.g., use AccessibleRole.PUSH_BUTTON for all components
/openjdk7/jdk/make/java/java/
H A DMakefile107 # Make sure first rule does 'all'
109 default_rule: all
241 all build:
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java807 } // for all characters
821 // or we can just create all the names in IsBLOCKNAME format (XML Schema REC)?
864 Token all = Token.createRange();
865 all.addRange(0, Token.UTF16_MAX);
866 Token.categories.put("ALL", all);
867 Token.categories2.put("ALL", Token.complementRanges(all));
/openjdk7/jdk/test/sun/security/util/Resources/
H A DNewResourcesNames.java69 // Load all names inside resources files
362 * 1. If all spacebar return "nSPACE", n is count
395 // sure sb is empty when there's no alphanumerics at all
429 if (dotpos < 0) throw new Exception("No dot all over? " + s);
/openjdk7/make/scripts/
H A Dvsvars.sh326 # Remove all duplicate entries
390 REM Run the vcvars bat file, send all output to stderr
542 # Remove all temp files
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java252 * @return set of all present XmlNs annotations
352 // then link them all!
479 // all elements share the same type, so we can't register them to beanInfoMap
545 // don't allow xs:anyType beanInfo to handle all the unbound objects
643 String[] all = new String[typeMap.size()];
648 all[i++] = qn.toString();
651 String nearest = EditDistance.findNearest(name.toString(), all);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java210 public static <A> boolean all(Map1<A,Boolean> p, Collection<A> xs) { method in class:Fp
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp304 // add to the list of all perf data items
327 PerfDataList* PerfDataManager::all() { function in class:PerfDataManager
H A DperfData.hpp237 * Until further noice, all PerfData objects should be created and
584 * search over all existing PerfData items.
675 // return the list of all known PerfData items
676 static PerfDataList* all();
679 // return the list of all known PerfData items that are to be
684 // return the list of all known PerfData items that have a
H A DstubRoutines.cpp140 // The second phase includes all other stubs (which may depend on universe being initialized.)
142 extern void StubGenerator_generate(CodeBuffer* code, bool all); // only interface to generators
216 // Make sure all the arraycopy stubs properly handle zero count
268 // Make sure all the copy runtime routines properly handle zero count
/openjdk7/hotspot/agent/make/
H A DMakefile271 all: filelist
307 cd ../src/os/`java -classpath $(OUTPUT_DIR) sun.jvm.hotspot.utilities.PlatformInfo`; $(MAKE) all
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java116 private List bootstrapClasses; // all bootstrap classes
259 /* Create ThreadGroup to be used by all threads servicing
324 List all = allClasses();
325 for (Iterator itr = all.iterator(); itr.hasNext();) {
626 // FIXME: For now, all monitor capabilities are disabled
837 // return a list of all objects in heap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp63 // For now we'll just commit all of the bit map up fromt.
68 "didn't reserve backing store for all of concurrent marking bit map?");
381 assert(_next_survivor == NULL, "we should have claimed all survivors");
521 // Clear all the liveness counting data
636 // Reset all the marking data structures and any necessary flags
643 // We do reset all of them, since different phases will use
644 // different number of active threads. So, it's easiest to have all
687 // We propagate this to all tasks, not just the active ones.
784 VerifyOption_G1UsePrevMarking, true /* all */);
815 // This is the start of the marking cycle, we're expected all
2530 PrintReachableOopClosure(outputStream* out, VerifyOption vo, bool all) argument
2580 PrintReachableObjectClosure(outputStream* out, VerifyOption vo, bool all, HeapRegion* hr) argument
2632 PrintReachableRegionClosure(outputStream* out, VerifyOption vo, bool all) argument
2638 print_reachable(const char* str, VerifyOption vo, bool all) argument
[all...]
H A DconcurrentMark.hpp221 // Drain the mark stack, applying the given closure to all fields of
297 // for the root regions is to scan them and mark all objects reachable
304 // of the marking cycle) and the root regions are all the survivor
331 // all have been claimed.
335 // who's waiting on it. If aborted is false, assume that all regions
410 // the first one to ensure that they have all stopped manipulating
414 // ensure, that no task starts doing work before all data
433 // point when all the tasks complete their work. It is really used
465 // Resets all the marking data structures. Called when we have to restart
480 // prints all gathere
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DReferenceTypeImpl.java99 // Fetch all methods for the class, check performance impact
113 // Fetch all fields for the class, check performance impact
521 * Build a collection of all visible methods. The hash
578 List all = vm.allClasses();
582 Iterator iter = all.iterator();
1075 // Make sure they're all here - the obsolete method
1081 // Make sure they're all here
/openjdk7/hotspot/make/windows/
H A Dcreate.bat107 REM Test all variables to see whether the directories they
/openjdk7/jdk/test/
H A DMakefile208 # Root of all test results
336 all: jtreg_tests
395 @(($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-all' ) ;\
401 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- 'generic-all' ) ;\
608 # Run all tests
614 # These are all phony targets
628 # Report details on all failed or error tests, times too
630 # Retain all files for failing tests
672 # Used on select directories and applying the chmod to all shared libraries
873 # Run all
[all...]
/openjdk7/jdk/make/java/redist/
H A DMakefile81 all clean clobber::
84 all:: build
715 # Import all files from other components
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java248 if (t.nextToken().toLowerCase().equals("all")) {
773 } else if (notification.equals("all")) {
778 * Handle the same as "all" for backward
781 * Insert an "all" and take the current token as the
969 if (token.toLowerCase().equals("all")) {
1197 } else if (fieldName.equals("all")) {
1382 // trace all by itself.
1564 /* Print all local variables in current stack frame. */
1686 String all = t.nextToken("");
1691 if (all
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java692 //until all of the data is buffered.
754 * Scans an attribute value and normalizes whitespace converting all
1057 * Before a match is attempted, all strings of white space in the public
1111 * Normalize whitespace in an XMLString converting all whitespace
1384 * Convenience function used in all XML scanners.

Completed in 87 milliseconds

1234567891011