HomeSort by relevance Sort by last modified time
    Searched refs:declare (Results 201 - 225 of 256) sorted by null

1 2 3 4 5 6 7 891011

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 393 public static JavaExpression declare(final Type type, final String name,
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 98 def declare(self, name): member in class:ControlActionDefinition
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 187 arg.declare()
  /external/bcc/src/cc/frontends/p4/compiler/
ebpfAction.py 92 argtype.declare(serializer, arg.name, False)
ebpfTable.py 28 ftype.declare(serializer, self.keyFieldName, False)
  /build/soong/android/
makevars.go 39 // Interface for other packages to use to declare make variables
  /external/clang/www/demo/
index.cgi 99 $input =~ s@\b(add|sub|mul|div|rem|and|or|xor|setne|seteq|setlt|setgt|setle|setge|phi|tail|call|cast|to|shl|shr|vaarg|vanext|ret|br|switch|invoke|unwind|malloc|alloca|free|load|store|getelementptr|begin|end|true|false|declare|global|constant|const|internal|uninitialized|external|implementation|linkonce|weak|appending|null|to|except|not|target|endian|pointersize|big|little|volatile)\b@<span class="llvm_keyword">$1</span>@g;
  /external/openssh/contrib/cygwin/
ssh-host-config 28 declare -a csih_required_commands=(
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp 858 error(line, "cannot declare arrays of this qualifier", TType(type).getCompleteString().c_str());
876 error(line, "cannot declare arrays of arrays", TType(type).getCompleteString().c_str());
884 error(line, "cannot declare arrays of structs of this qualifier",
1029 if(!symbolTable.declare(*variable))
1197 symbolTable.declare(fakeVariable);
    [all...]
SymbolTable.h 336 bool declare(TSymbol *symbol) function in class:TSymbolTable
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 74 declare -r UNFINISHED FINISHED FREEZE THAW max_state_samples sample_state_period
  /external/python/cpython3/Tools/clinic/
clinic.py 313 # The C statements to declare variables.
3030 def declare(self, data, name="_return_value"): member in class:CReturnConverter
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 341 // Declare attributes.
352 vtx << "in " << glu::declare(attribType, attribName.c_str()) << ";\n";
356 // Declare vayrings.
362 // Declare structs that have type name.
367 str << glu::declare(structPtr) << ";\n";
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";
    [all...]
  /external/u-boot/scripts/
checkpatch.pl 419 our $Declare;
776 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type};
792 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(|
830 } elsif ($line =~ /^\s*$Declare\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)\s*[\(\[,;]/) {
    [all...]
  /build/soong/cmd/pom2mk/
pom2mk.go 362 This may be specified multiple times to declare these dependencies.
  /external/llvm/bindings/go/llvm/
dibuilder.go 527 // InsertDeclareAtEnd inserts a call to llvm.dbg.declare at the end of the
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
dibuilder.go 565 // InsertDeclareAtEnd inserts a call to llvm.dbg.declare at the end of the
  /external/antlr/runtime/Ruby/lib/antlr3/
error.rb 61 declare failure
  /external/llvm/lib/AsmParser/
LLLexer.cpp 498 KEYWORD(declare); KEYWORD(define);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 475 KEYWORD(declare); KEYWORD(define);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLLexer.cpp 502 KEYWORD(declare); KEYWORD(define);
  /build/soong/cmd/pom2bp/
pom2bp.go 474 This may be specified multiple times to declare these dependencies.
  /build/make/
envsetup.sh     [all...]

Completed in 1497 milliseconds

1 2 3 4 5 6 7 891011