Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 1886) sorted by relevance

12345678910>>...76

/external/pigweed/pw_stream/
Dseek_test.cc35 size_t position = 2; in TEST() local
41 size_t position = 99; in TEST() local
47 size_t position = 0; in TEST() local
53 size_t position = 2; in TEST() local
60 size_t position = 2; in TEST() local
67 size_t position = 100; in TEST() local
73 size_t position = 99; in TEST() local
79 size_t position = 10; in TEST() local
85 size_t position = 2; in TEST() local
92 size_t position = 2; in TEST() local
[all …]
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java228 private ClassSymbol resolveNext(int position, ClassSymbol sym, Ident bit) { in resolveNext()
325 private Const cast(int position, Type ty, Const value) { in cast()
342 Value coerce(int position, Value value, TurbineConstantTypeKind kind) { in coerce()
369 private Const.BooleanValue asBoolean(int position, Value value) { in asBoolean()
376 private Const.StringValue asString(int position, Value value) { in asString()
383 private Const.StringValue toString(int position, Value value) { in toString()
418 private Const.CharValue asChar(int position, Value value) { in asChar()
447 private Const.ByteValue asByte(int position, Value value) { in asByte()
476 private Const.ShortValue asShort(int position, Value value) { in asShort()
505 private Const.IntValue asInt(int position, Value value) { in asInt()
[all …]
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java81 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32()
91 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32()
131 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64()
142 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64()
157 static int decodeFixed32(byte[] data, int position) { in decodeFixed32()
165 static long decodeFixed64(byte[] data, int position) { in decodeFixed64()
177 static double decodeDouble(byte[] data, int position) { in decodeDouble()
182 static float decodeFloat(byte[] data, int position) { in decodeFloat()
187 static int decodeString(byte[] data, int position, Registers registers) in decodeString()
203 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8()
[all …]
DAllocatedBuffer.java100 public abstract int position(); in position() method in AllocatedBuffer
111 public abstract AllocatedBuffer position(int position); in position() argument
186 public int position() { in wrap() method in AllocatedBuffer
191 public AllocatedBuffer position(int position) { in wrap() argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java81 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32()
91 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32()
131 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64()
142 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64()
157 static int decodeFixed32(byte[] data, int position) { in decodeFixed32()
165 static long decodeFixed64(byte[] data, int position) { in decodeFixed64()
177 static double decodeDouble(byte[] data, int position) { in decodeDouble()
182 static float decodeFloat(byte[] data, int position) { in decodeFloat()
187 static int decodeString(byte[] data, int position, Registers registers) in decodeString()
203 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8()
[all …]
DAllocatedBuffer.java100 public abstract int position(); in position() method in AllocatedBuffer
111 public abstract AllocatedBuffer position(int position); in position() argument
186 public int position() { in wrap() method in AllocatedBuffer
191 public AllocatedBuffer position(int position) { in wrap() argument
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java81 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32()
91 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32()
131 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64()
142 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64()
157 static int decodeFixed32(byte[] data, int position) { in decodeFixed32()
165 static long decodeFixed64(byte[] data, int position) { in decodeFixed64()
177 static double decodeDouble(byte[] data, int position) { in decodeDouble()
182 static float decodeFloat(byte[] data, int position) { in decodeFloat()
187 static int decodeString(byte[] data, int position, Registers registers) in decodeString()
203 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8()
[all …]
DAllocatedBuffer.java100 public abstract int position(); in position() method in AllocatedBuffer
111 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer
186 public int position() { in wrap() method in AllocatedBuffer
191 public AllocatedBuffer position(int position) { in wrap() argument
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java74 private long position; field in JimfsFileChannel
214 public int read(ByteBuffer dst, long position) throws IOException { in read()
320 public int write(ByteBuffer src, long position) throws IOException { in write()
379 public long position() throws IOException { in position() method in JimfsFileChannel
402 public FileChannel position(long newPosition) throws IOException { in position() method in JimfsFileChannel
499 public long transferTo(long position, long count, WritableByteChannel target) throws IOException { in transferTo()
532 public long transferFrom(ReadableByteChannel src, long position, long count) throws IOException { in transferFrom()
592 public MappedByteBuffer map(MapMode mode, long position, long size) throws IOException { in map()
599 public FileLock lock(long position, long size, boolean shared) throws IOException { in lock()
618 public FileLock tryLock(long position, long size, boolean shared) throws IOException { in tryLock()
[all …]
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DDecimal.mjs257 padStart(position) {wasm.icu4x_Decimal_pad_start_mv1(this.ffiValue, position); argument
264 padEnd(position) {wasm.icu4x_Decimal_pad_end_mv1(this.ffiValue, position); argument
271 setMaxPosition(position) {wasm.icu4x_Decimal_set_max_position_mv1(this.ffiValue, position); argument
278 round(position) {wasm.icu4x_Decimal_round_mv1(this.ffiValue, position); argument
285 ceil(position) {wasm.icu4x_Decimal_ceil_mv1(this.ffiValue, position); argument
292 expand(position) {wasm.icu4x_Decimal_expand_mv1(this.ffiValue, position); argument
299 floor(position) {wasm.icu4x_Decimal_floor_mv1(this.ffiValue, position); argument
306 trunc(position) {wasm.icu4x_Decimal_trunc_mv1(this.ffiValue, position); argument
313 …roundWithMode(position, mode) {wasm.icu4x_Decimal_round_with_mode_mv1(this.ffiValue, position, mod… argument
320 …roundWithModeAndIncrement(position, mode, increment) {wasm.icu4x_Decimal_round_with_mode_and_incre… argument
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
DFileRequestBodyConfiguration.java36 private final Long position; field in FileRequestBodyConfiguration
64 public Long position() { in position() method in FileRequestBodyConfiguration
149 Builder position(Long position); in position() argument
163 private Long position; field in FileRequestBodyConfiguration.DefaultBuilder
192 public Builder position(Long position) { in position() argument
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/iterator/
Dfixed_size_queue.hpp163 struct position struct in boost::spirit::fixed_size_queue
165 fixed_size_queue* self;
166 std::size_t pos;
168 position() : self(0), pos(0) {} in position() function
173 position(const fixed_size_queue* s, std::size_t p) in position() argument
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItemAdapter.java64 public IItem getItem(int position) { in getItem()
69 public long getItemId(int position) { in getItemId()
74 public int getItemViewType(int position) { in getItemViewType()
92 private Drawable getFirstBackground(Context context, int position) { in getFirstBackground()
105 private Drawable getLastBackground(Context context, int position) { in getLastBackground()
118 private Drawable getMiddleBackground(Context context, int position) { in getMiddleBackground()
131 private Drawable getSingleBackground(Context context, int position) { in getSingleBackground()
152 private boolean isFirstItemOfGroup(int position) { in isFirstItemOfGroup()
156 private boolean isLastItemOfGroup(int position) { in isLastItemOfGroup()
160 public void updateBackground(View convertView, int position) { in updateBackground()
[all …]
DRecyclerItemAdapter.java102 public IItem getItem(int position) { in getItem()
107 public long getItemId(int position) { in getItemId()
184 private Drawable getFirstBackground(Context context, int position) { in getFirstBackground()
197 private Drawable getLastBackground(Context context, int position) { in getLastBackground()
210 private Drawable getMiddleBackground(Context context, int position) { in getMiddleBackground()
223 private Drawable getSingleBackground(Context context, int position) { in getSingleBackground()
244 private boolean isFirstItemOfGroup(int position) { in isFirstItemOfGroup()
248 private boolean isLastItemOfGroup(int position) { in isLastItemOfGroup()
252 public void updateBackground(View view, int position) { in updateBackground()
313 public void onBindViewHolder(ItemViewHolder holder, int position) { in onBindViewHolder()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/detail/
Dfixed_size_queue.hpp152 struct position struct in boost::spirit::detail::fixed_size_queue
154 fixed_size_queue* self;
155 std::size_t pos;
157 position() : self(0), pos(0) {} in position() function
162 position(const fixed_size_queue* s, std::size_t p) in position() argument
166 bool is_initialized() const { return self != 0; } in is_initialized()
167 void set_queue(fixed_size_queue* q) { self = q; } in set_queue()
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc48 size_t position, in CopyTo()
103 size_t position) { in PushBack()
163 size_t position) { in InsertAt()
179 void AudioVector::InsertZerosAt(size_t length, size_t position) { in InsertZerosAt()
197 size_t position) { in OverwriteAt()
223 size_t position) { in OverwriteAt()
253 size_t position = Size() - fade_length + begin_index_; in CrossFade() local
302 size_t position) { in InsertByPushBack()
320 size_t position) { in InsertByPushFront()
335 void AudioVector::InsertZerosByPushBack(size_t length, size_t position) { in InsertZerosByPushBack()
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAbsSpinner.java20 protected void setSelection(int position, boolean animate) { in setSelection()
26 protected void setSelection(int position) { in setSelection()
69 void setSelection(int position, boolean animate); in setSelection()
72 void setSelection(int position); in setSelection()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCachedContent.java94 public boolean isFullyLocked(long position, long length) { in isFullyLocked()
110 public boolean lockRange(long position, long length) { in lockRange()
126 public void unlockRange(long position) { in unlockRange()
154 public SimpleCacheSpan getSpan(long position, long length) { in getSpan()
179 public long getCachedBytesLength(long position, long length) { in getCachedBytesLength()
226 long position = cacheSpan.position; in setLastTouchTimestamp() local
282 public final long position; field in CachedContent.Range
286 public Range(long position, long length) { in Range()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCachedContent.java94 public boolean isFullyLocked(long position, long length) { in isFullyLocked()
110 public boolean lockRange(long position, long length) { in lockRange()
126 public void unlockRange(long position) { in unlockRange()
154 public SimpleCacheSpan getSpan(long position, long length) { in getSpan()
179 public long getCachedBytesLength(long position, long length) { in getCachedBytesLength()
226 long position = cacheSpan.position; in setLastTouchTimestamp() local
282 public final long position; field in CachedContent.Range
286 public Range(long position, long length) { in Range()
/external/leakcanary2/shark-graph/src/main/java/shark/internal/
DIndexedObject.kt6 abstract val position: Long constant in shark.internal.IndexedObject
10 override val position: Long, constant in shark.internal.IndexedObject.IndexedClass
18 override val position: Long, constant in shark.internal.IndexedObject.IndexedInstance
24 override val position: Long, constant in shark.internal.IndexedObject.IndexedObjectArray
30 override val position: Long, constant in shark.internal.IndexedObject.IndexedPrimitiveArray
/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
Darg_spec.cc20 ArgSpec::ArgSpec(const OpDef::ArgDef& arg_def, ArgType arg_type, int position) in ArgSpec()
26 ArgSpec ArgSpec::CreateInput(const OpDef::ArgDef& arg_def, int position) { in CreateInput()
34 ArgSpec ArgSpec::CreateOutput(const OpDef::ArgDef& arg_def, int position) { in CreateOutput()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java53 private long position; field in DataSpec.Builder
160 public Builder setPosition(long position) { in setPosition()
371 public final long position; field in DataSpec
409 public DataSpec(Uri uri, long position, long length) { in DataSpec()
447 public DataSpec(Uri uri, long position, long length, @Nullable String key) { in DataSpec()
463 public DataSpec(Uri uri, long position, long length, @Nullable String key, @Flags int flags) { in DataSpec()
482 long position, in DataSpec()
515 long position, in DataSpec()
545 long position, in DataSpec()
580 long position, in DataSpec()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java50 private long position; field in DataSpec.Builder
157 public Builder setPosition(long position) { in setPosition()
366 public final long position; field in DataSpec
404 public DataSpec(Uri uri, long position, long length) { in DataSpec()
442 public DataSpec(Uri uri, long position, long length, @Nullable String key) { in DataSpec()
458 public DataSpec(Uri uri, long position, long length, @Nullable String key, @Flags int flags) { in DataSpec()
477 long position, in DataSpec()
510 long position, in DataSpec()
540 long position, in DataSpec()
575 long position, in DataSpec()
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dsequenced_index.hpp308 emplace_return_type,emplace,emplace_impl,iterator,position) in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG() argument
322 std::pair<iterator,bool> insert(iterator position,BOOST_RV_REF(value_type) x) in insert()
334 void insert(iterator position,size_type n,value_param_type x) in insert()
343 void insert(iterator position,InputIterator first,InputIterator last) in insert()
349 void insert(iterator position,std::initializer_list<value_type> list) in insert()
355 insert_return_type insert(const_iterator position,BOOST_RV_REF(node_type) nh) in insert()
368 node_type extract(const_iterator position) in extract()
378 iterator erase(iterator position) in erase()
402 bool replace(iterator position,const value_type& x) in replace()
412 bool replace(iterator position,BOOST_RV_REF(value_type) x) in replace()
[all …]
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DDecimal.hpp217 inline void icu4x::Decimal::pad_start(int16_t position) { in pad_start()
222 inline void icu4x::Decimal::pad_end(int16_t position) { in pad_end()
227 inline void icu4x::Decimal::set_max_position(int16_t position) { in set_max_position()
232 inline void icu4x::Decimal::round(int16_t position) { in round()
237 inline void icu4x::Decimal::ceil(int16_t position) { in ceil()
242 inline void icu4x::Decimal::expand(int16_t position) { in expand()
247 inline void icu4x::Decimal::floor(int16_t position) { in floor()
252 inline void icu4x::Decimal::trunc(int16_t position) { in trunc()
257 inline void icu4x::Decimal::round_with_mode(int16_t position, icu4x::FixedDecimalSignedRoundingMode… in round_with_mode()
263 inline void icu4x::Decimal::round_with_mode_and_increment(int16_t position, icu4x::FixedDecimalSign… in round_with_mode_and_increment()

12345678910>>...76