HomeSort by relevance Sort by last modified time
    Searched full:patches (Results 176 - 200 of 766) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
mkinstalldirs 11 # bugs to <bug-automake@gnu.org> or send patches to
12 # <automake-patches@gnu.org>.
  /external/llvm/docs/
HowToReleaseLLVM.rst 41 fixed. Patches are merged from mainline into the release branch. Also, all
48 merged patches will be fixed. If so a third round of testing is needed.
78 committing patches that might break the build. E.g., new features, large
79 patches for works in progress, an overhaul of the type system, an exciting
104 #. Advise developers that they may now check their patches into the Subversion
328 the time to solve additional and unrelated bugs!* If no patches are merged in,
337 #. Patches applied to the release branch may only be applied by the release
340 #. During the first round of testing, patches that fix regressions or that are
343 approving patches for the branch. We reserve the right to reject any patch
346 #. During the remaining rounds of testing, only patches that fix critica
    [all...]
  /bootable/recovery/updater/
install.c 1167 Value** patches = ReadValueVarArgs(state, argc-4, argv+4); local
    [all...]
  /external/libsepol/
ChangeLog 409 This includes patches to:
456 * Merged record interface, record bugfix, and set_roles patches
468 fix patches from Ivan Gyurdiev.
482 * Merged query/exists and count patches from Ivan Gyurdiev.
490 key passing, and bug fix patches from Ivan Gyurdiev.
588 * Merged bug fix patches from Joshua Brindle (Tresys).
591 * Merged boolean record and memory leak fix patches from Ivan
692 genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
770 * Merged endianness and compute_av patches from Darrel Goeddel (TCS).
  /external/aac/libSBRenc/src/
ton_corr.h 105 reduce interferences between patches */
146 INT shiftStartSb; /*!< lowest subband of source range to be included in the patches */
147 INT noOfPatches; /*!< number of patches */
  /external/bison/src/
system.h 135 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00080.html>
136 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00111.html>.
144 <http://lists.gnu.org/archive/html/bison-patches/2009-09/msg00013.html>.
  /external/chromium_org/sandbox/win/src/
interception.h 73 // Patches function_name inside dll_name to point to replacement_code_address.
110 // Patches function_name inside dll_name to point to
213 // Keep track of patches added by name.
  /external/chromium_org/third_party/ply/
README 124 The CHANGES file acknowledges those who have contributed patches.
249 Bug Reports and Patches
254 patches to fix problems. I also try to incorporate submitted feature
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 129 // Patches a named function imported from the named module using
180 // Patches a function by overwriting its first few bytes with
247 // Patches a function by overwriting its first few bytes with
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 296 /* Maximum number of patches (currently 2: LPM and FPM) */
319 UINT32 spd_patch_needed_mask; /* Mask of patches that need to be downloaded */
320 UINT8 spd_patch_count; /* Number of patches left to download */
  /external/v8/tools/
merge-to-branch.sh 123 revisions associated with the patches."
164 echo ">>> Step $CURRENT_STEP: Apply patches for selected revisions."
266 [[ -n "$REVISION_LIST" ]] && echo "patches:$REVISION_LIST"
  /external/chromium/testing/gmock/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 699 patches = dict()
700 [patches.setdefault(v, k) for k, v in patch_list]
701 for filename in patches.keys():
703 file_id_str = patches.get(filename)
802 ErrorExit("No valid patches found in output from svn diff")
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 75 * The leaves of the terrain quad tree are Terrain Patches. These have the real geometry mesh.
100 protected int patchSize; // size of the individual patches
143 * @param patchSize size of the individual patches
156 * @param patchSize size of the individual patches
170 * @param patchSize size of the individual patches
187 * @param patchSize size of the individual patches
268 fixNormals(affectedAreaBBox); // the affected patches
269 fixNormalEdges(affectedAreaBBox); // the edges between the patches
417 * Calculates the LOD of all child terrain patches.
662 * children are either quads or patches. This is dependent on the size of the
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 41 ALOGV("Processing %d tests with %d patches", numTests, numPatches);
  /development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java 40 * as an exercise to the reader. As always, patches welcomed :-)
  /external/antlr/antlr-3.4/runtime/ActionScript/
README 63 Please send patches to <george.scott-antlr@gmail.com>. For larger code contributions you'll
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 97 Patches are welcome.
  /external/bison/m4/
stdbool.m4 83 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
  /external/chromium/net/base/
dns_reload_timer.cc 18 // to try to automatically detect such changes but these patches are not
  /external/chromium_org/base/debug/
profiler.cc 162 // This can happen if someone IAT patches us to a thunk.
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.h 34 // Ubuntu patches their version of GTK+ to that there is always a
  /external/chromium_org/chrome/common/extensions/docs/server2/
patch_servlet.py 78 # Only allow patches on appspot URLs; it doesn't matter if appspot.com is
  /external/chromium_org/net/base/
dns_reloader.cc 26 // to try to automatically detect such changes but these patches are not

Completed in 1758 milliseconds

1 2 3 4 5 6 78 91011>>