/external/chromium_org/third_party/angle/src/common/ |
shadervars.h | 23 // Varying interpolation qualifier, see section 4.3.9 of the ESSL 3.00.4 spec 31 // Uniform block layout qualifier, see section 4.3.8.3 of the ESSL 3.00.4 spec
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
Compiler.cpp | 26 bool IsWebGLBasedSpec(ShShaderSpec spec) 28 return spec == SH_WEBGL_SPEC || spec == SH_CSS_SHADERS_SPEC; 31 size_t GetGlobalMaxTokenSize(ShShaderSpec spec) 35 if (IsWebGLBasedSpec(spec)) 95 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec, ShShaderOutput output) 97 shaderSpec(spec), 417 infoSink.info << "Timing restrictions must be enforced under the WebGL spec.";
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic-private.hh | 39 /* Cateories used in the OpenType spec: 58 OT_RS = 13, /* Register Shifter, used in Khmer OT spec. */
|
/external/chromium_org/third_party/icu/patches/ |
static.analysis.patch | 56 spec->variableTopString[i++] = readHexCodeUnit(&string, status); 58 spec->variableTopStringLen = i;
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libmkv/ |
EbmlWriter.c | 44 /* TODO: it's not clear from the spec whether the nul terminator 53 /* TODO: it's not clear from the spec whether the nul terminator
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
lines.c | 54 /* Page 407 (page 423 of the PDF) of the OpenGL 3.0 spec says (in the list 61 * *NOT* removed in a later spec. Therefore, we only disallow this in a
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFResourceDict.h | 31 // These additional types are defined by the spec, but not 38 * compatibility, as recommended by the PDF spec.
|
/external/chromium_org/ui/gl/ |
gl_implementation.h | 84 // removed from the ES 2.0 spec without requiring specific extension strings. 105 // unsupported function is queried. Spec-compliant eglGetProcAddress and
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2594.js | 28 // In the assertions but the first, the ES5 spec actually requires 0, but 29 // that is arguably a spec bug, and other browsers return 1 like us.
|
regress-944.js | 30 // required by the spec format if the string has milliseconds at all). 33 // Check for parsing of extension/generalization of the ES5 15.9.1.15 spec
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-template-callback.cpp | 53 // FYI blocks are not present in MSVS, so we're free to choose the spec. 71 // FYI blocks are not present in MSVS, so we're free to choose the spec.
|
/external/conscrypt/src/main/java/org/conscrypt/ |
KeyManagerFactoryImpl.java | 95 * @see KeyManagerFactorySpi#engineInit(ManagerFactoryParameters spec) 98 protected void engineInit(ManagerFactoryParameters spec)
|
OpenSSLDSAPublicKey.java | 27 import java.security.spec.DSAPublicKeySpec; 28 import java.security.spec.InvalidKeySpecException;
|
OpenSSLECDHKeyAgreement.java | 26 import java.security.spec.AlgorithmParameterSpec; 30 import javax.crypto.spec.SecretKeySpec;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
HighRegisterPrefix.java | 135 * Returns the proper move instruction for the given source spec 138 * @param src {@code non-null;} the source register spec
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form22t.java | 28 * Instruction format {@code 22t}. See the instruction format spec 95 // Note: A zero offset would fit, but it is prohibited by the spec.
|
/external/libhevc/common/ |
ihevc_cabac_tables.h | 111 * @remarks See Table 9-40 of HEVC spec for rangeTabLPS 122 * @remarks Modified form of Table-9-41 State Transition table in HEVC spec
|
/external/libvpx/libvpx/third_party/libmkv/ |
EbmlWriter.c | 44 /* TODO: it's not clear from the spec whether the nul terminator 53 /* TODO: it's not clear from the spec whether the nul terminator
|
/external/lldb/include/lldb/Target/ |
ThreadSpec.h | 20 // Note: For now the thread spec has only fixed elements - 27 // That's why the thread matches spec test is done as a virtual method in Thread::MatchesSpec,
|
/external/lldb/source/Target/ |
ThreadSpec.cpp | 131 s->PutCString("thread spec: no "); 138 s->PutCString("thread spec: yes ");
|
/external/lldb/test/ |
bench.py | 50 parser.add_option('-x', '--breakpoint-spec', 53 help='The lldb breakpoint spec for the target program.')
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 75 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec". 81 static std::string ParseSectionSpecifier(StringRef Spec, // In.
|
/external/mesa3d/src/mesa/main/ |
lines.c | 54 /* Page 407 (page 423 of the PDF) of the OpenGL 3.0 spec says (in the list 61 * *NOT* removed in a later spec. Therefore, we only disallow this in a
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAccessNetworkInfoParser.java | 54 * P-Access-Network-Info = "P-Access-Network-Info" HCOLON access-net-spec 55 * access-net-spec = access-type *(SEMI access-info)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_sysaudio.h | 49 int (*OpenAudio)(_THIS, SDL_AudioSpec *spec); 68 SDL_AudioSpec spec; member in struct:SDL_AudioDevice
|