HomeSort by relevance Sort by last modified time
    Searched full:modifier (Results 351 - 375 of 925) sorted by null

<<11121314151617181920>>

  /packages/apps/Phone/res/values-fr/
strings.xml     [all...]
  /bionic/linker/
linker_format.c 465 /* nope, we are at a '%' modifier */
504 /* length modifier */
  /external/icu4c/common/
ubidiwrt.c 227 /* collect code units and modifier letters for one base character */
279 /* collect modifier letters for this base character */
  /external/icu4c/i18n/unicode/
dcfmtsym.h 246 * (characters with modifier letters) can be used.
257 * (characters with modifier letters) can be used.
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 343 * Indicates where the opcode modifier (if any) is to be found. Extended
344 * opcodes with AddRegFrm have the opcode modifier in the ModR/M byte.
  /external/pcre/doc/html/
pcresyntax.html 112 Lm Modifier letter
139 Sk Modifier symbol
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 390 // 0x2CA Modifier Letter Acute Accent, Mandarin Chinese 2nd Tone
391 // 0x2CB Modifier Letter Grave Access, Mandarin Chinese 4th Tone
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 27 import java.lang.reflect.Modifier;
583 if (!Modifier.isStatic(m.getModifiers())) {
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
JythonUtils.java 21 import java.lang.reflect.Modifier;
344 return (f.getModifiers() & Modifier.STATIC) != 0;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
binutils.info 98 modules in the archive when you specify the modifier `s'. Once
136 GNU `ar' allows you to mix the operation code P and modifier flags
150 If you specify the `v' modifier, `ar' lists each module as it is
167 output file. If the `v' modifier is specified, show the member
180 The modifier `v' makes `ar' list each file as it is appended.
202 The modifier `v' used with this operation elicits a line of output
212 request that by also specifying the `v' modifier.
224 the `v' modifier with this operation, to request that `ar' list
236 use the modifier `a', the name of an existing archive member must
242 use the modifier `b', the name of an existing archive member mus
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
binutils.info 98 modules in the archive when you specify the modifier `s'. Once
136 GNU `ar' allows you to mix the operation code P and modifier flags
150 If you specify the `v' modifier, `ar' lists each module as it is
167 output file. If the `v' modifier is specified, show the member
180 The modifier `v' makes `ar' list each file as it is appended.
202 The modifier `v' used with this operation elicits a line of output
212 request that by also specifying the `v' modifier.
224 the `v' modifier with this operation, to request that `ar' list
236 use the modifier `a', the name of an existing archive member must
242 use the modifier `b', the name of an existing archive member mus
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
binutils.info 98 modules in the archive when you specify the modifier `s'. Once
136 GNU `ar' allows you to mix the operation code P and modifier flags
150 If you specify the `v' modifier, `ar' lists each module as it is
167 output file. If the `v' modifier is specified, show the member
180 The modifier `v' makes `ar' list each file as it is appended.
202 The modifier `v' used with this operation elicits a line of output
212 request that by also specifying the `v' modifier.
224 the `v' modifier with this operation, to request that `ar' list
236 use the modifier `a', the name of an existing archive member must
242 use the modifier `b', the name of an existing archive member mus
    [all...]
  /dalvik/dx/src/junit/runner/
BaseTestRunner.java 105 if (! Modifier.isStatic(suiteMethod.getModifiers())) {
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 203 * syllables, and randomly inserts a modifier between the first
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.mm 215 // opt/alt modifier is set (e.g. on german layout we want '{' for opt-8).
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 132 // Look for the length modifier.
  /external/libxml2/include/libxml/
HTMLparser.h 62 * these are flagged with the word MODIFIER
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keysym.h 257 /* Key state modifier keys */
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 35 * Constants for encoding modifier key set as a bit mask.
  /external/webkit/Source/WebKit/gtk/po/
en_GB.po 298 msgid "Modifier state"
299 msgstr "Modifier state"
302 msgid "A bitmask representing the state of the modifier keys"
303 msgstr "A bitmask representing the state of the modifier keys"
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 46 import java.lang.reflect.Modifier;
675 if (((modifiers & Modifier.FINAL) != 0) &&
676 ((modifiers & Modifier.PUBLIC) != 0) &&
677 ((modifiers & Modifier.STATIC) != 0)) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 123 /** List of modifier keys such as Shift & Alt, if any */
272 /** Whether this is a modifier key, such as Shift or Alt */
273 public boolean modifier; field in class:Keyboard.Key
373 modifier = a.getBoolean(
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
BaseTestRunner.java 105 if (! Modifier.isStatic(suiteMethod.getModifiers())) {
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 119 if (!Modifier.isPublic(next.getModifiers())) {
  /packages/apps/Launcher2/res/values-fr/
strings.xml 82 <string name="permdesc_write_settings" msgid="6763846563231494591">"Permet à une application de modifier les paramètres et les raccourcis de l\'écran d\'accueil."</string>

Completed in 703 milliseconds

<<11121314151617181920>>