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

1 2 3 4 5 6 78 91011

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 317 dexMaker.declare(generatedType, generatedName + ".generated", PUBLIC, superType, getInterfacesAsTypeIds());
531 Code code = dexMaker.declare(methodId, PUBLIC);
620 Code superCode = dexMaker.declare(callsSuperMethod, PUBLIC);
692 dexMaker.declare(handlerField, PRIVATE, null);
695 dexMaker.declare(allMethods, PRIVATE | STATIC, null);
702 Code constructorCode = dexMaker.declare(method, PUBLIC);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 184 src << "layout(location = "<< location << ") in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n"
185 << "layout(location = " << location - 1 << ") flat out " << glu::declare(input->varType, outputPrefix + input->name) << ";\n";
216 src << "layout(location = " << locationNumber << ") in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n";
230 src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPrefix + output->name) << ";\n";
233 src << "layout(location = " << locationNumber << ") flat out " << glu::declare(output->varType, outputPrefix + output->name) << ";\n";
242 // Declare & fetch local input variables
251 src << "\t" << glu::declare(input->varType, input->name) << " = " << inputPrefix << input->name << ";\n";
254 // Declare local output variables
265 src << "\t" << glu::declare(output->varType, output->name) << ";\n";
412 src << "layout(location = " << locationNumber << ") flat in " << glu::declare(intType, inputPrefix + output->name) << ";\n"
    [all...]
  /external/bcc/src/cc/frontends/p4/compiler/
ebpfProgram.py 282 h.declare(serializer)
289 h.declare(serializer)
302 h.declare(serializer)
  /external/libevent/
event_rpcgen.py 37 def declare(s): function
57 declare(' Created struct: %s' % name)
67 declare(' Added entry: %s' % entry.Name())
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 129 void VariableScope::declare (Variable* variable) function in class:rsg::VariableScope
317 // Declare in current scope.
318 getCurVariableScope().declare(variable);
rsgVariableManager.hpp 67 void declare (Variable* variable); //!< Move from live set to declared set
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
AnnotationIdTest.java 350 dexMaker.declare(GENERATED, "Generated.java", PUBLIC, TypeId.OBJECT);
368 Code code = dexMaker.declare(methodId, PUBLIC);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 24 import static com.google.clearsilver.jsilver.compiler.JavaExpression.declare;
130 return declare(type, name, expression);
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 55 (* declare global variable *)
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 57 def declare(self, name): member in class:OptionalFSxxxType
66 def declare(self, name): member in class:FSCatalogInfoAndBitmapType
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
executionengine.ml 55 (* declare global variable *)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 22 def declare(self, name, reference=False): member in class:Type
23 """Declare a variable of the type with a given name.
25 Example: int.declare('spam') prints "int spam;"
bgenGenerator.py 187 arg.declare()
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 53 expected-warning {{does not declare any constructor}} \
  /external/deqp/modules/gles31/functional/
es31fShaderUniformIntegerFunctionTests.cpp 79 oss << "uniform " << glu::declare(varType, "value", 0) << ";\n";
es31fUniformLocationTests.cpp 280 // Declare uniforms
309 vertDecl << glu::declare(structType, 0) << ";\n";
312 fragDecl << glu::declare(structType, 0) << ";\n";
319 vertDecl << "uniform " << (layoutInVert ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
322 fragDecl << "uniform " << (layoutInFrag ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/forwarding/
lib.sh 93 declare -A NETIFS
296 declare -A __TB_IDS
523 declare -A SYSCTL_ORIG
552 declare -A MTU_ORIG
  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 30 def declare(self, name): member in class:SndChannelPtrType
  /external/python/cpython2/Tools/bgen/bgen/
bgenType.py 22 def declare(self, name, reference=False): member in class:Type
23 """Declare a variable of the type with a given name.
25 Example: int.declare('spam') prints "int spam;"
  /external/tensorflow/tensorflow/tools/ci_build/builds/
pip.sh 66 declare -A WHL_TAGS
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 48 declare -a ydist=(11.5 10.5 10.5) # Used to correctly offset the y label.
  /external/llvm/utils/vim/syntax/
llvm.vim 65 \ declare
  /external/swiftshader/third_party/LLVM/utils/vim/
llvm.vim 43 syn keyword llvmKeyword define declare global constant
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/
llvm.vim 70 \ declare
  /art/test/etc/
default-build 132 declare -A EXPERIMENTAL_API_LEVEL

Completed in 821 milliseconds

1 2 3 4 5 6 78 91011