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

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/testing/
file.cc 85 bool File::WriteStringToFile(const string& contents, const string& name) {
92 if (fwrite(contents.data(), 1, contents.size(), file) != contents.size()) {
103 void File::WriteStringToFileOrDie(const string& contents, const string& name) {
107 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file),
108 contents.size())
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
AnnotationJavaFileWriter.java 36 public void writeToFile(String canonicalName, String contents) {
43 writer.write(contents);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtPluginTest.java 38 String contents = AdtPlugin.readFile(new StringReader(input)); local
39 assertEquals(input, contents);
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-1.d 3 #objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
12 CONTENTS, ALLOC, LOAD, READONLY, CODE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.d 3 # objdump: --full-contents
9 Contents of section .data:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-duplicate.d 4 Raw dump of debug contents of section \.z?debug_line:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-duplicate.d 3 Raw dump of debug contents of section \.z?debug_line:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
weakref2.d 6 # Like weakref1.d, but check contents of .got.
9 Contents of section \.got:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badfil1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badfixo.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badloc.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badquot.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx3.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bstab1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-fixo2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-post1.s 1 % The .text contents is supposed to be linked --oformat binary, and will
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-compatibility-gnu-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
attr-compatibility-other-other.d 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
  /build/soong/env/
env.go 31 contents := make(envFileData, 0, len(envDeps))
33 contents = append(contents, envFileEntry{key, value})
36 sort.Sort(contents)
38 data, err := json.MarshalIndent(contents, "", " ")
59 var contents envFileData
61 err = json.Unmarshal(data, &contents)
67 for _, entry := range contents {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_du.py 33 bucket_uri=bucket_uri, object_name='sub1/five', contents='5five'))
35 bucket_uri=bucket_uri, object_name='sub1/four', contents='four'))
37 bucket_uri=bucket_uri, object_name='sub1/sub2/five', contents='5five'))
39 bucket_uri=bucket_uri, object_name='sub1/sub2/four', contents='four'))
44 obj_uri = self.CreateObject(contents='foo')
54 obj_uri = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
83 obj_uri1 = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
84 obj_uri2 = self.CreateObject(bucket_uri=bucket_uri, contents='foo2')
99 obj_uri1 = self.CreateObject(bucket_uri=bucket_uri, contents='foo')
100 obj_uri2 = self.CreateObject(bucket_uri=bucket_uri, contents='zebra'
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
pem.py 33 def load_pem(contents, pem_marker):
36 @param contents: the contents of the file to interpret
53 for line in contents.splitlines():
90 # Base64-decode the contents
95 def save_pem(contents, pem_marker):
98 @param contents: the contents to encode in PEM format
109 b64 = base64.encodestring(contents).replace(b('\n'), b(''))
  /external/clang/unittests/libclang/
LibclangTest.cpp 42 const char *Contents;
45 TestVFO(const char *Contents) : Contents(Contents) {
60 if (Contents) {
65 EXPECT_STREQ(Contents, BufStr.c_str());
74 const char *contents = local
81 " 'contents': [\n"
85 " 'external-contents': \"/real/foo.h\"\n"
91 TestVFO T(contents);
96 const char *contents = local
124 const char *contents = local
176 const char *contents = local
200 const char *contents = local
252 const char *contents = local
298 const char *contents = local
320 const char *contents = local
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator_unittest.cc 1352 string contents; local
1371 string contents; local
1393 string contents; local
1415 string contents; local
    [all...]

Completed in 344 milliseconds

1 2 3 4 5 67 8 91011>>