OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diff
(Results
176 - 200
of
4928
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js
10
var
diff
= Math.round((time.getTime() - now) / 1000);
11
var str = (
diff
== 0) ?
13
Math.abs(
diff
) + " seconds " + (
diff
> 0 ? "from now" : "ago");
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp
92
void RenderLayerModelObject::styleWillChange(StyleDifference
diff
, const RenderStyle* newStyle)
107
if (
diff
== StyleDifferenceRepaintLayer) {
111
} else if (
diff
== StyleDifferenceRepaint || newStyle->outlineSize() < oldStyle->outlineSize())
115
if (
diff
== StyleDifferenceLayout ||
diff
== StyleDifferenceSimplifiedLayout) {
137
RenderObject::styleWillChange(
diff
, newStyle);
140
void RenderLayerModelObject::styleDidChange(StyleDifference
diff
, const RenderStyle* oldStyle)
142
RenderObject::styleDidChange(
diff
, oldStyle);
168
layer()->styleChanged(
diff
, oldStyle);
/external/chromium_org/third_party/openssl/patches.chromium/
x86_64_source_excludes.patch
0
diff
-burN android-openssl.1/openssl.config android-openssl/openssl.config
/external/chromium_org/third_party/re2/patches/
re2-libcxx.patch
0
diff
--git a/third_party/re2/util/util.h b/third_party/re2/util/util.h
/external/chromium_org/tools/git/
post-merge
9
if git
diff
-tree ORIG_HEAD HEAD | grep -qs $'\tDEPS$'; then
/external/clang/test/ARCMT/
assign-prop-no-arc-runtime.m
3
// RUN:
diff
%t %s.result
assign-prop-no-arc-runtime.m.result
3
// RUN:
diff
%t %s.result
atautorelease-2.m.result
3
// RUN:
diff
%t %s.result
block_copy_release.m
3
// RUN:
diff
%t %s.result
block_copy_release.m.result
3
// RUN:
diff
%t %s.result
dealloc.m
3
// RUN:
diff
%t %s.result
dealloc.m.result
3
// RUN:
diff
%t %s.result
dispatch.m
3
// RUN:
diff
%t %s.result
remove-dealloc-method.m.result
3
// RUN:
diff
%t %s.result
safe-arc-assign.m
3
// RUN:
diff
%t %s.result
safe-arc-assign.m.result
3
// RUN:
diff
%t %s.result
/external/clang/test/PCH/
designated-init.c
7
// RUN:
diff
%t.withoutpch.ll %t.withpch.ll
preprocess.c
6
// RUN:
diff
%t.orig %t.from_pch
/external/linux-tools-perf/Documentation/
perf-diff.txt
1
perf-
diff
(1)
6
perf-
diff
- Read two perf.data files and display the differential profile
11
'perf
diff
' [oldfile] [newfile]
63
diff
.
/external/llvm/test/Feature/
alignment.ll
3
; RUN:
diff
%t1.ll %t2.ll
attributes.ll
3
; RUN:
diff
%t1.ll %t2.ll
casttest.ll
3
; RUN:
diff
%t1.ll %t2.ll
escaped_label.ll
3
; RUN:
diff
%t1.ll %t2.ll
inlineasm.ll
3
; RUN:
diff
%t1.ll %t2.ll
testlogical.ll
3
; RUN:
diff
%t1.ll %t2.ll
Completed in 741 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>