Home
last modified time | relevance | path

Searched refs:generated (Results 1 - 25 of 243) sorted by relevance

12345678910

/third_party/toybox/scripts/
H A Dmake.sh19 UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")"
43 mkdir -p generated/unstripped
45 if isnewer generated/Config.in toys
56 if isnewer generated/newtoys.h toys
58 echo -n "generated/newtoys.h "
60 echo "USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))" > generated/newtoys.h
63 | $SED 's/[^ ]* //' >> generated/newtoys.h
76 CFLAGS="$CFLAGS $(cat generated/cflags)"
105 <(head -n 7 generated/build.sh 2>/dev/null | $SED '7s/ -o .*//')
114 > generated/optlib
[all...]
H A Dgenconfig.sh6 mkdir -p generated
27 > generated/cflags
32 echo -Wno-string-plus-int >> generated/cflags
142 probeconfig > generated/Config.probed || rm generated/Config.probed
143 genconfig > generated/Config.in || rm generated/Config.in
H A Dtest.sh11 rm -rf generated/testdir
12 mkdir -p generated/testdir/testdir
18 PREFIX=generated/testdir/ scripts/single.sh "$@" || exit 1
20 make install_flat PREFIX=generated/testdir || exit 1
24 cd generated/testdir
29 [ -f "$TOPDIR/generated/config.h" ] &&
30 export OPTIONFLAGS=:$(echo $($SED -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | $SED 's/ /:/g')
/third_party/toybox/
H A DMakefile18 toybox generated/unstripped/toybox: toybox_stuff
33 $(KCONFIG_TOP): generated/Config.in generated/Config.probed
34 generated/Config.probed: generated/Config.in
35 generated/Config.in: toys/*/*.c scripts/genconfig.sh
39 baseline: generated/unstripped/toybox
40 @cp generated/unstripped/toybox generated/unstripped/toybox_old
42 bloatcheck: generated/unstrippe
[all...]
/third_party/toybox/porting/liteos_a/
H A DMakefile18 toybox generated/unstripped/toybox: toybox_stuff
33 $(KCONFIG_TOP): generated/Config.in generated/Config.probed
34 generated/Config.probed: generated/Config.in
35 generated/Config.in: toys/*/*.c scripts/genconfig.sh
39 baseline: generated/unstripped/toybox
40 @cp generated/unstripped/toybox generated/unstripped/toybox_old
42 bloatcheck: generated/unstrippe
[all...]
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dmain.c10 static FILE *generated; variable
13 if (fprintf(generated, "%s\n", s) != strlen(s) + 1) { in entry()
14 fprintf(stderr, "can't write to generated.txt: %m\n"); in entry()
20 generated = fopen("generated.txt", "w"); in main()
21 if (generated == NULL) { in main()
22 fprintf(stderr, "can't open generated.txt: %m\n"); in main()
/third_party/rust/crates/cxx/tests/
H A Dcxx_gen.rs19 let generated = generate_header_and_cc(source, &opt).unwrap(); in test_extern_c_function()
20 let output = str::from_utf8(&generated.implementation).unwrap(); in test_extern_c_function()
31 let generated = generate_header_and_cc(source, &opt).unwrap(); in test_impl_annotation()
32 let output = str::from_utf8(&generated.implementation).unwrap(); in test_impl_annotation()
/third_party/openssl/test/
H A Drdrand_sanitytest.c32 size_t generated = 0; in sanity_check_bytes() local
36 generated = rng(buf, sizeof(buf)); in sanity_check_bytes()
37 if (generated == sizeof(buf)) in sanity_check_bytes()
54 if (!TEST_int_eq(generated, sizeof(buf))) in sanity_check_bytes()
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh7 rm -rf generated
8 mkdir generated
10 $PROTOC1 --php_out=generated proto/test_include.proto
11 $PROTOC2 --php_out=generated \
31 $PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descriptor_proto.proto
/third_party/rust/crates/syn/tests/
H A Dtest_generics.rs106 let generated = quote! { in test_split_for_impl()
116 assert_eq!(generated.to_string(), expected.to_string()); in test_split_for_impl()
119 let generated = quote! { in test_split_for_impl()
125 assert_eq!(generated.to_string(), expected.to_string()); in test_split_for_impl()
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc334 // Create a new DescriptorPool with the same protos as the generated one. in TEST_F()
344 // Convert to generated message for easy inspection. in TEST_F()
345 TestMessage generated; in TEST_F() local
346 EXPECT_TRUE(generated.ParseFromString(message->SerializeAsString())); in TEST_F()
347 EXPECT_EQ(1024, generated.int32_value()); in TEST_F()
348 ASSERT_EQ(2, generated.repeated_int32_value_size()); in TEST_F()
349 EXPECT_EQ(1, generated.repeated_int32_value(0)); in TEST_F()
350 EXPECT_EQ(2, generated.repeated_int32_value(1)); in TEST_F()
351 EXPECT_EQ(2048, generated.message_value().value()); in TEST_F()
352 ASSERT_EQ(2, generated in TEST_F()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DOldExtensions2.cs1 // <auto-generated>
4 // </auto-generated>
6 #region Designer generated code
14 /// <summary>Holder for reflection information generated from old_extensions2.proto</summary>
40 #endregion Designer generated code
H A DUnittestIssue6936A.cs1 // <auto-generated>
4 // </auto-generated>
6 #region Designer generated code
14 /// <summary>Holder for reflection information generated from unittest_issue6936_a.proto</summary>
38 /// <summary>Holder for extension identifiers generated from the top level of unittest_issue6936_a.proto</summary>
46 #endregion Designer generated code
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c271 uint64_t emitted, generated; member
312 i, ps->start[i].generated, ps->stop[i].generated, in log_counters()
313 ps->stop[i].generated - ps->start[i].generated); in log_counters()
314 mesa_logd(" CHANNEL %d generated\t0x%016" PRIx64 "\t0x%016" PRIx64 in log_counters()
320 mesa_logd("generated %" PRIu64 ", emitted %" PRIu64, ps->result.generated, in log_counters()
371 primitives_relocw(ring, aq, result.generated);
387 result->u64 = ps->result.generated; in primitives_generated_result()
[all...]
/third_party/protobuf/objectivec/
H A DGPBAny.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
63 * of utility functions or additional generated methods of the Any type.
H A DGPBSourceContext.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBFieldMask.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBTimestamp.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBDuration.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBEmpty.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Drebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js395 [12:00:27 AM] Project 'src/core/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
399 [12:00:38 AM] Project 'src/logic/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
403 [12:00:46 AM] Project 'src/tests/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
/third_party/gn/src/gn/
H A Dcommand_check.cc58 R"(gn check <out_dir> [<label_pattern>] [--force] [--check-generated]
73 --check-generated
75 until after a build. With this flag, those generated files that
105 the --check-generated flag is provided.
241 bool check_generated = cmdline->HasSwitch("check-generated"); in RunCheck()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c233 * state flags which are generated and checked to help ensure in update_state()
242 uint64_t generated; in update_state() local
255 /* generated = (prev ^ state) in update_state()
256 * if (examined & generated) in update_state()
259 xor_states(&generated, prev, *state); in update_state()
260 if (check_state(examined, generated)) { in update_state()
261 debug_printf("state atom %s generated state already examined\n", in update_state()
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Drebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js601 [12:00:42 AM] Project 'src/first/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
605 [12:00:52 AM] Project 'src/second/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
609 [12:01:02 AM] Project 'src/third/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
/third_party/python/Lib/test/
H A Dtest_docxmlrpc.py218 generated = self.serv.generate_html_documentation()
219 title = re.search(r'<title>(.+?)</title>', generated).group()
220 documentation = re.search(r'<p><tt>(.+?)</tt></p>', generated).group()

Completed in 10 milliseconds

12345678910