HomeSort by relevance Sort by last modified time
    Searched refs:patches (Results 151 - 175 of 273) sorted by null

1 2 3 4 5 67 8 91011

  /external/python/cpython2/Mac/BuildScript/
build-installer.py 248 patches=[
280 patches=[
398 patches=[
400 # just ship a set of patches.
401 ('http://ftp.gnu.org/pub/gnu/readline/readline-6.1-patches/readline61-001',
403 ('http://ftp.gnu.org/pub/gnu/readline/readline-6.1-patches/readline61-002',
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 219 patches=[
251 patches=[
370 patches=[
372 # just ship a set of patches.
373 ('http://ftp.gnu.org/pub/gnu/readline/readline-6.1-patches/readline61-001',
375 ('http://ftp.gnu.org/pub/gnu/readline/readline-6.1-patches/readline61-002',
    [all...]
  /art/runtime/
elf_file.cc     [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 412 patches than bsdiff.
859 print("Computing patches (using %d threads)..." % (self.threads,))
861 print("Computing patches...")
864 patches = [None] * diff_total
    [all...]
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 256 hasPatches = len(package.patches)
262 messages.append(error(package.basePath, "Package includes patches but log is empty"))
264 messages.append(error(package.basePath, "Test log is not empty but package doesn't contain patches"))
  /external/toolchain-utils/cros_utils/
misc.py 455 """Apply gerrit patches on a chromeos tree.
461 branch: the tree based on which to apply the patches.
  /frameworks/av/media/libaudioclient/include/media/
AudioSystem.h 313 /* List existing audio patches */
315 struct audio_patch *patches,
IAudioFlinger.h 477 /* List existing audio patches */
479 struct audio_patch *patches) = 0;
  /external/curl/packages/vms/
generate_vax_transfer.com 8 $! This procedure patches the VAX Macro32 assembler to be case sensitive
  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 894 struct audio_patch *patches,
902 return mAudioPolicyManager->listAudioPatches(num_patches, patches, generation);
    [all...]
AudioPolicyService.h 177 struct audio_patch *patches,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdumpext_test.go 20 // Apologies for the proprietary path, but we need objdump 2.24 + some committed patches that will land in 2.25.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdumpext_test.go 20 // Apologies for the proprietary path, but we need objdump 2.24 + some committed patches that will land in 2.25.
  /art/compiler/optimizing/
code_generator_mips.h 398 // Emit linker patches.
583 // two patches/infos. There can be more than two patches/infos if the instruction supplying
604 // Label for the instruction corresponding to PC+0. Not bound or used in low half patches.
605 // Not bound in high half patches on R2 when using HMipsComputeBaseMethodAddress.
606 // Bound in high half patches on R2 when using the NAL instruction instead of
608 // Bound in high half patches on R6.
675 ArenaDeque<PcRelativePatchInfo>* patches);
705 // Patches for string root accesses in JIT compiled code.
707 // Patches for class root accesses in JIT compiled code
    [all...]
code_generator_mips64.h 377 // Emit linker patches.
562 // two patches/infos. There can be more than two patches/infos if the instruction supplying
638 ArenaDeque<PcRelativePatchInfo>* patches);
671 // Patches for string root accesses in JIT compiled code.
673 // Patches for class root accesses in JIT compiled code.
  /external/iputils/doc/
docbook2man-spec.pl 265 .\\" Please send any bug reports, improvements, comments, patches,
  /external/pcre/dist2/src/sljit/
sljitLir.h 349 sljit_uw patches; member in struct:sljit_compiler
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 212 struct audio_patch *patches,
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 24 PATCHES_DIR=$PROGDIR/toolchain-patches
391 PATCHES=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
392 for PATCH in $PATCHES; do
471 PATCHES=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
472 for PATCH in $PATCHES; do
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.asm 191 // This gets patched by the C code that patches in the vector table
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm 170 // This gets patched by the C code that patches in the vector table
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 168 // This gets patched by the C code that patches in the vector table
  /external/libcups/filter/
interpret.c 194 * Apply patches and options to the page header...
206 if (ppd->patches)
207 status |= _cupsRasterExecPS(h, &preferred_bits, ppd->patches);
    [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp     [all...]

Completed in 678 milliseconds

1 2 3 4 5 67 8 91011