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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/
version.py 3 patch = '275480' variable
clang-version-inc.py 8 version_string = '%s.%s.%s' % (version.major, version.minor, version.patch)
19 '@CLANG_VERSION_PATCHLEVEL@': version.patch,
  /art/test/910-methods/
check 19 patch -p0 expected.txt < expected_jack.diff
  /art/test/911-get-stack-trace/
check 19 patch -p0 expected.txt < expected_jack.diff
  /art/test/913-heaps/
check 19 patch -p0 expected.txt < expected_jack.diff
  /bionic/tools/bionicbb/
test_tasks.py 8 @mock.patch('presubmit.contains_bionicbb')
9 @mock.patch('presubmit.contains_cleanspec')
10 @mock.patch('gerrit.get_commit')
26 @mock.patch('presubmit.contains_bionicbb')
27 @mock.patch('presubmit.contains_cleanspec')
28 @mock.patch('gerrit.get_commit')
44 @mock.patch('presubmit.contains_bionicbb')
45 @mock.patch('presubmit.contains_cleanspec')
46 @mock.patch('gerrit.get_commit')
62 @mock.patch('presubmit.contains_bionicbb'
    [all...]
  /external/bsdiff/
bsdiff_unittest.cc 33 // Check that a file with no changes has a very small patch (no extra data).
39 BsdiffPatchFile patch; local
40 EXPECT_TRUE(patch.LoadFromFile(patch_file_.filename()));
41 EXPECT_TRUE(patch.IsValid());
44 EXPECT_EQ(14, patch.diff_len);
45 EXPECT_EQ(14U, patch.extra_len);
55 BsdiffPatchFile patch; local
56 EXPECT_TRUE(patch.LoadFromFile(patch_file_.filename()));
57 EXPECT_TRUE(patch.IsValid());
60 EXPECT_EQ(14, patch.diff_len)
    [all...]
  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 25 const LinkerPatch& patch,
28 DCHECK_LE(patch.LiteralOffset() + 4u, code->size());
31 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch.
34 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement;
38 const LinkerPatch& patch ATTRIBUTE_UNUSED,
relative_patcher_x86_64.h 30 const LinkerPatch& patch,
34 const LinkerPatch& patch,
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 69 /* Connect a patch between several source and sink ports */
70 status_t AudioFlinger::createAudioPatch(const struct audio_patch *patch,
75 return mPatchPanel->createAudioPatch(patch, handle);
80 /* Disconnect a patch */
138 /* Connect a patch between several source and sink ports */
139 status_t AudioFlinger::PatchPanel::createAudioPatch(const struct audio_patch *patch,
145 if (handle == NULL || patch == NULL) {
149 patch->num_sources, patch->num_sinks, *handle);
154 if (patch->num_sources == 0 || patch->num_sources > AUDIO_PATCH_PORTS_MAX |
597 struct audio_patch *patch = &removedPatch->mAudioPatch; local
    [all...]
PatchPanel.h 25 class Patch;
37 /* Create a patch between several source and sink ports */
38 status_t createAudioPatch(const struct audio_patch *patch,
41 /* Release a patch */
51 status_t createPatchConnections(Patch *patch,
53 void clearPatchConnections(Patch *patch);
55 class Patch {
57 explicit Patch(const struct audio_patch *patch)
    [all...]
  /art/compiler/linker/x86/
relative_patcher_x86.h 30 const LinkerPatch& patch,
34 const LinkerPatch& patch,
  /art/test/988-method-trace/
check 19 patch -p0 expected.txt < expected_jack.diff >/dev/null
  /bootable/recovery/applypatch/
bspatch.cpp 67 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value* patch,
75 CHECK(patch != nullptr);
76 CHECK_LE(patch_offset, patch->data.size());
79 reinterpret_cast<const uint8_t*>(&patch->data[patch_offset]),
80 patch->data.size() - patch_offset, sha_sink);
83 // print SHA1 of the patch in the case of a data error.
86 SHA1(reinterpret_cast<const uint8_t*>(patch->data.data() + patch_offset),
87 patch->data.size() - patch_offset, digest);
89 LOG(ERROR) << "Patch may be corrupted, offset: " << patch_offset << ", SHA1: "
imgpatch.cpp 17 // See imgdiff.cpp in this directory for a description of the patch file
51 const Value* patch, size_t patch_offset,
72 // Define a custom sink wrapper that feeds to bspatch. It deflates the available patch data on
78 // The input patch length for an update never exceeds INT_MAX.
109 if (ApplyBSDiffPatch(src_data, src_len, patch, patch_offset, compression_sink, nullptr) != 0) {
130 Value patch(VAL_BLOB, std::string(reinterpret_cast<const char*>(patch_data), patch_size));
132 return ApplyImagePatch(old_data, old_size, &patch, sink, nullptr, nullptr);
136 * Apply the patch given in 'patch_filename' to the source data given
141 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value* patch, SinkFn sink,
143 if (patch->data.size() < 12)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testver.c 39 compiled.major, compiled.minor, compiled.patch,
43 linked.major, linked.minor, linked.patch,
  /tools/tradefederation/core/atest/
atest_unittest.py 28 @mock.patch('os.environ.get', return_value=None)
33 @mock.patch('os.environ.get', return_value='out/testcases/')
  /external/bouncycastle/
import_bouncycastle.sh 48 echo " ./import_bouncycastle.sh regenerate <patch/*.patch>"
49 echo " ./import_bouncycastle.sh generate <patch/*.patch> </path/to/bcprov-jdk*-*.tar.gz>"
55 die "Bouncy Castle patch directory patches/ not found"
92 declare -r patch=$1
93 shift || usage "No patch file specified."
94 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then
97 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG
98 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; the
    [all...]
  /external/v8/tools/testrunner/objects/
workpacket.py 34 base_revision=None, patch=None, pubkey=None):
40 self.patch = patch
72 "patch": self.patch,
86 patch = packed["patch"]
89 base_revision=base_revision, patch=patch,
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 158 @mock.patch.object(
160 @mock.patch.object(
235 @mock.patch('acts.controllers.adb.AdbProxy', return_value=MockAdbProxy(1))
236 @mock.patch(
253 @mock.patch('acts.controllers.adb.AdbProxy', return_value=MockAdbProxy(1))
254 @mock.patch(
266 @mock.patch('acts.controllers.adb.AdbProxy', return_value=MockAdbProxy(1))
267 @mock.patch(
270 @mock.patch('acts.utils.create_dir')
271 @mock.patch('acts.utils.exe_cmd'
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 32 AudioPatch::AudioPatch(const struct audio_patch *patch, uid_t uid) :
34 mPatch(*patch),
46 snprintf(buffer, SIZE, "%*sAudio patch %d:\n", spaces, "", index+1);
90 const sp<AudioPatch>& patch)
95 ALOGW("addAudioPatch() patch %d already in", handle);
98 add(handle, patch);
101 handle, patch->mAfPatchHandle, patch->mPatch.num_sources, patch->mPatch.num_sinks,
102 patch->mPatch.sources[0].id, patch->mPatch.sinks[0].id)
137 const sp<AudioPatch> patch = valueAt(patchIndex); local
    [all...]
  /art/compiler/
compiled_method.h 137 LinkerPatch patch(literal_offset, Type::kMethodRelative, target_dex_file);
138 patch.method_idx_ = target_method_idx;
139 patch.pc_insn_offset_ = pc_insn_offset;
140 return patch;
147 LinkerPatch patch(literal_offset, Type::kMethodBssEntry, target_dex_file);
148 patch.method_idx_ = target_method_idx;
149 patch.pc_insn_offset_ = pc_insn_offset;
150 return patch;
156 LinkerPatch patch(literal_offset, Type::kCall, target_dex_file);
157 patch.method_idx_ = target_method_idx
    [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.cpp 25 Res_png_9patch* patch = (Res_png_9patch*) data; local
26 size_t patchSize = patch->serializedSize();
32 memcpy(patchNew, patch, patchSize);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_s390.cc 125 unsigned int major, minor, patch = 0; local
137 patch = internal_simple_strtoll(ptr+1, &ptr, 10);
143 if (minor == 2 && patch >= 79)
146 if (minor == 12 && patch >= 58)
152 if (minor == 1 && patch >= 21)
155 if (minor == 4 && patch >= 6)
  /frameworks/base/libs/hwui/
PatchCache.cpp 21 #include "Patch.h"
37 , mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity)
74 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
89 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) {
90 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
93 if (key.getPatch() == patch) {
99 void PatchCache::removeDeferred(Res_png_9patch* patch) {
102 // Assert that patch is not already garbage
105 if (patch == mGarbage[i]) {
106 patch = nullptr
122 Res_png_9patch* patch = mGarbage[i]; local
137 Patch* patch = pair.getSecond(); local
    [all...]

Completed in 2903 milliseconds

1 2 3 4 5 6 7 8 91011>>