/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-applyCompletion8.diff | 2 No changes
|
/external/clang/test/Sema/ |
sign-conversion.c | 3 // PR9345: make a subgroup of -Wconversion for signedness changes 6 unsigned t0 = x; // expected-warning {{implicit conversion changes signedness}} 7 unsigned t1 = (t0 == 5 ? x : 0); // expected-warning {{operand of ? changes signedness}}
|
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}}
|
/cts/tools/signature-tools/templates/ |
PackageChangedLink.st | 1 $Link(url={changes/pkg_$it.name$.html}, name={<tt>$it.name$</tt>})
|
/external/chromium/third_party/libjingle/source/ |
README.chrome-sandbox | 1 The chrome-sandbox branch contains some experemental changes that are needed
|
/external/webkit/LayoutTests/fast/dom/Node/ |
mutation-blur-expected.txt | 1 Tests for proper handling of DOM changes during a blur event. If the test doesn't crash, it passed.
|
/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 | 64 const changeset_ty &Changes; 119 void UpdatedSearchState(const changeset_ty &Changes, 122 DDA.UpdatedSearchState(Changes, Sets, Required); 146 /// GetTestResult - Get the test result for the active set \arg Changes with 147 /// \arg Required changes from the cache, executing the test if necessary. 149 /// \param Changes - The set of active changes being minimized, which should 151 /// \param Required - The set of changes which have previously been 154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 157 /// 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/chromium/base/third_party/dmg_fp/ |
README.chromium | 7 List of changes made to original code: 13 - made some minor changes to allow clean compilation under g++ -Wall, see 15 - made some minor changes to build on 64-bit, see gcc_64_bit.patch. 16 - made minor changes for -Wextra for Mac build, see mac_wextra.patch
|
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/ |
manifest.json | 2 "name": "A browser action which changes its icon when clicked.",
|
/external/tcpdump/ |
TODO | 5 5. update CHANGES file
|
/external/webkit/LayoutTests/fast/dom/HTMLButtonElement/value/ |
getset-expected.txt | 3 This test changes the value of the button. The original value is "Fail"; the new value should be "Success"
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
README | 2 Any changes made to code within this directory will need to be manually pushed to build.webkit.org.
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/ |
robots.txt | 4 Disallow: /changes
|
/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 \arg 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 \arg S into one or two subsets. 58 /// Delta - Minimize a set of \arg Changes which has been partioned into 60 changeset_ty Delta(const changeset_ty &Changes, 64 /// removed from \arg 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...] |
DAGDeltaAlgorithm.h | 26 /// The DAG should be used to represent dependencies in the changes which are 33 /// eagerly prune large subsets of changes. As with \see DeltaAlgorithm, the DAG 50 /// Run - Minimize the DAG formed by the \arg Changes vertices and the \arg 52 /// changes and returning the smallest set which still satisfies the test 55 /// \param Changes The list of changes. 57 /// \param Dependencies The list of dependencies amongst changes. For each 58 /// (x,y) in \arg Dependencies, both x and y must be in \arg Changes. The 61 changeset_ty Run(const changeset_ty &Changes, 64 /// UpdatedSearchState - Callback used when the search state changes [all...] |
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_observer.h | 11 // changes in some way. 14 // Sent when the set of entries changes in some way.
|
/external/chromium/chrome/browser/sync/glue/ |
change_processor.h | 19 // An interface used to apply changes from the sync model to the browser's 27 // Call when the processor should accept changes from either provided model 39 // Changes have been applied to the backend model and are ready to be 41 // how to interpret and process |changes|. 44 const sync_api::SyncManager::ChangeRecord* changes, 47 // The changes found in ApplyChangesFromSyncModel may be too slow to be 65 bool running_; // True if we have been told it is safe to process changes. 68 // The sync model we are processing changes from. Non-NULL when |running_| is
|
/external/javassist/ |
regenerate_from_source.sh | 5 # to git giving you a chance to review the changes. Remember that changes in
|
/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
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffFooter.pl | 48 Property changes on: FileA 65 Property changes on: Makefile 81 Property changes on: Makefile 97 Property changes on: Makefile 114 Property changes on: FileA 131 Property changes on: FileA 151 Property changes on: FileA 170 Property changes on: FileA 175 Property changes on: Makefile.shared 183 expectedNextLine => "Property changes on: Makefile.shared\n" [all...] |
/development/apps/OBJViewer/ |
Android.mk | 12 # currently disabled because of API changes. won't be fixed for 1.0
|
/development/ndk/platforms/android-4/samples/san-angeles/ |
default.properties | 2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
/development/ndk/platforms/android-5/samples/hello-gl2/ |
default.properties | 2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|