HomeSort by relevance Sort by last modified time
    Searched full:changes (Results 26 - 50 of 13069) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libedit/
README.android 2 * README.android describes in high-level the libedit changes that we
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
18 if (FailedTestsCache.count(Changes))
21 bool Result = ExecuteOneTest(Changes);
23 FailedTestsCache.insert(Changes);
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
46 // Invariant: union(Res) == Changes
47 UpdatedSearchState(Changes, Sets);
51 return Changes;
55 if (Search(Changes, Sets, Res))
64 return Changes;
    [all...]
DAGDeltaAlgorithm.cpp 118 void UpdatedSearchState(const changeset_ty &Changes,
121 DDA.UpdatedSearchState(Changes, Sets, Required);
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
144 /// GetTestResult - Get the test result for the active set \p Changes with
145 /// \p Required changes from the cache, executing the test if necessary.
147 /// \param Changes - The set of active changes being minimized, which should
149 /// \param Required - The set of changes which have previously been
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
155 /// Helper object for minimizing an active set of changes
    [all...]
  /external/bsdiff/
README.android 6 Changes in the source are marked with "// android" comments.
  /external/c-ares/
NEWS 1 Major changes since:
2 * see the CHANGES file
4 Major changes in release 1.1.1:
10 Major changes in release 1.1.0:
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatformFunctionPointers.inl 1 /* WARNING: This is auto-generated file. Do not modify, since changes will
  /external/libvpx/libvpx/third_party/libwebm/
README.libvpx 9 Local Changes:
  /external/pdfium/
OWNERS 5 # For V8 related changes
  /external/testng/
FILES 9 CHANGES.txt
  /external/curl/
CHANGES 1 See https://curl.haxx.se/changes.html for the edited and human readable online
4 Generate a CHANGES file like the one present in evey release like this:
  /external/libvorbis/
todo.txt 12 encoder switch interface for binary compat through changes; ioctl()-like?
14 API changes:
  /frameworks/base/core/java/android/transition/
package.html 11 <p>A <b>Transition</b> is a mechanism to automatically animate changes that occur
16 attributes, such as color changes, and which can optionally be specified
17 to take place during particular scene changes. Finally, developers can
19 changes and which run custom animations when those properties change values.</p>
22 scene changes, and to cause scene changes with specific transitions to
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 12 // A Change is a record of source code changes, recording user, language, and delta size.
21 // multiSorter implements the Sort interface, sorting the changes within.
23 changes []Change
28 func (ms *multiSorter) Sort(changes []Change) {
29 ms.changes = changes
43 return len(ms.changes)
48 ms.changes[i], ms.changes[j] = ms.changes[j], ms.changes[i
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 12 // A Change is a record of source code changes, recording user, language, and delta size.
21 // multiSorter implements the Sort interface, sorting the changes within.
23 changes []Change
28 func (ms *multiSorter) Sort(changes []Change) {
29 ms.changes = changes
43 return len(ms.changes)
48 ms.changes[i], ms.changes[j] = ms.changes[j], ms.changes[i
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.l 8 [^:]*:19: Warning: a NOP might be needed here because of successive changes in interrupt state
9 [^:]*:20: Warning: a NOP might be needed here because of successive changes in interrupt state
10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state
11 [^:]*:26: Warning: a NOP might be needed here because of successive changes in interrupt state
12 [^:]*:27: Warning: a NOP might be needed here because of successive changes in interrupt state
13 [^:]*:28: Warning: a NOP might be needed here because of successive changes in interrupt state
  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 29 /// (2) If the predicate returns true for a set of changes, it should return
48 /// GetTestResult - Get the test result for the \p Changes from the
51 /// \param Changes - The change set to test.
53 bool GetTestResult(const changeset_ty &Changes);
55 /// Split - Partition a set of changes \p S into one or two subsets.
58 /// Delta - Minimize a set of \p Changes which has been partioned into
60 changeset_ty Delta(const changeset_ty &Changes,
64 /// removed from \p Changes while still satisfying the predicate.
66 /// \param Res - On success, a subset of Changes which satisfies the
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 46 Changes.clear();
57 Changes.push_back(
67 Changes.push_back(
81 Changes.push_back(Change(
88 // calculate the new length of the comment and to calculate the changes
96 if (Changes.empty())
99 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
111 Changes[0].PreviousEndOfTokenColumn = 0;
112 for (unsigned i = 1, e = Changes.size(); i != e; ++i)
    [all...]
  /external/clang/test/SemaObjC/
sign-conversion.m 26 [x setUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
27 x.uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
35 (void)((NSObject*)array[si]).hash; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
37 (void)[((NSObject*)array[si]) hash]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'}}
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderController.java 25 * Controller that can provide recent folders and notify on changes to recent folders.
29 * Registers to receive changes to the recent folders, and obtains the current recent folders.
34 * Removes a listener from receiving recent folder changes.
40 * consider registering for account changes using
42 * current account, but also updates to the account, in case of settings changes.
  /external/clang/test/Sema/
constant-conversion.c 8 int x = 0x3ff0000000000000U; // expected-warning {{implicit conversion from 'unsigned long' to 'int' changes value from 4607182418800017408 to 0}}
14 a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 to 4}}
34 struct A a = { 0, 10 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to -2}}
35 struct A b[] = { 0, 10, 0, 0 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to -2}}
36 struct A c[] = {{10, 0}}; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
37 struct A d = (struct A) { 10, 0 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
38 struct A e = { .foo = 10 }; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
46 a.c = 0x101; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 257 to 1}}
62 unsigned char y = 1 ? 65535 : 1; // expected-warning {{changes value}}
72 f.twoBits1 = ~1; // expected-warning {{implicit truncation from 'int' to bitfield changes value from -2 to 2}
    [all...]
  /external/autotest/frontend/migrations/
086_add_invalidates_test_idx_to_tko_tests.py 18 """Pick up the changes.
29 """Drop the changes.
  /external/chromium-trace/catapult/telemetry/
OWNERS 4 # For CrOS-related changes.
7 # For web_perf/, value/, internal/results/ related changes.
  /external/javassist/
regenerate_from_source.sh 5 # to git giving you a chance to review the changes. Remember that changes in
  /external/toybox/toys/other/
partprobe.c 1 /* partprobe.c - Tell the kernel about partition table changes
15 Tell the kernel about partition table changes
  /frameworks/base/core/java/android/text/
package.html 6 to handle arbitrary text spans for changes, or to handle drawing yourself
10 listen for changes. If creating your own widget, extend DynamicLayout, to manages

Completed in 620 milliseconds

12 3 4 5 6 7 8 91011>>