HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 276 - 300 of 349) sorted by null

<<11121314

  /external/libffi/src/s390/
sysv.S 159 .4byte 0x0 # CIE Identifier Tag
358 .4byte 0x0 # CIE Identifier Tag
  /external/ppp/pppd/plugins/radius/etc/
dictionary 74 ATTRIBUTE NAS-Identifier 32 string
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 412 inline size_t normalizePrototypeChain(CallFrame* callFrame, JSValue base, JSValue slotBase, const Identifier& propertyName, size_t& slotOffset)
462 ALWAYS_INLINE JSValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain, bool isStrictPut)
  /external/clang/include/clang/AST/
DeclarationName.h 46 Identifier,
74 /// StoredIdentifier - The name is a normal identifier, and Ptr is
199 /// because an identifier can be a dependent name if it is used as the
211 /// simple identifier.
249 /// operator, retrieve the identifier associated with it.
332 /// identifier.
368 /// with II as the identifier.
377 // The source location for identifier stored elsewhere.
378 // struct {} Identifier;
  /external/libffi/src/alpha/
osf.S 306 .4byte 0x0 # CIE Identifier Tag
  /external/libffi/src/powerpc/
linux64_closure.S 203 .4byte 0x0 # CIE Identifier Tag
ppc_closure.S 279 .4byte 0x0 # CIE Identifier Tag
  /external/libffi/src/sparc/
v8.S 206 .uaword 0x0 ! CIE Identifier Tag
v9.S 240 .uaword 0x0 ! CIE Identifier Tag
  /external/llvm/lib/MC/MCDisassembler/
EDDisassembler.cpp 365 if (OpcodeToken.is(AsmToken::Identifier)) {
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 101 // Disambiguate a .1243foo identifier from a floating literal.
115 return AsmToken(AsmToken::Identifier, StringRef(TokStart, CurPtr - TokStart));
389 // Handle identifier: [a-zA-Z_.][a-zA-Z0-9_$.@]*
ELFAsmParser.cpp 154 /// ::= { ".local", ".weak", ... } [ identifier ( , identifier )* ]
169 return TokError("expected identifier in directive");
203 return TokError("expected identifier in directive");
244 } else if (getLexer().is(AsmToken::Identifier)) {
334 return TokError("expected identifier in directive");
377 return TokError("expected identifier in directive");
448 /// ::= .type identifier , @attribute
452 return TokError("expected identifier in directive");
454 // Handle the identifier as the key symbol
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 93 void Connection::platformInitialize(Identifier identifier)
95 m_socketDescriptor = identifier;
  /external/clang/lib/Sema/
DeclSpec.cpp 65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 248 Identifier* identifier(unsigned index) function in class:JSC::DFG::JITCodeGenerator
250 return &m_jit.codeBlock()->identifier(index);
592 void callOperation(J_DFGOperation_EJI operation, GPRReg result, GPRReg arg1, Identifier* identifier)
594 callOperation((J_DFGOperation_EJP)operation, result, arg1, identifier);
646 void callOperation(V_DFGOperation_EJJI operation, GPRReg arg1, GPRReg arg2, Identifier* identifier)
648 callOperation((V_DFGOperation_EJJP)operation, arg1, arg2, identifier);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
JavaVisitor.java 73 import lombok.ast.Identifier;
696 public boolean visitIdentifier(Identifier node) {
697 List<VisitingDetector> list = mNodeTypeDetectors.get(Identifier.class);
    [all...]
  /external/libffi/src/pa/
hpux32.S 309 .word 0x0 ;# CIE Identifier Tag
linux.S 298 .word 0x0 ;# CIE Identifier Tag
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 264 case AsmToken::Identifier:
265 Out->os() << "identifier: " << Lexer.getTok().getString();
  /external/protobuf/python/google/protobuf/
text_format.py 271 identifier = tokenizer.ConsumeIdentifier()
272 enum_value = enum_descriptor.values_by_name.get(identifier, None)
276 enum_descriptor.full_name, identifier))
304 '[a-zA-Z_][0-9a-zA-Z_+-]*|' # an identifier
396 """Consumes protocol message field identifier.
399 Identifier string.
402 ParseError: If an identifier couldn't be consumed.
406 raise self._ParseError('Expected identifier.')
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 68 void Connection::platformInitialize(Identifier identifier)
73 m_receivePort = identifier;
77 m_sendPort = identifier;
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 

Completed in 966 milliseconds

<<11121314