HomeSort by relevance Sort by last modified time
    Searched refs:modifier (Results 126 - 150 of 409) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ltp/pan/
ltp-pan.c 172 char modifier = 'm'; local
254 ret = sscanf(optarg, "%d%c", &run_time, &modifier);
263 " assuming %c\n", run_time, modifier);
265 switch (modifier) {
280 "Invalid time modifier, try: s|h|m|d\n");
    [all...]
  /external/pdfium/fpdfsdk/javascript/
event.cpp 24 {"modifier", get_modifier_static, set_modifier_static},
117 bool event::modifier(CJS_Runtime* pRuntime, function in class:event
126 vp << pEvent->Modifier();
  /external/v8/tools/
ic-processor.js 152 type, pc, line, column, old_state, new_state, map, name, modifier,
156 print(type + " (" + old_state + "->" + new_state + modifier + ") at " +
  /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...]
d30v-dis.c 64 if ((!is_long || f->form >= LONG) && (f->modifier == mod))
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 1012 const CollationDataBuilder::CEModifier &modifier; member in class:CopyHelper
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp 184 #define MATRIX(name, statevar, modifier) \
186 { NULL, { statevar, 0, 0, 0, modifier}, SWIZZLE_XYZW }, \
187 { NULL, { statevar, 0, 1, 1, modifier}, SWIZZLE_XYZW }, \
188 { NULL, { statevar, 0, 2, 2, modifier}, SWIZZLE_XYZW }, \
189 { NULL, { statevar, 0, 3, 3, modifier}, SWIZZLE_XYZW }, \
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 524 for (DisplayModifier modifier : modifierArrayList) {
525 modifier.modifyDrawing(paint, canvas);
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 84 // Modifier is based on IEEE floating-point representation; the
88 const int32_t modifier = 0x1FBB4000; local
91 r_i = (r_i >> 1) + modifier;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 417 code, modifier = code.split('@')
418 if modifier == 'euro' and '.' not in code:
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 171 'msg': "Test for different key modifier sequences.\n"
173 "No modifier key is invalid.\n"
  /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 290 __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 414 * modifier can be specified. The default value of zero
416 * Vendor specific modifier token. Note that even though
417 * it looks like we have a modifier per-plane, we in fact
418 * do not. The modifier for each plane must be identical.
426 __u64 modifier[4]; /* ie, tiling, compress */ member in struct:drm_mode_fb_cmd2
  /external/libdrm/include/drm/
drm_mode.h 404 * modifier can be specified. The default value of zero
406 * Vendor specific modifier token. This allows, for example,
413 __u64 modifier[4]; /* ie, tiling, compressed (per plane) */ member in struct:drm_mode_fb_cmd2
  /external/libpcap/
grammar.c     [all...]
  /external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMakerTest.java 5 import net.bytebuddy.description.modifier.Visibility;
  /external/swiftshader/src/Shader/
Shader.cpp 174 predicateNot = (Modifier)((*token & 0x0F000000) >> 24) == MODIFIER_NOT;
404 switch(modifier)
488 switch(modifier)
628 src[i].modifier = MODIFIER_NONE;
668 src[i].modifier = (Modifier)((token[0] & 0x0F000000) >> 24);
    [all...]
  /external/v8/src/
log.h 188 char new_state, const char* modifier,

Completed in 1626 milliseconds

1 2 3 4 56 7 8 91011>>