| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_state_dump.c | 39 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out() 80 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state() 83 const char *name = "VS_STATE"; in dump_vs_state() local 96 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state() 99 const char *name = "GS_STATE"; in dump_gs_state() local 112 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state() 115 const char *name = "CLIP_STATE"; in dump_clip_state() local 132 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state() 135 const char *name = "SF_STATE"; in dump_sf_state() local 149 static void dump_wm_state(struct brw_context *brw, uint32_t offset) in dump_wm_state() [all …]
|
| /external/openssh/openbsd-compat/ |
| D | setenv.c | 56 __findenv(const char *name, int len, int *offset) in __findenv() 132 setenv(const char *name, const char *value, int rewrite) in setenv() 136 int l_value, offset = 0; in setenv() local 198 unsetenv(const char *name) in unsetenv() 202 int offset = 0; in unsetenv() local
|
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| D | PYXWriter.java | 37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() 61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity() 65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() 69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag() 75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl() 78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi() 84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect() [all …]
|
| D | Parser.java | 317 public boolean getFeature (String name) in getFeature() 326 public void setFeature (String name, boolean value) in setFeature() 346 public Object getProperty (String name) in getProperty() 365 public void setProperty (String name, Object value) in setProperty() 529 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 535 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 543 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 606 public void entity(char[] buff, int offset, int length) throws SAXException { in entity() 612 private int lookupEntity(char[] buff, int offset, int length) { in lookupEntity() 633 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() [all …]
|
| /external/dtc/libfdt/ |
| D | fdt_ro.c | 58 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq() 94 int offset; in fdt_get_max_phandle() local 134 static int _nextprop(const void *fdt, int offset) in _nextprop() 158 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() 159 const char *name, int namelen) in fdt_subnode_offset_namelen() 178 const char *name) in fdt_subnode_offset() 187 int offset = 0; in fdt_path_offset_namelen() local 255 int offset; in fdt_first_property_offset() local 263 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() 272 int offset, in fdt_get_property_by_offset() [all …]
|
| D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local 145 int offset; in fdt_add_reservemap_entry() local 170 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 206 int struct_top, offset; in _fdt_find_add_string() local 223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() 251 int offset, nextoffset; in fdt_finish() local
|
| /external/google-breakpad/src/common/dwarf/ |
| D | functioninfo.cc | 65 void CULineInfoHandler::DefineDir(const string& name, uint32 dir_num) { in DefineDir() 71 void CULineInfoHandler::DefineFile(const string& name, in DefineFile() 112 bool CUFunctionInfoHandler::StartCompilationUnit(uint64 offset, in StartCompilationUnit() 126 bool CUFunctionInfoHandler::StartDIE(uint64 offset, enum DwarfTag tag) { in StartDIE() 149 void CUFunctionInfoHandler::ProcessAttributeString(uint64 offset, in ProcessAttributeString() 161 void CUFunctionInfoHandler::ProcessAttributeUnsigned(uint64 offset, in ProcessAttributeUnsigned() 193 void CUFunctionInfoHandler::ProcessAttributeReference(uint64 offset, in ProcessAttributeReference() 225 void CUFunctionInfoHandler::EndDIE(uint64 offset) { in EndDIE()
|
| /external/emma/core/java12/com/vladium/jcd/cls/ |
| D | IMethodCollection.java | 37 Method_info get (int offset); in get() 50 int [] get (ClassDef cls, String name); in get() 88 Method_info set (int offset, Method_info method); in set() 101 Method_info remove (int offset); in remove()
|
| D | IFieldCollection.java | 37 Field_info get (int offset); in get() 52 int [] get (ClassDef cls, String name); in get() 91 Field_info set (int offset, Field_info field); in set()
|
| D | MethodCollection.java | 28 public Method_info get (final int offset) in get() 33 public int [] get (final ClassDef cls, final String name) in get() 116 public Method_info set (final int offset, final Method_info method) in set() 121 public Method_info remove (final int offset) in remove()
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | Bytecode.java | 44 public int read(int offset) { in read() 51 public void write(int offset, int value) { in write() 325 public int read(int offset) { in read() 333 public int read16bit(int offset) { in read16bit() 343 public int read32bit(int offset) { in read32bit() 355 public void write(int offset, int value) { in write() 363 public void write16bit(int offset, int value) { in write16bit() 372 public void write32bit(int offset, int value) { in write32bit() 796 public int addLoadParameters(CtClass[] params, int offset) { in addLoadParameters() 846 public void addGetfield(CtClass c, String name, String type) { in addGetfield() [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | remap.c | 137 GLint offset; in _mesa_map_function_array() local 149 const char *name = spec + strlen(spec) + 1; in _mesa_map_function_array() local 154 const char *name = spec + strlen(spec) + 1; in _mesa_map_function_array() local 201 GLint offset; in _mesa_do_init_remap_table() local
|
| D | bufferobj.c | 201 GLintptrARB offset, GLsizeiptrARB size, in buffer_object_subdata_range_good() 244 _mesa_new_buffer_object( struct gl_context *ctx, GLuint name, GLenum target ) in _mesa_new_buffer_object() 351 GLuint name, GLenum target ) in _mesa_initialize_buffer_object() 458 _mesa_buffer_subdata( struct gl_context *ctx, GLintptrARB offset, in _mesa_buffer_subdata() 491 _mesa_buffer_get_subdata( struct gl_context *ctx, GLintptrARB offset, in _mesa_buffer_get_subdata() 508 _mesa_buffer_map_range( struct gl_context *ctx, GLintptr offset, in _mesa_buffer_map_range() 529 GLintptr offset, GLsizeiptr length, in _mesa_buffer_flush_mapped_range() 1095 _mesa_BufferSubDataARB(GLenum target, GLintptrARB offset, in _mesa_BufferSubDataARB() 1120 _mesa_GetBufferSubDataARB(GLenum target, GLintptrARB offset, in _mesa_GetBufferSubDataARB() 1507 _mesa_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, in _mesa_MapBufferRange() [all …]
|
| D | uniforms.h | 243 const char *name; member 284 _mesa_uniform_merge_location_offset(unsigned base_location, unsigned offset) in _mesa_uniform_merge_location_offset() 294 unsigned *offset) in _mesa_uniform_split_location_offset()
|
| D | extensions.c | 56 const char *name; member 59 size_t offset; member 339 name_to_offset(const char* name) in name_to_offset() 631 set_extension( struct gl_context *ctx, const char *name, GLboolean state ) in set_extension() 633 size_t offset; in set_extension() local 663 _mesa_enable_extension( struct gl_context *ctx, const char *name ) in _mesa_enable_extension() 675 _mesa_disable_extension( struct gl_context *ctx, const char *name ) in _mesa_disable_extension() 686 _mesa_extension_is_enabled( struct gl_context *ctx, const char *name ) in _mesa_extension_is_enabled() 688 size_t offset; in _mesa_extension_is_enabled() local
|
| /external/dtc/tests/ |
| D | dtb_reverse.c | 56 static void reverse_properties(void *in, void *out, int offset) in reverse_properties() 60 const char *name; in reverse_properties() local 82 static void reverse_children(void *in, void *out, int offset) in reverse_children() 106 const char *name = fdt_get_name(in, nodeoffset, NULL); in reverse_node() local 109 int offset; in reverse_node() local
|
| D | path_offset.c | 30 static int check_subnode(void *fdt, int parent, const char *name) in check_subnode() 32 int offset; in check_subnode() local 57 static void check_path_offset(void *fdt, char *path, int offset) in check_path_offset() 73 int offset) in check_path_offset_namelen()
|
| /external/v8/src/ic/ |
| D | stub-cache.cc | 31 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks() 56 Object* StubCache::Set(Name* name, Map* map, Object* handler) { in Set() 82 Object* StubCache::Get(Name* name, Map* map) { in Get() 113 void StubCache::CollectMatchingMaps(SmallMapList* types, Handle<Name> name, in CollectMatchingMaps() 123 int offset = PrimaryOffset(*name, map); in CollectMatchingMaps() local 142 int offset = SecondaryOffset(*name, primary_offset); in CollectMatchingMaps() local
|
| /external/stressapptest/src/ |
| D | error_diag.cc | 29 DeviceTree::DeviceTree(string name) in DeviceTree() 53 DeviceTree *DeviceTree::FindInSubTree(string name) { in FindInSubTree() 63 DeviceTree *DeviceTree::UnlockedFindInSubTree(string name) { in UnlockedFindInSubTree() 88 DeviceTree *DeviceTree::FindOrAddDevice(string name) { in FindOrAddDevice() 108 void DeviceTree::InsertSubDevice(string name) { in InsertSubDevice() 204 string ErrorDiag::AddressToDimmString(OsLayer *os, void *addr, int offset) { in AddressToDimmString() 214 int ErrorDiag::AddHDDMiscompareError(string devicename, int block, int offset, in AddHDDMiscompareError() 267 int ErrorDiag::AddHDDSectorTagError(string devicename, int block, int offset, in AddHDDSectorTagError()
|
| /external/google-breakpad/src/common/ |
| D | dwarf_cu_to_module.cc | 95 string name; member 143 const string& name, const char* contents, uint64 length) { in AddSectionToSectionMap() 162 uint64 offset, uint64 compilation_unit_start) const { in IsUnhandledInterCUReference() 215 string name; member 225 uint64 offset) in GenericDIEHandler() 437 uint64 offset) in FuncHandler() 545 string name; in Finish() local 574 uint64 offset) in NamedScopeHandler() 589 uint64 offset, in FindChildHandler() 612 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64 offset, in UnknownSpecification() [all …]
|
| /external/valgrind/coregrind/m_gdbserver/ |
| D | regdef.h | 28 const char *name; member 36 int offset; member
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | Buffer.cpp | 28 Buffer::Buffer(GLuint name) : NamedObject(name) in Buffer() 76 void Buffer::bufferSubData(const void *data, GLsizeiptr size, GLintptr offset) in bufferSubData() 86 void* Buffer::mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access) in mapRange()
|
| /external/libdrm/intel/ |
| D | intel_bufmgr.c | 53 drm_intel_bo_alloc(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc() 60 drm_intel_bo_alloc_for_render(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc_for_render() 68 const char *name, void *addr, in drm_intel_bo_alloc_userptr() 81 drm_intel_bo_alloc_tiled(drm_intel_bufmgr *bufmgr, const char *name, in drm_intel_bo_alloc_tiled() 117 drm_intel_bo_subdata(drm_intel_bo *bo, unsigned long offset, in drm_intel_bo_subdata() 124 drm_intel_bo_get_subdata(drm_intel_bo *bo, unsigned long offset, in drm_intel_bo_get_subdata() 194 drm_intel_bo_flink(drm_intel_bo *bo, uint32_t * name) in drm_intel_bo_flink() 203 drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset, in drm_intel_bo_emit_reloc() 214 drm_intel_bo_emit_reloc_fence(drm_intel_bo *bo, uint32_t offset, in drm_intel_bo_emit_reloc_fence() 266 drm_intel_bo_set_softpin_offset(drm_intel_bo *bo, uint64_t offset) in drm_intel_bo_set_softpin_offset()
|
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
| D | GattServerFacade.java | 118 public void gattServerAddService(@RpcParameter(name = "index") Integer index, in gattServerAddService() 178 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerSendResponse() 209 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerNotifyCharacteristicChanged() 252 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerNotifyCharacteristicChangedByInstanceId() 292 public int gattServerCreateService(@RpcParameter(name = "uuid") String uuid, in gattServerCreateService() 310 @RpcParameter(name = "index") Integer index, in gattServiceAddCharacteristic() 339 public void gattServerAddCharacteristicToService(@RpcParameter(name = "index") Integer index, in gattServerAddCharacteristicToService() 396 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerReadPhy() 431 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerSetPreferredPhy() 527 public BluetoothGattService gattGetService(@RpcParameter(name = "index") Integer index, in gattGetService() [all …]
|
| /external/elfutils/tests/ |
| D | dwfl-bug-getmodules.c | 32 const char *name __attribute__ ((unused)), in iterate() 55 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0); in main() local
|