HomeSort by relevance Sort by last modified time
    Searched full:symbol (Results 376 - 400 of 5049) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeop.py 22 def assertValid(self, str, symbol='single'):
25 code = compile_command(str, "<input>", symbol)
27 if symbol == "single":
36 elif symbol == 'eval':
42 expected = compile(str, "<input>", symbol, PyCF_DONT_IMPLY_DEDENT)
43 self.assertEqual(compile_command(str, "<input>", symbol), expected)
45 def assertIncomplete(self, str, symbol='single'):
47 self.assertEqual(compile_command(str, symbol=symbol), None)
49 def assertInvalid(self, str, symbol='single', is_syntax=1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeop.py 22 def assertValid(self, str, symbol='single'):
25 code = compile_command(str, "<input>", symbol)
27 if symbol == "single":
36 elif symbol == 'eval':
42 expected = compile(str, "<input>", symbol, PyCF_DONT_IMPLY_DEDENT)
43 self.assertEqual(compile_command(str, "<input>", symbol), expected)
45 def assertIncomplete(self, str, symbol='single'):
47 self.assertEqual(compile_command(str, symbol=symbol), None)
49 def assertInvalid(self, str, symbol='single', is_syntax=1)
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_transition.java 20 * @param on_sym symbol we are transitioning on.
24 public lalr_transition(symbol on_sym, lalr_state to_st, lalr_transition nxt)
29 throw new internal_error("Attempt to create transition on null symbol");
42 * @param on_sym symbol we are transitioning on.
45 public lalr_transition(symbol on_sym, lalr_state to_st) throws internal_error
54 /** The symbol we make the transition on. */
55 protected symbol _on_symbol;
57 /** The symbol we make the transition on. */
58 public symbol on_symbol() {return _on_symbol;}
  /development/scripts/
symbol.py 19 The information can include symbol names, offsets, and source locations.
104 """Look up symbol information about an address.
127 """Look up symbol information for a set of addresses from the given library.
175 """Look up line and symbol information for a set of addresses.
182 A dictionary of the form {addr: [(symbol, file:line)]} where
184 or an empty list if no symbol information was found.
211 symbol = child.stdout.readline().strip()
212 if symbol == "??":
213 symbol = None
217 if symbol is None and location is None
    [all...]
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_mmx.asm 21 %define SYMBOL ConvertYUVToRGB32Row_MMX
convert_yuv_to_rgb_sse.asm 22 %define SYMBOL ConvertYUVToRGB32Row_SSE
convert_yuva_to_argb_mmx.asm 22 %define SYMBOL ConvertYUVAToARGBRow_MMX
linear_scale_yuv_to_rgb_mmx.asm 22 %define SYMBOL LinearScaleYUVToRGB32Row_MMX
linear_scale_yuv_to_rgb_sse.asm 22 %define SYMBOL LinearScaleYUVToRGB32Row_SSE
scale_yuv_to_rgb_mmx.asm 22 %define SYMBOL ScaleYUVToRGB32Row_MMX
scale_yuv_to_rgb_sse.asm 22 %define SYMBOL ScaleYUVToRGB32Row_SSE
  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraphOutput.h 16 virtual void visitSymbol(TGraphSymbol* symbol);
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 48 assertEquals("symbol", typeof symbols[i])
49 assertTrue(typeof symbols[i] === "symbol")
52 assertEquals("Symbol", %_ClassOf(new Symbol(symbols[i])))
53 assertEquals("Symbol", %_ClassOf(Object(symbols[i])))
61 assertSame(Symbol.prototype, symbols[i].__proto__)
69 assertSame(Symbol, symbols[i].__proto__.constructor)
89 assertThrows(function() { (new Symbol(symbols[i])).toString() }, TypeError)
91 assertEquals("[object Symbol]", Object.prototype.toString.call(symbols[i]))
124 // Every symbol should equal itself, and non-strictly equal its wrapper
    [all...]
  /external/kernel-headers/original/asm-mips/
module.h 18 Elf64_Word r_sym; /* Symbol index. */
19 Elf64_Byte r_ssym; /* Special symbol. */
27 Elf64_Word r_sym; /* Symbol index. */
28 Elf64_Byte r_ssym; /* Special symbol. */

Completed in 1376 milliseconds

<<11121314151617181920>>