Searched refs:find (Results 201 - 225 of 494) sorted by relevance

1234567891011>>

/openjdk9/langtools/test/tools/javap/
H A DT4975569.java64 if (!matcher.find()) {
/openjdk9/nashorn/samples/dynalink/
H A DUnderscoreNameLinkerExporter.java65 while (m.find()) {
/openjdk9/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStatusTest.java155 assertTrue(expected.matcher(value).find(), msg);
/openjdk9/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java70 fail("Cannot find nashorn factory!");
115 while (matcher.find()) {
/openjdk9/hotspot/make/
H A Dhotspot.script120 echo "Failed to find JDK." \
163 echo Error: Cannot find the java launcher \"$LAUNCHER\"
202 # First find out what emacs version we're using, so that we can
/openjdk9/hotspot/test/testlibrary/jittester/
H A DMakefile48 EXTRA_SRC_FILES := $(shell find $(EXTRA_SRC_DIR) -name '*.java')
71 SRC_FILES = $(shell find $(SRC_DIR) -name '*.java')
/openjdk9/hotspot/test/gc/arguments/
H A DTestTargetSurvivorRatioFlag.java210 m.find();
231 m.find();
234 // It is expected to find at least MaxTenuringThreshold GC events
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DUtils.java262 if (matcher.find()) {
265 if (matcher.find()) {
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DDebug.java261 while (matcher.find()) {
285 while (matcher.find()) {
/openjdk9/jdk/test/com/sun/jdi/
H A DCompatibleConnectors.java103 // find Connector by name, return null if not found
104 static Connector find(String name, List l) { method in class:CompatibleConnectors
252 Connector c = find(name, list);
/openjdk9/jdk/test/java/util/Currency/
H A DPropertiesTest.java134 if (!m.find()) {
154 mAfter.find();
/openjdk9/langtools/test/tools/jdeps/
H A DAPIDeps.java184 while (lm.find()) {
191 if (pm.find())
H A DBasic.java184 while (lm.find()) {
191 if (pm.find())
/openjdk9/jdk/test/lib/testlibrary/
H A DJarUtils.java68 Files.find(dir.resolve(entry), Integer.MAX_VALUE,
144 Files.find(dir.resolve(entry), Integer.MAX_VALUE,
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DUtils.java262 if (matcher.find()) {
265 if (matcher.find()) {
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-ui.js436 // If this widget is being redefined then we need to find all widgets that
1409 .toggleClass( "ui-menu-icons", !!this.element.find( ".ui-icon" ).length )
1471 var item = this.active || this.element.find( this.options.items ).eq( 0 );
1506 .find( ".ui-menu" ).addBack()
1518 this.element.find( ".ui-menu-item" )
1535 this.element.find( ".ui-menu-divider" ).removeClass( "ui-menu-divider ui-widget-content" );
1632 submenus = this.element.find( this.options.menus );
1634 this.element.toggleClass( "ui-menu-icons", !!this.element.find( ".ui-icon" ).length );
1659 items = menus.find( this.options.items );
1696 this.element.find( "
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/
H A Djquery-ui.js436 // If this widget is being redefined then we need to find all widgets that
1409 .toggleClass( "ui-menu-icons", !!this.element.find( ".ui-icon" ).length )
1471 var item = this.active || this.element.find( this.options.items ).eq( 0 );
1506 .find( ".ui-menu" ).addBack()
1518 this.element.find( ".ui-menu-item" )
1535 this.element.find( ".ui-menu-divider" ).removeClass( "ui-menu-divider ui-widget-content" );
1632 submenus = this.element.find( this.options.menus );
1634 this.element.toggleClass( "ui-menu-icons", !!this.element.find( ".ui-icon" ).length );
1659 items = menus.find( this.options.items );
1696 this.element.find( "
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-private.hh437 inline Type *find (T v) { function in struct:hb_prealloced_array_t
444 inline const Type *find (T v) const { function in struct:hb_prealloced_array_t
501 item_t *item = items.find (v);
526 item_t *item = items.find (v);
539 inline bool find (T v, item_t *i, lock_t &l) function in struct:hb_lockable_set_t
542 item_t *item = items.find (v);
553 item_t *item = items.find (v);
/openjdk9/hotspot/src/share/vm/runtime/
H A DcommandLineFlagRangeList.cpp382 CommandLineFlagRange* CommandLineFlagRangeList::find(const char* name) { function in class:CommandLineFlagRangeList
395 CommandLineFlagRange* range = CommandLineFlagRangeList::find(name);
399 CommandLineFlagConstraint* constraint = CommandLineFlagConstraintList::find(name);
/openjdk9/jdk/src/java.base/share/native/libjimage/
H A DimageFile.cpp73 s4 ImageStrings::find(Endian* endian, const char* name, s4* redirect, u4 length) { function in class:ImageStrings
441 s4 index = ImageStrings::find(_endian, path, _redirect_table, table_length());
458 s4 index = ImageStrings::find(_endian, path, _redirect_table, table_length());
/openjdk9/test/lib/jdk/test/lib/
H A DUtils.java224 matched = matcher.find();
342 if (matcher.find()) {
345 if (matcher.find()) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DPOALocalCRDImpl.java99 ObjectAdapter oa = oaf.find( oaid ) ;
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java35 provides the functionality of find() in the VM. */
38 public static PointerLocation find(Address a) { method in class:PointerFinder
58 // Try to find thread containing it
/openjdk9/corba/make/src/classes/build/tools/logutil/
H A DInput.java145 if (matcher.find())
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp61 if (_pops->find(fp.frame_number()) < 0) {

Completed in 408 milliseconds

1234567891011>>