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

1 2

  /system/chre/build/variant/
google_hexagonv65_slpi-see-uimg.mk 7 TARGET_NAME = google_hexagonv65_slpi-see-uimg
14 TARGET_CFLAGS += $(GOOGLE_HEXAGONV65_SLPI-SEE-UIMG_CFLAGS)
15 TARGET_VARIANT_SRCS = $(GOOGLE_HEXAGONV65_SLPI-SEE-UIMG_SRCS)
16 TARGET_SO_LATE_LIBS = $(GOOGLE_HEXAGONV65_SLPI-SEE-UIMG_LATE_LIBS)
23 # Add SLPI/SEE-specific compiler flags and source files
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/
JavadocBlockTag.java 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 * <code>@see AnotherClass</code>
53 SEE,
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 6 // License. See LICENSE.TXT for details.
377 SCEVExpander &SEE) {
397 Value *InitialPtr = SEE.expandCodeFor(PtrSCEV->getStart(), Ptr->getType(),
513 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getModule()->getDataLayout(),
516 propagateStoredValueToLoadUsers(Cand, SEE);
  /external/ImageMagick/PerlMagick/
Magick.pm 14 # See the License for the specific language governing permissions and
124 A web page has been set up for this extension. See:
141 =head1 SEE ALSO
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 14 # See the License for the specific language governing permissions and
123 A web page has been set up for this extension. See:
140 =head1 SEE ALSO
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/
JavadocParserTest.java 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
89 " * @see #getEndColumn" + EOL +
93 .addBlockTag(new JavadocBlockTag(JavadocBlockTag.Type.SEE, "#getEndColumn")), JavadocParser.parse(text));
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 202 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
213 static final int SEE = 6;
446 case SEE:
GatherAPIDataOld.java 439 case SEE:
487 private static final int SEE = 6;
498 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see", "@version",
GatherAPIData.java 577 case SEE:
625 private static final int SEE = 6;
636 "@internal", "@draft", "@stable", "@since", "@deprecated", "@author", "@see",
CheckAPI.java     [all...]
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 127 =head1 SEE ALSO
  /system/tools/hidl/docs/src/lexer/
Token.kt 13 * See the License for the specific language governing permissions and
130 SEE("see", TokenCategory.DocAnnotation),
  /external/llvm/utils/
codegen-diff 127 =head1 SEE ALSO
  /external/llvm/lib/Support/
regcomp.c 126 #define SEE(c) (MORE() && PEEK() == (c))
128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
301 assert(!MORE() || SEE(stop));
330 if (!SEE(')'))
790 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 118 #define SEE(c) (MORE() && PEEK() == (c))
120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
293 assert(!MORE() || SEE(stop));
321 if (!SEE(')'))
754 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 126 #define SEE(c) (MORE() && PEEK() == (c))
128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
301 assert(!MORE() || SEE(stop));
330 if (!SEE(')'))
790 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 186 #define SEE(c) (MORE() && PEEK() == (c))
188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
386 assert(!MORE() || SEE(stop));
419 if (!SEE(')'))
887 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /toolchain/binutils/binutils-2.27/etc/
texi2pod.pl 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # along with GCC; see the file COPYING. If not, write to
139 # Discard comments. (Can't do it above, because then we'd never see
347 $head =~ s/SEEALSO/SEE ALSO/;
  /external/eigen/blas/testing/
dblat1.f 657 * SEE REMARK ABOVE ABOUT DT11X(1,2,7)
    [all...]
sblat1.f 661 * SEE REMARK ABOVE ABOUT DT11X(1,2,7)
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 5 # see file 'COPYING' for use and warranty information
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
583 Please see
676 You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
706 You can see the types associated with a port by using the following command:
771 You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
924 .SH "SEE ALSO"
    [all...]
  /external/cblas/testing/
c_dblat1.f 602 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_sblat1.f 602 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_cblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_zblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE

Completed in 1305 milliseconds

1 2