HomeSort by relevance Sort by last modified time
    Searched refs:compare_length (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 361 size_t compare_length = local
364 EXPECT_GT(event.size(), compare_length + EVENT_FIRST_PAYLOAD_BYTE - 1);
367 EXPECT_EQ(compare_length, event[EVENT_LENGTH_BYTE]);
370 for (size_t i = 0; i < compare_length; i++)
  /external/v8/src/
elements.cc 3685 uint32_t compare_length = static_cast<uint32_t>(int32_length); local
    [all...]

Completed in 356 milliseconds