/third_party/pulseaudio/src/modules/gsettings/ |
D | pulseaudio.convert | 2 args0 = /system/pulseaudio/modules/combine/args0 3 args1 = /system/pulseaudio/modules/combine/args1 4 args2 = /system/pulseaudio/modules/combine/args2 5 args3 = /system/pulseaudio/modules/combine/args3 6 args4 = /system/pulseaudio/modules/combine/args4 7 args5 = /system/pulseaudio/modules/combine/args5 8 args6 = /system/pulseaudio/modules/combine/args6 9 args7 = /system/pulseaudio/modules/combine/args7 10 args8 = /system/pulseaudio/modules/combine/args8 11 args9 = /system/pulseaudio/modules/combine/args9 [all …]
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 12 export function createDiagnosticReporter(system: System, pretty?: boolean): DiagnosticReporter { 13 const host: FormatDiagnosticsHost = system === sys ? sysFormatDiagnosticsHost : { 14 getCurrentDirectory: () => system.getCurrentDirectory(), 15 getNewLine: () => system.newLine, 16 getCanonicalFileName: createGetCanonicalFileName(system.useCaseSensitiveFileNames), 19 return diagnostic => system.write(formatDiagnostic(diagnostic, host)); 25 … system.write(formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine()); 33 …function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: C… 34 if (system.clearScreen && 39 system.clearScreen(); [all …]
|
/third_party/musl/porting/linux/user/config/ |
D | ld-musl-namespace-aarch64.ini | 2 acquiescence = /system/bin:/vendor/bin:/data/local/tmp 6 namespace.ndk.lib.paths = /system/lib64/ndk 7 …system/lib64:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk:/system/lib64/chipse… 8 …system/lib64:/system/lib64/module:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk…
|
D | ld-musl-namespace-x86_64.ini | 2 acquiescence = /system/bin:/vendor/bin:/data/local/tmp 6 namespace.ndk.lib.paths = /system/lib64/ndk:/system/lib/ndk 7 …system/lib64:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk:/system/lib64/chipse… 8 …system/lib64:/system/lib64/module:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk…
|
D | ld-musl-namespace-arm.ini | 2 acquiescence = /system/bin:/vendor/bin:/data/local/tmp 6 namespace.ndk.lib.paths = /system/lib/ndk 7 …system/lib:/vendor/lib:/vendor/lib/chipsetsdk:/vendor/lib/chipset-sdk:/system/lib/chipset-pub-sdk:… 8 …/system/lib:/system/lib/module:/vendor/lib:/vendor/lib/chipsetsdk:/vendor/lib/chipset-sdk:/system/…
|
D | ld-musl-namespace-aarch64-test.ini | 6 …system/lib64:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk:/system/lib64/chipse… 7 …system/lib64:/system/lib64/module:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk… 12 namespace.ndk.lib.paths = /system/lib64/ndk
|
D | ld-musl-namespace-x86_64-test.ini | 6 …system/lib64:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk:/system/lib64/chipse… 7 …system/lib64:/system/lib64/module:/vendor/lib64:/vendor/lib64/chipsetsdk:/vendor/lib64/chipset-sdk… 12 namespace.ndk.lib.paths = /system/lib/ndk
|
D | ld-musl-namespace-arm-test.ini | 6 …system/lib:/vendor/lib:/vendor/lib/chipsetsdk:/vendor/lib/chipset-sdk:/system/lib/chipset-pub-sdk:… 7 …/system/lib:/system/lib/module:/vendor/lib:/vendor/lib/chipsetsdk:/vendor/lib/chipset-sdk:/system/… 12 namespace.ndk.lib.paths = /system/lib/ndk
|
/third_party/mesa3d/bin/ |
D | update-android-headers.sh | 13 git clone --depth 1 https://android.googlesource.com/platform/system/core platform-system-core 14 …git clone --depth 1 https://android.googlesource.com/platform/system/logging platform-system-loggi… 15 …git clone --depth 1 https://android.googlesource.com/platform/system/unwinding platform-system-unw… 22 cp -av ${dest}/system/window.h platform-system-core/libsystem/include/system 33 platform-system-core/libsync/include/ndk \ 34 platform-system-core/libsync/include/sync \ 35 platform-system-core/libsystem/include/system \ 36 platform-system-logging/liblog/include/log \ 37 platform-system-unwinding/libbacktrace/include/backtrace \ 48 cp -av platform-system-core/libcutils/include/cutils/{compiler,log,native_handle,properties,trace}.… [all …]
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchEnvironment.ts | 25 …const system = createWatchedSystem([libFile, typing, ...flatArray(allPkgFiles)], { currentDirector… constant 27 const host = createSolutionBuilderWithWatchHost(system); 30 checkOutputErrorsInitial(system, emptyArray, /*disableConsoleClears*/ undefined, [ 45 checkWatchedFilesDetailed(system, watchFilesDetailed); 46 system.writeFile(typing.path, `${typing.content}export const typing1 = 10;`); 52 system.checkTimeoutQueueLengthAndRun(1); 53 checkOutputErrorsIncremental(system, emptyArray); 57 checkWatchedFilesDetailed(system, watchFilesDetailed); 58 system.writeFile(typing.path, typing.content); 64 system.checkTimeoutQueueLengthAndRun(1); [all …]
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | diagnostic.h | 64 System system; variable 124 void add_note(System system, in add_note() argument 129 note.system = system; in add_note() 139 void add_warning(System system, in add_warning() argument 144 warning.system = system; in add_warning() 153 void add_error(System system, std::string err_msg) { in add_error() argument 156 error.system = system; in add_error() 165 void add_error(System system, std::string err_msg, const Source& source) { in add_error() argument 168 error.system = system; in add_error() 180 void add_error(System system, in add_error() argument [all …]
|
/third_party/python/Lib/ |
D | platform.py | 261 def _syscmd_ver(system='', release='', version='', argument 276 return system, release, version 293 return system, release, version 299 system, release, version = m.groups() 308 return system, release, version 498 def system_alias(system, release, version): argument 507 if system == 'SunOS': 511 return system, release, version 524 system = 'Solaris' 527 system = 'Solaris' [all …]
|
/third_party/node/test/parallel/ |
D | test-process-cpuUsage.js | 19 assert(thisUsage.system >= lastUsage.system); 32 assert(diffUsage.system >= 0); 50 { user: null, system: 'c' }, 64 { user: 3, system: 'b' }, 65 { user: 3, system: null }, 73 common.invalidArgTypeHelper(value.system) 80 { user: -1, system: 2 }, 81 { user: Number.POSITIVE_INFINITY, system: 4 }, 95 { user: 3, system: -2 }, 96 { user: 5, system: Number.NEGATIVE_INFINITY }, [all …]
|
/third_party/rust/crates/libc/ci/ |
D | android-sysimage.sh | 10 local dest=/system 20 local system 21 system="$(find . -name system.img)" 27 e2cp -p "${system}:/bin/linker64" "${dest}/bin/" 28 e2cp -p "${system}:/lib64/libdl.so" "${dest}/lib64/" 29 e2cp -p "${system}:/lib64/libc.so" "${dest}/lib64/" 30 e2cp -p "${system}:/lib64/libm.so" "${dest}/lib64/" 32 e2cp -p "${system}:/bin/linker" "${dest}/bin/" 33 e2cp -p "${system}:/lib/libdl.so" "${dest}/lib/" 34 e2cp -p "${system}:/lib/libc.so" "${dest}/lib/" [all …]
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
D | cpuhotplug_hotplug.sh | 72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online 93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 99 $TIME echo 0 > /sys/devices/system/cpu/cpu${CPU}/online 112 [ -d /sys/devices/system/cpu/cpu0 ] || return -1 113 NUM=`ls /sys/devices/system/cpu/ \ 128 [ -d /sys/devices/system/cpu ] || return 1 129 (cd /sys/devices/system/cpu; ls -d cpu[0-9]*) 157 if [ -e /sys/devices/system/cpu/cpu$cpu ]; then 185 if [ -e /sys/devices/system/cpu/$cpu/online ]; then [all …]
|
/third_party/cups/ |
D | cups-system-auth.patch | 1 diff -up cups-1.5b1/conf/cups.password-auth.system-auth cups-1.5b1/conf/cups.password-auth 2 --- cups-1.5b1/conf/cups.password-auth.system-auth 2011-05-23 17:27:27.000000000 +0200 9 diff -up cups-1.5b1/conf/cups.system-auth.system-auth cups-1.5b1/conf/cups.system-auth 10 --- cups-1.5b1/conf/cups.system-auth.system-auth 2011-05-23 17:27:27.000000000 +0200 11 +++ cups-1.5b1/conf/cups.system-auth 2011-05-23 17:27:27.000000000 +0200 14 +auth include system-auth 15 +account include system-auth 16 diff -up cups-1.5b1/conf/Makefile.system-auth cups-1.5b1/conf/Makefile 17 --- cups-1.5b1/conf/Makefile.system-auth 2011-05-12 07:21:56.000000000 +0200 27 + elif test -f /etc/pam.d/system-auth; then \ [all …]
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstsmptetimecode.c | 45 gst_smpte_time_code_from_frame_number (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_from_frame_number() argument 52 g_return_val_if_fail (GST_SMPTE_TIME_CODE_SYSTEM_IS_VALID (system), FALSE); in gst_smpte_time_code_from_frame_number() 62 switch (system) { in gst_smpte_time_code_from_frame_number() 125 gst_smpte_time_code_is_valid (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_is_valid() argument 129 g_return_val_if_fail (GST_SMPTE_TIME_CODE_SYSTEM_IS_VALID (system), FALSE); in gst_smpte_time_code_is_valid() 140 switch (system) { in gst_smpte_time_code_is_valid() 172 gst_smpte_time_code_get_frame_number (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_get_frame_number() argument 177 g_return_val_if_fail (GST_SMPTE_TIME_CODE_SYSTEM_IS_VALID (system), FALSE); in gst_smpte_time_code_get_frame_number() 180 if (!gst_smpte_time_code_is_valid (system, time_code)) { in gst_smpte_time_code_get_frame_number() 184 switch (system) { in gst_smpte_time_code_get_frame_number() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | debug.h | 51 diag::System system, 84 #define TINT_ICE(system, diagnostics) \ argument 86 ::tint::diag::System::system, diagnostics) 94 #define TINT_UNREACHABLE(system, diagnostics) \ argument 95 TINT_ICE(system, diagnostics) << "TINT_UNREACHABLE " 103 #define TINT_UNIMPLEMENTED(system, diagnostics) \ argument 104 TINT_ICE(system, diagnostics) << "TINT_UNIMPLEMENTED " 114 #define TINT_ASSERT(system, condition) \ argument 118 TINT_ICE(system, diagnostics) \ 119 << "TINT_ASSERT(" #system ", " #condition ")"; \
|
/third_party/zlib/os400/ |
D | make.sh | 97 system "${CMD}" 168 system "${CMD}" 177 system "${CMD}" 189 system "${CMD}" 201 system "${CMD}" 223 system "${CMD}" 246 system "${CMD}" 292 system "${CMD}" 297 system "${CMD}" 308 system "${CMD}" [all …]
|
/third_party/freetype/docs/ |
D | INSTALL.CROSS | 11 For self-building the FreeType library on a Unix system, GNU Make 15 The GNU C compiler to cross-build the target system is required. 17 compiler is expected to be installed with a system prefix. For 18 example, if your building system is FreeBSD/i386 and the target 19 system is Linux/MIPS, the cross compiler should be installed with 30 2.1. Building and target system 32 To configure a cross-build, the options `--host=<system>' and 33 `--build=<system>' must be passed to the `configure' script. 34 For example, if your build system is FreeBSD/i386 and the target 35 system is Linux/MIPS, say [all …]
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | INSTALL.CROSS | 11 For self-building the FreeType library on a Unix system, GNU Make 15 The GNU C compiler to cross-build the target system is required. 17 compiler is expected to be installed with a system prefix. For 18 example, if your building system is FreeBSD/i386 and the target 19 system is Linux/MIPS, the cross compiler should be installed with 30 2.1. Building and target system 32 To configure a cross-build, the options `--host=<system>' and 33 `--build=<system>' must be passed to the `configure' script. 34 For example, if your build system is FreeBSD/i386 and the target 35 system is Linux/MIPS, say [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | INSTALL.CROSS | 11 For self-building the FreeType library on a Unix system, GNU Make 15 The GNU C compiler to cross-build the target system is required. 17 compiler is expected to be installed with a system prefix. For 18 example, if your building system is FreeBSD/i386 and the target 19 system is Linux/MIPS, the cross compiler should be installed with 30 2.1. Building and target system 32 To configure a cross-build, the options `--host=<system>' and 33 `--build=<system>' must be passed to the `configure' script. 34 For example, if your build system is FreeBSD/i386 and the target 35 system is Linux/MIPS, say [all …]
|
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/ |
D | .flowconfig | 45 module.system=haste 46 module.system.haste.use_name_reducers=true 48 module.system.haste.name_reducers='^.*/\([a-zA-Z0-9$_.-]+\.js\(\.flow\)?\)$' -> '\1' 50 module.system.haste.name_reducers='^\(.*\)\.js\(\.flow\)?$' -> '\1' 52 module.system.haste.name_reducers='^\(.*\)\.ios$' -> '\1' 53 module.system.haste.name_reducers='^\(.*\)\.android$' -> '\1' 54 module.system.haste.name_reducers='^\(.*\)\.native$' -> '\1' 55 module.system.haste.paths.blacklist=.*/__tests__/.* 56 module.system.haste.paths.blacklist=.*/__mocks__/.* 57 module.system.haste.paths.whitelist=<PROJECT_ROOT>/node_modules/react-native/Libraries/.* [all …]
|
/third_party/elfutils/lib/ |
D | ChangeLog | 7 * system.h: Use BYTE_ORDER, LITTLE_ENDIAN and BIG_ENDIAN. 11 * system.h: Add sys/mman.h as system dependend header. 14 * elf32_getphdr.c: Remove unistd.h and system.h. 15 * elf32_getshdr.c: Remove unistd.h.h and system.h. 16 * elf32_updatefile.c: Remove unistd.h, sys/mman.h and system.h. 17 * elf32_updatenull.c: Remove endian.h and system.h. 33 * system.h: define error_exit. 68 * system.h: Remove inline definition for error and error_message_count 81 * system.h: Check for HAVE_ERROR_H and HAVE_ERR_H and define 91 * system.h (reallocarray): New static inline fallback function. [all …]
|
/third_party/node/test/internet/ |
D | internet.status | 10 [$system==win32] 12 [$system==linux] 16 [$system==macos] 18 [$system==solaris] # Also applies to SmartOS 20 [$system==freebsd] 22 [$system==aix] 24 [$system==ibmi]
|