HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 301 - 325 of 1188) sorted by null

<<11121314151617181920>>

  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 201 public override long Position {
  /external/dng_sdk/source/
dng_memory_stream.cpp 236 uint64 offset = Position ();
dng_opcode_list.cpp 265 if (stream.Position () != streamOffset + byteCount)
  /external/flatbuffers/net/FlatBuffers/
Table.cs 113 if (ident[i] != (char)bb.Get(bb.Position + sizeof(int) + i)) return false;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
EscapeTransliterator.java 180 Position pos, boolean incremental) {
NameUnicodeTransliterator.java 52 Position offsets, boolean isIncremental) {
NormalizationTransliterator.java 86 Position offsets, boolean isIncremental) {
TransliterationRuleSet.java 184 * @param pos the position indices, which will be updated
192 Transliterator.Position pos,
UnescapeTransliterator.java 150 Position pos, boolean isIncremental) {
  /external/icu/icu4c/source/i18n/
collationruleparser.h 40 enum Position {
61 * The second contraction character is POS_BASE + Position.
158 * Sets str to a contraction of U+FFFE and (U+2800 + Position).
159 * @return rule index after the special reset position
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
EscapeTransliterator.java 179 Position pos, boolean incremental) {
NameUnicodeTransliterator.java 51 Position offsets, boolean isIncremental) {
NormalizationTransliterator.java 85 Position offsets, boolean isIncremental) {
TransliterationRuleSet.java 183 * @param pos the position indices, which will be updated
191 Transliterator.Position pos,
UnescapeTransliterator.java 149 Position pos, boolean isIncremental) {
  /external/swiftshader/third_party/subzero/src/
IceAssembler.cpp 39 // We must not set the link until the position is absolutely known. This means
45 Position = Pos + kWordSize;
157 intptr_t NextFixupLoc = NextFixup->position();
  /frameworks/base/cmds/statsd/tests/e2e/
Attribution_e2e_test.cpp 32 StatsdConfig CreateStatsdConfig(const Position position) {
39 attributionNodeMatcher->set_position(Position::ANY);
51 android::util::WAKELOCK_STATE_CHANGED, {position});
59 auto config = CreateStatsdConfig(Position::FIRST);
205 auto config = CreateStatsdConfig(Position::ALL);
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 95 // FuncExtent describes a function's extent in the source by file and position.
104 // FuncVisitor implements the visitor that builds the function position list for a file.
120 start := v.fset.Position(n.Pos())
121 end := v.fset.Position(n.End())
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 95 // FuncExtent describes a function's extent in the source by file and position.
104 // FuncVisitor implements the visitor that builds the function position list for a file.
120 start := v.fset.Position(n.Pos())
121 end := v.fset.Position(n.End())
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h 614 Gets a file's current position.
616 This function returns the current file position for the file handle. For directories, the
617 current file position has no meaning outside of the file system driver and as such, the
620 @param[in] FileHandle The file handle on which to get the current position.
621 @param[out] Position Byte position from the start of the file.
630 OUT UINT64 *Position
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 498 /// values (corresponding to loaded entities), so that position -M
499 /// corresponds to element 0 in the loaded entities vector, position -M+1
510 iterator(LazyVector *Self, int Position)
511 : iterator::iterator_adaptor_base(Position), Self(Self) {}
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 389 /// values (corresponding to loaded entities), so that position -M
390 /// corresponds to element 0 in the loaded entities vector, position -M+1
403 iterator(PreprocessingRecord *Self, int Position)
404 : iterator::iterator_adaptor_base(Position), Self(Self) {}
  /frameworks/base/cmds/statsd/tests/
statsd_test_util.h 115 const std::vector<Position>& positions);
119 const std::vector<Position>& positions);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 503 /// values (corresponding to loaded entities), so that position -M
504 /// corresponds to element 0 in the loaded entities vector, position -M+1
516 iterator(LazyVector *Self, int Position)
517 : iterator::iterator_adaptor_base(Position), Self(Self) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 388 /// values (corresponding to loaded entities), so that position -M
389 /// corresponds to element 0 in the loaded entities vector, position -M+1
402 iterator(PreprocessingRecord *Self, int Position)
403 : iterator::iterator_adaptor_base(Position), Self(Self) {}

Completed in 594 milliseconds

<<11121314151617181920>>