HomeSort by relevance Sort by last modified time
    Searched refs:ext (Results 251 - 275 of 713) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/tools/
update_all.py 53 base, ext = os.path.splitext(file)
54 if ext == ".h":
  /development/tools/emulator/opengl/system/egl/
eglDisplay.cpp 303 char *ext = (char *)hostExt; local
304 char *c = ext;
305 char *insert = ext;
308 int len = c - ext;
309 if (findExtInList(ext, len, systemDynamicEGLExtensions)) {
310 if (ext != insert) {
311 memcpy(insert, ext, len+1); // including space
315 ext = c + 1;
  /device/moto/stingray/ril/
qbp-apr-dump.sh 87 for ext in $binFileExtensions; do
88 binFile="err_f3_index${errIndex}.${ext}"
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampReqTest.java 47 Extension ext = new Extension(extOID, false, extValue); local
48 exts.addExtension(ext);
  /external/chromium/googleurl/
PRESUBMIT.py 59 root, ext = input_api.os_path.splitext(path)
61 if not ext in SOURCE_FILE_EXTENSIONS:
  /external/libxslt/libxslt/
extensions.c 195 * @ext: an XSLT extension module
197 * Free up the memory allocated by @ext
200 xsltFreeExtModule(xsltExtModulePtr ext)
202 if (ext == NULL)
204 xmlFree(ext);
236 * @ext: an XSLT extension module data wrapper
238 * Free up the memory allocated by @ext
241 xsltFreeExtData(xsltExtDataPtr ext)
243 if (ext == NULL)
245 xmlFree(ext);
1558 xsltExtElementPtr ext; local
1627 xsltExtElementPtr ext; local
1698 xsltExtElementPtr ext; local
1742 xsltExtElementPtr ext; local
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 31 my $ext = $1;
34 if ($ext eq $x) {
  /external/webkit/Tools/QueueStatusServer/handlers/
recentstatus.py 31 from google.appengine.ext import webapp
32 from google.appengine.ext.webapp import template
  /external/webkit/Tools/QueueStatusServer/
main.py 33 from google.appengine.ext import webapp
34 from google.appengine.ext.webapp.util import run_wsgi_app
  /external/webkit/Tools/RebaselineQueueServer/handlers/
builderqueue.py 31 from google.appengine.ext import webapp
32 from google.appengine.ext.webapp import template
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
DefaultHandler2Test.java 17 package tests.api.org.xml.sax.ext;
22 import org.xml.sax.ext.DefaultHandler2;
  /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_/
resize_fn_imps.hpp 131 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
132 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.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_/
resize_fn_imps.hpp 135 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
136 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
type_utils.hpp 48 #include <ext/type_traits.h>
49 #include <ext/numeric_traits.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 131 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
132 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 135 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
136 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 48 #include <ext/type_traits.h>
49 #include <ext/numeric_traits.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 131 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
132 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 135 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
136 #include <ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 48 #include <ext/type_traits.h>
49 #include <ext/numeric_traits.h>
  /external/icu4c/common/
uloc_tag.c 461 _addExtensionToList(ExtensionListEntry **first, ExtensionListEntry *ext, UBool localeToBCP) {
465 ext->next = NULL;
466 *first = ext;
476 prev->next = ext;
477 ext->next = NULL;
484 len = (int32_t)uprv_strlen(ext->key);
488 if (*(ext->key) == *(cur->key)) {
490 } else if (*(ext->key) == PRIVATEUSE) {
495 cmp = *(ext->key) - *(cur->key);
498 cmp = *(ext->key) - LDMLEXT;
1198 ExtensionListEntry *ext; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 178 DictionaryValue* ext; local
179 if (!dictionary->GetDictionaryWithoutPathExpansion(*i, &ext))
184 if (!ext->GetInteger(kPrefLocation, &location) ||
185 !ext->GetString(kPrefPath, &path_str)) {
358 const DictionaryValue* ext, const std::string& pref_key) {
360 if (!ext->GetBoolean(pref_key, &bool_value))
368 const DictionaryValue* ext = GetExtensionPref(extension_id); local
369 if (!ext) {
373 return ReadBooleanFromPref(ext, pref_key);
377 const DictionaryValue* ext, const std::string& pref_key, int* out_value)
387 const DictionaryValue* ext = GetExtensionPref(extension_id); local
398 const DictionaryValue* ext = GetExtensionPref(extension_id); local
522 DictionaryValue* ext; local
650 const DictionaryValue* ext = GetExtensionPref(extension_id); local
738 const DictionaryValue* ext = GetExtensionPref(extension_id); local
1045 DictionaryValue* ext; local
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 626 if(data->ucm->base->flagsType==UCM_FLAGS_MIXED || data->ucm->ext->flagsType==UCM_FLAGS_MIXED) {
678 data->ucm->ext->mappingsLength>0 &&
679 !ucm_checkBaseExt(states, data->ucm->base, data->ucm->ext, data->ucm->ext, FALSE)
704 ucm_moveMappings(data->ucm->base, data->ucm->ext);
705 ucm_sortTable(data->ucm->ext);
706 if(data->ucm->ext->mappingsLength>0) {
712 !data->extData->addTable(data->extData, data->ucm->ext, &data->staticData)
798 !ucm_checkValidity(data->ucm->ext, baseStates) ||
799 !ucm_checkBaseExt(baseStates, baseData.ucm->base, data->ucm->ext, data->ucm->ext, FALSE
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 86 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
100 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
121 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
205 trans->ext = xmalloc(sizeof(struct ibs_sample));
206 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
207 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
237 free(trans->ext);
238 trans->ext = NULL;
279 trans->ext = xmalloc(sizeof(struct ibs_sample));
280 ((struct ibs_sample*)(trans->ext))->op = xmalloc(sizeof(struct ibs_op_sample))
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 294 DERExternal ext = (DERExternal) obj; local
297 if (ext.getDirectReference() != null)
299 buf.append(tab + "Direct Reference: " + ext.getDirectReference().getId() + nl);
301 if (ext.getIndirectReference() != null)
303 buf.append(tab + "Indirect Reference: " + ext.getIndirectReference().toString() + nl);
305 if (ext.getDataValueDescriptor() != null)
307 _dumpAsString(tab, verbose, ext.getDataValueDescriptor(), buf);
309 buf.append(tab + "Encoding: " + ext.getEncoding() + nl);
310 _dumpAsString(tab, verbose, ext.getExternalContent(), buf);

Completed in 2467 milliseconds

<<11121314151617181920>>