Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 35) sorted by relevance

12

/build/blueprint/gotestmain/
Dgotestmain.go40 type data struct { struct
41 Package string
42 Tests []string
43 Examples []*doc.Example
44 HasMain bool
45 MainStartTakesInterface bool
/build/make/tools/droiddoc/templates-pdk/assets/
Dmicrotemplate.js6 this.tmpl = function tmpl(str, data){ argument
Dandroid-developer-reference.js252 function find_page(url, data) argument
/build/kati/
Dstring_piece.h76 const char* data() const { return ptr_; } in data() function
85 void set(const char* data, size_type len) { in set()
93 void set(const void* data, size_type len) { in set()
Dstring_piece.cc116 const char* const data = characters_wanted.data(); in BuildLookupTable() local
Dstats.go126 data map[string]statsData member
/build/make/tools/releasetools/
Dmake_recovery_patch.py50 def output_sink(fn, data): argument
Dmake_recovery_patch50 def output_sink(fn, data): argument
Dsign_target_files_apks.py323 def SignApk(data, keyname, pw, platform_api_level, codename_to_api_level_map, argument
586 def ReplaceCerts(data): argument
657 def RewriteProps(data): argument
Dsign_target_files_apks323 def SignApk(data, keyname, pw, platform_api_level, codename_to_api_level_map, argument
586 def ReplaceCerts(data): argument
657 def RewriteProps(data): argument
Dsparse_img.py163 def AppendFillChunk(self, data, blocks): argument
Drangelib.py33 def __init__(self, data=None): argument
Dcheck_target_files_signatures145 def CertFromPKCS7(data, filename): argument
Dcheck_target_files_signatures.py145 def CertFromPKCS7(data, filename): argument
Dcommon.py1143 def CheckSize(data, target, info_dict): argument
1543 def ZipWriteStr(zip_file, zinfo_or_arcname, data, perms=None, argument
1717 def __init__(self, name, data, compress_size=None): argument
2168 def ParseCertificate(data): argument
/build/soong/cc/
Dtest_data_test.go167 data android.Paths member
Dtest.go247 data android.Paths member
379 data android.Paths member
/build/make/tools/
Dfat16copy.py126 def write(self, data): argument
214 def new_file(self, name, data=None): argument
438 def write(self, data): argument
713 def write_file(self, head_cluster, start_byte, data): argument
Devent_log_tags.py119 def WriteOutput(output_file, data): argument
/build/soong/cmd/merge_zips/
Dmerge_zips_test.go32 data []byte member
/build/soong/python/
Dpython_test.go55 data = []struct { var
/build/make/tools/zipalign/
DZipFile.cpp360 status_t ZipFile::addCommon(const char* fileName, const void* data, size_t size, in addCommon()
785 const void* data, size_t size, uint32_t* pCRC32) in copyDataToFp()
850 const void* data, size_t size, uint32_t* pCRC32) in compressFpToFp()
DZipFile.h97 status_t add(const void* data, size_t size, const char* storageName, in add()
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js40 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { argument
43 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { argument
3078 function find_page(url, data) argument
3099 $.getScript(toRoot + 'navtree_data.js', function(data, textStatus, jqxhr) { argument
3251 function init_google_navtree2(navtree_id, data) argument
3314 $.getScript(toRoot + 'gms_navtree_data.js', function(data, textStatus, jqxhr) { argument
3326 $.getScript(toRoot + 'gcm_navtree_data.js', function(data, textStatus, jqxhr) { argument
3342 $.getScript(toRoot + 'samples_navtree_data.js', function(data, textStatus, jqxhr) { argument
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java313 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, in writeSignatureBlock()
488 try (InputStream data = in.getInputStream(inEntry)) { in copyFiles()
531 InputStream data = in.getInputStream(inEntry); in copyFiles() local

12