Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/jcommander/src/main/java/com/beust/jcommander/internal/
DDefaultConverterFactory.java50 m_classConverters.put(String.class, StringConverter.class); in m_classConverters.put()
51 m_classConverters.put(Integer.class, IntegerConverter.class); in m_classConverters.put()
52 m_classConverters.put(int.class, IntegerConverter.class); in m_classConverters.put()
53 m_classConverters.put(Long.class, LongConverter.class); in m_classConverters.put()
54 m_classConverters.put(long.class, LongConverter.class); in m_classConverters.put()
55 m_classConverters.put(Float.class, FloatConverter.class); in m_classConverters.put()
56 m_classConverters.put(float.class, FloatConverter.class); in m_classConverters.put()
57 m_classConverters.put(Double.class, DoubleConverter.class); in m_classConverters.put()
58 m_classConverters.put(double.class, DoubleConverter.class); in m_classConverters.put()
59 m_classConverters.put(Boolean.class, BooleanConverter.class); in m_classConverters.put()
[all …]
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java302 setImplementation(Appendable.class, StringBuilder.class); in setImplementation()
303 setImplementation(BlockingQueue.class, LinkedBlockingDeque.class); in setImplementation()
304 setImplementation(BlockingDeque.class, LinkedBlockingDeque.class); in setImplementation()
305 setImplementation(ConcurrentMap.class, ConcurrentHashMap.class); in setImplementation()
306 setImplementation(ConcurrentNavigableMap.class, ConcurrentSkipListMap.class); in setImplementation()
307 setImplementation(CountDownLatch.class, Dummies.DummyCountDownLatch.class); in setImplementation()
308 setImplementation(Deque.class, ArrayDeque.class); in setImplementation()
309 setImplementation(OutputStream.class, ByteArrayOutputStream.class); in setImplementation()
310 setImplementation(PrintStream.class, Dummies.InMemoryPrintStream.class); in setImplementation()
311 setImplementation(PrintWriter.class, Dummies.InMemoryPrintWriter.class); in setImplementation()
[all …]
/external/annotation-tools/scene-lib/src/annotations/field/
DBasicAFT.java60 tempBafts.put(byte.class, new BasicAFT(byte.class)); in tempBafts.put()
61 tempBafts.put(short.class, new BasicAFT(short.class)); in tempBafts.put()
62 tempBafts.put(int.class, new BasicAFT(int.class)); in tempBafts.put()
63 tempBafts.put(long.class, new BasicAFT(long.class)); in tempBafts.put()
64 tempBafts.put(float.class, new BasicAFT(float.class)); in tempBafts.put()
65 tempBafts.put(double.class, new BasicAFT(double.class)); in tempBafts.put()
66 tempBafts.put(char.class, new BasicAFT(char.class)); in tempBafts.put()
67 tempBafts.put(boolean.class, new BasicAFT(boolean.class)); in tempBafts.put()
68 tempBafts.put(String.class, new BasicAFT(String.class)); in tempBafts.put()
/external/mockito/src/main/java/org/mockito/internal/util/
DPrimitives.java65 PRIMITIVE_TYPES.put(Boolean.class, Boolean.TYPE); in PRIMITIVE_TYPES.put()
66 PRIMITIVE_TYPES.put(Character.class, Character.TYPE); in PRIMITIVE_TYPES.put()
67 PRIMITIVE_TYPES.put(Byte.class, Byte.TYPE); in PRIMITIVE_TYPES.put()
68 PRIMITIVE_TYPES.put(Short.class, Short.TYPE); in PRIMITIVE_TYPES.put()
69 PRIMITIVE_TYPES.put(Integer.class, Integer.TYPE); in PRIMITIVE_TYPES.put()
70 PRIMITIVE_TYPES.put(Long.class, Long.TYPE); in PRIMITIVE_TYPES.put()
71 PRIMITIVE_TYPES.put(Float.class, Float.TYPE); in PRIMITIVE_TYPES.put()
72 PRIMITIVE_TYPES.put(Double.class, Double.TYPE); in PRIMITIVE_TYPES.put()
76 PRIMITIVE_OR_WRAPPER_DEFAULT_VALUES.put(Boolean.class, false); in PRIMITIVE_OR_WRAPPER_DEFAULT_VALUES.put()
77 PRIMITIVE_OR_WRAPPER_DEFAULT_VALUES.put(Character.class, '\u0000'); in PRIMITIVE_OR_WRAPPER_DEFAULT_VALUES.put()
[all …]
/external/guava/guava/src/com/google/common/primitives/
DPrimitives.java48 add(primToWrap, wrapToPrim, boolean.class, Boolean.class); in add()
49 add(primToWrap, wrapToPrim, byte.class, Byte.class); in add()
50 add(primToWrap, wrapToPrim, char.class, Character.class); in add()
51 add(primToWrap, wrapToPrim, double.class, Double.class); in add()
52 add(primToWrap, wrapToPrim, float.class, Float.class); in add()
53 add(primToWrap, wrapToPrim, int.class, Integer.class); in add()
54 add(primToWrap, wrapToPrim, long.class, Long.class); in add()
55 add(primToWrap, wrapToPrim, short.class, Short.class); in add()
56 add(primToWrap, wrapToPrim, void.class, Void.class); in add()
/external/llvm/docs/
DWritingAnLLVMPass.rst329 .. _writing-an-llvm-pass-ModulePass:
352 The ``runOnModule`` method
398 The ``doInitialization(CallGraph &)`` method
414 The ``runOnSCC`` method
425 The ``doFinalization(CallGraph &)`` method
463 .. _writing-an-llvm-pass-doInitialization-mod:
465 The ``doInitialization(Module &)`` method
488 The ``runOnFunction`` method
501 The ``doFinalization(Module &)`` method
536 The ``doInitialization(Loop *, LPPassManager &)`` method
[all …]
DProgrammersManual.rst266 .. _error_apis:
2476 .. _UserLayout:
2887 .. _m_Module:
2889 Important Public Members of the ``Module`` class
2955 .. _Value:
2990 .. _nameWarning:
3005 .. _m_Value:
3007 Important Public Members of the ``Value`` class
3046 .. _User:
3074 The ``User`` class exposes the operand list in two ways: through an index access
[all …]
DCodeGenerator.rst221 .. _DataLayout:
233 .. _TargetLowering:
253 .. _TargetRegisterInfo:
282 .. _TargetInstrInfo:
320 .. _code being generated:
321 .. _machine code representation:
376 .. _create instructions:
378 Using the ``MachineInstrBuilder.h`` functions
415 Fixed (preassigned) registers
472 Call-clobbered registers
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DClassUtils.java34 primitiveWrapperMap.put(Boolean.TYPE, Boolean.class); in primitiveWrapperMap.put()
35 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put()
36 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put()
37 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put()
38 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put()
39 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put()
40 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put()
41 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/
DClassUtils.java12 primitiveWrapperMap.put(Boolean.TYPE, Boolean.class); in primitiveWrapperMap.put()
13 primitiveWrapperMap.put(Byte.TYPE, Byte.class); in primitiveWrapperMap.put()
14 primitiveWrapperMap.put(Character.TYPE, Character.class); in primitiveWrapperMap.put()
15 primitiveWrapperMap.put(Short.TYPE, Short.class); in primitiveWrapperMap.put()
16 primitiveWrapperMap.put(Integer.TYPE, Integer.class); in primitiveWrapperMap.put()
17 primitiveWrapperMap.put(Long.TYPE, Long.class); in primitiveWrapperMap.put()
18 primitiveWrapperMap.put(Double.TYPE, Double.class); in primitiveWrapperMap.put()
19 primitiveWrapperMap.put(Float.TYPE, Float.class); in primitiveWrapperMap.put()
/external/libnl/lib/route/
Dclass.c32 struct rtnl_class *class = (struct rtnl_class *) tc; in class_dump_details() local
44 struct rtnl_class *class; in class_msg_parser() local
87 void rtnl_class_put(struct rtnl_class *class) in rtnl_class_put()
100 static int class_build(struct rtnl_class *class, int type, int flags, in class_build()
129 int rtnl_class_build_add_request(struct rtnl_class *class, int flags, in rtnl_class_build_add_request()
171 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) in rtnl_class_add()
195 int rtnl_class_build_delete_request(struct rtnl_class *class, struct nl_msg **result) in rtnl_class_build_delete_request()
252 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) in rtnl_class_delete()
277 struct rtnl_qdisc *rtnl_class_leaf_qdisc(struct rtnl_class *class, in rtnl_class_leaf_qdisc()
356 struct rtnl_class *class; in rtnl_class_get() local
[all …]
/external/guava/guava/src/com/google/common/base/
DDefaults.java41 put(map, boolean.class, false); in put()
42 put(map, char.class, '\0'); in put()
43 put(map, byte.class, (byte) 0); in put()
44 put(map, short.class, (short) 0); in put()
45 put(map, int.class, 0); in put()
46 put(map, long.class, 0L); in put()
47 put(map, float.class, 0f); in put()
48 put(map, double.class, 0d); in put()
/external/annotation-tools/asmx/test/conform/cases/
DTestTypeTest.expected ... $2 static synthetic Class class$3 static synthetic Class class$4 static synthetic Class class$5 public
/external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
DTestTypeTest.class ... $2 static synthetic Class class$3 static synthetic Class class$4 static synthetic Class class$5 public
DTestTypeTest_Expected.class ... $2 static synthetic Class class$3 static synthetic Class class$4 static synthetic Class class$5 public
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DDataType.java94 typeCodes.put(Float.class, DataType.FLOAT); in typeCodes.put()
95 typeCodes.put(Double.class, DataType.DOUBLE); in typeCodes.put()
96 typeCodes.put(Integer.class, DataType.INT32); in typeCodes.put()
97 typeCodes.put(UInt8.class, DataType.UINT8); in typeCodes.put()
98 typeCodes.put(Long.class, DataType.INT64); in typeCodes.put()
99 typeCodes.put(Boolean.class, DataType.BOOL); in typeCodes.put()
100 typeCodes.put(String.class, DataType.STRING); in typeCodes.put()
DTensor.java624 classDataTypes.put(int.class, DataType.INT32); in classDataTypes.put()
625 classDataTypes.put(Integer.class, DataType.INT32); in classDataTypes.put()
626 classDataTypes.put(long.class, DataType.INT64); in classDataTypes.put()
627 classDataTypes.put(Long.class, DataType.INT64); in classDataTypes.put()
628 classDataTypes.put(float.class, DataType.FLOAT); in classDataTypes.put()
629 classDataTypes.put(Float.class, DataType.FLOAT); in classDataTypes.put()
630 classDataTypes.put(double.class, DataType.DOUBLE); in classDataTypes.put()
631 classDataTypes.put(Double.class, DataType.DOUBLE); in classDataTypes.put()
632 classDataTypes.put(byte.class, DataType.STRING); in classDataTypes.put()
633 classDataTypes.put(Byte.class, DataType.STRING); in classDataTypes.put()
[all …]
/external/vogar/src/vogar/
DOptionParser.java146 handlers.put(boolean.class, new BooleanHandler()); in handlers.put()
147 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put()
149 handlers.put(byte.class, new ByteHandler()); in handlers.put()
150 handlers.put(Byte.class, new ByteHandler()); in handlers.put()
151 handlers.put(short.class, new ShortHandler()); in handlers.put()
152 handlers.put(Short.class, new ShortHandler()); in handlers.put()
153 handlers.put(int.class, new IntegerHandler()); in handlers.put()
154 handlers.put(Integer.class, new IntegerHandler()); in handlers.put()
155 handlers.put(long.class, new LongHandler()); in handlers.put()
156 handlers.put(Long.class, new LongHandler()); in handlers.put()
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DTypeId.java70 PRIMITIVE_TO_TYPE.put(boolean.class, BOOLEAN); in PRIMITIVE_TO_TYPE.put()
71 PRIMITIVE_TO_TYPE.put(byte.class, BYTE); in PRIMITIVE_TO_TYPE.put()
72 PRIMITIVE_TO_TYPE.put(char.class, CHAR); in PRIMITIVE_TO_TYPE.put()
73 PRIMITIVE_TO_TYPE.put(double.class, DOUBLE); in PRIMITIVE_TO_TYPE.put()
74 PRIMITIVE_TO_TYPE.put(float.class, FLOAT); in PRIMITIVE_TO_TYPE.put()
75 PRIMITIVE_TO_TYPE.put(int.class, INT); in PRIMITIVE_TO_TYPE.put()
76 PRIMITIVE_TO_TYPE.put(long.class, LONG); in PRIMITIVE_TO_TYPE.put()
77 PRIMITIVE_TO_TYPE.put(short.class, SHORT); in PRIMITIVE_TO_TYPE.put()
78 PRIMITIVE_TO_TYPE.put(void.class, VOID); in PRIMITIVE_TO_TYPE.put()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java803 PRIMITIVE_TO_BOXED.put(boolean.class, Boolean.class); in PRIMITIVE_TO_BOXED.put()
804 PRIMITIVE_TO_BOXED.put(int.class, Integer.class); in PRIMITIVE_TO_BOXED.put()
805 PRIMITIVE_TO_BOXED.put(byte.class, Byte.class); in PRIMITIVE_TO_BOXED.put()
806 PRIMITIVE_TO_BOXED.put(long.class, Long.class); in PRIMITIVE_TO_BOXED.put()
807 PRIMITIVE_TO_BOXED.put(short.class, Short.class); in PRIMITIVE_TO_BOXED.put()
808 PRIMITIVE_TO_BOXED.put(float.class, Float.class); in PRIMITIVE_TO_BOXED.put()
809 PRIMITIVE_TO_BOXED.put(double.class, Double.class); in PRIMITIVE_TO_BOXED.put()
810 PRIMITIVE_TO_BOXED.put(char.class, Character.class); in PRIMITIVE_TO_BOXED.put()
834 map.put(boolean.class, TypeId.get(Boolean.class).getMethod(TypeId.BOOLEAN, "booleanValue")); in map.put()
835 map.put(int.class, TypeId.get(Integer.class).getMethod(TypeId.INT, "intValue")); in map.put()
[all …]
/external/libnl/lib/route/qdisc/
Dhtb.c277 static struct rtnl_htb_class *htb_class_data(struct rtnl_class *class) in htb_class_data()
355 uint32_t rtnl_htb_get_prio(struct rtnl_class *class) in rtnl_htb_get_prio()
365 int rtnl_htb_set_prio(struct rtnl_class *class, uint32_t prio) in rtnl_htb_set_prio()
384 uint32_t rtnl_htb_get_rate(struct rtnl_class *class) in rtnl_htb_get_rate()
401 int rtnl_htb_set_rate(struct rtnl_class *class, uint32_t rate) in rtnl_htb_set_rate()
421 uint32_t rtnl_htb_get_ceil(struct rtnl_class *class) in rtnl_htb_get_ceil()
438 int rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) in rtnl_htb_set_ceil()
458 uint32_t rtnl_htb_get_rbuffer(struct rtnl_class *class) in rtnl_htb_get_rbuffer()
474 int rtnl_htb_set_rbuffer(struct rtnl_class *class, uint32_t rbuffer) in rtnl_htb_set_rbuffer()
493 uint32_t rtnl_htb_get_cbuffer(struct rtnl_class *class) in rtnl_htb_get_cbuffer()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java91 concreteSyntaxModelByClass.put(AnnotationDeclaration.class, CsmElement.sequence( in concreteSyntaxModelByClass.put()
108 concreteSyntaxModelByClass.put(AnnotationMemberDeclaration.class, CsmElement.sequence( in concreteSyntaxModelByClass.put()
121 concreteSyntaxModelByClass.put(ClassOrInterfaceDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
141 concreteSyntaxModelByClass.put(ConstructorDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
155 concreteSyntaxModelByClass.put(EnumConstantDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
166 concreteSyntaxModelByClass.put(EnumDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
193 concreteSyntaxModelByClass.put(FieldDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
203 concreteSyntaxModelByClass.put(InitializerDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
208 concreteSyntaxModelByClass.put(MethodDeclaration.class, sequence( in concreteSyntaxModelByClass.put()
224 concreteSyntaxModelByClass.put(Parameter.class, sequence( in concreteSyntaxModelByClass.put()
[all …]
/external/clang/docs/
DInternalsManual.rst642 .. _AnnotationToken:
763 .. _TokenLexer:
775 .. _MultipleIncludeOpt:
787 .. _Parser:
951 .. _DeclarationName:
1348 Basic Blocks
1367 Entry and Exit Blocks
1380 Conditional Control-Flow
/external/easymock/src/org/easymock/internal/
DRecordState.java56 primitiveToWrapperType.put(Boolean.TYPE, Boolean.class); in primitiveToWrapperType.put()
57 primitiveToWrapperType.put(Byte.TYPE, Byte.class); in primitiveToWrapperType.put()
58 primitiveToWrapperType.put(Short.TYPE, Short.class); in primitiveToWrapperType.put()
59 primitiveToWrapperType.put(Character.TYPE, Character.class); in primitiveToWrapperType.put()
60 primitiveToWrapperType.put(Integer.TYPE, Integer.class); in primitiveToWrapperType.put()
61 primitiveToWrapperType.put(Long.TYPE, Long.class); in primitiveToWrapperType.put()
62 primitiveToWrapperType.put(Float.TYPE, Float.class); in primitiveToWrapperType.put()
63 primitiveToWrapperType.put(Double.TYPE, Double.class); in primitiveToWrapperType.put()
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c36 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_readByte (JNIEnv * env, jclass class) in Java_jline_WindowsTerminal_readByte()
41 …EXPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalWidth (JNIEnv * env, jclass class) in Java_jline_WindowsTerminal_getWindowsTerminalWidth()
50 …XPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalHeight (JNIEnv * env, jclass class) in Java_jline_WindowsTerminal_getWindowsTerminalHeight()

12345678910>>...12