HomeSort by relevance Sort by last modified time
    Searched refs:modifier (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 71 // Given a base codeword, a modifier, and a multiplier, compute the proper
73 static uint16_t compute_r11eac_pixel(int base_cw, int modifier, int multiplier) {
74 int ret = (base_cw * 8 + 4) + (modifier * multiplier * 8);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 547 void disableVoiceCall(char* verb, char* modifier, int mode, int device);
548 void enableVoiceCall(char* verb, char* modifier, int mode, int device);
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 117 GrammarAST modifier,
  /external/icu/icu4c/source/i18n/
collationdatabuilder.h 48 * Collation element modifier. Interface class for a modifier
145 void copyFrom(const CollationDataBuilder &src, const CEModifier &modifier,
collationdatabuilder.cpp 1010 const CollationDataBuilder::CEModifier &modifier; member in class:CopyHelper
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size)
833 fprintf (table, "%d, ", modifier[i].value);
835 fprintf (table, "%d,", modifier[i].value);
840 fprintf (table, "%d },\n", modifier[i].value);
849 /* Copy the default opcode modifier. */
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 505 for (DisplayModifier modifier : modifierArrayList) {
506 modifier.modifyDrawing(paint, canvas);
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 94 // Modifier is based on IEEE floating-point representation; the
98 const int32_t modifier = 0x1FBB4000; local
101 r_i = (r_i >> 1) + modifier;
  /hardware/bsp/intel/peripheral/libmraa/src/iio/
iio.c 524 int* modifier,
532 *modifier = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 140 /** List of modifier keys such as Shift & Alt, if any */
264 /** Whether this is a modifier key, such as Shift or Alt */
265 public boolean modifier; field in class:Keyboard.Key
366 modifier = a.getBoolean(
610 * Get the list of modifier keys such as Shift & Alt, if any.
612 * @return The list of modifier keys.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 432 code, modifier = code.split('@')
433 if modifier == 'euro' and '.' not in code:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 432 code, modifier = code.split('@')
433 if modifier == 'euro' and '.' not in code:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 432 code, modifier = code.split('@')
433 if modifier == 'euro' and '.' not in code:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 432 code, modifier = code.split('@')
433 if modifier == 'euro' and '.' not in code:
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 334 __u64 modifier[4]; member in struct:drm_mode_fb_cmd2
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 310 <if(ruleDescriptor.modifier)>
312 <ruleDescriptor.modifier> :<ruleName> rescue nil<\n>
    [all...]
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 380 * modifier can be specified. The default value of zero
382 * Vendor specific modifier token. This allows, for example,
389 __u64 modifier[4]; /* ie, tiling, compressed (per plane) */ member in struct:drm_mode_fb_cmd2
  /external/libdrm/include/drm/
drm_mode.h 364 * modifier can be specified. The default value of zero
366 * Vendor specific modifier token. This allows, for example,
373 __u64 modifier[4]; /* ie, tiling, compressed (per plane) */ member in struct:drm_mode_fb_cmd2

Completed in 791 milliseconds

1 2 3 45 6 7 8 91011>>