HomeSort by relevance Sort by last modified time
    Searched refs:ext (Results 301 - 325 of 456) sorted by null

<<111213141516171819

  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 46 import org.xml.sax.ext.DeclHandler;
47 import org.xml.sax.ext.LexicalHandler;
744 // Implementation of org.xml.sax.ext.LexicalHandler.
819 * @see org.xml.sax.ext.DeclHandler#internalEntityDecl
820 * @see org.xml.sax.ext.DeclHandler#externalEntityDecl
919 // Implementation of org.xml.sax.ext.DeclHandler.
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 17 package tests.api.org.xml.sax.ext;
22 import org.xml.sax.ext.Attributes2Impl;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerBuilder.java 128 String ext = resource.getFileExtension(); local
129 if (AndroidConstants.EXT_CLASS.equals(ext)) {
  /external/ipsec-tools/src/libipsec/
pfkey.c 1931 struct sadb_ext *ext; local
    [all...]
  /build/core/
droiddoc.mk 70 LOCAL_JAVA_LIBRARIES := core ext framework
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 358 * @param ext
366 java.security.cert.X509Extension ext,
370 byte[] bytes = ext.getExtensionValue(oid);
381 byte[] ext)
386 ASN1InputStream aIn = new ASN1InputStream(ext);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 1289 const char *ext = ".txt"; local
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 930 const char *ext = ".txt"; local
945 strcpy(buffer+bufLen, ext);
951 strcat(buffer, ext);
956 strcat(buffer, ext);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 492 gov.nist.javax.sip.header.ExtensionHeaderImpl ext = local
494 ext.setName(name);
495 ext.setValue(value);
497 return ext;
    [all...]
  /external/openssl/crypto/x509v3/
v3_pci.c 42 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
  /external/oprofile/daemon/
opd_trans.c 310 .ext = NULL
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 24 #include <ext/hash_map>
symbol-table.h 22 #include <ext/hash_map>
test-properties.h 22 #include <ext/hash_set>
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 22 import org.xml.sax.ext.LexicalHandler;
  /external/webkit/JavaScriptCore/wtf/
Threading.h 80 #include <ext/atomicity.h>
  /frameworks/base/tools/aapt/
Images.cpp 970 String8 ext(file->getPath().getPathExtension());
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 31 import org.xml.sax.ext.LexicalHandler;
154 "org.xml.sax.ext.LexicalHandler");
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 28 import org.xml.sax.ext.LexicalHandler;
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 33 import org.xml.sax.ext.LexicalHandler;
196 * @see org.xml.sax.ext.DeclHandler#attributeDecl(String, String, String, String, String)
209 * @see org.xml.sax.ext.DeclHandler#elementDecl(String, String)
216 * @see org.xml.sax.ext.DeclHandler#externalEntityDecl(String, String, String)
224 * @see org.xml.sax.ext.DeclHandler#internalEntityDecl(String, String)
286 * @see org.xml.sax.ext.LexicalHandler#endCDATA()
293 * @see org.xml.sax.ext.LexicalHandler#endDTD()
300 * @see org.xml.sax.ext.LexicalHandler#startCDATA()
308 * @see org.xml.sax.ext.LexicalHandler#startEntity(String)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 44 #include <ext/pb_ds/tag_and_trait.hpp>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp 50 #include <ext/throw_allocator.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 45 #include <ext/pb_ds/detail/basic_types.hpp>
ranged_probe_fn.hpp 45 #include <ext/pb_ds/detail/basic_types.hpp>
  /external/v8/src/x64/
macro-assembler-x64.cc 389 void MacroAssembler::CallExternalReference(const ExternalReference& ext,
392 movq(rbx, ext);
399 void MacroAssembler::TailCallRuntime(ExternalReference const& ext,
414 JumpToRuntime(ext, result_size);
418 void MacroAssembler::JumpToRuntime(const ExternalReference& ext,
421 movq(rbx, ext);
    [all...]

Completed in 1223 milliseconds

<<111213141516171819