HomeSort by relevance Sort by last modified time
    Searched defs:Modifier (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
OpenMPClause.h 205 /// condition 'a > 5' and directive name modifier 'parallel'.
215 /// \brief Directive name modifier for the clause.
217 /// \brief Name modifier location.
223 /// \brief Set directive name modifier for the clause.
226 /// \brief Set location of directive name modifier for the clause.
236 /// \param NameModifier [OpenMP 4.1] Directive name modifier of clause.
243 /// \param NameModifierLoc Location of directive name modifier.
274 /// \brief Return directive name modifier associated with the clause.
277 /// \brief Return the location of directive name modifier.
745 /// \brief Set the first schedule modifier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
OpenMPClause.h 205 /// condition 'a > 5' and directive name modifier 'parallel'.
215 /// \brief Directive name modifier for the clause.
217 /// \brief Name modifier location.
223 /// \brief Set directive name modifier for the clause.
226 /// \brief Set location of directive name modifier for the clause.
236 /// \param NameModifier [OpenMP 4.1] Directive name modifier of clause.
243 /// \param NameModifierLoc Location of directive name modifier.
274 /// \brief Return directive name modifier associated with the clause.
277 /// \brief Return the location of directive name modifier.
745 /// \brief Set the first schedule modifier
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 29 import java.lang.reflect.Modifier;
36 import static java.lang.reflect.Modifier.ABSTRACT;
37 import static java.lang.reflect.Modifier.FINAL;
38 import static java.lang.reflect.Modifier.NATIVE;
39 import static java.lang.reflect.Modifier.PRIVATE;
40 import static java.lang.reflect.Modifier.PROTECTED;
41 import static java.lang.reflect.Modifier.PUBLIC;
42 import static java.lang.reflect.Modifier.STATIC;
43 import static java.lang.reflect.Modifier.SYNCHRONIZED;
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 372 enum Modifier
477 SourceParameter() : swizzle(0xE4), modifier(MODIFIER_NONE), bufferIndex(-1)
487 Modifier modifier : 8; member in struct:sw::Shader::SourceParameter
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGOpenMPRuntime.cpp 506 /// Set if the monotonic schedule modifier was present.
508 /// Set if the nonmonotonic schedule modifier was present.
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 170 // various instruction-specific modifier definitions Instruction::subOp
533 class Modifier
536 Modifier() : bits(0) { }
537 Modifier(unsigned int m) : bits(m) { }
538 Modifier(operation op);
540 // @return new Modifier applying a after b (asserts if unrepresentable)
541 Modifier operator*(const Modifier) const;
542 Modifier operator*=(const Modifier m) { *this = *this * m; return *this;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h     [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParser.java 50 private class Modifier {
57 public Modifier(int beginLine, int beginColumn, int modifiers, List annotations) {
67 throwParseException(token, "Duplicated modifier");
266 * syntax errors for simple modifier mistakes. It will also enable us to give
269 final public Modifier Modifiers() {
337 {if (true) return new Modifier(beginLine, beginColumn, modifiers, annotations);}
345 Modifier modifier; local
368 modifier = Modifiers();
372 ret = ClassOrInterfaceDeclaration(modifier);
864 Modifier modifier; local
1336 Modifier modifier; local
3700 Modifier modifier; local
3763 Modifier modifier; local
4919 Modifier modifier; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
javaparser-core-3.0.0-alpha.2.jar 
javaparser-core-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 
  /external/annotation-tools/asmx/
javassist.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
core-3.1.1.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 1286 milliseconds

1 2 34 5 6