/external/pdfium/third_party/freetype/src/raster/ |
raster.c | 14 /* understand and accept it fully. */
|
rasterrs.h | 14 /* understand and accept it fully. */
|
/external/pdfium/third_party/freetype/src/sfnt/ |
Jamfile | 9 # indicate that you have read the license and understand and accept it
|
sfdriver.h | 14 /* understand and accept it fully. */
|
sferrors.h | 14 /* understand and accept it fully. */
|
ttbdf.h | 14 /* understand and accept it fully. */
|
ttpost.h | 15 /* understand and accept it fully. */
|
/external/pdfium/third_party/freetype/src/smooth/ |
Jamfile | 9 # indicate that you have read the license and understand and accept it
|
ftsmerrs.h | 14 /* understand and accept it fully. */
|
ftsmooth.h | 14 /* understand and accept it fully. */
|
smooth.c | 14 /* understand and accept it fully. */
|
/external/pdfium/third_party/freetype/src/truetype/ |
Jamfile | 9 # indicate that you have read the license and understand and accept it
|
ttdriver.h | 14 /* understand and accept it fully. */
|
tterrors.h | 14 /* understand and accept it fully. */
|
/external/pdfium/third_party/freetype/src/type1/ |
Jamfile | 9 # indicate that you have read the license and understand and accept it
|
t1driver.h | 14 /* understand and accept it fully. */
|
t1errors.h | 14 /* understand and accept it fully. */
|
type1.c | 14 /* understand and accept it fully. */
|
/external/proguard/src/proguard/classfile/attribute/annotation/target/ |
TargetInfo.java | 69 public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) method in class:TargetInfo 77 public void accept(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) method in class:TargetInfo 85 public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) method in class:TargetInfo 93 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) method in class:TargetInfo
|
/external/proguard/src/proguard/classfile/constant/ |
RefConstant.java | 108 * Lets the referenced class accept the given visitor. 114 referencedClass.accept(classVisitor); 120 * Lets the referenced class member accept the given visitor. 126 referencedMember.accept(referencedClass,
|
/external/proguard/src/proguard/classfile/visitor/ |
ConcreteClassDownTraveler.java | 65 subClasses[index].accept(this); method 72 programClass.accept(classVisitor); 90 subClasses[index].accept(this); method 97 libraryClass.accept(classVisitor);
|
/external/testng/src/main/java/org/testng/internal/ |
YamlParser.java | 23 public boolean accept(String fileName) { method in class:YamlParser
|
/external/testng/src/main/java/org/testng/xml/ |
SuiteXmlParser.java | 25 public boolean accept(String fileName) { method in class:SuiteXmlParser
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
vector_angle.inl | 19 GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'angle' only accept floating-point inputs"); 38 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'angle' only accept floating-point inputs"); 58 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'orientedAngle' only accept floating-point inputs"); 83 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'orientedAngle' only accept floating-point inputs");
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action-udhcp.sh | 56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT 67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
|