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

  /external/chromium_org/v8/test/cctest/
test-reloc-info.cc 42 // Tests that writing both types of positions and then reading either
44 TEST(Positions) {
66 // Read only (non-statement) positions.
83 // Read only statement positions.
100 // Read both types of positions.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 93 typedef struct Positions Positions;
325 virtual HRESULT WINAPI get_Positions(Positions **ppvObject) = 0;
343 HRESULT (WINAPI *get_Positions)(Cell *This,Positions **ppvObject);
374 HRESULT WINAPI Cell_get_Positions_Proxy(Cell *This,Positions **ppvObject);
394 virtual HRESULT WINAPI get_Positions(Positions **ppvObject) = 0;
409 HRESULT (WINAPI *get_Positions)(Axis *This,Positions **ppvObject);
434 HRESULT WINAPI Axis_get_Positions_Proxy(Axis *This,Positions **ppvObject);
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/bison/data/
location.cc 20 b4_copyright([Positions for Bison parsers in C++],
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider_unittest.cc 107 // Structures and functions supporting the BookmarkProviderTest.Positions
119 // Return |positions| as a formatted string for unit test diagnostic output.
121 const TestBookmarkPositions& positions) {
123 for (TestBookmarkPositions::const_iterator i = positions.begin();
124 i != positions.end(); ++i) {
125 if (i != positions.begin())
134 // Return the positions in |matches| as a formatted string for unit test
156 TestBookmarkPositions positions; local
170 positions.push_back(TestBookmarkPosition(start, i->offset));
177 positions.push_back(TestBookmarkPosition(start, match.description.size()))
185 TestBookmarkPositions positions; local
226 const size_t positions[99][9][2]; member in struct:QueryData
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
mosaic_mode.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 51 * @param {Array.<number>} newPos Positions of each column dividers.
54 // Check the minimum width and adjust the positions.
89 var positions = [0];
95 positions[i + 1] = ~~(newTotalWidth * sum / totalWidth);
97 this.applyColumnPositions_(positions);
131 // Calculate new positions of column splitters.

Completed in 452 milliseconds