/external/valgrind/cachegrind/tests/ |
H A D | dlclose.stdout.exp | 0 This is myprint!
|
/external/v8/tools/gyp/test/ninja/s-needs-no-depfiles/ |
H A D | empty.s | 0 # This file intentionally left blank.
|
/external/clang/test/PCH/ |
H A D | pth.c | 4 #error This is the only diagnostic 6 // CHECK: This is the only diagnostic
|
/external/clang/test/SemaCXX/ |
H A D | warn-deprecated-header.cpp | 4 // expected-warning@+2 {{This file is deprecated.}} 6 #warning This file is deprecated.
|
/external/libcxx/test/libcxx/selftest/ |
H A D | test.fail.cpp | 6 // This file is dual licensed under the MIT and the University of Illinois Open 11 #error This test should not compile.
|
/external/eigen/failtest/ |
H A D | failtest_sanity_check.cpp | 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
|
/external/libcxx/test/std/atomics/ |
H A D | libcpp-has-no-threads.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 12 #error This should be XFAIL'd for the purpose of detecting that the LIT feature\
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | RBBIDataWrapper.java | 22 * <p>This class provides access to the compiled break rule data, as 168 RBBIDataWrapper This = new RBBIDataWrapper(); 171 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN; 174 This.fHeader = new RBBIDataHeader(); 175 This.fHeader.fMagic = bytes.getInt(); 179 This.fHeader.fVersion = bytes.getInt(bytes.position()); 180 This.fHeader.fFormatVersion[0] = bytes.get(); 181 This.fHeader.fFormatVersion[1] = bytes.get(); 182 This.fHeader.fFormatVersion[2] = bytes.get(); 183 This [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIDataWrapper.java | 21 * <p>This class provides access to the compiled break rule data, as 167 RBBIDataWrapper This = new RBBIDataWrapper(); 170 This.isBigEndian = bytes.order() == ByteOrder.BIG_ENDIAN; 173 This.fHeader = new RBBIDataHeader(); 174 This.fHeader.fMagic = bytes.getInt(); 178 This.fHeader.fVersion = bytes.getInt(bytes.position()); 179 This.fHeader.fFormatVersion[0] = bytes.get(); 180 This.fHeader.fFormatVersion[1] = bytes.get(); 181 This.fHeader.fFormatVersion[2] = bytes.get(); 182 This [all...] |
/external/icu/icu4c/source/common/ |
H A D | udatamem.c | 26 U_CFUNC void UDataMemory_init(UDataMemory *This) { argument 27 uprv_memset(This, 0, sizeof(UDataMemory)); 28 This->length=-1; 40 UDataMemory *This; local 45 This = uprv_malloc(sizeof(UDataMemory)); 46 if (This == NULL) { 49 UDataMemory_init(This); 50 This->heapAllocated = TRUE; 52 return This; 67 This i 84 UDataMemory_setData(UDataMemory *This, const void *dataAddr) argument 157 UDataMemory_isLoaded(const UDataMemory *This) argument [all...] |
H A D | udatamem.h | 47 U_CFUNC void UDataMemory_init (UDataMemory *This); 48 U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This); 49 U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
|
/external/icu/icu4c/source/i18n/ |
H A D | uspoof_build.cpp | 73 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); 76 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status); 77 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status); 80 delete This; 81 This = NULL; 83 return (USpoofChecker *)This;
|
H A D | uspoof.cpp | 215 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local 216 delete This; 222 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 223 if (This == NULL) { 234 This->fChecks = checks; 240 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 241 if (This == NULL) { 244 return This->fChecks; 250 SpoofImpl *This = SpoofImpl::validateThis(sc, status); local 251 if (This ! 259 const SpoofImpl *This = SpoofImpl::validateThis(sc, status); local 268 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 277 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 293 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 310 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 336 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 410 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 499 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 685 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local 759 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); local [all...] |
/external/libutf/ |
H A D | NOTICE | 15 This is a Unix port of the Plan 9 formatted I/O package. 23 This software is also made available under the Lucent Public License
|
/external/markdown/MarkdownTest/Tests_2004/ |
H A D | Yuri-Links-in-Headers.text | 16 This time underlined
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | Trie2.java | 21 * This is the interface and common implementation of a Unicode Trie2. 27 * This is the second common version of a Unicode trie (hence the name Trie2). 50 * This allows using serialized Tries from ICU4C without needing to consider the 128 Trie2 This; 131 This = new Trie2_16(); 134 This = new Trie2_32(); 136 This.header = header; 139 This.indexLength = header.indexLength; 140 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT; 141 This [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Trie2.java | 20 * This is the interface and common implementation of a Unicode Trie2. 26 * This is the second common version of a Unicode trie (hence the name Trie2). 48 * This allows using serialized Tries from ICU4C without needing to consider the 126 Trie2 This; 129 This = new Trie2_16(); 132 This = new Trie2_32(); 134 This.header = header; 137 This.indexLength = header.indexLength; 138 This.dataLength = header.shiftedDataLength << UTRIE2_INDEX_SHIFT; 139 This [all...] |
/external/boringssl/ |
H A D | flavor.mk | 0 # This makefile exists to be included by makefiles in other directories so that
|
/external/pdfium/fpdfsdk/src/jsapi/ |
H A D | fxjs_v8_embeddertest.cpp | 28 v8::Local<v8::Object> This = FXJS_GetThisObj(isolate()); local 29 v8::Local<v8::Value> fred = FXJS_GetObjectElement(isolate(), This, L"fred");
|
/external/wpa_supplicant_8/hs20/server/www/ |
H A D | remediation.php | 15 This will provide a new machine-generated password.
|
/external/libpng/contrib/tools/ |
H A D | intgamma.sh | 9 # related or neighboring rights to this work. This work is published from: 15 # This script uses the "bc" arbitrary precision calculator to calculate 32-bit 52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
|
/external/llvm/bindings/ocaml/transforms/utils/ |
H A D | llvm_transform_utils.mli | 5 * This file is distributed under the University of Illinois Open Source 12 This interface provides an OCaml API for LLVM transform utilities, the
|
/external/llvm/test/MC/MachO/AArch64/ |
H A D | reloc-crash2.s | 3 ; This is a regression test making sure we don't crash.
|
/external/llvm/test/tools/dsymutil/X86/ |
H A D | empty_range.s | 0 # This test verifies that an empty range list in the .debug_ranges section
|
/external/skia/third_party/yasm/config/win/ |
H A D | stdint.h | 11 #error This file should only be included when compiling with MSVC.
|