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

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 88 int SpaceIndex;
90 SpaceIndex = CurColumn % TabWidth; // Number of spaces after a Tab Stop
91 numW = TabWidth - SpaceIndex; // Number of spaces to the next Tab Stop
92 SpaceIndex = MAX_TAB_WIDTH - numW; // Index into the Spaces array
93 wcb = &Spaces[SpaceIndex]; // Point to the appropriate number of spaces
  /external/googletest/googlemock/src/
gmock-matchers.cc 362 char& b = matched_[SpaceIndex(ilhs, irhs)];
376 char& b = matched_[SpaceIndex(ilhs, irhs)];
  /external/v8/testing/gmock/src/
gmock-matchers.cc 362 char& b = matched_[SpaceIndex(ilhs, irhs)];
376 char& b = matched_[SpaceIndex(ilhs, irhs)];
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 112 milliseconds