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

1 2 34 5 6 7 8 91011>>

  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.cpp 1258 VarDeclarations& decl = (VarDeclarations&) e; local
    [all...]
SkSLMetalCodeGenerator.cpp 540 void MetalCodeGenerator::writeVarDeclarations(const VarDeclarations& decl, bool global) {
541 ASSERT(decl.fVars.size() > 0);
543 for (const auto& stmt : decl.fVars) {
554 this->writeType(decl.fBaseType);
830 VarDeclarations& decl = (VarDeclarations&) e; local
831 if (decl.fVars.size() > 0) {
832 int builtin = ((VarDeclaration&) *decl.fVars[0]).fVar->fModifiers.fLayout.fBuiltin;
835 this->writeVarDeclarations(decl, true);
    [all...]
  /external/skqp/src/sksl/
SkSLCPPCodeGenerator.cpp 302 VarDeclaration& decl = (VarDeclaration&) *raw; local
303 if (decl.fVar == &((VariableReference&) *c.fArguments[0]).fVariable) {
305 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
442 VarDeclaration& decl = (VarDeclaration&) *raw; local
443 if (is_private(*decl.fVar)) {
444 if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) {
445 fErrors.error(decl.fOffset,
450 HCodeGenerator::FieldType(fContext, decl.fVar->fType,
451 decl.fVar->fModifiers.fLayout).c_str(),
452 String(decl.fVar->fName).c_str()
465 VarDeclaration& decl = (VarDeclaration&) *raw; local
531 VarDeclaration& decl = (VarDeclaration&) *raw; local
604 VarDeclaration& decl = (VarDeclaration&) *raw; local
757 VarDeclaration& decl = (VarDeclaration&) *raw; local
    [all...]
SkSLGLSLCodeGenerator.cpp 1248 VarDeclarations& decl = (VarDeclarations&) e; local
    [all...]
SkSLMetalCodeGenerator.cpp 540 void MetalCodeGenerator::writeVarDeclarations(const VarDeclarations& decl, bool global) {
541 ASSERT(decl.fVars.size() > 0);
543 for (const auto& stmt : decl.fVars) {
554 this->writeType(decl.fBaseType);
830 VarDeclarations& decl = (VarDeclarations&) e; local
831 if (decl.fVars.size() > 0) {
832 int builtin = ((VarDeclaration&) *decl.fVars[0]).fVar->fModifiers.fLayout.fBuiltin;
835 this->writeVarDeclarations(decl, true);
    [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 335 h.decl(theOutputBuffer, 0, theSize);
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 213 /* Demangle the calling convention from MANGLED and append it to DECL.
216 dlang_call_convention (string *decl, const char *mangled)
228 string_append (decl, "extern(C) ");
232 string_append (decl, "extern(Windows) ");
236 string_append (decl, "extern(Pascal) ");
240 string_append (decl, "extern(C++) ");
244 string_append (decl, "extern(Objective-C) ");
253 /* Extract the type modifiers from MANGLED and append them to DECL.
256 dlang_type_modifiers (string *decl, const char *mangled)
265 string_append (decl, " const")
1586 string decl; local
    [all...]
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 902 xml::NamespaceDecl decl; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 180 with defining the name of the function. DECL describes the function.
186 function. DECL describes the function. NAME is the function's name. */
200 /* Compute the alignment of variable specified by DECL.
202 extern void align_variable (tree decl, bool dont_output_data);
206 nothing.) Do nothing if DECL is not external. */
258 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
344 /* Decide whether DECL needs to be in a writable section.
400 default_elf_unique_section. Categorizes the DECL. */
451 tree decl; variable
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 40 DeclList []Decl
49 Decl interface {
60 decl
71 decl
81 decl
92 decl
106 decl
110 type decl struct{ node } type
112 func (*decl) aDecl() {}
346 DeclList []Decl
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 40 DeclList []Decl
49 Decl interface {
60 decl
71 decl
81 decl
92 decl
106 decl
110 type decl struct{ node } type
112 func (*decl) aDecl() {}
346 DeclList []Decl
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 385 VariableDeclarationFragment decl = (VariableDeclarationFragment) first; local
386 target = decl.getName().toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 305 MethodDeclaration decl = findParentClass(node, MethodDeclaration.class); local
306 if (decl != null) {
307 for (Object obj : decl.parameters()) {
  /system/tools/aidl/
aidl.cpp 452 bool ParsePreprocessedLine(const string& line, string* decl,
463 decl->clear();
470 if (decl->empty()) {
471 *decl = std::move(piece);
518 string decl; local
521 if (!ParsePreprocessedLine(line, &decl, &package, &class_name)) {
526 if (decl == "parcelable") {
530 } else if (decl == "interface") {
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 197 /* Demangle the calling convention from MANGLED and append it to DECL.
200 dlang_call_convention (string *decl, const char *mangled)
212 string_append (decl, "extern(C) ");
216 string_append (decl, "extern(Windows) ");
220 string_append (decl, "extern(Pascal) ");
224 string_append (decl, "extern(C++) ");
228 string_append (decl, "extern(Objective-C) ");
237 /* Extract the type modifiers from MANGLED and append them to DECL.
240 dlang_type_modifiers (string *decl, const char *mangled)
249 string_append (decl, " const")
1570 string decl; local
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 1195 NamedDecl *decl = *begin; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp 782 ostringstream decl; local
793 decl << vtxIn << " highp vec4 dEQP_Position;\n";
806 decl << vtxIn << " " << floatTypeStr << " " << valueName << ";\n";
810 decl << vtxIn << " " << floatTypeStr << " a_" << valueName << ";\n";
817 decl << vtxOut << " " << floatTypeStr << " " << valueName << ";\n";
820 decl << vtxOut << " " << floatTypeStr << " v_" << valueName << ";\n";
821 decl << refTypeStr << " " << valueName << ";\n";
830 params.insert(pair<string, string>("DECLARATIONS", decl.str()));
842 ostringstream decl; local
851 genCompareFunctions(decl, valueBlock, false)
908 ostringstream decl; local
950 ostringstream decl; local
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 351 TypeDeclaration decl = getTypeDeclaration(typeId); local
352 Set<MethodId> methodSet = decl.methods.keySet();
353 if (decl.supertype != null) {
354 checksums[i++] = 31 * decl.supertype.hashCode() + methodSet.hashCode();
  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 514 Declarator decl local
517 tbl.append(varName, decl);
559 Declarator decl local
562 tbl.append(varName, decl);
590 Declarator decl local
592 tbl.append(varName, decl);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 1321 struct tgsi_full_declaration decl; local
1405 struct tgsi_full_declaration decl; local
    [all...]
tgsi_text.c 1310 struct tgsi_full_declaration decl; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 67 uint *decl; /**< Cursor, points into declarations. */ member in struct:i915_fp_compile
69 uint decl_s; /**< flags for which s regs need to be decl'd */
70 uint decl_t; /**< flags for which t regs need to be decl'd */
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 415 const struct tgsi_full_declaration *decl)
417 switch (decl->Declaration.File) {
419 if (decl->Declaration.Interpolate &&
420 decl->Interp.Interpolate == TGSI_INTERPOLATE_COLOR)
422 if (decl->Declaration.Semantic &&
423 decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
427 if (decl->Declaration.Semantic &&
428 decl->Semantic.Name == TGSI_SEMANTIC_EDGEFLAG)
429 info->edgeflag_out = decl->Range.First;
433 const int idx = (decl->Declaration.Dimension)
793 struct ilo_state_sol_decl_info *decl; local
    [all...]
  /external/selinux/checkpolicy/
module_compiler.c 32 avrule_decl_t *decl; /* if in an avrule block, which member in struct:scope_stack
157 avrule_decl_t *decl = stack_top->decl; local
165 decl->decl_id, dest_value);
200 avrule_decl_t *decl = stack_top->decl; local
207 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
328 /* create a new role_datum_t for this decl, if necessary */
335 roles_tab = stack_top->decl->p_roles.table;
562 /* create a new user_datum_t for this decl, if necessary *
719 avrule_decl_t *decl = stack_top->decl; local
737 avrule_decl_t *decl = stack_top->decl; local
1113 avrule_decl_t *decl = stack->decl; local
1159 avrule_decl_t *decl = stack->decl; local
1197 avrule_decl_t *decl = stack_top->decl; local
1230 avrule_decl_t *decl = stack_top->decl; local
1250 avrule_decl_t *decl = stack_top->decl; local
1262 avrule_decl_t *decl = stack_top->decl; local
1274 avrule_decl_t *decl = stack_top->decl; local
1286 avrule_decl_t *decl = stack_top->decl; local
1298 avrule_decl_t *decl; local
1338 avrule_decl_t *decl; local
1417 avrule_decl_t *decl = stack_top->decl; local
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 1057 String decl = type.getDeclaration(); local
1094 String decl = type.getDeclaration(); local
1148 String decl = type.getDeclaration(); local
    [all...]

Completed in 611 milliseconds

1 2 34 5 6 7 8 91011>>