Searched defs:al (Results 1 - 17 of 17) sorted by relevance

/openjdk10/jdk/test/javax/management/generified/
H A DListTypeCheckTest.java62 private static void test(ArrayList al) throws Exception { argument
70 private static void test(ArrayList al, boolean allowsBogus) throws Exception { argument
[all...]
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A DorderAccess_windows_x86.inline.hpp80 mov al, v; local
81 xchg al, byte ptr [edx]; local
H A Datomic_windows_x86.hpp215 mov al, compare_value local
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCopyOnWriteArraySet.java102 private final CopyOnWriteArrayList<E> al; field in class:CopyOnWriteArraySet
[all...]
/openjdk10/jdk/src/demo/share/applets/GraphicsTest/
H A DGraphicsTest.java51 ActionListener al; field in class:GraphicsPanel
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp182 void push(Register rd, AsmCondition cond = al) { MacroAssembler::push(rd, cond); } argument
183 void pop(Register rd, AsmCondition cond = al) { MacroAssembler::pop(rd, cond); } argument
185 void push(RegisterSet reg_set, AsmCondition cond = al) { MacroAssembler::push(reg_set, cond); } argument
186 void pop(RegisterSet reg_set, AsmCondition cond = al) { MacroAssembler::pop(reg_set, cond); } argument
H A Dassembler_arm.hpp32 hi, ls, ge, lt, gt, le, al, nv, enumerator in enum:AsmCondition
H A DmacroAssembler_arm.hpp432 void push(Register rd, AsmCondition cond = al) { argument
437 void push(RegisterSet reg_set, AsmCondition cond = al) { argument
442 void pop(Register rd, AsmCondition cond = al) { argument
447 void pop(RegisterSet reg_set, AsmCondition cond = al) { argument
452 void fpushd(FloatRegister fd, AsmCondition cond = al) { argument
456 void fpushs(FloatRegister fd, AsmCondition cond = al) { argument
460 void fpopd(FloatRegister fd, AsmCondition cond = al) { argument
464 void fpops(FloatRegister fd, AsmCondition cond = al) { argument
558 mov_relative_address(Register rd, address addr, AsmCondition cond = al) argument
1140 b(address target, AsmCondition cond = al) argument
1143 b(Label& L, AsmCondition cond = al) argument
1148 NOT_AARCH64_ARG(AsmCondition cond = al) argument
1151 NOT_AARCH64_ARG(AsmCondition cond = al) argument
1157 adr(Register dest, Label& L, AsmCondition cond = al) argument
1199 call(address target, relocInfo::relocType rtype = relocInfo::runtime_call_type NOT_AARCH64_ARG(AsmCondition cond = al)) argument
[all...]
/openjdk10/jdk/test/java/util/Collection/
H A DRemoveMicroBenchmark.java331 collectionJobs( String description, Supplier<Collection<Integer>> supplier, ArrayList<Integer> al) argument
426 queueJobs( String description, Supplier<Queue<Integer>> supplier, ArrayList<Integer> al) argument
443 dequeJobs( String description, Supplier<Deque<Integer>> supplier, ArrayList<Integer> al) argument
483 blockingQueueJobs( String description, Supplier<BlockingQueue<Integer>> supplier, ArrayList<Integer> al) argument
514 blockingDequeJobs( String description, Supplier<BlockingDeque<Integer>> supplier, ArrayList<Integer> al) argument
[all...]
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java988 P11Service(Token token, String type, String algorithm, String className, String[] al, long mechanism) argument
/openjdk10/jdk/src/demo/share/jfc/Font2DTest/
H A DFont2DTest.java1083 public ChoiceV2( ActionListener al, boolean fontChoice) { argument
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java115 public static List<Attribute> getCanonList(List<Attribute> al) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java2711 private void addCdataSectionElement(String URI_and_localName, ArrayList<String> al) { argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java584 private static JButton createButton(String key, ActionListener al) { argument
595 private static JButton createExitButton(String key, ActionListener al) { argument
606 private static JCheckBox createCheckBox(String key, ActionListener al) { argument
618 createRadioButton(String key, ActionListener al) argument
2847 IconRadioButton(String key, String img, boolean selected, ButtonGroup bg, ActionListener al) argument
2867 addActionListener(ActionListener al) argument
[all...]
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp857 ArrayLength* al = length->as_ArrayLength(); local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp780 void MacroAssembler::set(const AddressLiteral& al, Register d) { argument
794 void MacroAssembler::patchable_set(const AddressLiteral& al, Register d) { argument
[all...]

Completed in 272 milliseconds