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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 44 #include <ext/pb_ds/detail/basic_types.hpp>
45 #include <ext/pb_ds/detail/type_utils.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_fn_imps.hpp 101 #include <ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp>
102 #include <ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
erase_fn_imps.hpp 99 #include <ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp>
100 #include <ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp>
gp_ht_map_.hpp 41 #include <ext/pb_ds/tag_and_trait.hpp>
42 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
43 #include <ext/pb_ds/detail/types_traits.hpp>
44 #include <ext/pb_ds/exception.hpp>
45 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
51 #include <ext/pb_ds/detail/debug_map_base.hpp>
157 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
158 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
159 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
160 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 44 #include <ext/pb_ds/detail/basic_types.hpp>
45 #include <ext/pb_ds/detail/type_utils.hpp>
  /external/skia/bench/
BenchGpuTimer_gl.cpp 75 static bool BenchGLCheckExtension(const char* ext,
77 int extLength = strlen(ext);
81 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
102 const GLboolean ext = local
106 if (ext || arb) {
132 SK_GL_GET_PROC_SUFFIX(GetQueryObjectui64v, EXT)
  /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_/
gp_ht_map_.hpp 41 #include <ext/pb_ds/tag_and_trait.hpp>
42 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
43 #include <ext/pb_ds/detail/types_traits.hpp>
44 #include <ext/pb_ds/exception.hpp>
45 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
51 #include <ext/pb_ds/detail/debug_map_base.hpp>
157 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
158 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
159 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
160 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 41 #include <ext/pb_ds/tag_and_trait.hpp>
42 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
43 #include <ext/pb_ds/detail/types_traits.hpp>
44 #include <ext/pb_ds/exception.hpp>
45 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
51 #include <ext/pb_ds/detail/debug_map_base.hpp>
157 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
158 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
159 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
160 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 310 X509Extension ext = (X509Extension)extensions.get(oid); local
312 this.extensions.put(oid, ext);
340 X509Extension ext = (X509Extension)values.elementAt(count); local
342 this.extensions.put(oid, ext);
396 X509Extension ext = (X509Extension)extensions.get(oid); local
401 if (ext.isCritical())
408 v.add(ext.getValue());
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 44 bool IsSupportedBrowserExtension(const char* ext) {
46 if (base::strcasecmp(ext, kBrowserSupportedExtensions[i]) == 0) {
53 bool IsSupportedAVExtension(const char* ext) {
55 if (base::strcasecmp(ext, kAVExtensions[i]) == 0) {
135 std::string ext = full_path.Extension(); local
138 if (IsSupportedBrowserExtension(ext.data())) {
154 if (IsSupportedAVExtension(ext.data())) {
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 211 std::string ext = file.Extension(); local
212 ext = StringToLowerASCII(ext);
213 if (ext == ".jpg" ||
214 ext == ".jpeg" ||
215 ext == ".png" ||
216 ext == ".gif") {
  /external/openssl/crypto/x509/
x509_req.c 189 ASN1_TYPE *ext = NULL; local
201 if(attr->single) ext = attr->value.single;
203 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
206 if(!ext || (ext->type != V_ASN1_SEQUENCE))
208 p = ext->value.sequence->data;
210 ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
  /development/tools/a3dconvert/
a3dconvert.cpp 110 std::string ext = filename.substr(dotPos); local
111 if (ext == daeExt) {
119 } else if (ext == objExt) {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 6 from google.appengine.ext import webapp
7 from google.appengine.ext.webapp import util
10 from google.appengine.ext.webapp import template
  /external/openssl/crypto/x509v3/
v3_asid.c 155 void *ext,
159 ASIdentifiers *asid = ext;
705 ASIdentifiers *ext)
712 OPENSSL_assert(ctx != NULL || ext != NULL);
720 if (ext != NULL) {
727 if ((ext = x->rfc3779_asid) == NULL)
730 if (!v3_asid_is_canonical(ext))
732 if (ext->asnum != NULL) {
733 switch (ext->asnum->type) {
738 child_as = ext->asnum->u.asIdsOrRanges
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 31 import org.xml.sax.ext.DeclHandler;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 391 X509Extension ext = extensions.getExtension(oid); local
393 if (ext.isCritical())
412 X509Extension ext = exts.getExtension(new DERObjectIdentifier(oid)); local
413 if (ext != null)
415 return ext.getValue().getOctets();
428 X509Extension ext = exts.getExtension(new DERObjectIdentifier(oid)); local
430 if (ext != null)
434 return ext.getValue().getEncoded();
460 X509Extension ext = extensions.getExtension(oid); local
462 if (!ext.isCritical()
505 X509Extension ext = extensions.getExtension(oid); local
662 X509Extension ext = extensions.getExtension(oid); local
    [all...]
  /external/webkit/Tools/QueueStatusServer/filters/
webkit_extras.py 32 from google.appengine.ext import webapp
  /external/webkit/Tools/RebaselineQueueServer/model/
queueentry.py 29 from google.appengine.ext import db
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 24 import org.xml.sax.ext.LexicalHandler;
75 * Set the SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
90 * Get a SAX2 {@link org.xml.sax.ext.LexicalHandler} for the output.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 44 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 44 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 44 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java 190 String ext = resource.getFileExtension(); local
191 if (AdtConstants.EXT_CLASS.equalsIgnoreCase(ext)) {
234 String ext = resource.getFileExtension(); local
235 if (AdtConstants.EXT_PNG.equalsIgnoreCase(ext)) {
  /bionic/libc/kernel/tools/
update_all.py 53 base, ext = os.path.splitext(file)
54 if ext == ".h":

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>