HomeSort by relevance Sort by last modified time
    Searched full:permuted (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ui/accessibility/
tree_generator.cc 28 std::vector<int> permuted; local
38 permuted.push_back(indices[index]);
46 update.nodes[0].id = permuted[0];
49 update.nodes[0].child_ids.push_back(permuted[1]);
50 update.nodes[1].id = permuted[1];
56 update.nodes[i].id = permuted[i];
60 update.nodes[parent_index].child_ids.push_back(permuted[i]);
  /external/chromium_org/components/variations/proto/
permuted_entropy_cache.proto 11 // Represents a cache of permuted entropy mappings, where each entry maps from
  /external/chromium_org/sync/util/
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_unittest.cc 20 std::string permuted; local
22 &permuted));
27 EXPECT_EQ(expected, permuted);
nigori.cc 122 std::string* permuted) const {
153 Base64Encode(output, permuted);
  /external/chromium_org/components/variations/
entropy_provider.h 35 // [0, |mapping.size()|), permuted based on |randomization_seed|.
81 // Performs the permutation algorithm and returns the permuted value that
caching_permuted_entropy_provider_unittest.cc 15 // Size of the low entropy source to use for the permuted entropy provider
entropy_provider_unittest.cc 23 // Size of the low entropy source to use for the permuted entropy provider
102 // An TrialEntropyGenerator that uses the permuted entropy provider algorithm,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
navigation_list_model.js 130 // Generates a combined 'permuted' event from an event of either list.
212 // Dispatch permuted event.
213 var permutedEvent = new Event('permuted');
221 'permuted', permutedHandler.bind(this, ListType.VOLUME_LIST));
223 'permuted', permutedHandler.bind(this, ListType.SHORTCUT_LIST));
folder_shortcuts_data_model.js 44 'permuted', this.reload_.bind(this));
409 * Creates a permutation array for 'permuted' event, which is compatible with
454 * Fires a 'permuted' event, which is compatible with cr.ui.ArrayDataModel.
458 var permutedEvent = new Event('permuted');
463 // Note: This model only fires 'permuted' event, because:
465 // 'permuted' event.
  /frameworks/wilhelm/tests/listening/
seekTorture.c 18 // It needs as input a permuted .wav and .map produced by the permute tool.
97 // play back a file in permuted order using the seek map
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 16 * If A is the original matrix and Ap is the permuted matrix,
122 //NOTE: If Ap is the permuted matrix then perm and iperm vectors are defined as follows
  /external/opencv/ml/src/
mlrtrees.cpp 451 // turn values of (m-1)-th variable, that were permuted
457 // predict "permuted" cases and calculate the number of votes for the
458 // correct class in the variable-m-permuted oob data
  /frameworks/wilhelm/tools/permute/
permute.c 19 * permuted .wav file and .map which can be given the seek torture test
251 // Create a permuted output file
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 68 * FIXME This algorithm will be modified such that the diagonal elements are permuted on the diagonal.
  /external/libvorbis/doc/
09-helper.tex 70 table of lookup type 1. The values on this list are permuted to
helper.html 133 table of lookup type 1. The values on this list are permuted to
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list.js 176 'permuted',
191 'permuted',
555 * This handles data model 'permuted' event.
564 * @param {Event} e The 'permuted' event.
array_data_model.js 293 var e = new Event('permuted');
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp 198 // formatting element list gets permuted.
  /external/llvm/test/Transforms/BBVectorize/X86/
simple.ll 59 ; Basic depth-3 chain (last pair permuted)
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 335 NCMatrix m_mat; // The input (permuted ) matrix
365 * - Compute the column elimination tree on the permuted matrix
400 // Compute the column elimination tree of the permuted matrix
  /external/chromium_org/components/metrics/
metrics_state_manager_unittest.cc 160 // Now, set a dummy value in the permuted entropy cache pref and verify that
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list.js 125 'permuted',
141 'permuted',
622 * This handles data model 'permuted' event.
630 * @param {Event} e The 'permuted' event.
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 44 * it is implicitly permuted to the end. The QR factorization thus obtained is
297 // Compute the column elimination tree of the permuted matrix

Completed in 4641 milliseconds

1 2