HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 151 - 175 of 374) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 993 String decl = type.getDeclaration(); local
1030 String decl = type.getDeclaration(); local
1073 String decl = type.getDeclaration(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 102 {@events << ['decl', $t.text]}
123 %w(decl foobar),
125 %w(decl blupp),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter.py 186 def handle_decl(self, decl):
187 self.converted_data.extend(['<!', decl, '>'])
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
work_unit.py 132 for decl in self.node:
133 #decl.psource()
134 #cstr = decl.cstr()
138 print decl.deepstr()
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 96 virtual SVal getLValueIvar(const ObjCIvarDecl *decl, SVal base);
252 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);
  /external/e2fsprogs/intl/
localealias.c 131 # define libc_freeres_ptr(decl) decl
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 81 instantiations purposes and like). Implemented in decl.c. */
358 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
362 get_global_value_if_present (tree id, tree *decl)
366 *decl = global_value;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 81 instantiations purposes and like). Implemented in decl.c. */
358 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
362 get_global_value_if_present (tree id, tree *decl)
366 *decl = global_value;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 81 instantiations purposes and like). Implemented in decl.c. */
358 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
362 get_global_value_if_present (tree id, tree *decl)
366 *decl = global_value;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 81 instantiations purposes and like). Implemented in decl.c. */
358 /* Set *DECL to the (non-hidden) declaration for ID at global scope,
362 get_global_value_if_present (tree id, tree *decl)
366 *decl = global_value;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 165 tree decl; member in struct:ipa_param_descriptor
231 return info->params[i].decl;
472 non-default-def ssa names when a parm decl is going away. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 101 decl = title + argspec + (note and self.grey(
107 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 207 const struct tgsi_full_declaration *decl)
210 switch(decl->Declaration.File) {
214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
226 lp_emit_declaration_soa(bld_base, decl);
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
233 ctx->load_input(ctx, idx, decl);
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 207 const struct tgsi_full_declaration *decl)
210 switch(decl->Declaration.File) {
214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
226 lp_emit_declaration_soa(bld_base, decl);
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
233 ctx->load_input(ctx, idx, decl);
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 132 fs->decl = (uint *) MALLOC(sizeof(passthrough_decl));
135 memcpy(fs->decl, passthrough_decl, sizeof(passthrough_decl));
    [all...]
  /external/elfutils/libdw/
libdw.h 582 extern const char *dwarf_decl_file (Dwarf_Die *decl);
585 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep)
589 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
  /external/javassist/src/main/javassist/compiler/
Javac.java 95 CtClass decl = cb.getDeclaringClass(); local
97 .rebuildStackMapIf6(decl.getClassPool(),
98 decl.getClassFile2());
  /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()) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
250 * Lang.g:10:1: start : decl ;
270 // Lang.g:10:7: ( decl ) // ruleBlockSingleAlt
271 // Lang.g:10:9: decl // alt
279 decl1 = [self decl];
316 * $ANTLR start decl
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
319 - (LangParser_decl_return *) decl
349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAl
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 428 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
452 catch(decl,action) ::= <<
453 catch (<e.decl>) {
1155 <scope.attributes:{<it.decl>;}; separator="\n">
1164 <scope.attributes:{<it.decl>;}; separator="\n">
    [all...]

Completed in 1320 milliseconds

1 2 3 4 5 67 8 91011>>