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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
extc++.h 31 #include <ext/algorithm>
32 #include <ext/array_allocator.h>
33 #include <ext/atomicity.h>
34 #include <ext/bitmap_allocator.h>
35 #include <ext/cast.h>
36 #include <ext/concurrence.h>
37 #include <ext/debug_allocator.h>
38 #include <ext/extptr_allocator.h>
39 #include <ext/functional>
40 #include <ext/iterator
    [all...]
c++allocator.h 34 #include <ext/new_allocator.h>
  /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_/
insert_fn_imps.hpp 41 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
42 #include <ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp>
standard_policies.hpp 44 #include <ext/pb_ds/detail/standard_policies.hpp>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_fn_imps.hpp 41 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp>
42 #include <ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp>
standard_policies.hpp 44 #include <ext/pb_ds/detail/standard_policies.hpp>
45 #include <ext/pb_ds/ht_load_check_resize_trigger.hpp>
46 #include <ext/pb_ds/linear_probe_fn.hpp>
47 #include <ext/pb_ds/quadratic_probe_fn.hpp>
debug_fn_imps.hpp 52 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp>
53 #include <ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp>
  /external/chromium/net/base/
platform_mime_util_win.cc 15 const FilePath::StringType& ext, std::string* result) const {
18 std::wstring value, key = L"." + ext;
28 const std::string& mime_type, FilePath::StringType* ext) const {
30 if (!RegKey(HKEY_CLASSES_ROOT, key.c_str()).ReadValue(L"Extension", ext))
34 if (!ext->empty() && ext->at(0) == L'.')
35 ext->erase(ext->begin());
platform_mime_util_linux.cc 13 const FilePath::StringType& ext, std::string* result) const {
18 if (ext == "pl")
21 FilePath dummy_path("foo." + ext);
42 const std::string& mime_type, FilePath::StringType* ext) const {
  /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/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp>
  /external/webkit/WebKitTools/Scripts/
find-included-framework-headers 7 for ext in ${FILE_EXTENSIONS_TO_SEARCH}; do
8 find . -name "*.$ext" -exec grep $framework {} ';' | grep '\(include\|import\)' | sed -e 's|.*/\(.*\.h\).*|\1|'
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 59 /** Callback table of control ext */
77 /** Handle of control ext */
130 /** Callback table of ext */
135 void (*close)(snd_ctl_ext_t *ext);
139 int (*elem_count)(snd_ctl_ext_t *ext);
143 int (*elem_list)(snd_ctl_ext_t *ext, unsigned int offset, snd_ctl_elem_id_t *id);
147 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id);
151 void (*free_key)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key);
155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key,
160 int (*get_integer_info)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key
    [all...]
  /external/bison/src/
files.c 160 compute_exts_from_gf (const char *ext)
162 src_extension = tr (ext, 'y', 'c');
164 header_extension = tr (ext, 'y', 'h');
170 compute_exts_from_src (const char *ext)
175 src_extension = xstrdup (ext);
176 header_extension = tr (ext, 'c', 'h');
181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth
185 *EXT points to the last period in the basename, or NULL if none.
187 If there is no *EXT, *TAB is NULL. Otherwise, *TAB points to
188 `.tab' or `_tab' if present right before *EXT, or is NULL. *TA
234 const char *base, *tab, *ext; local
    [all...]
  /external/expat/conftools/
PrintPath 57 ext=".exe"
66 ext="" # No default extensions
95 if [ $test_exec_flag $path/${program}${ext} ] && \
96 [ ! -d $path/${program}${ext} ]; then
98 echo $path/${program}${ext}
104 if [ "x$ext" != "x" ]; then
  /libcore/luni/src/main/java/java/net/
DefaultFileNameMap.java 35 String ext = ""; local
37 ext = filename.substring(firstCharInExtension, lastCharInExtension);
39 return MimeUtils.guessMimeTypeFromExtension(ext.toLowerCase());
  /frameworks/base/opengl/tools/glgen/src/
CodeEmitter.java 19 void setVersion(int version, boolean ext, boolean pack);
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 6 package org.xml.sax.ext;
  /external/openssl/crypto/x509v3/
v3_lib.c 71 static void ext_list_free(X509V3_EXT_METHOD *ext);
73 int X509V3_EXT_add(X509V3_EXT_METHOD *ext)
79 if(!sk_X509V3_EXT_METHOD_push(ext_list, ext)) {
93 ext);
95 const X509V3_EXT_METHOD *, ext);
112 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext)
115 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
129 const X509V3_EXT_METHOD *ext; local
132 if(!(ext = X509V3_EXT_get_nid(nid_from))) {
140 *tmpext = *ext;
244 X509_EXTENSION *ext, *extmp; local
    [all...]
  /external/clearsilver/ruby/
Makefile 9 all: config.save ext/hdf/hdf.so testrb
14 ext/hdf/Makefile:
17 ext/hdf/hdf.so: config.save
20 gold: ext/hdf/hdf.so
24 testrb: ext/hdf/hdf.so
47 $(RM) ext/hdf/*.o ext/hdf/*.so
50 $(RM) Makefile.depends config.save ext/hdf/hdf.so
51 $(RM) ext/hdf/Makefile ext/hdf/mkmf.log ext/hdf/*.
    [all...]
  /external/webkit/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 64 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
66 String str = ext.lower();
  /external/webkit/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 63 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
65 String s = ext.lower();
  /external/webkit/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 62 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
64 String str = ext.lower();
  /external/webkit/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 71 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
73 String s = ext.lower();
  /external/webkit/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 60 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
62 String s = ext.lower();
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 48 snd_ctl_ext_t ext; member in struct:bluetooth_data
73 static void bluetooth_close(snd_ctl_ext_t *ext)
75 struct bluetooth_data *data = ext->private_data;
77 DBG("ext %p", ext);
82 static int bluetooth_elem_count(snd_ctl_ext_t *ext)
84 DBG("ext %p", ext);
89 static int bluetooth_elem_list(snd_ctl_ext_t *ext,
92 DBG("ext %p offset %d id %p", ext, offset, id)
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8 91011>>