Searched refs:offset (Results 151 - 175 of 6810) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h61 // @param offset the start of the new bounds
64 virtual bool Bound(int32_t offset, int32_t length);
66 // Sets limits on the size of the FontData. This is a offset bound only so if
69 // @param offset the start of the new bounds which must be within the current
72 virtual bool Bound(int32_t offset);
76 // @param offset the start of the slice
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
83 // @param offset the start of the slice
85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
97 // @param offset th
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc32 int32_t offset,
35 if (offset >= 0 && length > 0) {
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { argument
48 if (offset >= 0 && length > 0) {
49 store_.insert(store_.end(), buffer + offset, buffer + offset + length);
31 Write(ByteVector* buffer, int32_t offset, int32_t length) argument
/external/chromium_org/third_party/webrtc/test/
H A Dcommon_unittest.cc22 : factor(kDefaultFactor), offset(kDefaultOffset) {}
24 MyExperiment(int factor, int offset) argument
25 : factor(factor), offset(offset) {}
28 int offset; member in struct:webrtc::__anon16172::MyExperiment
38 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.offset);
46 EXPECT_EQ(1, my_exp.offset);
55 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.offset);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-319860.js31 var offset = 0x2000000;
34 result = a[index + offset];
/external/elfutils/0.153/libdw/
H A Ddwarf_offabbrev.c1 /* Get abbreviation at given offset.
59 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, argument
65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIInterfaceCollection.java32 * constant pool index for offset'th direct superinterface.
34 * @param offset superinterface number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
61 * @return offset of the new pointer [same as {@link #size()}-1 when called
67 * Replaces superinterface pointer number 'offset' with new value 'interface_index'.
72 * @param offset offset of the superinterface pointer to replace [must be in [0, size()) range]
76 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
78 int set (int offset, in argument
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java31 * pool index for offset'th exception type thrown by the method that contains
34 * @param offset thrown exception class number [must be in [0, size()) range]
37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
39 int get (int offset); argument
64 * @return offset of the new pointer [same as {@link #size()}-1 when called
70 * Replaces exception class pointer number 'offset' with new value 'interface_index'.
75 * @param offset thrown exception class number [must be in [0, size()) range]
79 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
81 int set (int offset, int exception_index); argument
H A DIExceptionHandlerTable.java31 * Returns {@link Exception_info} descriptor at a given offset.
33 * @param offset exception offset [must be in [0, size()) range; input not checked]
36 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
38 Exception_info get (int offset); argument
68 * Replaces the Exception_info descriptor at a given offset. No duplicate
74 * @param offset exception offset [must be in [0, size()) range; input not checked]
76 * @return previous exception descriptor at this offset [never null]
78 * @throws IndexOutOfBoundsException if 'offset' i
80 set(int offset, Exception_info exception) argument
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DIoTestCase.java43 * offset .. offset + size - 1.
45 protected static byte[] newPreFilledByteArray(int offset, int size) { argument
48 array[i] = (byte) (offset + i);
/external/icu/icu4c/source/common/unicode/
H A Drep.h44 * offset and a limit offset. The range of characters thus specified
45 * includes the characters at offset start..limit-1. That is, the
46 * start offset is inclusive, and the limit offset is exclusive.
88 * Returns the 16-bit code unit at the given offset into the text.
89 * @param offset an integer between 0 and <code>length()</code>-1
91 * @return 16-bit code unit of text at given offset
94 inline UChar charAt(int32_t offset) const;
97 * Returns the 32-bit code point at the given 16-bit offset int
[all...]
/external/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py6 # For every possible offset in an aligned bundle, a bundle-locked group of every
47 for offset in range(0, BUNDLE_SIZE):
51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset))
52 if offset > 0:
53 print(NOPFILL.format(offset))
58 inst_orig_offset = base_offset + offset # had it not been padded...
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
77 else: # offset + instlen > BUNDLE_SIZE
86 if offset
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h13 uint32_t offset; member in struct:nouveau_mm_allocation
25 struct nouveau_bo **, uint32_t *offset);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_scratch.h37 int offset; member in struct:nouveau_scratch_state
43 struct nouveau_bo **bo, unsigned *offset);
/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
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h61 // @param offset the start of the new bounds
64 virtual bool Bound(int32_t offset, int32_t length);
66 // Sets limits on the size of the FontData. This is a offset bound only so if
69 // @param offset the start of the new bounds which must be within the current
72 virtual bool Bound(int32_t offset);
76 // @param offset the start of the slice
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
83 // @param offset the start of the slice
85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
97 // @param offset th
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc32 int32_t offset,
35 if (offset >= 0 && length > 0) {
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { argument
48 if (offset >= 0 && length > 0) {
49 store_.insert(store_.end(), buffer + offset, buffer + offset + length);
31 Write(ByteVector* buffer, int32_t offset, int32_t length) argument
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClient.java34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; argument
36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; argument
H A DSaslServer.java34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; argument
36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DDexDataStore.java9 @Nonnull OutputStream outputAt(int offset); argument
10 @Nonnull InputStream readAt(int offset); argument
/external/qemu/util/
H A Dbitops.c22 unsigned long offset)
24 const unsigned long *p = addr + BITOP_WORD(offset);
25 unsigned long result = offset & ~(BITS_PER_LONG-1);
28 if (offset >= size) {
32 offset %= BITS_PER_LONG;
33 if (offset) {
35 tmp &= (~0UL << offset);
87 unsigned long offset)
89 const unsigned long *p = addr + BITOP_WORD(offset);
90 unsigned long result = offset
21 find_next_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
86 find_next_zero_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_getproc.c76 * Return dispatch table offset of the named static (built-in) function.
118 * Return the name of the function at the given offset in the dispatch
122 get_static_proc_name( GLuint offset )
126 if (static_functions[i].Offset == offset) {
227 get_extension_proc_name(GLuint offset) argument
231 if (ExtEntryTable[i].dispatch_offset == offset) {
258 * Use a temporary dispatch offset of ~0 (i.e. -1). Later, when the driver
259 * calls \c _glapi_add_dispatch we'll put in the proper offset. If that
305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset )
316 fill_in_entrypoint_offset(entry->dispatch_stub, offset);
382 int offset = ~0; local
489 GLint offset; local
549 _glapi_get_proc_name(GLuint offset) argument
618 GLuint offset = (BeginFunc - (char *) table) / sizeof(void *); local
624 GLuint offset = (viewportFunc - (char *) table) / sizeof(void *); local
630 GLuint offset = (VertexPointerFunc - (char *) table) / sizeof(void *); local
636 GLuint offset = (ResetMinMaxFunc - (char *) table) / sizeof(void *); local
642 GLuint offset = (blendColorFunc - (char *) table) / sizeof(void *); local
648 GLuint offset = (secondaryColor3fFunc - (char *) table) / sizeof(void *); local
654 GLuint offset = (pointParameterivFunc - (char *) table) / sizeof(void *); local
660 GLuint offset = (setFenceFunc - (char *) table) / sizeof(void *); local
[all...]
/external/mesa3d/src/mapi/glapi/
H A Dglapi_getproc.c76 * Return dispatch table offset of the named static (built-in) function.
118 * Return the name of the function at the given offset in the dispatch
122 get_static_proc_name( GLuint offset )
126 if (static_functions[i].Offset == offset) {
227 get_extension_proc_name(GLuint offset) argument
231 if (ExtEntryTable[i].dispatch_offset == offset) {
258 * Use a temporary dispatch offset of ~0 (i.e. -1). Later, when the driver
259 * calls \c _glapi_add_dispatch we'll put in the proper offset. If that
305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset )
316 fill_in_entrypoint_offset(entry->dispatch_stub, offset);
382 int offset = ~0; local
489 GLint offset; local
549 _glapi_get_proc_name(GLuint offset) argument
618 GLuint offset = (BeginFunc - (char *) table) / sizeof(void *); local
624 GLuint offset = (viewportFunc - (char *) table) / sizeof(void *); local
630 GLuint offset = (VertexPointerFunc - (char *) table) / sizeof(void *); local
636 GLuint offset = (ResetMinMaxFunc - (char *) table) / sizeof(void *); local
642 GLuint offset = (blendColorFunc - (char *) table) / sizeof(void *); local
648 GLuint offset = (secondaryColor3fFunc - (char *) table) / sizeof(void *); local
654 GLuint offset = (pointParameterivFunc - (char *) table) / sizeof(void *); local
660 GLuint offset = (setFenceFunc - (char *) table) / sizeof(void *); local
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java204 for (int offset = 0; offset < codeLength; offset++)
206 if (partialEvaluator.isTraced(offset))
209 offset);
211 instruction.accept(clazz, method, codeAttribute, offset, unusedParameterSimplifier);
231 for (int offset = 0; offset < codeLength; offset++)
233 if (partialEvaluator.isTraced(offset))
507 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
510 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
587 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
593 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
644 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
658 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
670 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
698 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
701 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
726 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
903 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
1646 insertPushInstructions(int offset, boolean replace, int computationalType) argument
1703 insertPopInstructions(int offset, boolean replace, int popCount) argument
1807 replaceByStaticInvocation(Clazz clazz, int offset, ConstantInstruction constantInstruction) argument
1825 replaceByInfiniteLoop(Clazz clazz, int offset) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_grammar_check.cc48 size_t offset = 0; local
52 while ((offset = string_text.find(error, offset)) != base::string16::npos) {
55 offset + kGrammarErrors[i].location,
57 offset += kGrammarErrors[i].length;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSReflectValue.h40 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask)
42 return adoptRefWillBeNoop(new CSSReflectValue(direction, offset, mask));
46 CSSPrimitiveValue* offset() const { return m_offset.get(); } function in class:blink::CSSReflectValue
56 CSSReflectValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask) argument
59 , m_offset(offset)
39 create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask) argument

Completed in 7767 milliseconds

1234567891011>>