HomeSort by relevance Sort by last modified time
    Searched full:checkoffset (Results 1 - 5 of 5) sorted by null

  /art/compiler/
output_stream_test.cc 29 void CheckOffset(off_t expected) {
40 CheckOffset(3);
42 CheckOffset(2);
45 CheckOffset(4);
47 CheckOffset(6);
49 CheckOffset(10);
  /art/runtime/
class_linker_test.cc 372 struct CheckOffset {
375 CheckOffset(size_t c, const char* j) : cpp_offset(c), java_name(j) {}
384 std::vector<CheckOffset> offsets;
424 CheckOffset& offset = offsets[i];
438 CheckOffset& offset = offsets[i];
446 CheckOffset& offset = offsets[i];
468 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Object, klass_), "shadow$_klass_"));
469 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Object, monitor_), "shadow$_monitor_"));
471 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Object, x_rb_ptr_), "shadow$_x_rb_ptr_"));
472 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::Object, x_xpadding_), "shadow$_x_xpadding_"))
    [all...]
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 43 checkOffset(offset);
47 private void checkOffset(int offset) {
87 checkOffset(offset);
92 checkOffset(offset);
  /external/chromium_org/third_party/ots/src/
cff.cc 160 bool CheckOffset(const std::pair<uint32_t, DICT_OPERAND_TYPE>& operand,
584 if (!CheckOffset(operands.back(), table_length)) {
600 if (!CheckOffset(operands.back(), table_length)) {
626 if (!CheckOffset(operands.back(), table_length)) {
653 if (!CheckOffset(operands.back(), table_length)) {
683 if (!CheckOffset(operands.back(), table_length)) {
  /external/openssl/apps/
x509.c 208 int checkend=0,checkoffset=0; local
450 checkoffset=atoi(*(++argv));
1032 time_t tcheck=time(NULL) + checkoffset;
    [all...]

Completed in 303 milliseconds