Home
last modified time | relevance | path

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

1234567

/external/mockito/src/org/mockito/internal/util/
DPrimitives.java58 primitiveTypes.put(Boolean.class, Boolean.TYPE); in primitiveTypes.put()
59 primitiveTypes.put(Character.class, Character.TYPE); in primitiveTypes.put()
60 primitiveTypes.put(Byte.class, Byte.TYPE); in primitiveTypes.put()
61 primitiveTypes.put(Short.class, Short.TYPE); in primitiveTypes.put()
62 primitiveTypes.put(Integer.class, Integer.TYPE); in primitiveTypes.put()
63 primitiveTypes.put(Long.class, Long.TYPE); in primitiveTypes.put()
64 primitiveTypes.put(Float.class, Float.TYPE); in primitiveTypes.put()
65 primitiveTypes.put(Double.class, Double.TYPE); in primitiveTypes.put()
69 primitiveOrWrapperDefaultValues.put(Boolean.class, false); in primitiveOrWrapperDefaultValues.put()
70 primitiveOrWrapperDefaultValues.put(Character.class, '\u0000'); in primitiveOrWrapperDefaultValues.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/libnl/lib/route/
Dclass_obj.c30 struct rtnl_class *class = (struct rtnl_class *) obj; in class_free_data() local
60 struct rtnl_class *class = (struct rtnl_class *) obj; in class_dump_line() local
73 struct rtnl_class *class = (struct rtnl_class *) obj; in class_dump_details() local
96 struct rtnl_class *class = (struct rtnl_class *) obj; in class_dump_stats() local
118 void rtnl_class_put(struct rtnl_class *class) in rtnl_class_put()
137 struct rtnl_qdisc *rtnl_class_leaf_qdisc(struct rtnl_class *class, in rtnl_class_leaf_qdisc()
169 void rtnl_class_foreach_child(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_child()
194 void rtnl_class_foreach_cls(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_cls()
218 void rtnl_class_set_ifindex(struct rtnl_class *class, int ifindex) in rtnl_class_set_ifindex()
223 int rtnl_class_get_ifindex(struct rtnl_class *class) in rtnl_class_get_ifindex()
[all …]
Dclass.c34 struct rtnl_class *class; in class_msg_parser() local
78 static int class_build(struct rtnl_class *class, int type, int flags, in class_build()
123 int rtnl_class_build_add_request(struct rtnl_class *class, int flags, in rtnl_class_build_add_request()
144 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) in rtnl_class_add()
160 int rtnl_class_build_delete_request(struct rtnl_class *class, in rtnl_class_build_delete_request()
198 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) in rtnl_class_delete()
263 struct rtnl_class *class; in rtnl_class_get() local
/external/llvm/docs/
DWritingAnLLVMPass.rst333 .. _writing-an-llvm-pass-ModulePass:
356 The ``runOnModule`` method
402 The ``doInitialization(CallGraph &)`` method
418 The ``runOnSCC`` method
429 The ``doFinalization(CallGraph &)`` method
468 .. _writing-an-llvm-pass-doInitialization-mod:
470 The ``doInitialization(Module &)`` method
493 The ``runOnFunction`` method
506 The ``doFinalization(Module &)`` method
533 The ``doInitialization(Loop *, LPPassManager &)`` method
[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
420 Fixed (preassigned) registers
477 Call-clobbered registers
[all …]
DProgrammersManual.rst266 .. _function_apis:
2280 .. _UserLayout:
2604 .. _m_Module:
2606 Important Public Members of the ``Module`` class
2672 .. _Value:
2707 .. _nameWarning:
2722 .. _m_Value:
2724 Important Public Members of the ``Value`` class
2763 .. _User:
2791 The ``User`` class exposes the operand list in two ways: through an index access
[all …]
DCommandLine.rst1407 .. _lists of arguments:
1408 .. _cl::list:
1429 .. _cl::bits:
1449 .. _cl::alias:
1467 .. _cl::extrahelp:
1494 .. _cl::OptionCategory:
1517 .. _different parser:
1518 .. _discussed previously:
/external/guava/guava/src/com/google/common/base/
DDefaults.java35 put(map, boolean.class, false); in put()
36 put(map, char.class, '\0'); in put()
37 put(map, byte.class, (byte) 0); in put()
38 put(map, short.class, (short) 0); in put()
39 put(map, int.class, 0); in put()
40 put(map, long.class, 0L); in put()
41 put(map, float.class, 0f); in put()
42 put(map, double.class, 0d); in put()
/external/libnl/lib/route/sch/
Dhtb.c92 static inline struct rtnl_htb_class *htb_class(struct rtnl_class *class) in htb_class()
100 static int htb_class_msg_parser(struct rtnl_class *class) in htb_class_msg_parser()
134 static void htb_class_free_data(struct rtnl_class *class) in htb_class_free_data()
157 static void htb_class_dump_line(struct rtnl_class *class, in htb_class_dump_line()
177 static void htb_class_dump_details(struct rtnl_class *class, in htb_class_dump_details()
266 static struct nl_msg *htb_class_get_opts(struct rtnl_class *class) in htb_class_get_opts()
378 void rtnl_htb_set_prio(struct rtnl_class *class, uint32_t prio) in rtnl_htb_set_prio()
396 void rtnl_htb_set_mtu(struct rtnl_class *class, uint32_t mtu) in rtnl_htb_set_mtu()
411 void rtnl_htb_set_rate(struct rtnl_class *class, uint32_t rate) in rtnl_htb_set_rate()
427 void rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) in rtnl_htb_set_ceil()
[all …]
Ddsmark.c94 static inline struct rtnl_dsmark_class *dsmark_class(struct rtnl_class *class) in dsmark_class()
100 dsmark_class_alloc(struct rtnl_class *class) in dsmark_class_alloc()
108 static int dsmark_class_msg_parser(struct rtnl_class *class) in dsmark_class_msg_parser()
160 static void dsmark_class_dump_line(struct rtnl_class *class, in dsmark_class_dump_line()
204 static struct nl_msg *dsmark_class_get_opts(struct rtnl_class *class) in dsmark_class_get_opts()
240 int rtnl_class_dsmark_set_bitmask(struct rtnl_class *class, uint8_t mask) in rtnl_class_dsmark_set_bitmask()
259 int rtnl_class_dsmark_get_bitmask(struct rtnl_class *class) in rtnl_class_dsmark_get_bitmask()
276 int rtnl_class_dsmark_set_value(struct rtnl_class *class, uint8_t value) in rtnl_class_dsmark_set_value()
295 int rtnl_class_dsmark_get_value(struct rtnl_class *class) in rtnl_class_dsmark_get_value()
Dcbq.c121 static int cbq_class_msg_parser(struct rtnl_class *class) in cbq_class_msg_parser()
146 static void cbq_class_free_data(struct rtnl_class *class) in cbq_class_free_data()
179 static void cbq_class_dump_line(struct rtnl_class *class, in cbq_class_dump_line()
231 static void cbq_class_dump_details(struct rtnl_class *class, in cbq_class_dump_details()
256 static void cbq_class_dump_stats(struct rtnl_class *class, in cbq_class_dump_stats()
/external/chromium_org/content/browser/resources/gpu/
Dinfo_view.js103 'class': 'feature-yellow' property
107 'class': 'feature-red' property
111 'class': 'feature-yellow' property
115 'class': 'feature-yellow' property
119 'class': 'feature-red' property
123 'class': 'feature-yellow' property
127 'class': 'feature-yellow' property
131 'class': 'feature-green' property
135 'class': 'feature-green' property
139 'class': 'feature-green' property
[all …]
/external/dexmaker/src/main/java/com/google/dexmaker/
DTypeId.java73 PRIMITIVE_TO_TYPE.put(boolean.class, BOOLEAN); in PRIMITIVE_TO_TYPE.put()
74 PRIMITIVE_TO_TYPE.put(byte.class, BYTE); in PRIMITIVE_TO_TYPE.put()
75 PRIMITIVE_TO_TYPE.put(char.class, CHAR); in PRIMITIVE_TO_TYPE.put()
76 PRIMITIVE_TO_TYPE.put(double.class, DOUBLE); in PRIMITIVE_TO_TYPE.put()
77 PRIMITIVE_TO_TYPE.put(float.class, FLOAT); in PRIMITIVE_TO_TYPE.put()
78 PRIMITIVE_TO_TYPE.put(int.class, INT); in PRIMITIVE_TO_TYPE.put()
79 PRIMITIVE_TO_TYPE.put(long.class, LONG); in PRIMITIVE_TO_TYPE.put()
80 PRIMITIVE_TO_TYPE.put(short.class, SHORT); in PRIMITIVE_TO_TYPE.put()
81 PRIMITIVE_TO_TYPE.put(void.class, VOID); in PRIMITIVE_TO_TYPE.put()
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
DProxyBuilder.java692 PRIMITIVE_TO_BOXED.put(boolean.class, Boolean.class); in PRIMITIVE_TO_BOXED.put()
693 PRIMITIVE_TO_BOXED.put(int.class, Integer.class); in PRIMITIVE_TO_BOXED.put()
694 PRIMITIVE_TO_BOXED.put(byte.class, Byte.class); in PRIMITIVE_TO_BOXED.put()
695 PRIMITIVE_TO_BOXED.put(long.class, Long.class); in PRIMITIVE_TO_BOXED.put()
696 PRIMITIVE_TO_BOXED.put(short.class, Short.class); in PRIMITIVE_TO_BOXED.put()
697 PRIMITIVE_TO_BOXED.put(float.class, Float.class); in PRIMITIVE_TO_BOXED.put()
698 PRIMITIVE_TO_BOXED.put(double.class, Double.class); in PRIMITIVE_TO_BOXED.put()
699 PRIMITIVE_TO_BOXED.put(char.class, Character.class); in PRIMITIVE_TO_BOXED.put()
723 map.put(boolean.class, TypeId.get(Boolean.class).getMethod(TypeId.BOOLEAN, "booleanValue")); in map.put()
724 map.put(int.class, TypeId.get(Integer.class).getMethod(TypeId.INT, "intValue")); in map.put()
[all …]
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
Dtask_log.js39 'td', taskLog.duration, {'class': 'task-log-duration'})); property
41 'td', taskLog.task_description, {'class': 'task-log-description'})); property
43 'td', taskLog.result_description, {'class': 'task-log-result'})); property
Dsync_service.js72 {'class': 'log-time'})); property
74 {'class': 'log-event' + error})); property
/external/clang/docs/
DInternalsManual.rst642 .. _AnnotationToken:
763 .. _TokenLexer:
775 .. _MultipleIncludeOpt:
936 .. _DeclarationName:
1331 Basic Blocks
1350 Entry and Exit Blocks
1363 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/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m12 +(Class)class; class
13 -(Class)class; method
Did-isa-codegen.m11 + (Class) class; class
17 + (Class) class {return 0;} class
/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dintro_tables.json65 "class": "code", string
89 "class": "code", string
101 "class": "code", string
109 "class": "code", string
113 "class": "code", string
117 "class": "code", string
159 "class": "code", string
163 "class": "code", string
237 "class": "code", string
313 "class": "code", string
/external/javassist/src/main/javassist/
DClassPool.java79 new Class[] { String.class, byte[].class, in AccessController.doPrivileged()
80 int.class, int.class }); in AccessController.doPrivileged()
/external/elfutils/0.153/libelf/
Dgelf_newehdr.c62 gelf_newehdr (elf, class) in gelf_newehdr() argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java102 TypeNameTable.put(TestCaseInputString.class, IN_TYPE_STRING); in TypeNameTable.put()
103 TypeNameTable.put(TestCaseInputMultiString.class, IN_TYPE_MULTI); in TypeNameTable.put()
104 TypeNameTable.put(TestCaseInputFile.class, IN_TYPE_FILE); in TypeNameTable.put()
106 TypeNameTable.put(TestCaseOutputResult.class, OUT_TYPE_BOOL); in TypeNameTable.put()
107 TypeNameTable.put(TestCaseOutputAST.class, OUT_TYPE_AST); in TypeNameTable.put()
108 TypeNameTable.put(TestCaseOutputStdOut.class, OUT_TYPE_STD); in TypeNameTable.put()
109 TypeNameTable.put(TestCaseOutputReturn.class, OUT_TYPE_RET); in TypeNameTable.put()

1234567