/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysKeyboard.java | 123 // Adjustment of the top row.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 491 /* This adjustment describes a parameter that is about to be removed
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 491 /* This adjustment describes a parameter that is about to be removed
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 491 /* This adjustment describes a parameter that is about to be removed
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 491 /* This adjustment describes a parameter that is about to be removed
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xcms.h | 230 XcmsWhiteAdjustProc whitePtAdjProc; /* White Point Adjustment Function */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xcms.h | 230 XcmsWhiteAdjustProc whitePtAdjProc; /* White Point Adjustment Function */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xcms.h | 230 XcmsWhiteAdjustProc whitePtAdjProc; /* White Point Adjustment Function */
|
/bionic/libc/include/sys/ |
exec_elf.h | 552 Elf32_Sword r_addend; /* adjustment value */ 568 Elf64_Sxword r_addend; /* adjustment value */ [all...] |
/external/ceres-solver/include/ceres/ |
solver.h | 465 // Bundle Adjustment 468 // A particular case of interest is bundle adjustment, where the user [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 951 /* we invert after adjustment so that we avoid the MOV to temporary, 952 * and reuse the adjustment ADD instead */ [all...] |
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 81 /// \brief Adjustment to the "bool" type in Objective-C, where the typedef 85 /// \brief Adjustment for KVC code pattern priorities when it doesn't look [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_mesa_to_tgsi.c | 951 /* we invert after adjustment so that we avoid the MOV to temporary, 952 * and reuse the adjustment ADD instead */ [all...] |
/frameworks/base/core/java/android/os/ |
Process.java | 895 * Set the out-of-memory badness adjustment for a process. 898 * @param amt Adjustment value -- linux allows -16 to +15. [all...] |
/external/chromium/net/base/ |
net_util.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlockLineLayout.cpp | 1495 LayoutUnit adjustment = 0; local [all...] |
InlineTextBox.cpp | 947 float adjustment = uncoveredLength \/ stepCount; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv.c | 923 /* no sourceIndex adjustment for conversion, only for callback output */ [all...] |
/external/icu4c/common/ |
ucnv.c | 925 /* no sourceIndex adjustment for conversion, only for callback output */ [all...] |
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 339 // The screen auto-brightness adjustment setting, from -1 to 1. 340 // Use 0 if there is no adjustment. 362 // The screen brightness adjustment setting override from the settings 363 // application to temporarily adjust the auto-brightness adjustment factor [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.mm | 41 // functions involved in the adjustment calculations and application. 48 // The proposed and then final scrolling adjustment made to the scrollable 135 // the final step of the adjustment. To accommodate this deferral, window [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.mm | 42 // functions involved in the adjustment calculations and application. 49 // The proposed and then final scrolling adjustment made to the scrollable 149 // the final step of the adjustment. To accommodate this deferral, window [all...] |
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 185 * The part of a match constant that applies a quality adjustment to the 187 * is no adjustment; higher numbers than that improve the quality, while 193 * Quality adjustment applied to the category of match that signifies [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 151 // formulaic approach to facilitate easier adjustment of the Q tables. 234 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local 235 active_best_quality = low_motion_minq[q] + adjustment; [all...] |