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

1 2

  /external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 21 #define EXPLICIT_SYMBOL(SYM) \
22 extern void *SYM; if (!strcmp(symbolName, #SYM)) return &SYM
DynamicLibrary.cpp 140 #define EXPLICIT_SYMBOL(SYM) \
141 if (!strcmp(symbolName, #SYM)) return &SYM
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
UIUtils.java 47 return Gdx.input.isKeyPressed(Keys.SYM);
54 return keycode == Keys.SYM;
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
85 * Flag that indicates that the SYM key is on.
99 * Flag that indicates that the SYM key is locked.
135 private static final Object SYM = new NoCopySpan.Concrete();
147 text.removeSpan(SYM);
162 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) |
208 return getActive(text, SYM, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
275 adjust(content, SYM);
283 return what == CAP || what == ALT || what == SYM ||
311 resetLock(content, SYM);
    [all...]
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 74 #define INLINE_DEF_FLOAT_SYMBOL(SYM, ARGC) INLINE_DEF_SYMBOL##ARGC(float, SYM)
  /external/e2fsprogs/e2fsck/
sigcatcher.c 27 #define DEFINE_ENTRY(SYM) { SYM, #SYM },
  /external/libgdx/gdx/src/com/badlogic/gdx/
Input.java 157 public static final int SYM = 63;
378 case SYM:
379 return "SYM";
  /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...]
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 357 #define ARM_SYM_BRANCH_TYPE(SYM) \
358 ((enum arm_st_branch_type) (SYM)->st_target_internal)
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.rl 65 S = 19; # SYM
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c 31 #define ELF_MODE32_CODE_LABEL_P(SYM) \
32 (((elf_symbol_type *) (SYM))->internal_elf_sym.st_other & STO_SH5_ISA32)
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwInput.java 207 if (key == Input.Keys.SYM)
597 return Input.Keys.SYM;
605 return Input.Keys.SYM;
793 case Input.Keys.SYM:
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Input.java 270 if (key == Input.Keys.SYM) {
559 return Input.Keys.SYM;
567 return Input.Keys.SYM;
755 case Input.Keys.SYM:
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 1188 #define OPX(REL,SYM,ADD) \
1193 * reloc[rp]->sym_ptr_ptr = SYM; \
1196 #define OPSYM(SYM) OPX(BFD_RELOC_RL78_SYM, SYM, 0)
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglInput.java 379 return Input.Keys.SYM;
381 return Input.Keys.SYM;
593 case Input.Keys.SYM:
  /frameworks/native/include/input/
InputEventLabels.h 105 DEFINE_KEYCODE(SYM),
  /external/cblas/testing/
c_cblat2.f     [all...]
c_zblat2.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
zblat2.f     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 624 asymbol *sym = *in_ptr++;
626 if (sym->name == NULL || sym->name[0] == '\0')
628 if (sym->flags & (BSF_DEBUGGING | BSF_SECTION_SYM))
630 if (bfd_is_und_section (sym->section)
631 || bfd_is_com_section (sym->section))
634 *out_ptr++ = sym;
800 asymbol *sym)
806 name = bfd_asymbol_name (sym);
862 asymbol *sym;
619 asymbol *sym = *in_ptr++; local
857 asymbol *sym; local
1030 asymbol *sym = NULL; local
1080 asymbol * sym; local
1899 asymbol * sym = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-bfd.h 573 Elf_Internal_Sym sym[LOCAL_SYM_CACHE_SIZE];
572 Elf_Internal_Sym sym[LOCAL_SYM_CACHE_SIZE]; member in struct:sym_cache
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 41 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
683 #define DEFGSSTRUCT(SYM, STRUCT, HAS_TREE_OP) SYM,
    [all...]

Completed in 1170 milliseconds

1 2