/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ArrayDecoders.java | 78 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32() 88 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32() 128 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64() 139 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64() 154 static int decodeFixed32(byte[] data, int position) { in decodeFixed32() 162 static long decodeFixed64(byte[] data, int position) { in decodeFixed64() 174 static double decodeDouble(byte[] data, int position) { in decodeDouble() 179 static float decodeFloat(byte[] data, int position) { in decodeFloat() 184 static int decodeString(byte[] data, int position, Registers registers) in decodeString() 200 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8() [all …]
|
D | AllocatedBuffer.java | 99 public abstract int position(); in position() method in AllocatedBuffer 109 public abstract AllocatedBuffer position(int position); in position() method in AllocatedBuffer 184 public int position() { in wrap() method in AllocatedBuffer 189 public AllocatedBuffer position(int position) { in wrap() method in AllocatedBuffer
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsFileChannel.java | 74 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/turbine/java/com/google/turbine/binder/ |
D | ConstEvaluator.java | 224 private ClassSymbol resolveNext(int position, ClassSymbol sym, Ident bit) { in resolveNext() 393 private Value unaryNegate(int position, Value expr) { in unaryNegate() 402 private Value bitwiseComp(int position, Value expr) { in bitwiseComp() 414 private Value unaryPlus(int position, Value expr) { in unaryPlus() 430 private Value unaryMinus(int position, Value expr) { in unaryMinus() 469 private Const.Value add(int position, Const.Value a, Const.Value b) { in add() 491 private Const.Value subtract(int position, Const.Value a, Const.Value b) { in subtract() 509 private Const.Value mult(int position, Const.Value a, Const.Value b) { in mult() 527 private Const.Value divide(int position, Const.Value a, Const.Value b) { in divide() 545 private Const.Value mod(int position, Const.Value a, Const.Value b) { in mod() [all …]
|
/external/webrtc/modules/audio_coding/neteq/ |
D | audio_vector.cc | 49 size_t position, in CopyTo() 104 size_t position) { in PushBack() 164 size_t position) { in InsertAt() 180 void AudioVector::InsertZerosAt(size_t length, size_t position) { in InsertZerosAt() 198 size_t position) { in OverwriteAt() 224 size_t position) { in OverwriteAt() 254 size_t position = Size() - fade_length + begin_index_; in CrossFade() local 303 size_t position) { in InsertByPushBack() 321 size_t position) { in InsertByPushFront() 336 void AudioVector::InsertZerosByPushBack(size_t length, size_t position) { in InsertZerosByPushBack() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/ |
D | CharacterMap.java | 15 private final IsoLayoutPosition position; field in CharacterMap 20 private CharacterMap(IsoLayoutPosition position, String output, in CharacterMap() 29 public static CharacterMap of(IsoLayoutPosition position, String output) { in of() 34 public static CharacterMap of(IsoLayoutPosition position, String output, in of() 39 public IsoLayoutPosition position() { in position() method in CharacterMap
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | SimpleCacheSpan.java | 49 public static File getCacheFile(File cacheDir, int id, long position, long timestamp) { in getCacheFile() 60 public static SimpleCacheSpan createLookup(String key, long position) { in createLookup() 71 public static SimpleCacheSpan createOpenHole(String key, long position) { in createOpenHole() 83 public static SimpleCacheSpan createClosedHole(String key, long position, long length) { in createClosedHole() 147 long position = Long.parseLong(Assertions.checkNotNull(matcher.group(2))); in createCacheEntry() local 202 String key, long position, long length, long lastTouchTimestamp, @Nullable File file) { in SimpleCacheSpan()
|
D | CacheSpan.java | 34 public final long position; field in CacheSpan 57 public CacheSpan(String key, long position, long length) { in CacheSpan() 73 String key, long position, long length, long lastTouchTimestamp, @Nullable File file) { in CacheSpan()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/ |
D | CssParser.java | 90 int position = styleInput.getPosition(); in parseBlock() local 124 int position = input.getPosition(); in parseSelector() local 148 int position = input.getPosition(); in readCueTarget() local 174 int position = input.getPosition(); in parseStyleDeclaration() local 258 private static char peekCharAtPosition(ParsableByteArray input, int position) { in peekCharAtPosition() 266 int position; in parsePropertyValue() local 287 int position = input.getPosition(); in maybeSkipComment() local 308 int position = input.getPosition(); in parseIdentifier() local
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/ |
D | IsoLayoutPositionTest.java | 9 IsoLayoutPosition position = IsoLayoutPosition.forPosition('C', 6); in testForPosition() local 46 IsoLayoutPosition position = IsoLayoutPosition.D01; in testIsoLayoutPosition() local 53 IsoLayoutPosition position = IsoLayoutPosition.B00; in testIsoLayoutPositionForNonUsKey() local
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/ |
D | DataSpec.java | 47 private long position; field in DataSpec.Builder 154 public Builder setPosition(long position) { in setPosition() 365 public final long position; field in DataSpec 405 public DataSpec(Uri uri, long position, long length) { in DataSpec() 443 public DataSpec(Uri uri, long position, long length, @Nullable String key) { in DataSpec() 459 public DataSpec(Uri uri, long position, long length, @Nullable String key, @Flags int flags) { in DataSpec() 478 long position, in DataSpec() 511 long position, in DataSpec() 540 long position, in DataSpec() 575 long position, in DataSpec() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBaseAdapterTest.java | 38 public Object getItem(int position) { in getItem() 43 public long getItemId(int position) { in getItemId() 48 public View getView(int position, View convertView, ViewGroup parent) { in getView()
|
D | ShadowCountingAdapter.java | 27 public Object getItem(int position) { in getItem() 32 public long getItemId(int position) { in getItemId() 37 public View getView(int position, View convertView, ViewGroup parent) { in getView()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | TimeBar.java | 71 void setPosition(long position); in setPosition() 119 void onScrubStart(TimeBar timeBar, long position); in onScrubStart() 127 void onScrubMove(TimeBar timeBar, long position); in onScrubMove() 136 void onScrubStop(TimeBar timeBar, long position, boolean canceled); in onScrubStop()
|
/external/skqp/src/core/ |
D | SkFindAndPlaceGlyph.h | 47 static SkIPoint SubpixelAlignment(SkAxisAlignment axisAlignment, SkPoint position) { in SubpixelAlignment() 154 SkPoint map(SkPoint position) const override { in map() 167 SkPoint map(SkPoint position) const override { in map() 182 SkPoint map(SkPoint position) const override { in map() 216 SkGlyphID, SkPoint position, in findAndPositionGlyph() 231 …SkPoint findAndPositionGlyph(SkGlyphID glyphID, SkPoint position, ProcessOneGlyph&& processOneGlyp… in findAndPositionGlyph() 257 SkGlyphID glyphID, SkPoint position, in findAndPositionGlyph()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexUtil.hpp | 40 tcu::Vec4 position; member 46 tcu::Vec4 position; member 53 tcu::Vec4 position; member
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | InterpreterPicker.java | 69 protected void onListItemClick(ListView list, View view, int position, long id) { in onListItemClick() 112 public Object getItem(int position) { in getItem() 117 public long getItemId(int position) { in getItemId() 122 public View getView(int position, View convertView, ViewGroup parent) { in getView()
|
D | ApiPrompt.java | 85 public Object getItem(int position) { in getItem() 90 public long getItemId(int position) { in getItemId() 95 public View getView(int position, View convertView, ViewGroup parent) { in getView() 117 public ValueWatcher(int position) { in ValueWatcher()
|
D | BluetoothDeviceList.java | 73 protected void onListItemClick(android.widget.ListView l, View v, int position, long id) { in onListItemClick() 100 public Object getItem(int position) { in getItem() 105 public long getItemId(int position) { in getItemId() 110 public View getView(int position, View convertView, ViewGroup viewGroup) { in getView()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ |
D | ScriptListAdapter.java | 47 public Object getItem(int position) { in getItem() 52 public long getItemId(int position) { in getItemId() 57 public View getView(int position, View convertView, ViewGroup parent) { in getView()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | ItemAdapter.java | 47 public IItem getItem(int position) { in getItem() 52 public long getItemId(int position) { in getItemId() 57 public int getItemViewType(int position) { in getItemViewType() 76 public View getView(int position, View convertView, ViewGroup parent) { in getView() 114 public boolean isEnabled(int position) { in isEnabled()
|
/external/turbine/java/com/google/turbine/tree/ |
D | Tree.java | 38 private final int position; field in Tree 40 protected Tree(int position) { in Tree() 44 public int position() { in position() method in Tree 93 public Ident(int position, String value) { in Ident() 122 public Type(int position, ImmutableList<Anno> annos) { in Type() 134 public Expression(int position) { in Expression() 145 int position, ImmutableList<Anno> annos, Optional<Type> upper, Optional<Type> lower) { in WildTy() 184 public ArrTy(int position, ImmutableList<Anno> annos, Type elem) { in ArrTy() 213 public PrimTy(int position, ImmutableList<Anno> annos, TurbineConstantTypeKind tykind) { in PrimTy() 247 public VoidTy(int position) { in VoidTy() [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | encode.mm | 16 vector3f position; field 19 @property (assign, nonatomic) vector3f position; property 26 vector3f position; field 28 @property vector3f position; property
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
D | StatementContext.java | 53 int position = -1; in solveInBlock() local 79 int position = -1; in solveInBlockAsValue() local 124 int position = -1; in solveSymbolAsValue() local 170 int position = -1; in solveSymbol() local
|
/external/turbine/java/com/google/turbine/diag/ |
D | LineMap.java | 65 public int column(int position) { in column() 71 public int lineNumber(int position) { in lineNumber() 77 public String line(int position) { in line()
|