Searched refs:refer (Results 1 – 25 of 309) sorted by relevance
12345678910>>...13
/external/opencv/cvaux/src/ |
D | 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/openssh/ |
D | README | 32 refer to http://www.openssh.com/list.html for details on how to join. 39 Please refer to the INSTALL document for information on how to install 41 port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
|
/external/llvm/test/DebugInfo/X86/ |
D | stringpool.ll | 23 ; Verify that we refer to 'yyyy' with a relocation. 33 ; Verify that we refer to 'yyyy' without a relocation.
|
/external/sfntly/cpp/ |
D | README.txt | 1 Please refer to http://code.google.com/p/sfntly/wiki/build_cpp regarding how to build sfntly.
|
/external/v8/build/ |
D | README.txt | 1 For build instructions, please refer to:
|
/external/clang/test/SemaObjCXX/ |
D | capturing-flexible-array-in-block.mm | 6 …^{return a.x;}(); // expected-error {{cannot refer to declaration of structure variable with flexi…
|
/external/blktrace/btt/ |
D | README | 6 Please refer to the documentation for details.
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | blocks.mm | 52 … int i = array[2]; // expected-error{{cannot refer to declaration with an array type inside block}} 53 … i += array[3]; // expected-error{{cannot refer to declaration with an array type inside block}}
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 2 ; a global that is dead. Make sure any globals they refer to die as well.
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FileSystem.groovy | 75 * path does not refer to a valid directory, then an empty List is returned. 84 * include a path. If the path does not refer to a valid directory, then an empty List is 98 * if the path does not refer to a valid file or directory or if it is a non-empty directory. 109 * is successfully renamed, false otherwise. Return false if the path does not refer to a valid
|
/external/clang/include/clang/Basic/ |
D | Sanitizers.def | 13 // macro to get information on options which refer to sets of sanitizers. 26 // The second value is an identifier which can be used to refer to the
|
/external/llvm/test/Other/ |
D | 2002-03-11-ConstPropCrash.ll | 2 ; was not updated to refer to the final position of the new terminator. This
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …rnet server for public access without explicit permission. If you want to refer to any of my texts…
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | StyleGuide.txt | 80 * Use ``cls`` to refer to a class. Use ``meta`` to refer to a
|
/external/clang/test/Modules/ |
D | decldef.m | 14 B *b1; // expected-error{{must use 'struct' tag to refer to type 'B'}}
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.sh | 8 * By default application code must explicitly refer to mangled symbol names,
|
/external/bison/m4/ |
D | close.m4 | 18 dnl application may use it and pass file descriptors that refer to
|
/external/bzip2/ |
D | bzdiff.1 | 47 programs refer to temporary filenames instead of those specified.
|
/external/parameter-framework/test/test-platform/ |
D | README.md | 31 want to refer to a file in the current directory, you should write:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-platform-reg.ll | 8 ; Also, fp must always refer to a valid frame record, even if it's not the one
|
/external/glide/third_party/gif_encoder/ |
D | LICENSE | 4 purpose, however, refer to the Unisys LZW patent for restrictions on use of
|
/external/libvncserver/webclients/novnc/ |
D | LICENSE.txt | 4 Please refer to the individual source files and/or to the noVNC commit
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-06-15-FastAllocEarlyCLobber.ll | 15 ; Yes, check-not can refer to FileCheck variables defined in the future.
|
/external/llvm/test/DebugInfo/PowerPC/ |
D | tls-fission.ll | 9 ; DW_OP_const_index (0xfx == 252) to refer to the debug_addr table
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_chroma_a9q.s | 71 @* dx value where the sample is to be produced(refer sec 8.4.2.2.2 ) 74 @* dy value where the sample is to be produced(refer sec 8.4.2.2.2 )
|
12345678910>>...13