OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:change
(Results
1401 - 1425
of
27401
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/third_party/skia/src/animator/
SkOperandInterpolator.h
31
[0...1) is a cubic lag/log/lag blend (slow to
change
at the beginning and end)
33
(1...inf) is a cubic log/lag/log blend (fast to
change
at the beginning and end)
/external/chromium_org/third_party/skia/src/lazy/
SkDiscardablePixelRef.h
41
// These const members should not
change
over the life of the
42
// PixelRef, since the SkBitmap doesn't expect them to
change
.
/external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h
19
// *
Change
-Id: I3517881b87b47dcc209d80dbd0ac6b5cf29a766f
20
// * Please update the
Change
-Id as upstream Android changes are pulled.
/external/chromium_org/ui/v2/public/
view_observer.h
18
// Observe View disposition changes. -ing methods are called before the
change
48
// and after the
change
is committed.
/external/e2fsprogs/misc/
e2label.8.in
7
e2label \-
Change
the label on an ext2/ext3/ext4 filesystem
16
will display or
change
the filesystem label on the ext2, ext3, or ext4
/external/iproute2/man/man8/
ip-ntable.8
17
.BR "ip ntable
change
name"
72
.SS ip ntable
change
- modify table parameter
90
ip ntable
change
name arp_cache queue 8 dev eth0
/external/lldb/examples/customization/pwd-cd-and-system/
utils.py
19
"""
Change
the working directory, or cd to ${HOME}.
20
You can also issue 'cd -' to
change
to the previous working directory."""
/external/pdfium/fpdfsdk/include/javascript/
event.h
17
FX_BOOL
change
(OBJ_PROP_PARAMS);
48
JS_STATIC_PROP(
change
, event);
/external/skia/include/core/
SkFontLCDConfig.h
19
Note, if you
change
this after startup, you'll need to flush the glyph
38
Note, if you
change
this after startup, you'll need to flush the glyph
/external/skia/src/animator/
SkOperandInterpolator.h
31
[0...1) is a cubic lag/log/lag blend (slow to
change
at the beginning and end)
33
(1...inf) is a cubic log/lag/log blend (fast to
change
at the beginning and end)
/external/skia/src/lazy/
SkDiscardablePixelRef.h
41
// These const members should not
change
over the life of the
42
// PixelRef, since the SkBitmap doesn't expect them to
change
.
/external/valgrind/main/auxprogs/
change-copyright-year
10
# -
change
the years in the 'perl' command below appropriately.
18
#
change
them.
/frameworks/base/core/java/android/animation/
TimeInterpolator.java
20
* A time interpolator defines the rate of
change
of an animation. This allows animations
27
* the interpolated fraction. This interpolated value is then multiplied by the
change
in
/frameworks/base/core/java/android/transition/
package.html
14
go away, changeBounds and resize existing views that
change
, and fade in views that
19
changes and which run custom animations when those properties
change
values.</p>
/frameworks/base/core/java/android/view/animation/
TranslateAnimation.java
85
* @param fromXDelta
Change
in X coordinate to apply at the start of the
87
* @param toXDelta
Change
in X coordinate to apply at the end of the
89
* @param fromYDelta
Change
in Y coordinate to apply at the start of the
91
* @param toYDelta
Change
in Y coordinate to apply at the end of the
112
* @param fromXValue
Change
in X coordinate to apply at the start of the
118
* @param toXValue
Change
in X coordinate to apply at the end of the
124
* @param fromYValue
Change
in Y coordinate to apply at the start of the
130
* @param toYValue
Change
in Y coordinate to apply at the end of the
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java
26
* A callback for
change
in location settings (the user has enabled/disabled location).
30
* Called whenever location settings
change
.
/hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp
80
// even if no device
change
is needed
85
// even if no device
change
is needed
90
// even if no device
change
is needed
103
// even if no device
change
is needed
109
// immediately and delay the route
change
to avoid sending the ring tone
113
// delay the device
change
command by twice the output latency to have some margin
115
// we actually apply the route
change
143
//
change
routing is necessary
/ndk/sources/android/crazy_linker/tests/
test_constructors_destructors.cpp
8
// - This shall execute a static constructor that will
change
the value
12
//
change
the value of TEST_VAR to "UNLOADED'.
/ndk/tests/device/test-compiler-bug-1/jni/
main.c
18
* arm-linux-androideabi-4.4.3 toolchain and fixed by the
change
at
19
* https://review.source.android.com/#
change
,19474
/packages/apps/Contacts/src/com/android/contacts/list/
OnContactBrowserActionListener.java
26
* Notification of selection
change
, invoked when the selection of activated
27
* item(s) is
change
by either a user action or some other event, e.g. sync.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java
35
import org.eclipse.ltk.core.refactoring.
Change
;
105
protected void checkEdits(String basename, List<
Change
> changes) throws BadLocationException,
115
for (
Change
change
: changes) {
116
if (
change
instanceof TextFileChange) {
117
TextFileChange tf = (TextFileChange)
change
;
143
protected void checkEdits(List<
Change
> changes,
148
protected void checkEdits(List<
Change
> changes,
151
for (
Change
change
: changes)
[
all
...]
/art/compiler/dex/
dataflow_iterator.h
28
* The order itself will not
change
during the iteration. However, for some uses,
32
* whether a
change
has been made that necessitates another pass. Note that calling Next(true)
52
* @brief Has the user of the iterator reported a
change
yet?
53
* @details Does not mean there was or not a
change
, it is only whether the user passed a true to the Next function call.
54
* @return whether the user of the iterator reported a
change
yet.
60
* @param had_change did the user of the iteration
change
the previous BasicBlock.
132
* @param had_change did the user of the iteration
change
the previous BasicBlock.
146
* @details If there is a
change
during an iteration, the iteration starts over at the end of the iteration.
163
* @param had_change did the user of the iteration
change
the previous BasicBlock.
177
* @details If there is a
change
during an iteration, the iteration starts over at the end of the iteration
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h
67
// Class to represent a
change
list.
99
// ChangeListProcessor is used to process
change
lists, or full resource
107
// Applies
change
lists or full resource lists to |resource_metadata_|.
110
// it is full resource lists (false) or
change
lists (true).
117
// The set of changed directories as a result of
change
list processing.
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
options.html
47
Use the mouse to
change
focus.
60
Change
the current voice by selecting an option from the list below.
72
Change
the current 6 dot braille table by selecting an option from the list below.
76
Change
the current 8 dot braille table by selecting an option from the list below.
86
Change
the current keymap by selecting an option from the list below.
/external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options.js
57
$('useWhitelistCheck').addEventListener('
change
',
80
* Handler for OptionsPage's visible property
change
event.
82
* @param {Event} e Property
change
event.
93
* Handler for allow guest check
change
.
106
* handler for allow guest pref
change
.
Completed in 1905 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>