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

  /external/chromium/chrome/browser/sync/util/
nigori_unittest.cc 20 std::string permuted; local
22 &permuted));
27 EXPECT_EQ(expected, permuted);
nigori.h 47 // always yields the same |permuted| value. Note that |permuted| will be
49 bool Permute(Type type, const std::string& name, std::string* permuted) const;
nigori.cc 127 std::string* permuted) const {
158 return Base64Encode(output, permuted);
  /external/chromium_org/sync/util/
nigori_unittest.cc 20 std::string permuted; local
22 &permuted));
27 EXPECT_EQ(expected, permuted);
nigori.h 50 // always yields the same |permuted| value. Note that |permuted| will be
52 bool Permute(Type type, const std::string& name, std::string* permuted) const;
nigori.cc 122 std::string* permuted) const {
153 return Base64Encode(output, permuted);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
folder_shortcuts_data_model.js 215 * Creates a permutation array for 'permuted' event, which is compatible with
260 * Fires a 'permuted' event, which is compatible with cr.ui.ArrayDataModel.
264 var permutedEvent = new Event('permuted');
269 // Note: This model only fires 'permuted' event, because:
271 // 'permuted' event.
navigation_list.js 18 // Generates a combined 'permuted' event from an event of either list.
20 var permutedEvent = new Event('permuted');
47 this.volumesList_.addEventListener('permuted', permutedHandler.bind(this, 1));
48 this.pinnedList_.addEventListener('permuted', permutedHandler.bind(this, 2));
226 dataModel.removeEventListener('permuted', this.boundHandleListChanged_);
230 dataModel.addEventListener('permuted', this.boundHandleListChanged_);
file_manager.js     [all...]
  /external/libvorbis/doc/
09-helper.tex 70 table of lookup type 1. The values on this list are permuted to
03-codebook.tex 162 values that are permuted in a set pattern to build a list of vectors,
01-introduction.tex 255 single list of values of possible values that are then permuted into

Completed in 91 milliseconds