OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adddelta
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Rewrite/Core/
DeltaTree.h
43
///
AddDelta
- When a change is made that shifts around the text buffer,
46
void
AddDelta
(unsigned FileIndex, int Delta);
RewriteBuffer.h
105
return Deltas.
AddDelta
(2*OrigOffset, Change);
111
return Deltas.
AddDelta
(2*OrigOffset+1, Change);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
193
double
addDelta
= ADD_MIN_DIST * Math.max(rect.width(), rect.height());
219
if (dist <
addDelta
) {
221
mCurrentBand.xPos1 +=
addDelta
;
222
mCurrentBand.yPos1 +=
addDelta
;
223
mCurrentBand.xPos2 +=
addDelta
;
224
mCurrentBand.yPos2 +=
addDelta
;
229
mCurrentBand.yPos1 = (int) (rect.top +
addDelta
);
232
mCurrentBand.xPos1 = (int) (rect.left +
addDelta
);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
161
///
addDelta
- Add a label delta attribute data and value.
163
void
addDelta
(DIE *Die, unsigned Attribute, unsigned Form,
DwarfCompileUnit.cpp
86
///
addDelta
- Add a label delta attribute data and value.
88
void CompileUnit::
addDelta
(DIE *Die, unsigned Attribute, unsigned Form,
[
all
...]
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
667
static void
addDelta
(struct ApHubSync *sync, uint64_t apTime, uint64_t hubTime)
826
addDelta
(&mTimeSync, req->apBootTime, timestamp);
848
addDelta
(&mTimeSync, req->apBootTime, timestamp);
[
all
...]
/external/clang/lib/Rewrite/
DeltaTree.cpp
448
///
AddDelta
- When a change is made that shifts around the text buffer,
451
void DeltaTree::
AddDelta
(unsigned FileIndex, int Delta) {
/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar
/prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar
Completed in 149 milliseconds