HomeSort by relevance Sort by last modified time
    Searched defs:patches (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/applypatch/
main.c 48 // *patches (loading file contents into the patches). Returns 0 on
51 char*** sha1s, Value*** patches, int* num_patches) {
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
74 (*patches)[i] = NULL;
80 (*patches)[i] = malloc(sizeof(Value));
81 (*patches)[i]->type = VAL_BLOB;
82 (*patches)[i]->size = fc.size;
83 (*patches)[i]->data = (char*)fc.data
130 Value** patches; local
    [all...]
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 45 LinkerPatch patches[] = { local
48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
87 LinkerPatch patches[] = { local
90 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
114 LinkerPatch patches[] = { local
117 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 55 LinkerPatch patches[] = { local
58 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
97 LinkerPatch patches[] = { local
100 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
117 LinkerPatch patches[] = { local
120 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 134 LinkerPatch patches[] = { local
138 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches));
181 LinkerPatch patches[] = { local
184 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
221 LinkerPatch patches[] = { local
224 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 182 LinkerPatch patches[] = { local
187 ArrayRef<const LinkerPatch>(patches));
211 LinkerPatch patches[] = { local
216 ArrayRef<const LinkerPatch>(patches));
334 LinkerPatch patches[] = { local
337 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
374 LinkerPatch patches[] = { local
377 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches));
  /bootable/recovery/updater/
install.c 1182 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 599 struct audio_patch *patches,
602 if (num_patches == NULL || (*num_patches != 0 && patches == NULL) ||
608 unsigned int numPatchesReq = (patches == NULL) ? 0 : *num_patches;
620 reply.read(patches, numPatchesReq * sizeof(struct audio_patch));
1191 struct audio_patch *patches = local
    [all...]
IAudioFlinger.cpp 865 struct audio_patch *patches)
867 if (num_patches == NULL || *num_patches == 0 || patches == NULL) {
879 reply.read(patches, *num_patches * sizeof(struct audio_patch));
1373 struct audio_patch *patches = local
    [all...]
  /external/pcre/dist/sljit/
sljitLir.h 346 sljit_uw patches; member in struct:sljit_compiler
    [all...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
draw9patch.jar 
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 446 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
447 mAudioManager.listAudioPatches(patches);
1358 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
1375 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
1655 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 

Completed in 449 milliseconds