OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changes
(Results
1 - 25
of
7694
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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}}
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
...]
/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/llvm/lib/Target/AArch64/
README.txt
1
This file will contain
changes
that need to be made before AArch64 can become an
/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/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt
5
CHANGES
15
* Meta change: there now is a
CHANGES
.tx
/external/clang/test/SemaCXX/
warn-literal-conversion.cpp
8
int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 1.2222 to 1}}
9
int y1 = (1.2222F); // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 1.2222 to 1}}
10
int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 1.2222 to 1}}
11
int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 1.2 to 1}}
12
int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 12.3 to 12}}
14
int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int'
changes
value from 1.2222 to 1}}
15
int y6 = 12E-1; // expected-warning {{implicit conversion from 'double' to 'int'
changes
value from 1.2 to 1}}
16
int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int'
changes
value from 12.3 to 12}}
17
int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int'
changes
value from 12.3 to 12}}
20
y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int'
changes
value from 2.22 to 2}
[
all
...]
/external/clang/test/SemaOpenCL/
address-spaces.cl
10
ip = gip; // expected-error {{assigning '__global int *' to 'int *'
changes
address space of pointer}}
11
ip = &li; // expected-error {{assigning '__local int *' to 'int *'
changes
address space of pointer}}
12
ip = &ci; // expected-error {{assigning '__constant int *' to 'int *'
changes
address space of pointer}}
/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 \p
Changes
with
147
/// \p 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/libvorbis/
todo.txt
12
encoder switch interface for binary compat through
changes
; ioctl()-like?
14
API
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 \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/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
Completed in 2257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>