HomeSort by relevance Sort by last modified time
    Searched defs:functionCall (Results 1 - 12 of 12) sorted by null

  /art/test/117-nopatchoat/src/
Main.java 38 System.out.println(functionCall());
41 public static String functionCall() {
  /system/tools/hidl/c2hal/
Expression.cpp 226 struct FunctionCall : Expression {
227 FunctionCall(std::string id, std::vector<Expression *> *args)
230 ~FunctionCall() {
262 DISALLOW_COPY_AND_ASSIGN(FunctionCall);
289 Expression *Expression::functionCall(std::string id, std::vector<Expression *> *args) {
290 return new FunctionCall(id, args);
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 726 std::ostringstream functionCall;
728 functionCall << " mediump vec4 texelColor" << uniformIdx << " = ";
734 functionCall << "texture(uTexture" << uniformIdx << ", vs_aTexCoord); \n";
739 functionCall << "textureLod(uTexture" << uniformIdx << ", vs_aTexCoord, 0.0); \n";
744 functionCall << "textureGrad(uTexture" << uniformIdx << ", vs_aTexCoord, vec2(0.0, 0.0), vec2(0.0, 0.0)); \n";
749 functionCall << "textureOffset(uTexture" << uniformIdx << ", vs_aTexCoord, ivec2(0.0, 0.0)); \n";
754 functionCall << "textureProj(uTexture" << uniformIdx << ", vec3(vs_aTexCoord, 1.0)); \n";
759 functionCall << "texelFetch(uTexture" << uniformIdx << ", ivec2(vs_aTexCoord), 0); \n";
764 functionCall << "texelFetchOffset(uTexture" << uniformIdx << ", ivec2(vs_aTexCoord), 0, ivec2(0.0, 0.0)); \n";
773 return functionCall.str()
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
hibernate3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 835 milliseconds