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

  /external/aac/libAACdec/src/
overlapadd.h 102 #define SPEC(ptr,w,gl) ((ptr)+((w)*(gl)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
astgen.py 15 SPEC = "ast.txt"
229 classes = parse_spec(SPEC)
  /external/python/cpython2/Tools/compiler/
astgen.py 15 SPEC = "ast.txt"
229 classes = parse_spec(SPEC)
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Material.java 43 public static final int SPEC = 5;
94 mColor[p + SPEC] = (byte) (255 * specular);
254 mColor[p + SPEC] = (byte) (255 * mp.mSpecular);
280 mColor[p + SPEC] = (byte) (255 * specular);
297 mColor[p + SPEC] = (byte) (255 * mp.mSpecular);
  /frameworks/rs/script_api/
Specification.cpp 60 // The singleton of the collected information of all the spec files.
88 * how specified in the spec file.
376 ConstantSpecification* spec = new ConstantSpecification(constant); local
377 constant->addSpecification(spec);
379 specFile->addConstantSpecification(spec, created);
380 spec->mVersionInfo = info;
383 spec->mValue = scanner->getValue();
386 spec->mType = scanner->getValue();
405 TypeSpecification* spec = new TypeSpecification(type); local
406 type->addSpecification(spec);
622 FunctionSpecification* spec = new FunctionSpecification(function); local
897 SpecFile* spec = new SpecFile(fileName); local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 591 milliseconds