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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 40 int16_t i, pick; local
236 pick = i - randlag;
238 if (pick < 0) {
239 randvec[i] = iLBCdec_inst->prevResidual[iLBCdec_inst->blockl+pick];
241 randvec[i] = iLBCdec_inst->prevResidual[pick];
245 pick = i - use_lag;
247 if (pick < 0) {
248 PLCresidual[i] = iLBCdec_inst->prevResidual[iLBCdec_inst->blockl+pick];
250 PLCresidual[i] = PLCresidual[pick];
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderFuzzerTest.java 103 attributes.add(pick(rnd, ATTR_NAMES)); method
107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes); method
110 policy.closeTag(pick(rnd, ELEMENT_NAMES)); method
162 private static String pick(Random rnd, String[] choices) { method in class:HtmlPolicyBuilderFuzzerTest
167 String chunk = pick(rnd, CHUNKS);
  /external/compiler-rt/
README.android 21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
  /external/bison/
Makefile.am 74 --strip-cherry-pick \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 52 .elements-tree-outline.pick-node-mode {
763 .elements-tree-element-pick-node-1 {
766 -webkit-animation: elements-tree-element-pick-node-animation-1 0.5s 1;
769 .elements-tree-element-pick-node-2 {
772 -webkit-animation: elements-tree-element-pick-node-animation-2 0.5s 1;
775 @-webkit-keyframes elements-tree-element-pick-node-animation-1 {
780 @-webkit-keyframes elements-tree-element-pick-node-animation-2 {
  /external/libunwind/src/dwarf/
Gexpr.c 29 /* The "pick" operator provides an index range of 0..255 indicating
222 # define pick(n) \ macro
227 Debug (1, "Out-of-stack pick\n"); \
429 push (pick (0));
439 push (pick (operand1));
444 push (pick (1));
  /external/gtest/test/
Android.mk 43 # device builds. Finally $(4) is used to pick up the right set of
  /external/chromium_org/v8/test/mjsunit/
debug-compile-event.js 87 // Check that we pick script name from //# sourceURL, iff present
unicodelctest-no-optimization.js 29 // This regexp should pick up all lower case characters. The non-BMP
    [all...]
unicodelctest.js 28 // This regexp should pick up all lower case characters. The non-BMP
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 219 // We pick the width from the titlebar, which has no margins.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 161 * @param {Object} obj The object to pick a key from.
176 * @param {Object.<K,V>} obj The object to pick a value from.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 283 // If we haven't picked a default task yet, then just pick the first one.
284 // This is not the preferred way we want to pick this, but better this than
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 258 // Store the style in the record. The row will pick up the style this way instead of through
  /external/chromium_org/extensions/renderer/resources/
web_view_events.js 345 // to pick up the new webview before attach operates on it, if it hasn't
web_view.js 775 // If we are not attached yet, then we will pick up the user agent on
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 258 //Have to pick a textfile to export to.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 225 function $pick(){
1347 props.id = props.name = $pick(props.id, props.name, iframe.id, iframe.name, 'IFrame_' + $time());
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py     [all...]
  /external/clang/tools/scan-build/
scan-build     [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 314 * @return {number} The rough level [0..3] used to pick an icon.
    [all...]
  /art/test/
Android.run-test.mk 187 # The build system use this flag to pick up files generated by declare-make-art-run-test.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 817 // If there are already some visits, pick up the previous query where it
    [all...]

Completed in 3247 milliseconds