HomeSort by relevance Sort by last modified time
    Searched full:accept (Results 176 - 200 of 6772) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/pdfium/third_party/freetype/src/smooth/
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/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
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NotFileFilter.java 54 public boolean accept(File file) { method in class:NotFileFilter
55 return ! filter.accept(file);
65 public boolean accept(File file, String name) { method in class:NotFileFilter
66 return ! filter.accept(file, name);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pybuffer.i 5 * Macro for functions accept mutable buffer pointer with a size.
30 * Macro for functions accept mutable zero terminated string pointer.
55 * Macro for functions accept read only buffer pointer with a size.
82 * Macro for functions accept read only zero terminated string pointer.
  /frameworks/base/core/java/android/webkit/
CookieManager.java 44 * accept cookies.
52 * @param accept whether {@link WebView} instances should send and accept
55 public abstract void setAcceptCookie(boolean accept);
58 * Gets whether the application's {@link WebView} instances send and accept
61 * @return true if {@link WebView} instances send and accept cookies
76 * @param accept whether the {@link WebView} instance should accept
79 public abstract void setAcceptThirdPartyCookies(WebView webview, boolean accept);
232 * Gets whether the application's {@link WebView} instances send and accept
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
PackageFilter.java 25 * A list of package prefixes can be added to the filter, and {{@link #accept(String)} method will
38 public boolean accept(String packageName) { method in class:PackageFilter
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 28 has 'accept' => (
83 if ($self->accept->[$s] >= 1) {
84 return $self->accept->[$s];
98 if ($self->eot->[$s] >= 0) { # EOT Transition to accept state?
101 # TODO: I had this as return accept[eot[s]]
103 #went to an accept...faster to do this, but
124 if ($c == ANTLR::Runtime::Token->EOF && $self->eof->[$s] >= 0) { # EOF Transition to accept state?
125 return $self->accept->[$self->eof->[$s]];
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/
UCL.jar 
  /external/icu/icu4c/source/layout/
SingleSubstitutionSubtables.cpp 51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
  /external/llvm/test/CodeGen/Mips/
abiflags32.ll 7 ; doesn't accept .module.
16 ; doesn't accept .module.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ClassNameReader.java 23 // TODO: optimize (ClassReader buffers entire class before accept)
40 r.accept(new ClassAdapter(null) {
  /external/openfst/src/script/
print.cc 30 bool accept, bool show_weight_one) {
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one,
  /external/proguard/src/proguard/classfile/
Member.java 50 public void accept(Clazz clazz, MemberVisitor memberVisitor); method in interface:Member
54 * accept the given visitor.

Completed in 1638 milliseconds

1 2 3 4 5 6 78 91011>>