/aosp_15_r20/external/cronet/build/toolchain/win/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 58 # supply for these values are to force-disable them. 70 "re-client and cc_wrapper can't be used together.") 74 …dir}/rewrapper -cfg=${rbe_cc_cfg_file}${rbe_bug_326584510_missing_inputs} -exec_root=${rbe_exec_ro… 100 # lld-link includes a replacement for lib.exe that can produce thin 102 link = "${_clang_bin_path}/lld-link${_exe}" 113 # See comment adding --rsp-quoting to $cl above for more information. 114 cc_linkflags += " --rsp-quoting=posix" 116 rust_linkflags += " -Clink-arg=--rsp-quoting=posix" 130 # %PATH%) -- e.g. 32-bit MSVS builds require %PATH% to be set and just [all …]
|
/aosp_15_r20/external/angle/build/toolchain/win/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 58 # supply for these values are to force-disable them. 70 "re-client and cc_wrapper can't be used together.") 74 …}/rewrapper -cfg=${reclient_cc_cfg_file}${rbe_bug_326584510_missing_inputs} -exec_root=${rbe_exec_… 100 # lld-link includes a replacement for lib.exe that can produce thin 102 link = "${_clang_bin_path}/lld-link${_exe}" 113 # See comment adding --rsp-quoting to $cl above for more information. 114 cc_linkflags += " --rsp-quoting=posix" 116 rust_linkflags += " -Clink-arg=--rsp-quoting=posix" 130 # %PATH%) -- e.g. 32-bit MSVS builds require %PATH% to be set and just [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.c | 1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===* 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===----------------------------------------------------------------------===* 9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time) 14 * products. Please do not reformat / re-style this code to make 17 *===----------------------------------------------------------------------===*/ 77 /* Virtual stack - the struct is used as a virtual stack for each thread. 102 * The function for reporting virtual-machine related events to VTune. 108 * it will be -1 if EventSpecificData == 0 otherwise it will be 0. 133 /* initialization part - the functions have not been loaded yet. This part in iJIT_NotifyEvent() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.c | 1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===* 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===----------------------------------------------------------------------===* 9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time) 14 * products. Please do not reformat / re-style this code to make 17 *===----------------------------------------------------------------------===*/ 77 /* Virtual stack - the struct is used as a virtual stack for each thread. 102 * The function for reporting virtual-machine related events to VTune. 108 * it will be -1 if EventSpecificData == 0 otherwise it will be 0. 133 /* initialization part - the functions have not been loaded yet. This part in iJIT_NotifyEvent() [all …]
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.c | 1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===* 8 *===----------------------------------------------------------------------===* 10 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time) 15 * products. Please do not reformat / re-style this code to make 18 *===----------------------------------------------------------------------===*/ 79 /* Virtual stack - the struct is used as a virtual stack for each thread. 104 * The function for reporting virtual-machine related events to VTune. 110 * it will be -1 if EventSpecificData == 0 otherwise it will be 0. 135 /* initialization part - the functions have not been loaded yet. This part in iJIT_NotifyEvent() 175 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() [all …]
|
/aosp_15_r20/external/cronet/build/toolchain/ |
H A D | gcc_toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 30 # Don't enable for Android-on-Chrome OS. 33 # Use -MD instead of -MMD for compiler commands. This is useful for tracking 64 # - ar 65 # - cc 66 # - cxx 67 # - ld 71 # - extra_cflags 73 # - extra_cppflags 76 # used for non-preprocessor flags as well. Not to be confused with [all …]
|
/aosp_15_r20/external/cronet/build/toolchain/apple/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 36 swift_whole_module_optimization = -1 44 swift_toolchain_path = -1 52 if (swift_toolchain_path == -1) { 58 # be kept in sync with the `version` of `third_party/swift-toolchain` in 60 swiftc_version = "swift-5.8-release" 63 swift_toolchain_path = "//third_party/swift-toolchain/" 69 if (swift_whole_module_optimization == -1) { 77 # proper input-dirty checking, but that could be expensive. Instead, use a 79 # This won't cause a re-generation of GN files when the tool script changes [all …]
|
/aosp_15_r20/external/skia/gn/toolchain/ |
H A D | BUILD.gn | 16 target_ar = "$_prefix/llvm-ar.exe" 17 target_cc = "$_prefix/clang.exe --target=$ndk_target$ndk_api -fno-addrsig" 19 "$_prefix/clang++.exe --target=$ndk_target$ndk_api -fno-addrsig" 21 target_ar = "$_prefix/llvm-ar" 22 target_cc = "$_prefix/$ndk_target$ndk_api-clang" 23 target_cxx = "$_prefix/$ndk_target$ndk_api-clang++" 26 target_ar = rebase_path("$fuchsia_toolchain_path/bin/llvm-ar") 29 cflags = "--sysroot=" + 42 # large -j to Ninja (e.g. Goma build). Unfortunately this is also one of the 50 link_pool_depth = -1 [all …]
|
/aosp_15_r20/external/perfetto/gn/standalone/toolchain/ |
H A D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 # Note: This means that is_android=true even on a mac when cross-compiling for 52 _llvm_strip_wrapper = rebase_path("llvm-strip.py", root_build_dir) 64 # If we are using the hermetic clang toolchain llvm-objcopy from there as 65 # it works with Linux-arm cross toolchains. The |_llvm_strip_wrapper| is 66 # to set argv0 as llvm-strip. llvm-objcopy's frontend works differently 67 # when invoked as llvm-strip, pretending to be just 'strip'. 73 strip = "strip -x" 119 _target_triplet = "x86_64-apple-darwin" 121 _target_triplet = "i686-apple-darwin" [all …]
|
/aosp_15_r20/external/angle/build/toolchain/ |
H A D | gcc_toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 29 # Don't enable for Android-on-Chrome OS. 32 # Use -MD instead of -MMD for compiler commands. This is useful for tracking 63 # - ar 64 # - cc 65 # - cxx 66 # - ld 70 # - extra_cflags 72 # - extra_cppflags 75 # used for non-preprocessor flags as well. Not to be confused with [all …]
|
/aosp_15_r20/external/angle/build/toolchain/apple/ |
H A D | toolchain.gni | 2 # Use of this source code is governed by a BSD-style license that can be 36 swift_whole_module_optimization = -1 44 swift_toolchain_path = -1 52 if (swift_toolchain_path == -1) { 58 # be kept in sync with the `version` of `third_party/swift-toolchain` in 60 swiftc_version = "swift-5.8-release" 63 swift_toolchain_path = "//third_party/swift-toolchain/" 69 if (swift_whole_module_optimization == -1) { 77 # proper input-dirty checking, but that could be expensive. Instead, use a 79 # This won't cause a re-generation of GN files when the tool script changes [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/logging/ |
D | handlers.py | 1 # Copyright 2001-2013 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2013 Vinay Sajip. All Rights Reserved. 103 written to is always "app.log" - when it gets filled up, it is closed 129 for i in range(self.backupCount - 1, 0, -1): 133 #print "%s -> %s" % (sfn, dfn) 157 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 168 files are kept - the oldest ones are deleted. 178 # S - Seconds 179 # M - Minutes 180 # H - Hours [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/ |
D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/ |
H A D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/ |
D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/logging/ |
D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/ |
D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/ |
D | handlers.py | 1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved. 21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved. 139 written to is always "app.log" - when it gets filled up, it is closed 168 for i in range(self.backupCount - 1, 0, -1): 190 # See bpo-45401: Never rollover anything other than regular files 197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature 208 files are kept - the oldest ones are deleted. 223 # S - Seconds 224 # M - Minutes 225 # H - Hours [all …]
|
/aosp_15_r20/external/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 1 //===- KillTheDoctor - Prevent Dr. Watson from stopping tests ---*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 19 // from popping up. When --no-user32 is passed, if any process loads user32.dll, 26 // If the subprocess exits for any reason other than successful termination, -1 31 //===----------------------------------------------------------------------===// 73 cl::opt<bool> NoUser32("no-user32", 211 array_lengthof(Filename) - 1); in GetFileNameFromHandle() 238 for (std::size_t ii = 0, e = i->size(); ii != e; ++ii) in FindProgram() 308 return -1; in main() 315 return -1; in main() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | imagehlp.h | 3 * This file is part of the mingw-w64 runtime package. 48 …EHLP_STATUS_ROUTINE)(IMAGEHLP_STATUS_REASON Reason,PCSTR ImageName,PCSTR DllName,ULONG_PTR Va,ULON… 49 …LP_STATUS_ROUTINE32)(IMAGEHLP_STATUS_REASON Reason,PCSTR ImageName,PCSTR DllName,ULONG Va,ULONG_PT… 50 …LP_STATUS_ROUTINE64)(IMAGEHLP_STATUS_REASON Reason,PCSTR ImageName,PCSTR DllName,ULONG64 Va,ULONG_… 97 PLOADED_IMAGE IMAGEAPI ImageLoad(PCSTR DllName,PCSTR DllPath);
|
/aosp_15_r20/packages/modules/Bluetooth/system/tools/scripts/ |
D | btsnoop_live.py | 42 # Example below - This may change per machine per FTS version in Windows vs Ubuntu (Wine), set acc… 47 # For Ubuntu - FTS path recognized by Wine (not Ubuntu path) 76 dllName = 'LiveImportAPI.dll' variable 78 dllName = 'LiveImportAPI_x64.dll' variable 181 live_import = CDLL(FTS_DLL_PATH + dllName) 189 print(dllName + " loaded successfully") 233 os.system('adb wait-for-device forward tcp:8872 tcp:8872') 258 data_frag = btsnoop_sock.recv(olen - len(snoop_data)) 283 … result = live_import.SendFrame(olen - 1, olen - 1, snoop_data[1:olen], drf, isend, timestamp)
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 2 IMPORTANT NOTE: IF THIS FILE IS CHANGED, WININST-6.EXE MUST BE RECOMPILED 3 WITH THE MSVC6 WININST.DSW WORKSPACE FILE MANUALLY, AND WININST-7.1.EXE MUST 4 BE RECOMPILED WITH THE MSVC 2003.NET WININST-7.1.VCPROJ FILE MANUALLY. 19 * (a kind of self-extracting zip-file) 22 * - compressed setup-data in ini-format, containing the following sections: 29 * url=http://www.python.org/sigs/distutils-sig/ 33 * info= text to be displayed in the edit-box 39 * - a struct meta_data_hdr, describing the above 40 * - a zip-file, containing the modules to be installed. 44 * - the setup-data is uncompressed and written to a temporary file. [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_device/linux/ |
H A D | latebindingsymboltable_linux.h | 4 * Use of this source code is governed by a BSD-style license 120 // (recommended to use an X-Macro to avoid duplication). 142 // This macro must be invoked in a .cc file to define a previously-declared 144 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_BEGIN(ClassName, dllName) \ argument 145 const char ClassName##_kDllName[] = dllName; \ 148 // (recommended to use an X-Macro to avoid duplication). 160 // Returns a reference to the given late-binded symbol, with the correct type. 163 (inst)->GetSymbol(LATESYM_INDEXOF(ClassName, sym))))
|
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 57 static DWORD GetDllVersion(LPCTSTR dllName) in GetDllVersion() argument 60 const HINSTANCE hinstDll = LoadLibrary(dllName); in GetDllVersion() 125 if (s.Len() > 1 && s[0] == '-') in WinMain2() 164 HRESULT result = codecs->Load(); in WinMain2() 178 ecs->Init(); in WinMain2() 181 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2() 182 ecs->Password = password; in WinMain2() 216 if (!ecs->IsOK()) in WinMain2()
|
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 1 //===-- COFFDump.cpp - COFF-specific dumper ---------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 11 /// \brief This file implements the COFF-specific dumper for llvm-objdump. 14 /// http://msdn.microsoft.com/en-us/library/ck9asaa9.aspx 16 //===----------------------------------------------------------------------===// 18 #include "llvm-objdump.h" 171 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress() 182 uint64_t Ofs = I->getOffset(); in resolveSymbol() 184 Sym = *I->getSymbol(); in resolveSymbol() 205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents() [all …]
|