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

1 2 3 4 5 67 8 91011>>

  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 333 public CtClass lookupClass(Declarator decl) throws CompileError {
334 return lookupClass(decl.getType(), decl.getArrayDim(),
335 decl.getClassName());
  /external/lldb/test/python_api/watchpoint/condition/
TestWatchpointConditionAPI.py 23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
  /external/zlib/src/contrib/inflate86/
inffast.S 292 decl %eax
298 decl %eax
523 decl %eax
603 decl %eax /* (1 << op) - 1 */
655 decl out_r
679 decl %eax
697 decl %eax
    [all...]
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 170 // The call to decl (from above)
816 Method* decl = new Method; local
817 decl->comment = gather_comments(method->comments_token->extra);
818 decl->modifiers = PUBLIC | ABSTRACT;
819 decl->returnType = NAMES.Search(method->type.type.data);
820 decl->returnTypeDimension = method->type.dimension;
821 decl->name = method->name.data;
824 decl->parameters.push_back(new Variable(
831 decl->parameters.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0));
833 serviceBaseClass->elements.push_back(decl);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl)
789 const unsigned first = decl->Range.First, last = decl->Range.Last;
791 if (decl->Declaration.Semantic) {
792 sn = decl->Semantic.Name;
793 si = decl->Semantic.Index;
796 switch (decl->Declaration.File) {
811 switch (decl->Interp.Interpolate) {
824 if (decl->Interp.Centroid)
852 decl->Declaration.UsageMask << (si * 4)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl)
789 const unsigned first = decl->Range.First, last = decl->Range.Last;
791 if (decl->Declaration.Semantic) {
792 sn = decl->Semantic.Name;
793 si = decl->Semantic.Index;
796 switch (decl->Declaration.File) {
811 switch (decl->Interp.Interpolate) {
824 if (decl->Interp.Centroid)
852 decl->Declaration.UsageMask << (si * 4)
    [all...]
  /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);
246 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);