HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/zlib/contrib/asm586/
match.S 153 decl %ebx
  /external/zlib/contrib/asm686/
match.S 126 decl %ebx
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 494 tree decl;
493 tree decl; local
tree-pass.h 61 #define TDF_UID (1 << 8) /* display decl UIDs */
299 extern void tree_lowering_passes (tree decl);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 494 tree decl;
661 entry is a referenced type, and the value is the DECL of the global
493 tree decl; local
tree-pass.h 61 #define TDF_UID (1 << 8) /* display decl UIDs */
314 extern void tree_lowering_passes (tree decl);
  /external/v8/src/
prettyprinter.cc     [all...]
fast-codegen.cc 99 void FastCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
471 void FastCodeGenerator::VisitDeclaration(Declaration* decl) {
  /external/libxml2/
xmlschemas.c 521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
8438 xmlSchemaElementPtr decl = NULL; local
25722 xmlSchemaElementPtr decl = NULL; local
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 568 void CSSStyleSelector::addMatchedDeclaration(CSSMutableStyleDeclaration* decl)
570 if (!decl->hasVariableDependentValue()) {
571 m_matchedDecls.append(decl);
576 CSSMutableStyleDeclaration* resolvedDecl = m_resolvedVariablesDeclarations.get(decl).get();
584 RefPtr<CSSMutableStyleDeclaration> newDecl = CSSMutableStyleDeclaration::create(decl->parentRule());
586 m_resolvedVariablesDeclarations.set(decl, newDecl);
589 resolveVariablesForDeclaration(decl, newDecl.get(), usedBlockVariables);
592 void CSSStyleSelector::resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables)
597 CSSMutableStyleDeclaration::const_iterator end = decl->end();
598 for (CSSMutableStyleDeclaration::const_iterator it = decl->begin(); it != end; ++it)
705 CSSMutableStyleDeclaration* decl = rule->declaration(); local
2732 CSSVariablesDeclaration* decl = variables->variables(); local
2899 CSSMutableStyleDeclaration* decl = m_matchedDecls[i]; local
    [all...]
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 299 if (getMappedAttributeDecl(entry, cssSVGAttr) == cssSVGAttr->decl()) {
  /external/zlib/contrib/amd64/
amd64-match.S 178 decl %chainlenwmask
  /external/quake/quake/src/QW/client/
d_draw16.s 202 decl %ecx
466 decl %ecx
840 decl %edi // adjust for hardwired offsets
d_spr8.s 226 decl %ecx
498 decl %eax
756 decl %edi // adjust for hardwired offsets
d_polysa.s     [all...]
r_drawa.s 361 decl %ecx
r_edgea.s 256 decl %eax
  /external/quake/quake/src/WinQuake/
d_draw16.s 202 decl %ecx
466 decl %ecx
840 decl %edi // adjust for hardwired offsets
d_spr8.s 226 decl %ecx
498 decl %eax
756 decl %edi // adjust for hardwired offsets
d_polysa.s     [all...]
r_drawa.s 361 decl %ecx
r_edgea.s 256 decl %eax
  /external/v8/src/ia32/
fast-codegen-ia32.cc 99 void FastCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
674 void FastCodeGenerator::VisitDeclaration(Declaration* decl) {
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 497 h.decl(theOutputBuffer, 0, theSize);

Completed in 1388 milliseconds

1 2 34 5