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

1 2 3

  /external/opencv/cvaux/src/
decomppoly.cpp 431 int* refer,
442 refer[ i * 4 ] = -1;
443 refer[ i * 4 + 1 ] = -1;
444 refer[ i * 4 + 2 ] = -1;
445 refer[ i * 4 + 3 ] = -1;
460 if( refer[ i * 4 ] == -1 ) {
461 refer[ i * 4 ] = ( leftEdgeIdx << 2 );
465 if( refer[ i * 4 ] == -1 ) {
466 refer[ i * 4 ] = ( leftEdgeIdx << 2 ) | 2;
470 if( refer[ i * 4 + 1 ] == -1 )
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 6 ; Please refer to the file COPYING.LIB contained in the distribution for
x86_main.asm 6 ; Please refer to the file COPYING.LIB contained in the distribution for
mmxp2_32.asm 7 ; Please refer to the file COPYING.LIB contained in the distribution for
x86p_16.asm 6 ; Please refer to the file COPYING.LIB contained in the distribution for
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 57 line to refer to the current Python interpreter as we copy.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 57 line to refer to the current Python interpreter as we copy.
  /external/chromium_org/native_client_sdk/src/doc/
index.rst 98 into an arcane problem. You may need to refer to the :doc:`PNaCl Bitcode
  /external/chromium_org/remoting/webapp/
host.js 17 * are just the ones that we refer to directly.
video_frame_recorder.js 81 /* jscompile gets confused if you refer to this as just atob(). */
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-become-double.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32."
dfg-inline-arguments-become-int32.js 25 "This tests that inlining preserves function.arguments functionality if the arguments are reassigned to refer to an int32."
  /build/core/
cleanspec.mk 44 # Use $(OUT_DIR) to refer to the "out" directory.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 126 debug: please refer to |options|.
127 test_group_file_location: please refer to |options|.
128 test_group_name: please refer to |options|.
129 result_directory_location: please refer to |options|.
134 prev_analyzer_result_map: previous analyzer result map. Please refer to
136 analyzer_result_map: current analyzer result map. Please refer to
197 prev_analyzer_result_map: previous analyzer result map. Please refer to
199 analyzer_result_map: current analyzer result map. Please refer to
202 email_only_change_mode: please refer to |options|.
203 debug: please refer to |options|
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 45 refer to, and match together the source messages and translated messages. It
  /external/clang/test/SemaCXX/
alias-template.cpp 119 expected-error {{'T' does not refer to a value}} \
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 73 * @param {string} str String used as key to refer to the rule store
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 20 * @param {string} key The ONC key for the property. May refer to a nested
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 25 // versions use id to refer to the ssrc.
  /external/chromium_org/tools/
run-bisect-perf-regression.py 351 print 'goma support. Please refer to crbug.com/330900.'
434 'on Windows XP platform. Please refer to crbug.com/330900.')
  /external/chromium_org/v8/src/
math.js 293 // Cube root approximation, refer to: http://metamerist.com/cbrt/cbrt.htm
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 25 // keyCode attribute for kb-key or kb-keysequence elements to refer to
  /external/chromium_org/v8/test/mjsunit/
debug-backtrace.js 207 // Source slices for the individual frames (they all refer to this script).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 119 * $this can be used to refer to it). Notice this can even be value,

Completed in 456 milliseconds

1 2 3