Searched refs:POSITION (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/cctest/
H A Dtest-reloc-info.cc57 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
68 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION));
72 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
73 if (mode == RelocInfo::POSITION) {
89 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
106 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java385 final long POSITION = 100;
389 readOnlyFileChannel.position(POSITION);
396 writeOnlyFileChannel.position(POSITION);
403 readWriteFileChannel.position(POSITION);
442 // set the position of the read only file channel to POSITION
443 final int POSITION = 4;
444 readOnlyFileChannel.position(POSITION);
449 assertEquals(CONTENT_LENGTH - POSITION, count);
451 // asserts the content read is the part which stays beyond the POSITION
453 int i = POSITION;
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-buffer-private.h82 #define POSITION( pos ) (&buffer->positions[(pos)]) macro
H A Dharfbuzz-gpos.c1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
1523 POSITION( first_pos ) );
1527 POSITION( buffer->in_pos ) );
1563 error = Get_ValueRecord( gpi, &c2r->Value1, format1, POSITION( first_pos ) );
1566 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
1973 POSITION( buffer->in_pos )->x_advance = entry_x - gpi->anchor_x;
1974 POSITION( buffer->in_pos )->new_advance = TRUE;
1978 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x;
1979 POSITION( gp
[all...]
/external/expat/lib/
H A Dxmltok.h116 } POSITION; typedef in typeref:struct:position
156 POSITION *);
H A Dxmltok.c942 const char *end, POSITION *pos)
H A Dxmltok_impl.c1745 POSITION *pos)
H A Dxmlparse.c546 POSITION m_position;
888 memset(&position, 0, sizeof(POSITION));
/external/v8/src/
H A Dassembler.cc347 int pos_type_tag = (rmode == RelocInfo::POSITION) ? kNonstatementPositionTag
474 RelocInfo::POSITION :
622 case RelocInfo::POSITION:
711 case POSITION:
1298 assembler_->RecordRelocInfo(RelocInfo::POSITION, state_.current_position);
H A Dassembler.h201 POSITION, // See comment for kNoPosition above. enumerator in enum:v8::internal::BASE_EMBEDDED::Mode
244 return mode == POSITION || mode == STATEMENT_POSITION;
351 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;
/external/v8/src/arm/
H A Dassembler-arm.cc2481 rinfo.rmode() != RelocInfo::POSITION);
2629 rinfo.rmode() != RelocInfo::POSITION &&
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 257 milliseconds