/external/jcommander/src/main/java/com/beust/jcommander/internal/ |
D | DefaultConverterFactory.java | 50 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/ |
D | ArbitraryInstances.java | 302 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/mockito/src/main/java/org/mockito/internal/util/ |
D | Primitives.java | 65 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/ |
D | Primitives.java | 48 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowServiceManager.java | 78 Context.CLIPBOARD_SERVICE, createBinder(IClipboard.class, "android.content.IClipboard")); in map.put() 81 createBinder(IWifiP2pManager.class, "android.net.wifi.p2p.IWifiP2pManager")); in map.put() 84 createBinder(IAccountManager.class, "android.accounts.IAccountManager")); in map.put() 86 Context.USB_SERVICE, createBinder(IUsbManager.class, "android.hardware.usb.IUsbManager")); in map.put() 89 createBinder(ILocationManager.class, "android.location.ILocationManager")); in map.put() 92 createBinder(IInputMethodManager.class, "com.android.internal.view.IInputMethodManager")); in map.put() 93 map.put(Context.ALARM_SERVICE, createBinder(IAlarmManager.class, "android.app.IAlarmManager")); in map.put() 94 map.put(Context.POWER_SERVICE, createBinder(IPowerManager.class, "android.os.IPowerManager")); in map.put() 97 createBinder(IBatteryStats.class, "com.android.internal.app.IBatteryStats")); in map.put() 101 IDropBoxManagerService.class, "com.android.internal.os.IDropBoxManagerService")); in map.put() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMPass.rst | 330 .. _writing-an-llvm-pass-ModulePass: 353 The ``runOnModule`` method 399 The ``doInitialization(CallGraph &)`` method 415 The ``runOnSCC`` method 426 The ``doFinalization(CallGraph &)`` method 464 .. _writing-an-llvm-pass-doInitialization-mod: 466 The ``doInitialization(Module &)`` method 489 The ``runOnFunction`` method 502 The ``doFinalization(Module &)`` method 537 The ``doInitialization(Loop *, LPPassManager &)`` method [all …]
|
D | ProgrammersManual.rst | 266 .. _formatting_strings: 3065 .. _UserLayout: 3476 .. _m_Module: 3478 Important Public Members of the ``Module`` class 3544 .. _Value: 3579 .. _nameWarning: 3594 .. _m_Value: 3596 Important Public Members of the ``Value`` class 3635 .. _User: 3663 The ``User`` class exposes the operand list in two ways: through an index access [all …]
|
D | CodeGenerator.rst | 221 .. _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/llvm/docs/ |
D | WritingAnLLVMPass.rst | 329 .. _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 …]
|
D | ProgrammersManual.rst | 266 .. _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 …]
|
D | CodeGenerator.rst | 221 .. _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/ |
D | ClassUtils.java | 34 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/ |
D | ClassUtils.java | 12 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/guava/guava/src/com/google/common/base/ |
D | Defaults.java | 41 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/libnl/lib/route/ |
D | class.c | 32 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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | DataType.java | 108 typeCodes.put(Float.class, DataType.FLOAT); in typeCodes.put() 109 typeCodes.put(Double.class, DataType.DOUBLE); in typeCodes.put() 110 typeCodes.put(Integer.class, DataType.INT32); in typeCodes.put() 111 typeCodes.put(UInt8.class, DataType.UINT8); in typeCodes.put() 112 typeCodes.put(Long.class, DataType.INT64); in typeCodes.put() 113 typeCodes.put(Boolean.class, DataType.BOOL); in typeCodes.put() 114 typeCodes.put(String.class, DataType.STRING); in typeCodes.put()
|
D | Tensor.java | 615 classDataTypes.put(int.class, DataType.INT32); in classDataTypes.put() 616 classDataTypes.put(Integer.class, DataType.INT32); in classDataTypes.put() 617 classDataTypes.put(long.class, DataType.INT64); in classDataTypes.put() 618 classDataTypes.put(Long.class, DataType.INT64); in classDataTypes.put() 619 classDataTypes.put(float.class, DataType.FLOAT); in classDataTypes.put() 620 classDataTypes.put(Float.class, DataType.FLOAT); in classDataTypes.put() 621 classDataTypes.put(double.class, DataType.DOUBLE); in classDataTypes.put() 622 classDataTypes.put(Double.class, DataType.DOUBLE); in classDataTypes.put() 623 classDataTypes.put(byte.class, DataType.STRING); in classDataTypes.put() 624 classDataTypes.put(Byte.class, DataType.STRING); in classDataTypes.put() [all …]
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | TypeId.java | 70 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/vogar/src/vogar/ |
D | OptionParser.java | 146 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/libnl/lib/route/qdisc/ |
D | htb.c | 277 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/ |
D | ConcreteSyntaxModel.java | 91 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/dexmaker/dexmaker/src/main/java/com/android/dx/stock/ |
D | ProxyBuilder.java | 862 PRIMITIVE_TO_BOXED.put(boolean.class, Boolean.class); in PRIMITIVE_TO_BOXED.put() 863 PRIMITIVE_TO_BOXED.put(int.class, Integer.class); in PRIMITIVE_TO_BOXED.put() 864 PRIMITIVE_TO_BOXED.put(byte.class, Byte.class); in PRIMITIVE_TO_BOXED.put() 865 PRIMITIVE_TO_BOXED.put(long.class, Long.class); in PRIMITIVE_TO_BOXED.put() 866 PRIMITIVE_TO_BOXED.put(short.class, Short.class); in PRIMITIVE_TO_BOXED.put() 867 PRIMITIVE_TO_BOXED.put(float.class, Float.class); in PRIMITIVE_TO_BOXED.put() 868 PRIMITIVE_TO_BOXED.put(double.class, Double.class); in PRIMITIVE_TO_BOXED.put() 869 PRIMITIVE_TO_BOXED.put(char.class, Character.class); in PRIMITIVE_TO_BOXED.put() 893 map.put(boolean.class, TypeId.get(Boolean.class).getMethod(TypeId.BOOLEAN, "booleanValue")); in map.put() 894 map.put(int.class, TypeId.get(Integer.class).getMethod(TypeId.INT, "intValue")); in map.put() [all …]
|
/external/jline/src/src/main/native/ |
D | jline_WindowsTerminal.c | 36 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()
|
/external/clang/docs/ |
D | InternalsManual.rst | 642 .. _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/ |
D | RecordState.java | 56 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()
|