Home
last modified time | relevance | path

Searched +defs:name +defs:offset (Results 1 – 25 of 996) sorted by relevance

12345678910>>...40

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c77 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out()
91 batch_out64(struct brw_context *brw, const char *name, uint32_t offset, in batch_out64()
123 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state()
125 const char *name = "VS_STATE"; in dump_vs_state() local
138 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state()
140 const char *name = "GS_STATE"; in dump_gs_state() local
153 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state()
155 const char *name = "CLIP_STATE"; in dump_clip_state() local
172 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state()
174 const char *name = "SF_STATE"; in dump_sf_state() local
[all …]
/external/openssh/openbsd-compat/
Dsetenv.c56 __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/
DPYXWriter.java37 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 …]
DParser.java317 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/
Dfdt_ro.c58 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 …]
Dfdt_sw.c75 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/
Dfunctioninfo.cc65 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/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c33 dump_float(void *cl, uint32_t offset, uint32_t hw_offset) in dump_float()
42 dump_VC4_PACKET_BRANCH_TO_SUB_LIST(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_BRANCH_TO_SUB_LIST()
51 dump_loadstore_full(void *cl, uint32_t offset, uint32_t hw_offset) in dump_loadstore_full()
65 dump_VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER()
71 dump_VC4_PACKET_STORE_FULL_RES_TILE_BUFFER(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_STORE_FULL_RES_TILE_BUFFER()
77 dump_loadstore_general(void *cl, uint32_t offset, uint32_t hw_offset) in dump_loadstore_general()
155 dump_VC4_PACKET_STORE_TILE_BUFFER_GENERAL(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_STORE_TILE_BUFFER_GENERAL()
161 dump_VC4_PACKET_LOAD_TILE_BUFFER_GENERAL(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_LOAD_TILE_BUFFER_GENERAL()
167 dump_VC4_PACKET_GL_INDEXED_PRIMITIVE(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_GL_INDEXED_PRIMITIVE()
187 dump_VC4_PACKET_GL_ARRAY_PRIMITIVE(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_GL_ARRAY_PRIMITIVE()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DIMethodCollection.java37 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()
DIFieldCollection.java37 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()
DMethodCollection.java28 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/
DBytecode.java44 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/dtc/tests/
Ddtb_reverse.c56 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
Dpath_offset.c30 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/
Dstub-cache.cc33 bool CommonStubCacheChecks(StubCache* stub_cache, Name* name, Map* map, in CommonStubCacheChecks()
58 Object* StubCache::Set(Name* name, Map* map, Object* handler) { in Set()
84 Object* StubCache::Get(Name* name, Map* map) { in Get()
115 void StubCache::CollectMatchingMaps(SmallMapList* types, Handle<Name> name, in CollectMatchingMaps()
125 int offset = PrimaryOffset(*name, map); in CollectMatchingMaps() local
144 int offset = SecondaryOffset(*name, primary_offset); in CollectMatchingMaps() local
/external/stressapptest/src/
Derror_diag.cc29 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/
Ddwarf_cu_to_module.cc95 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/
Dregdef.h28 const char *name; member
36 int offset; member
/external/swiftshader/src/OpenGL/libGLESv2/
DBuffer.cpp28 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/
Dintel_bufmgr.c53 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/
DGattServerFacade.java118 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/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java143 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
207 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
212 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
318 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
353 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
416 private boolean isSupportedMethod(String name, String type) in isSupportedMethod()
430 private boolean isUnsupportedMethod(String name, String type) in isUnsupportedMethod()
441 private void checkMixedStackEntriesBefore(int offset) in checkMixedStackEntriesBefore()
501 private void checkMixedVariablesBefore(int offset) in checkMixedVariablesBefore()
563 private boolean isPoppingIdenticalTypes(int offset, in isPoppingIdenticalTypes()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dzip_writer.h81 string name; member
82 uint32 offset; member
/external/elfutils/tests/
Ddwfl-bug-getmodules.c32 const char *name __attribute__ ((unused)), in iterate()
55 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0); in main() local
/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh71 USHORT offset; /* String offset from start of storage area (in bytes). */ member
76 struct name struct
78 static const hb_tag_t tableTag = HB_OT_TAG_name;
80 inline unsigned int get_name (unsigned int platform_id, in get_name()
102 inline unsigned int get_size (void) const in get_size()
105 inline bool sanitize_records (hb_sanitize_context_t *c) const { in sanitize_records()
114 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
124 USHORT format; /* Format selector (=0/1). */
125 USHORT count; /* Number of name records. */
126 Offset<> stringOffset; /* Offset to start of string storage (from start of table). */
[all …]

12345678910>>...40