HomeSort by relevance Sort by last modified time
    Searched refs:SYM (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 76 private static final Object SYM = new NoCopySpan.Concrete();
85 text.removeSpan(SYM);
100 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) |
121 return getActive(text, SYM, 1, 2);
157 adjust(content, SYM);
165 return what == CAP || what == ALT || what == SYM ||
193 resetLock(content, SYM);
221 press(content, SYM);
277 release(content, SYM);
300 if ((states&META_SYM_ON) != 0) content.removeSpan(SYM);
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 13 -- :SYM "<sym>" :PROP mapval = <uint8> { , <propname> = <int> }
53 -- get :SYM
54 sym = string.match(cline, "^:SYM%s+\"([^\"]-)\"%s+")
55 if not sym then
56 sym = string.match(cline, "^:SYM%s+'([^']-)'%s+")
58 if sym then
59 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
    [all...]
picoloadphones.lua 12 -- :SYM "<sym>" :PROP mapval = <uint8> { , <propname> = <int> }
51 -- get :SYM
52 sym = string.match(cline, "^:SYM%s+\"([^\"]-)\"%s+")
53 if not sym then
54 sym = string.match(cline, "^:SYM%s+'([^']-)'%s+")
56 if sym then
57 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
    [all...]
symshift.pl 195 if (/^\s*:SYM\s+\"([^\"]+)\"(.*)$/) {
196 ($sym,$rest) = ($1,$2);
204 $sym = translate($table,$sym,$id);
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
207 print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherplane); overwriting\n";
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
    [all...]
  /sdk/emulator/qtools/
callstack.h 19 // SYM is the symbol_type from the TraceReader<> template class. To
23 template <class SYM>
32 typedef SYM symbol_type;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 48 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
736 #define DEFGSSTRUCT(SYM, STRING) SYM,
    [all...]
tree.h 36 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 48 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
736 #define DEFGSSTRUCT(SYM, STRING) SYM,
    [all...]
tree.h 36 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 327 struct bfd_symbol *sym; /* Function name. */
324 struct bfd_symbol *sym; \/* Function name. *\/ member in union:lineno_cache_entry::__anon13417
    [all...]

Completed in 670 milliseconds