/external/clang/test/Modules/Inputs/System/usr/include/ |
stdbool.h | 1 // Testing hack: does not define bool/true/false.
|
/bionic/libc/upstream-openbsd/lib/libc/include/ |
langinfo.h | 0 /* Hack to build "vfprintf.c". */
|
/external/libnl/tests/ |
test-nf-cache-mngr.c | 7 static struct nl_addr *hack = NULL; local 9 if (!hack) 10 hack = nl_addr_parse("194.88.212.233", AF_INET); 12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || 13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
|
/external/libunwind/src/unwind/ |
BacktraceWrapper.c | 1 /* This is a hack to get around a problem with a case insensitve ar that
|
/external/chromium_org/third_party/webrtc/base/ |
maccocoathreadhelper.mm | 27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init]; 29 NSAutoreleasePool* hack; 30 hack = [[NSAutoreleasePool alloc] init]; 34 [hack drain];
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page.py | 5 # TODO(eakuefner): Refactor references to Page and kill this hack.
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
CMakeLists.txt | 14 # Hack: we need to include 'main' target directory to grab private headers
|
/ndk/sources/host-tools/sed-4.2.1/ |
AUTHORS | 1 GNU Sed was first authored by Jay Fenlason (hack@gnu.org)
|
/external/valgrind/main/memcheck/tests/ |
partiallydefinedeq.c | 7 // assignment to *hack is a trick to fool memcheck's bogus-literal 12 void foo ( int* p1, int* p2, unsigned int * hack ) 14 *hack = 0x80808080; 25 unsigned int hack; local 37 foo(pi1,pi2, &hack); 45 foo(pi1,pi2, &hack); 52 foo(pi1,pi2, &hack);
|
/external/openssl/crypto/ |
symhacks.h | 70 /* Hack a long name in crypto/ex_data.c */ 76 /* Hack a long name in crypto/asn1/a_mbstr.c */ 81 /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) */ 89 /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) */ 97 /* Hack the names created with DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) */ 104 /* Hack the names created with DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE) */ 116 /* Hack the names created with DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO) */ 128 /* Hack other PEM names */ 132 /* Hack some long X509 names */ 144 /* Hack some long CRYPTO names * [all...] |
/external/openssl/include/openssl/ |
symhacks.h | 70 /* Hack a long name in crypto/ex_data.c */ 76 /* Hack a long name in crypto/asn1/a_mbstr.c */ 81 /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) */ 89 /* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) */ 97 /* Hack the names created with DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) */ 104 /* Hack the names created with DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE) */ 116 /* Hack the names created with DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO) */ 128 /* Hack other PEM names */ 132 /* Hack some long X509 names */ 144 /* Hack some long CRYPTO names * [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
special_paths.py | 7 # This is a bit of a hack, all path configuration should be moved into
|
/external/emma/pregenerated/ |
ANDROID-CHANGES.txt | 6 This is a hack, but it's convenient to keep Emma's own build system working
|
/external/libexif/m4m/ |
Makefile.am | 1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-config-msg.m4 gp-documentation.m4 gp-gettext-hack.m4 gp-packaging.m4 gp-pkg-config.m4 gp-references.m4 stdint.m4
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
fenv.h | 10 /* This file is a backwards compability hack to allow
|
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
touch_log_source.cc | 36 commands.push_back(std::make_pair("hack-33025-touchpad", command)); 40 commands.push_back(std::make_pair("hack-33025-touchpad_activity", command)); 45 std::make_pair("hack-33025-touchscreen_activity", command));
|
/external/llvm/test/CodeGen/X86/ |
addr-label-difference.ll | 8 @test.array = internal unnamed_addr constant [3 x i32] [i32 sub (i32 ptrtoint (i8* blockaddress(@test, %foo) to i32), i32 ptrtoint (i8* blockaddress(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %bar) to i32), i32 ptrtoint (i8* blockaddress(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrtoint (i8* blockaddress(@test, %foo) to i32))] ; <[3 x i32]*> [#uses=1] 21 br label %hack 23 hack:
|
/external/chromium_org/ppapi/shared_impl/ |
singleton_resource_id.h | 14 // a hack until PPB_Broker trusted has been fully refactored to the new
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
redraw-page-cache-visited-links-2.html | 6 // // Uses window.history hack; see http://bugs.webkit.org/show_bug.cgi?id=7135
|
/external/chromium_org/third_party/jinja2/ |
AUTHORS | 10 - Christoph Hack
|
/external/chromium_org/third_party/sqlite/src/src/ |
shell_icu_win.c | 10 ** This a hack job of icu_utils.cc:Initialize(). It's Chrome-specific code.
|
/external/llvm/test/Other/ |
ResponseFile.ll | 2 ; is a hack to make sure that neither echo nor the shell expands the response
|
/external/llvm/unittests/IR/ |
CMakeLists.txt | 32 # HACK: Declare a couple of source files as optionally compiled to satisfy the
|
/external/clang/test/SemaCXX/ |
libstdcxx_is_pod_hack.cpp | 3 // This is a test for an egregious hack in Clang that works around 23 // Another, similar egregious hack for __is_signed, which is a type
|
/external/proguard/src/proguard/gradle/ |
ProGuardTask.java | 142 // Hack: support the keyword without parentheses in Groovy. 154 // Hack: support the keyword without parentheses in Groovy. 166 // Hack: support the keyword without parentheses in Groovy. 190 // Hack: support the keyword without parentheses in Groovy. 430 // Hack: support the keyword without parentheses in Groovy. 448 // Hack: support the keyword without parentheses in Groovy. 460 // Hack: support the keyword without parentheses in Groovy. 502 // Hack: support the keyword without parentheses in Groovy. 544 // Hack: support the keyword without parentheses in Groovy. 556 // Hack: support the keyword without parentheses in Groovy [all...] |