/external/smack/src/org/xbill/DNS/ |
TXTRecord.java | 25 * Creates a TXT Record from the given data 31 super(name, Type.TXT, dclass, ttl, strings); 35 * Creates a TXT Record from the given data 41 super(name, Type.TXT, dclass, ttl, string);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) 108 TXT( "]." ); 127 TXT( "]." ); 155 TXT( "]." ); 174 TXT( "]." ); 215 TXT( " {" ); 234 TXT( ", " ); 236 TXT( "}" ); 246 TXT( "DCL " ); 253 TXT("[]"); [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) 108 TXT( "]." ); 127 TXT( "]." ); 155 TXT( "]." ); 174 TXT( "]." ); 215 TXT( " {" ); 234 TXT( ", " ); 236 TXT( "}" ); 246 TXT( "DCL " ); 253 TXT("[]"); [all...] |
/external/compiler-rt/lib/tsan/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/clang/include/clang/ |
Makefile | 12 '(' -name LICENSE.TXT \ 30 '(' -name LICENSE.TXT \
|
/external/compiler-rt/lib/arm/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/i386/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/interception/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/ppc/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/profile/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/sanitizer_common/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/x86_64/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.ml | 6 * License. See LICENSE.TXT for details.
|
/external/llvm/bindings/ocaml/bitreader/ |
llvm_bitreader.ml | 6 * License. See LICENSE.TXT for details.
|
/ndk/sources/cxx-stl/llvm-libc++/test/ |
Android.mk | 2 # Source Licenses. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/asan/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/lsan/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/msan/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/tsan/rtl/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/ubsan/ |
Makefile.mk | 6 # License. See LICENSE.TXT for details.
|
/external/llvm/bindings/ocaml/bitwriter/ |
llvm_bitwriter.ml | 6 * License. See LICENSE.TXT for details.
|
/ndk/build/tools/ |
build-analyzer.sh | 65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT
|
dev-cleanup.sh | 26 if [ -f $DIR/RELEASE/TXT ]; then
|
/ndk/tests/ |
check-release.sh | 127 # Check that the RELEASE.TXT file is here 128 if [ ! -f "$NDK_DIR/RELEASE.TXT" ]; then 129 echo "Missing RELEASE.TXT file." 134 RELEASE=$(cat $NDK_DIR/RELEASE.TXT) 141 echo "CHANGES.html documents release '$CHANGELOG_RELEASE', but RELEASE.TXT contains '$RELEASE'!"
|