Searched defs:offset (Results 351 - 375 of 4384) sorted by relevance

<<11121314151617181920>>

/external/parameter-framework/upstream/parameter/
H A DStringParameter.cpp70 bool CStringParameter::doSetValue(const string &strValue, size_t offset, argument
85 pBlackboard->writeString(strValue, offset);
90 void CStringParameter::doGetValue(string &strValue, size_t offset, argument
93 parameterAccessContext.getParameterBlackboard()->readString(strValue, offset);
/external/perfetto/include/perfetto/ftrace_reader/
H A Dformat_parser.h34 uint16_t offset; member in struct:perfetto::FtraceEvent::Field
39 return std::tie(type_and_name, offset, size, is_signed) ==
40 std::tie(other.type_and_name, other.offset, other.size,
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameZeroFrame.java62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) argument
64 stackMapFrameVisitor.visitSameZeroFrame(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java58 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
61 codeAttributeComposer.appendInstruction(offset, instruction);
65 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
74 codeAttributeComposer.appendInstruction(offset, newConstantInstruction);
/external/proguard/src/proguard/classfile/instruction/
H A DSwitchInstruction.java71 public String toString(int offset) argument
73 return "["+offset+"] "+toString()+" (target="+(offset+defaultOffset)+")";
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionConstantVisitor.java55 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
58 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DInstructionCounter.java54 int offset,
51 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java34 * Sets the new instruction offset.
38 int offset,
43 * Sets the new instruction offset, depending on the certainty of the
48 int offset,
36 branch(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget) argument
46 branchConditionally(Clazz clazz, CodeAttribute codeAttribute, int offset, int branchTarget, int conditional) argument
H A DInvocationUnit.java59 int offset,
56 invokeMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction, Stack stack) argument
/external/proguard/src/proguard/optimize/info/
H A DDynamicInvocationMarker.java47 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
50 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
H A DSuperInvocationMarker.java47 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
50 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java72 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
75 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
85 int targetOffset = offset + branchOffset;
88 branchOffset != branchInstruction.length(offset) &&
89 !codeAttributeEditor.isModified(offset) &&
103 codeAttributeEditor.replaceInstruction(offset,
109 extraInstructionVisitor.visitBranchInstruction(clazz, method, codeAttribute, offset, branchInstruction);
H A DGotoReturnReplacer.java72 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
75 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
83 int targetOffset = offset + branchInstruction.branchOffset;
85 if (!codeAttributeEditor.isModified(offset) &&
101 codeAttributeEditor.replaceInstruction(offset,
107 extraInstructionVisitor.visitBranchInstruction(clazz, method, codeAttribute, offset, branchInstruction);
H A DNopRemover.java71 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
74 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
78 !codeAttributeEditor.isModified(offset))
80 codeAttributeEditor.deleteInstruction(offset);
85 extraInstructionVisitor.visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatEscaper.java41 byte byteAt(int offset); argument
100 public byte byteAt(int offset) {
101 return input.byteAt(offset);
116 public byte byteAt(int offset) {
117 return input[offset];
/external/protobuf/java/core/src/stubs/sun/misc/
H A DUnsafe.java37 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } argument
40 public long getLong(Object o, long offset) { /* null implementation */ return 0; } argument
43 public void putByte(Object o, long offset, byte x) { /* null implementation */ } argument
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h82 uint32 offset; member in struct:google::protobuf::compiler::ZipWriter::FileInfo
/external/python/cpython2/Include/
H A Dparsetok.h14 int offset; member in struct:__anon19267
/external/python/cpython3/Include/
H A Dparsetok.h17 int offset; member in struct:__anon19834
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSharedMemory.java36 public ByteBuffer map(int prot, int offset, int length) throws ErrnoException { argument
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { argument
33 CHECK(offset >= 0);
37 CHECK(bound_offset_ <= std::numeric_limits<int32_t>::max() - offset);
38 const int32_t new_offset = bound_offset_ + offset;
64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { argument
66 Bound(data->bound_offset_ + offset, length);
69 FontData::FontData(FontData* data, int32_t offset) { argument
71 Bound(data->bound_offset_ + offset,
73 ? GROWABLE_SIZE : data->bound_length_ - offset);
84 int32_t FontData::BoundOffset(int32_t offset) { argument
88 BoundLength(int32_t offset, int32_t length) argument
[all...]
H A Dgrowable_memory_byte_array.cc35 int32_t offset,
38 os->Write(&b_, offset, length);
51 int32_t offset,
58 std::copy(b + offset, b + offset + length, b_.begin() + index);
68 int32_t offset,
70 memcpy(b + offset, &(b_[0]) + index, length);
34 CopyTo(OutputStream* os, int32_t offset, int32_t length) argument
49 InternalPut(int32_t index, byte_t* b, int32_t offset, int32_t length) argument
66 InternalGet(int32_t index, byte_t* b, int32_t offset, int32_t length) argument
H A Dgrowable_memory_byte_array.h31 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { argument
36 return ByteArray::CopyTo(array, offset, length);
50 int32_t offset,
55 int32_t offset,
H A Dmemory_byte_array.cc37 int32_t offset,
40 os->Write(b_, offset, length);
58 int32_t offset,
62 memcpy(b_ + index, b + offset, length);
73 int32_t offset,
77 memcpy(b + offset, b_ + index, length);
36 CopyTo(OutputStream* os, int32_t offset, int32_t length) argument
56 InternalPut(int32_t index, byte_t* b, int32_t offset, int32_t length) argument
71 InternalGet(int32_t index, byte_t* b, int32_t offset, int32_t length) argument
H A Dmemory_byte_array.h43 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { argument
48 return ByteArray::CopyTo(array, offset, length);
62 int32_t offset,
67 int32_t offset,

Completed in 1366 milliseconds

<<11121314151617181920>>