HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 376 - 400 of 2345) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages_zh.java 74 Object[][] contents = new Object[][] { local
289 return contents;
SerializerMessages_zh_TW.java 73 Object[][] contents = new Object[][] { local
291 return contents;
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
cloud_helper.py 54 contents = gcs_file.read()
57 return contents
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_tabcomplete.py 74 object_uri = self.CreateObject(object_name=object_name, contents='data')
86 object_uri = self.CreateObject(object_name=object_name, contents='data')
115 object_uri = self.CreateObject(object_name=object_name, contents='data')
132 bucket_uri=bucket_uri, object_name=object1_name, contents='data')
135 bucket_uri=bucket_uri, object_name=object2_name, contents='data')
292 object_name='subdir/subobj', contents='test data')
319 object_uri = self.CreateObject(object_name='obj', contents='test data')
342 object_uri = self.CreateObject(object_name='obj', contents='test data')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
forms.py 77 contents = static_file.read()
80 self.response.out.write(contents)
  /external/google-breakpad/src/common/windows/
http_upload.cc 275 vector<char> contents; local
276 if (!GetFileContents(upload_file, &contents)) {
314 if (!contents.empty()) {
315 request_body->append(&(contents[0]), contents.size());
324 vector<char> *contents) {
346 contents->resize(vector_size);
349 file.read(&((*contents)[0]), length);
  /external/icu/icu4c/source/samples/
readme.txt 5 Below is a short description of the contents of this directory.
  /external/opencv3/doc/
stylesheet.css 23 div.contents {
  /external/pdfium/xfa/include/fwl/basewidget/
fxmath_barcode.h 14 virtual FX_BOOL Encode(const CFX_WideStringC& contents,
31 virtual FX_BOOL CheckContentValidity(const CFX_WideStringC& contents) = 0;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fxmath_barcodeimp.h 16 virtual FX_BOOL Encode(const CFX_WideStringC& contents,
33 virtual FX_BOOL CheckContentValidity(const CFX_WideStringC& contents);
  /external/testng/src/main/resources/
testng-reports.js 29 var contents = $('.navigator-suite-content');
30 if (contents.css('display') == 'none') {
31 contents.show();
33 contents.hide();
  /external/valgrind/none/tests/x86-linux/
seg_override.c 78 unsigned int contents:2; member in struct:modify_ldt_ldt_s
101 ldt_entry.contents = MODIFY_LDT_CONTENTS_DATA;
  /libcore/luni/src/test/java/libcore/xml/
DeclarationTest.java 60 private String stringToSystemId(String contents) throws IOException {
64 out.write(contents.getBytes("UTF-8"));
  /prebuilts/go/darwin-x86/src/container/list/
example_test.go 20 // Iterate through list and print its contents.
  /prebuilts/go/linux-x86/src/container/list/
example_test.go 20 // Iterate through list and print its contents.
  /system/update_engine/common/
action.h 191 return in_pipe_->contents();
211 return out_pipe_->contents();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls_vxworks.d 22 # contents. Shouldn't it be just one? bfd_install_relocation
23 # appears to write the addend into the contents unconditionally,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-big-delta.d 4 Raw dump of debug contents of section \.debug_line:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
e32el-rel2.d 7 # FIXME: really this should check that the contents of .sdata, .lit4,
25 Contents of section \.text:
elf-rel2.d 6 # FIXME: really this should check that the contents of .sdata, .lit4,
24 Contents of section \.text:
elfel-rel2.d 7 # FIXME: really this should check that the contents of .sdata, .lit4,
25 Contents of section \.text:
micromips@elf-rel2.d 7 # FIXME: really this should check that the contents of .sdata, .lit4,
25 Contents of section \.text:
micromips@elfel-rel2.d 7 # FIXME: really this should check that the contents of .sdata, .lit4,
25 Contents of section \.text:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec.s 1 % The .text contents is supposed to be linked --oformat binary with
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 122 // Read the input file and send its contents to OUTPUT_FILE.
173 // Return a view of the contents of a section, decompressed if necessary.
174 // Set *PLEN to the size. Set *IS_NEW to true if the contents need to be
212 remap_str_offsets(const unsigned char* contents, section_size_type len);
216 sized_remap_str_offsets(const unsigned char* contents, section_size_type len);
283 // Return a view of the contents of a section.
472 add_contribution(elfcpp::DW_SECT section_id, const unsigned char* contents,
498 const unsigned char* contents; member in struct:gold::Dwp_output_file::Contribution
539 // Return the contents of the given SLOT in the hash table of signatures.
544 // Return the contents of the given SLOT in the parallel table o
1146 const unsigned char* contents = local
1288 const unsigned char* contents = local
1425 const unsigned char* contents = this->section_contents(shndx, &len, &is_new); local
2277 unsigned char* contents = new unsigned char[tu_length]; local
    [all...]

Completed in 3912 milliseconds

<<11121314151617181920>>