HomeSort by relevance Sort by last modified time
    Searched refs:ext (Results 76 - 100 of 707) sorted by null

1 2 34 5 6 7 8 91011>>

  /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>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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>
  /external/chromium/net/base/
platform_mime_util_mac.cc 17 const FilePath::StringType& ext, std::string* result) const {
18 std::string ext_nodot = ext;
41 const std::string& mime_type, FilePath::StringType* ext) const {
57 *ext = base::SysCFStringRefToUTF8(ext_ref);
  /external/clang/test/PCH/Inputs/
namespaces.h 39 void ext();
  /external/skia/gpu/src/
GrGLInterface.cpp 57 bool has_gl_extension_from_string(const char* ext,
59 int extLength = strlen(ext);
63 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
84 bool has_gl_extension(const char* ext) {
88 return has_gl_extension_from_string(ext, glstr);
243 const char* ext; local
246 ext = (const char*)fGetString(GR_GL_EXTENSIONS);
271 has_gl_extension_from_string("GL_EXT_blend_color", ext)) {
281 has_gl_extension_from_string("GL_ARB_texture_compression", ext)) {
295 if ((major >= 3) || has_gl_extension_from_string("GL_ARB_framebuffer_object", ext)) {
    [all...]
  /external/webkit/Tools/QueueStatusServer/model/
svnrevision.py 29 from google.appengine.ext import db
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 6 package org.xml.sax.ext;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
  /external/webkit/Source/WebCore/platform/wince/
MIMETypeRegistryWinCE.cpp 40 String ext = "." + extension; local
47 if (ERROR_SUCCESS != RegOpenKeyEx(HKEY_CLASSES_ROOT, ext.charactersWithNullTermination(), 0, 0, &key))
122 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
126 if (ext.isEmpty())
131 String result = mimetypeMap.get(ext.lower());
133 result = mimeTypeForExtension(ext);
135 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/binomial_heap_base_/
binomial_heap_base_.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/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp>
205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp>
206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp>
207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp>
208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp>
209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.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/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp>
205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp>
206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp>
207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp>
208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp>
209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.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/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
54 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
219 #include <ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp>
220 #include <ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp>
221 #include <ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp>
222 #include <ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp>
223 #include <ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp>
224 #include <ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
51 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
204 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp>
205 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp>
206 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp>
207 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp>
208 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp>
209 #include <ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
    [all...]
  /external/tcpdump/
print-isakmp.c 418 isakmp_sa_print(const struct isakmp_gen *ext,
432 p = (struct isakmp_pl_sa *)ext;
434 safememcpy(&sa, ext, sizeof(sa));
458 np = (u_char *)ext + sizeof(sa);
460 TCHECK2(*(ext + 1), sizeof(ident));
461 safememcpy(&ident, ext + 1, sizeof(ident));
466 ext = (struct isakmp_gen *)np;
467 TCHECK(*ext);
469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
479 isakmp_p_print(const struct isakmp_gen *ext, u_int item_len _U_
1354 const struct isakmp_gen *ext; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp>
108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp>
108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
107 #include <ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp>
108 #include <ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp>
  /hardware/ti/omap4xxx/hwc/
hwc.c 124 omap4_hwc_ext_t ext; /* external mirroring data */ member in struct:omap4_hwc_device
440 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region)
451 memcpy(ext->m, m_unit, sizeof(m_unit));
452 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top);
453 m_rotate(ext->m, ext->current.rotation);
454 if (ext->current.hflip)
455 m_scale(ext->m, 1, -1, 1, 1);
457 if (ext->current.rotation & 1) {
465 ext->xres, ext->yres, ext->width, ext->height
694 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
823 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
1424 omap4_hwc_ext_t *ext = &hwc_dev->ext; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_prn.c 67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
108 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
117 if(!(method = X509V3_EXT_get(ext)))
118 return unknown_ext_print(out, ext, flag, indent, 0);
119 p = ext->value->data;
120 if(method->it) ext_str = ASN1_item_d2i(NULL, &p, ext->value->length, ASN1_ITEM_ptr(method->it));
121 else ext_str = method->d2i(NULL, &p, ext->value->length);
123 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported)
214 ext->value->data, ext->value->length, indent, -1)
    [all...]

Completed in 565 milliseconds

1 2 34 5 6 7 8 91011>>