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

12 3 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/libipsec/
key_debug.c 82 static void kdebug_sadb_x_policy __P((struct sadb_ext *ext));
86 static void kdebug_sadb_x_nat_t_type __P((struct sadb_ext *ext));
87 static void kdebug_sadb_x_nat_t_port __P((struct sadb_ext *ext));
110 struct sadb_ext *ext; local
125 ext = (void *)((caddr_t)(void *)base + sizeof(struct sadb_msg));
129 ext->sadb_ext_len, ext->sadb_ext_type);
131 if (ext->sadb_ext_len == 0) {
135 if (ext->sadb_ext_len > tlen) {
140 switch (ext->sadb_ext_type)
    [all...]
  /external/openssl/crypto/bn/
bn_mpi.c 67 int ext=0; local
74 ext=((bits & 0x07) == 0);
77 return(num+4+ext);
79 l=num+ext;
84 if (ext) d[4]=0;
85 num=BN_bn2bin(a,&(d[4+ext]));
88 return(num+4+ext);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
137 int (*close)(snd_pcm_extplug_t *ext);
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
145 int (*hw_free)(snd_pcm_extplug_t *ext);
149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out);
153 int (*init)(snd_pcm_extplug_t *ext);
157 int snd_pcm_extplug_create(snd_pcm_extplug_t *ext, const char *name,
160 int snd_pcm_extplug_delete(snd_pcm_extplug_t *ext);
163 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext);
  /external/chromium/net/base/
platform_mime_util.h 24 bool GetPlatformMimeTypeFromExtension(const FilePath::StringType& ext,
platform_mime_util_mac.cc 15 const FilePath::StringType& ext, std::string* result) const {
16 std::string ext_nodot = ext;
38 const std::string& mime_type, FilePath::StringType* ext) const {
53 *ext = base::SysCFStringRefToUTF8(ext_ref);
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 24 #include <ext/rope>
  /external/openssl/crypto/x509v3/
v3prin.c 72 X509_EXTENSION *ext; local
92 ext = X509_get_ext(cert, i);
93 printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
94 if(!X509V3_EXT_print_fp(stdout, ext, 0, 0)) ERR_print_errors_fp(stderr);
v3conf.c 77 X509_EXTENSION *ext; local
117 ext = X509_get_ext(cert, i);
118 printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
119 if(ext->critical) printf(",critical:\n");
121 X509V3_EXT_print_fp(stdout, ext, 0, 0);
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ExtendedLexicalHandler.java 30 public interface ExtendedLexicalHandler extends org.xml.sax.ext.LexicalHandler
  /development/pdk/hosting/
pdk.py 23 from google.appengine.ext import webapp
24 from google.appengine.ext.webapp.util import run_wsgi_app
  /external/webkit/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 45 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
47 return ChromiumBridge::mimeTypeForExtension(ext);
58 String ext = ChromiumBridge::preferredExtensionForMIMEType(type); local
59 if (!ext.isEmpty() && ext[0] == '.')
60 ext = ext.substring(1);
62 return ext;
  /external/webkit/WebKitTools/QueueStatusServer/handlers/
dashboard.py 29 from google.appengine.ext import webapp
30 from google.appengine.ext.webapp import template
statusbubble.py 29 from google.appengine.ext import webapp
30 from google.appengine.ext.webapp import template
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 60 #define PFKEY_ADDR_PREFIX(ext) \
61 (((struct sadb_address *)(ext))->sadb_address_prefixlen)
62 #define PFKEY_ADDR_PROTO(ext) \
63 (((struct sadb_address *)(ext))->sadb_address_proto)
64 #define PFKEY_ADDR_SADDR(ext) \
65 ((struct sockaddr *)((caddr_t)(ext) + sizeof(struct sadb_address)))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 45 #include <ext/pb_ds/detail/cond_dealtor.hpp>
46 #include <ext/pb_ds/detail/type_utils.hpp>
47 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
48 #include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp>
183 #include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp>
184 #include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp>
185 #include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp>
186 #include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp>
187 #include <ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp>
188 #include <ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
    [all...]
  /external/webkit/WebCore/platform/win/
MIMETypeRegistryWin.cpp 37 String ext = "." + extension; local
42 HRESULT result = SHGetValue(HKEY_CLASSES_ROOT, ext.charactersWithNullTermination(), L"Content Type", &keyType, (LPVOID)contentTypeStr, &contentTypeStrLen);
65 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
67 if (ext.isEmpty())
97 String result = mimetypeMap.get(ext);
99 result = mimeTypeForExtension(ext);
101 mimetypeMap.add(ext, result);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 44 #include <ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp>
45 #include <ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp>
46 #include <ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp>
47 #include <ext/pb_ds/detail/binary_heap_/binary_heap_.hpp>
48 #include <ext/pb_ds/detail/thin_heap_/thin_heap_.hpp>
standard_policies.hpp 45 #include <ext/pb_ds/hash_policy.hpp>
46 #include <ext/pb_ds/list_update_policy.hpp>
47 #include <ext/pb_ds/tree_policy.hpp>
48 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
49 #include <ext/pb_ds/trie_policy.hpp>
50 #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/binary_heap_/
binary_heap_.hpp 50 #include <ext/pb_ds/detail/cond_dealtor.hpp>
51 #include <ext/pb_ds/detail/cond_dealtor.hpp>
52 #include <ext/pb_ds/detail/type_utils.hpp>
53 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp>
54 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp>
55 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp>
56 #include <ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp>
57 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp>
61 #include <ext/pb_ds/detail/type_utils.hpp>
338 #include <ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
    [all...]
  /external/icu4c/tools/genuca/
genteststub.py 24 ext=fname.find(".txt"); variable
27 elif (ext>0) :
28 wFname = fname[:ext+1]+"_STUB.txt"
  /external/webkit/WebKit/android/jni/
MIMETypeRegistry.cpp 40 String MIMETypeRegistry::getMIMETypeForExtension(const String& ext)
51 env->NewString((const jchar*) ext.characters(), ext.length());
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 71 ext = ''
84 ext += 'u'
88 ext += 'h'
91 ext += 'd'
94 configdir = os.path.join(libdir, 'msw' + ext)
107 return 'wxbase%s%s' % (version_str_nodot, ext)
109 return "wxmsw%s%s_%s" % (version_str_nodot, ext, name)
113 libs.extend(["wxmsw%s%s" % (version_str_nodot, ext)])
  /packages/providers/ApplicationsProvider/
Android.mk 8 LOCAL_JAVA_LIBRARIES := ext
  /packages/providers/UserDictionaryProvider/
Android.mk 8 LOCAL_JAVA_LIBRARIES := ext
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 71 #include <ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp>
72 #include <ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp>

Completed in 239 milliseconds

12 3 4 5 6 7 8 91011>>