HomeSort by relevance Sort by last modified time
    Searched refs:patches (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /hardware/broadcom/wlan/
.gitignore 39 patches-*
42 patches
  /external/toolchain-utils/
buildbot_test_llvm.py 55 def __init__(self, board, chromeos_root, weekday, patches, compiler):
63 self._patches = patches.split(',') if patches else []
121 dest='patches',
123 help='The patches to use for the testing, '
125 'for more than one patches.')
139 patches = options.patches
140 if not patches and options.compiler == 'llvm':
141 patches = USE_LLVM_PATC
    [all...]
buildbot_test_toolchains.py 72 patches,
81 self._patches = patches.split(',')
323 dest='patches',
324 help='The patches to use for the testing, '
326 'for more than one patches.')
344 if options.patches:
345 patches = options.patches
347 patches = USE_NEXT_GCC_PATCH
350 options.weekday, patches, options.noschedv2
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 127 echo "Create 'ndk' branch and apply patches.android/*"
130 if [ -d "$NDK_LIBCXX_DIR/patches.android" ]; then
133 run git am "$NDK_LIBCXX_DIR"/patches.android/*
135 echo "A problem occured while applying the patches!!"
186 echo "Re-creating new Android patches."
187 run git format-patch -k -o "$BUILD_DIR"/patches.android revision-$NEW_REVISION
188 run git format-patch -k -o "$BUILD_DIR"/patches.libcxx android-0
192 for PATCH in "$BUILD_DIR"/patches.libcxx/*.patch; do
203 echo "Updating local patches"
205 run git rm -f patches.android/
    [all...]
  /external/linux-kselftest/
.gitignore 80 patches-*
83 patches
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 42 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
59 void Mips64RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
61 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
83 LinkerPatch patches[] = { local
88 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 41 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
58 void Mips32r6RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
60 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
82 LinkerPatch patches[] = { local
87 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
93 LinkerPatch patches[] = { local
98 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
relative_patcher_mips_test.cc 41 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
60 void MipsRelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
62 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
86 LinkerPatch patches[] = { local
91 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
97 LinkerPatch patches[] = { local
102 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
  /external/snakeyaml/
ApplyAndroidPatches.mk 17 # Apply the android patches in src/patches/android
26 # This mk file will automatically look up the corresponding patch in src/patches/android
32 # Apply all of the Android patches in src/patches/android by running patch-android-src script on them.
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 45 LinkerPatch patches[] = { local
48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
91 LinkerPatch patches[] = { local
94 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
122 LinkerPatch patches[] = { local
125 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
154 LinkerPatch patches[] = { local
157 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 65 LinkerPatch patches[] = { local
68 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
111 LinkerPatch patches[] = { local
114 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
135 LinkerPatch patches[] = { local
138 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
158 LinkerPatch patches[] = { local
162 AddCompiledMethod(MethodRef(1u), kStringReferenceCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/
compiled_method.cc 111 const ArrayRef<const LinkerPatch>& patches)
119 patches_(driver->GetCompiledMethodStorage()->DeduplicateLinkerPatches(patches)) {
132 const ArrayRef<const LinkerPatch>& patches) {
144 cfi_info, patches);
compiled_method_test.cc 52 LinkerPatch patches[] = {
177 constexpr size_t last_index = arraysize(patches) - 1u;
179 for (size_t i = 0; i != arraysize(patches); ++i) {
180 for (size_t j = 0; j != arraysize(patches); ++j) {
182 EXPECT_EQ(expected, patches[i] == patches[j]) << i << " " << j;
186 for (size_t i = 0; i != arraysize(patches); ++i) {
187 for (size_t j = 0; j != arraysize(patches); ++j) {
189 EXPECT_EQ(expected, patches[i] < patches[j]) << i << " " << j
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h 50 status_t listAudioPatches(unsigned int *num_patches, struct audio_patch *patches) const;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 120 struct audio_patch *patches) const
122 if (num_patches == NULL || (*num_patches != 0 && patches == NULL)) {
125 ALOGV("listAudioPatches() num_patches %d patches %p available patches %zu",
126 *num_patches, patches, size());
127 if (patches == NULL) {
135 // do not report patches with AUDIO_DEVICE_IN_STUB as source or
155 patches[patchesWritten] = patch->mPatch;
156 patches[patchesWritten++].id = patch->mHandle;
163 ALOGV("listAudioPatches() got %zu patches needed %d", patchesWritten, *num_patches)
    [all...]
  /external/deqp/external/vulkancts/scripts/
verify_submission.py 49 def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, otherItems):
55 self.patches = patches
83 patches = []
99 patches.append(item)
103 return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, otherItems)
240 hasPatches = len(package.patches)
244 messages.append(error(package.basePath, "Package includes patches but log is empty"))
246 messages.append(error(package.basePath, "Test log is not empty but package doesn't contain patches"))
  /external/autotest/tko/parsers/
version_1.py 51 def __init__(self, base, patches):
53 patches = [patch(*p.split()) for p in patches]
54 hashes = [p.hash for p in patches]
58 patches = []
60 super(kernel, self).__init__(base, patches, kernel_hash)
224 # Get a list of patches.
225 patches = []
228 patches.append(fields['patch%d' % patch_index])
231 return kernel(base, patches)
    [all...]
version_1_unittest.py 179 self.assertEquals(kern.patches[0].spec, 'first_patch')
180 self.assertEquals(kern.patches[1].spec, 'another_patch')
181 self.assertEquals(len(kern.patches), 2)
186 """Tests that get_kernel ignores patches that are out of sequence."""
195 self.assertEquals(kern.patches[0].spec, 'first_patch')
196 self.assertEquals(len(kern.patches), 1)
208 self.assertEquals(kern.patches, [])
  /bootable/recovery/applypatch/
applypatch_modes.cpp 123 std::vector<std::unique_ptr<Value>> patches; local
125 patches.push_back(std::make_unique<Value>(
128 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus);
131 // This program (applypatch) applies binary patches to files in a way that
  /frameworks/base/media/java/android/media/
AudioPortEventHandler.java 85 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>();
87 int status = AudioManager.updateAudioPortCache(ports, patches, null);
106 AudioPatch[] patchList = patches.toArray(new AudioPatch[0]);
AudioRecordingConfiguration.java 195 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
196 if (AudioManager.listAudioPatches(patches) != AudioManager.SUCCESS) {
197 Log.e(TAG, "Error retrieving list of audio patches");
200 for (int i = 0 ; i < patches.size() ; i++) {
201 final AudioPatch patch = patches.get(i);
  /external/testng/
GenerateTemplates.mk 27 # Apply all of the Android patches in src/patches/android by running patch-android-src script on them.
  /frameworks/av/services/audioflinger/
PatchPanel.h 46 struct audio_patch *patches);
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 227 void CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches, uint32_t target_offset);
298 const LinkerPatch patches[] = { local
302 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), bss_begin_ + string_entry_offset);
308 const LinkerPatch patches[] = { local
312 CheckPcRelativePatch(ArrayRef<const LinkerPatch>(patches), string_offset);
315 void Thumb2RelativePatcherTest::CheckPcRelativePatch(const ArrayRef<const LinkerPatch>& patches,
317 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
347 const LinkerPatch patches[] = { local
350 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
387 const LinkerPatch patches[] = local
596 const LinkerPatch patches[] = { local
698 const LinkerPatch patches[] = { local
991 const LinkerPatch patches[] = { local
1072 const LinkerPatch patches[] = { local
1132 const LinkerPatch patches[] = { local
1178 std::vector<LinkerPatch> patches; local
    [all...]
  /art/compiler/driver/
compiled_method_storage_test.cc 80 ArrayRef<const LinkerPatch> patches[] = { local
91 for (auto&& p : patches) {

Completed in 1931 milliseconds

1 2 3 4 5 6 7 8 91011