HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 626 - 650 of 2152) sorted by null

<<21222324252627282930>>

  /external/valgrind/helgrind/tests/
tc14_laog_dinphils.stderr.exp 30 Address 0x........ is 0 bytes inside data symbol "chop"
35 Address 0x........ is 480 bytes inside data symbol "chop"
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 114 void *handle = nullptr, *symbol = nullptr; local
118 symbol = dlsym(handle, "vkGetInstanceProcAddr");
119 if (!symbol) {
128 return reinterpret_cast<PFN_vkGetInstanceProcAddr>(symbol);
  /frameworks/base/tools/aapt2/
ResourceTable.cpp 445 const Symbol& symbol, IDiagnostics* diag) {
446 return SetSymbolStateImpl(name, res_id, symbol, ValidateName, diag);
451 const Symbol& symbol,
453 return SetSymbolStateImpl(name, res_id, symbol, SkipValidateName, diag);
457 const Symbol& symbol, NameValidator name_validator,
463 diag->Error(DiagMessage(symbol.source) << "resource '" << name << "' has invalid entry name '"
471 diag->Error(DiagMessage(symbol.source
    [all...]
Debug.cpp 48 for (const auto& symbol : attr->symbols) {
49 std::cout << "\n " << symbol.symbol.name.value().entry;
50 if (symbol.symbol.id) {
51 std::cout << " (" << symbol.symbol.id.value() << ")";
53 std::cout << " = " << symbol.value;
  /libnativehelper/include/nativehelper/
JniInvocation.h 49 bool FindSymbol(void** pointer, const char* symbol);
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
example_test.go 19 "Hello, Gophers! This symbol will be unescaped: =3D and this will be written in =\r\none line.",
27 // Hello, Gophers! This symbol will be unescaped: = and this will be written in one line. <nil>
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
example_test.go 19 "Hello, Gophers! This symbol will be unescaped: =3D and this will be written in =\r\none line.",
27 // Hello, Gophers! This symbol will be unescaped: = and this will be written in one line. <nil>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
util.py 54 Each string is one symbol.
97 def demangle_symbol(symbol):
99 return symbol
101 [_cppfilt_exe], input_str=symbol)
103 return symbol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
bounds.py 20 from .symbol import PolicySymbol
  /system/extras/simpleperf/
dso.cpp 36 Symbol::Symbol(const std::string& name, uint64_t addr, uint64_t len)
43 const char* Symbol::DemangledName() const {
208 uint32_t Dso::CreateSymbolDumpId(const Symbol* symbol) {
209 CHECK(!symbol->HasDumpId());
210 symbol->dump_id_ = symbol_dump_id_++;
211 return symbol->dump_id_;
214 const Symbol* Dso::FindSymbol(uint64_t vaddr_in_dso) {
220 Symbol("", vaddr_in_dso, 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-istack.h 66 symbolS *symbol; member in struct:tinsn_struct
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ldconst.s 30 # test symbol literal support.
mapmisc.s 42 # not cause the literal pool to be emitted with a code mapping symbol.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
localcom-1.s 1 ! The implicit equation from a datalabel to the main symbol was incorrect
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
bug-3331.s 12 std table ;; This instruction uses a symbol in page0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local1.d 9 # We check that the externally visible symbol ext1 is a local register
10 # (different meaning of "local" than for symbol), which can be seen as
33 Symbol table '\.symtab' contains [0-9]+ entries:
  /external/bison/src/
parse-gram.c 142 static symbol *current_lhs_symbol;
147 /** Set the new current left-hand side symbol, possibly common
152 current_lhs(symbol *sym, location loc, named_ref *ref)
213 /* Put the tokens into the symbol table, so that GDB and other debuggers
340 symbol *symbol; member in union:GRAM_STYPE
601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
646 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
714 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM
    [all...]
  /external/elfutils/tests/
run-elflint-test.sh 24 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 134 public final String symbol;
142 private Type(String symbol) {
143 this.symbol = symbol;
348 * An untyped symbol (e.g. myVariable).
350 public static JavaExpression symbol(final String value) {
360 * A typed symbol (e.g. myVariable).
362 public static JavaExpression symbol(Type type, final String value) {
372 return symbol(Type.MACRO, value);
398 JavaSourceWriter.writeJavaSymbol(out, type.symbol);
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 20 # CHECK-NEXT: add 3, symbol@tls, 4
21 add 3, symbol@tls, 4
24 # CHECK-NEXT: subf 3, 4, symbol@tls
25 subf 3, 4, symbol@tls
  /external/skia/tools/
random_parse_path.cpp 73 char symbol = legal.fSymbol | (rand->nextBool() ? 0x20 : 0); local
74 atom.append(&symbol, 1);
  /external/swiftshader/third_party/subzero/src/
IceFixups.cpp 34 GlobalString AssemblerFixup::symbol() const { function in class:Ice::AssemblerFixup
53 std::string Symbol;
57 Symbol = symbol().toString();
58 Str << Symbol;
83 if (Asm.fixupIsPCRel(kind()) || Symbol == GlobalOffsetTable)
  /external/v8/src/
dateparser.h 150 char symbol() { function in struct:v8::internal::DateParser::DateToken
154 bool IsSymbol(char symbol) {
155 return IsSymbol() && this->symbol() == symbol;
183 static DateToken Symbol(char symbol) {
184 return DateToken(kSymbolTag, 1, symbol);
233 bool SkipSymbol(char symbol) {
234 if (next_.IsSymbol(symbol)) {
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 35 // build a name for stub symbol
44 LDSymbol* symbol = local
54 setSymInfo(symbol->resolveInfo());
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
extra_data_handler.h 94 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
95 OMX_U32 e_ue(OMX_U32 symbol);

Completed in 1306 milliseconds

<<21222324252627282930>>