/external/nist-sip/java/gov/nist/javax/sip/parser/ |
URLParser.java | 537 // 'isub' (or 'ext') MUST appear first, but we accept any order here
|
/external/oprofile/daemon/ |
opd_trans.h | 57 void * ext; member in struct:transient
|
/external/oprofile/libop/ |
op_events.h | 60 char * ext; /**< extended events */ member in struct:op_event
|
/external/qemu/block/ |
qcow2.c | 85 QCowExtension ext; local 102 if (bdrv_pread(s->hd, offset, &ext, sizeof(ext)) != sizeof(ext)) { 107 be32_to_cpus(&ext.magic); 108 be32_to_cpus(&ext.len); 109 offset += sizeof(ext); 111 printf("ext.magic = 0x%x\n", ext.magic); 113 switch (ext.magic) [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
eas_main.c | 54 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size); 383 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size) 394 strcat(str,ext); 403 strcat(str,ext);
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_main.c | 54 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size); 383 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size) 394 strcat(str,ext); 403 strcat(str,ext);
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_main.c | 54 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size); 386 static EAS_BOOL ChangeFileExt(char *str, const char *ext, EAS_I32 size) 397 strcat(str,ext); 406 strcat(str,ext);
|
/external/webkit/WebKitTools/CodeCoverage/ |
run-generate-coverage-data | 53 base,ext = os.path.splitext(file) 54 if ext in match_array: 154 base,ext = os.path.splitext(file) 155 if ext in [".gcov"]:
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DefaultHandler2.java | 6 package org.xml.sax.ext; 44 // SAX2 ext-1.0 LexicalHandler 75 // SAX2 ext-1.0 DeclHandler 95 // SAX2 ext-1.1 EntityResolver2
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
safe_base.h | 33 #include <ext/concurrence.h>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
const_iterator.hpp | 45 #include <ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp>
|
const_point_iterator.hpp | 45 #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/left_child_next_sibling_heap_/ |
const_point_iterator.hpp | 45 #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/ov_tree_map_/ |
traits.hpp | 44 #include <ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
head.hpp | 44 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
|
node_base.hpp | 44 #include <ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/ |
node.hpp | 44 #include <ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp>
|
traits.hpp | 44 #include <ext/pb_ds/detail/rb_tree_map_/node.hpp>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/ |
traits.hpp | 44 #include <ext/pb_ds/detail/splay_tree_/node.hpp>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
string_conversions.h | 30 #include <ext/numeric_traits.h>
|
/external/zlib/examples/ |
gzlog.c | 440 unsigned char ext[EXTRA]; local 442 PUT8(ext, log->first); 443 PUT8(ext + 8, log->last); 444 PUT4(ext + 16, log->ccrc); 445 PUT4(ext + 20, log->clen); 446 PUT4(ext + 24, log->tcrc); 447 PUT4(ext + 28, log->tlen); 448 PUT2(ext + 32, log->stored); 449 ext[34] = log->back - 3 + (op << 3); 452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0 [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/ |
ASN1Dump.java | 334 DERExternal ext = (DERExternal) obj; local 337 if (ext.getDirectReference() != null) 339 buf.append(tab + "Direct Reference: " + ext.getDirectReference().getId() + nl); 341 if (ext.getIndirectReference() != null) 343 buf.append(tab + "Indirect Reference: " + ext.getIndirectReference().toString() + nl); 345 if (ext.getDataValueDescriptor() != null) 347 _dumpAsString(tab, verbose, ext.getDataValueDescriptor(), buf); 349 buf.append(tab + "Encoding: " + ext.getEncoding() + nl); 350 _dumpAsString(tab, verbose, ext.getExternalContent(), buf);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_wext.c | 1791 struct iw_encode_ext *ext; local 1834 struct iw_encode_ext *ext; local [all...] |
/external/openssl/crypto/x509v3/ |
v3_addr.c | 240 void *ext, 244 const IPAddrBlocks *addr = ext; 1165 IPAddrBlocks *ext) 1172 OPENSSL_assert(ctx != NULL || ext != NULL); 1180 if (ext != NULL) { 1187 if ((ext = x->rfc3779_addr) == NULL [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
main.py | 31 from google.appengine.ext import db 32 from google.appengine.ext import webapp
|