Home
last modified time | relevance | path

Searched +defs:map +defs:obj (Results 1 – 25 of 194) sorted by relevance

12345678

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorExampleTest.java34 Object obj = yaml.load(doc); in load() local
40 Object obj = load("example1.yaml"); in test1() local
45 Object obj = load("example2.yaml"); in test2() local
50 Container obj = (Container) load("example3.yaml"); in test3() local
58 Object obj = load("example4.yaml"); in test4() local
69 Object obj = load("example5.yaml"); in test5() local
80 Object obj = load("example6.yaml"); in test6() local
91 Object obj = load("example7.yaml"); in test7() local
104 Map<String, Object> map = (Map<String, Object>) load("example9.yaml"); in test9() local
118 Map<String, Object> map = (Map<String, Object>) load("example10.yaml"); in test10() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c136 struct intel_buffer_object *obj = CALLOC_STRUCT(intel_buffer_object); in brw_new_buffer_object() local
155 brw_delete_buffer(struct gl_context * ctx, struct gl_buffer_object *obj) in brw_delete_buffer()
189 struct gl_buffer_object *obj) in brw_buffer_data()
237 struct gl_buffer_object *obj) in brw_buffer_subdata()
261 void *map = brw_bo_map(brw, intel_obj->buffer, MAP_WRITE | MAP_ASYNC); in brw_buffer_subdata() local
336 struct gl_buffer_object *obj) in brw_get_buffer_subdata()
359 void *map = brw_bo_map(brw, intel_obj->buffer, map_flags); in brw_get_buffer_subdata() local
392 GLbitfield access, struct gl_buffer_object *obj, in brw_map_buffer_range()
469 void *map = brw_bo_map(brw, intel_obj->range_map_bo[index], access); in brw_map_buffer_range() local
474 void *map = brw_bo_map(brw, intel_obj->buffer, access); in brw_map_buffer_range() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_bufferobj.c35 get_bufferobj_map(struct gl_context *ctx, struct gl_buffer_object *obj, in get_bufferobj_map()
39 void *map = NULL; in get_bufferobj_map() local
66 nouveau_bufferobj_del(struct gl_context *ctx, struct gl_buffer_object *obj) in nouveau_bufferobj_del()
78 struct gl_buffer_object *obj) in nouveau_bufferobj_data()
116 struct gl_buffer_object *obj) in nouveau_bufferobj_subdata()
124 struct gl_buffer_object *obj) in nouveau_bufferobj_get_subdata()
132 struct gl_buffer_object *obj, in nouveau_bufferobj_map_range()
136 char *map; in nouveau_bufferobj_map_range() local
160 nouveau_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj, in nouveau_bufferobj_unmap()
/external/libbpf/src/
Dlibbpf.c306 struct bpf_object *obj; member
656 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog()
709 bpf_object__add_programs(struct bpf_object *obj, Elf_Data *sec_data, in bpf_object__add_programs()
922 static bool bpf_map__is_struct_ops(const struct bpf_map *map) in bpf_map__is_struct_ops()
928 static int bpf_map__init_kern_struct_ops(struct bpf_map *map, in bpf_map__init_kern_struct_ops()
1058 static int bpf_object__init_kern_struct_ops_maps(struct bpf_object *obj) in bpf_object__init_kern_struct_ops_maps()
1060 struct bpf_map *map; in bpf_object__init_kern_struct_ops_maps() local
1079 static int bpf_object__init_struct_ops_maps(struct bpf_object *obj) in bpf_object__init_struct_ops_maps()
1087 struct bpf_map *map; in bpf_object__init_struct_ops_maps() local
1178 struct bpf_object *obj; in bpf_object__new() local
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dpinning.c8 __u32 get_map_id(struct bpf_object *obj, const char *name) in get_map_id()
12 struct bpf_map *map; in get_map_id() local
38 struct bpf_object *obj; in test_pinning() local
39 struct bpf_map *map; in test_pinning() local
Dcg_storage_multi.c22 static bool assert_storage(struct bpf_map *map, const void *key, in assert_storage()
40 static bool assert_storage_noexist(struct bpf_map *map, const void *key) in assert_storage_noexist()
86 struct cg_storage_multi_egress_only *obj; in test_egress_only() local
156 struct cg_storage_multi_isolated *obj; in test_isolated() local
269 struct cg_storage_multi_shared *obj; in test_shared() local
Dglobal_data_init.c9 struct bpf_object *obj; in test_global_data_init() local
10 struct bpf_map *map; in test_global_data_init() local
/external/guava/android/guava/src/com/google/common/base/
DFunctions.java119 Map<K, V> map) { in forMap()
137 Map<K, ? extends V> map, @ParametricNullness V defaultValue) { in forMap()
144 final Map<K, V> map; field in Functions.FunctionForMapNoDefault
146 FunctionForMapNoDefault(Map<K, V> map) { in FunctionForMapNoDefault()
183 final Map<K, ? extends V> map; field in Functions.ForMapWithDefault
186 ForMapWithDefault(Map<K, ? extends V> map, @ParametricNullness V defaultValue) { in ForMapWithDefault()
259 public boolean equals(@CheckForNull Object obj) { in equals()
309 public boolean equals(@CheckForNull Object obj) { in equals()
358 public boolean equals(@CheckForNull Object obj) { in equals()
408 public boolean equals(@CheckForNull Object obj) { in equals()
/external/guava/guava/src/com/google/common/base/
DFunctions.java119 Map<K, V> map) { in forMap()
137 Map<K, ? extends V> map, @ParametricNullness V defaultValue) { in forMap()
144 final Map<K, V> map; field in Functions.FunctionForMapNoDefault
146 FunctionForMapNoDefault(Map<K, V> map) { in FunctionForMapNoDefault()
183 final Map<K, ? extends V> map; field in Functions.ForMapWithDefault
186 ForMapWithDefault(Map<K, ? extends V> map, @ParametricNullness V defaultValue) { in ForMapWithDefault()
259 public boolean equals(@CheckForNull Object obj) { in equals()
309 public boolean equals(@CheckForNull Object obj) { in equals()
358 public boolean equals(@CheckForNull Object obj) { in equals()
408 public boolean equals(@CheckForNull Object obj) { in equals()
/external/python/cpython2/Lib/
Dasyncore.py81 def read(obj): argument
89 def write(obj): argument
97 def _exception(obj): argument
105 def readwrite(obj, flags): argument
125 def poll(timeout=0.0, map=None): argument
170 def poll2(timeout=0.0, map=None): argument
205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
233 def __init__(self, sock=None, map=None): argument
280 def add_channel(self, map=None): argument
286 def del_channel(self, map=None): argument
[all …]
/external/python/cpython3/Lib/
Dasyncore.py88 def read(obj): argument
96 def write(obj): argument
104 def _exception(obj): argument
112 def readwrite(obj, flags): argument
132 def poll(timeout=0.0, map=None): argument
171 def poll2(timeout=0.0, map=None): argument
199 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
227 def __init__(self, sock=None, map=None): argument
272 def add_channel(self, map=None): argument
278 def del_channel(self, map=None): argument
[all …]
/external/bpftool/src/
Dgen.c75 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) in get_map_ident()
123 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
211 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
216 struct bpf_map *map; in codegen_datasecs() local
355 static size_t bpf_map_mmap_sz(const struct bpf_map *map) in bpf_map_mmap_sz()
365 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
446 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
449 struct bpf_map *map; in codegen_destroy() local
490 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
493 struct bpf_map *map; in gen_trace() local
[all …]
/external/libchrome/base/containers/
Did_map_unittest.cc33 IDMap<TestObject*> map; in TEST() local
72 IDMap<TestObject*> map; in TEST() local
105 IDMap<TestObject*> map; in TEST() local
108 TestObject obj[kCount]; in TEST() local
157 IDMap<TestObject*> map; in TEST() local
185 IDMap<TestObject*> map; in TEST() local
215 IDMap<TestObject*> map; in TEST() local
218 TestObject obj[kCount]; in TEST() local
363 IDMap<TestObject*, int64_t> map; in TEST() local
382 TestObject obj; in TEST() local
[all …]
/external/marisa-trie/lib/marisa/grimoire/io/
Dmapper.h21 void map(T *obj) { in map() function
27 void map(const T **objs, std::size_t num_objs) { in map() function
/external/cronet/base/containers/
Did_map_unittest.cc60 IDMap<TestObject*> map; in TEST() local
99 IDMap<TestObject*> map; in TEST() local
132 IDMap<TestObject*> map; in TEST() local
135 TestObject obj[kCount]; in TEST() local
184 IDMap<TestObject*> map; in TEST() local
212 IDMap<TestObject*> map; in TEST() local
242 IDMap<TestObject*> map; in TEST() local
245 TestObject obj[kCount]; in TEST() local
390 IDMap<TestObject*, int64_t> map; in TEST() local
409 TestObject obj; in TEST() local
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrLookup.java95 public static <V> StrLookup<V> mapLookup(final Map<String, V> map) { in mapLookup()
141 private final Map<String, V> map; field in StrLookup.MapStrLookup
148 MapStrLookup(final Map<String, V> map) { in MapStrLookup()
167 final Object obj = map.get(key); in lookup() local
/external/apache-http/src/org/apache/http/protocol/
DBasicHttpContext.java54 private Map map = null; field in BasicHttpContext
69 Object obj = null; in getAttribute() local
79 public void setAttribute(final String id, final Object obj) { in setAttribute()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DConstructorTest.java32 Object map = construct(data); in testMapOrder() local
49 Object obj = construct(data); in testGetBeanAssumeClass() local
63 Object obj = construct(data); in testGetConstructorBean() local
77 Object obj = construct(data); in testGetConstructorFromScalar() local
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DIfEmptyTestCase.java40 protected void assertEmpty(Object obj) in assertEmpty()
46 protected void assertNotEmpty(Object obj) in assertNotEmpty()
67 Map map = new TreeMap(); in testDataStructures() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java85 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_map_empty() local
96 ImmutableClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.of(int.class, 1); in testOf_one() local
104 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_map_valid() local
135 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_imap_empty() local
142 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_imap_valid() local
216 public boolean equals(Object obj) { in equals()
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java85 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_map_empty() local
96 ImmutableClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.of(int.class, 1); in testOf_one() local
104 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_map_valid() local
135 ClassToInstanceMap<Object> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_imap_empty() local
142 ClassToInstanceMap<Number> map = ImmutableClassToInstanceMap.copyOf(in); in testCopyOf_imap_valid() local
216 public boolean equals(Object obj) { in equals()
/external/mesa3d/src/amd/common/
Dgfx10_format_table.py160 def map(self, fmt): member in Gfx10FormatMapping
268 obj = HARDCODED[fmt.name] variable
270 obj = mapping.map(fmt) variable
/external/igt-gpu-tools/tests/i915/
Dgem_exec_flush.c48 static uint32_t movnt(uint32_t *map, int i) in movnt()
71 static uint32_t movnt(uint32_t *map, int i) in movnt()
119 struct drm_i915_gem_exec_object2 obj[3]; in run() local
126 uint32_t *map; in run() local
373 struct drm_i915_gem_exec_object2 obj[2]; in batch() local
378 uint32_t *map; in batch() local
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1436 public int copy(ConstPool src, ConstPool dest, Map<String,String> map) in copy() argument
1472 public boolean equals(Object obj) in equals()
1511 public void renameClass(ConstPool cp, Map<String,String> map, in renameClass() argument
1539 public int copy(ConstPool src, ConstPool dest, Map<String,String> map) in copy() argument
1590 public boolean equals(Object obj) in equals()
1620 public void renameClass(ConstPool cp, Map<String,String> map, in renameClass() argument
1636 public int copy(ConstPool src, ConstPool dest, Map<String,String> map) in copy() argument
1685 public boolean equals(Object obj) { in equals()
1696 public int copy(ConstPool src, ConstPool dest, Map<String,String> map) in copy() argument
1830 public boolean equals(Object obj) in equals()
[all …]
/external/javassist/src/test/javassist/
DJvstTest4.java34 Object obj = make(cc.getName()); in testInsertLocalVars() local
49 Object obj = make(cc.getName()); in testCodeConv() local
65 Object obj = make(cc.getName()); in testCodeConv2() local
96 Object obj = make(cc.getName()); in testInsGap() local
136 Object obj = make(cc.getName()); in testRename() local
146 Object obj = make(cc.getName()); in testRename2() local
164 Object obj = make(cc.getName()); in testJIRA93() local
177 Object obj = make(cc.getName()); in testNewRemover() local
234 Object obj = make("test4.WrittenFile"); in testClassFileWriter() local
283 Object obj = make("test4.WrittenFile2sub"); in testClassFileWriter2() local
[all …]

12345678