Home
last modified time | relevance | path

Searched refs:field3 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/python/PCbuild/
Dfield3.py31 field3 = micro * 1000 + levelnum * 10 + serial variable
33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
35 print("#define FIELD3", field3)
/third_party/protobuf/js/experimental/runtime/kernel/
Dbinary_storage_test.js20 const /** !Field */ field3 = constant
75 storage.set(DEFAULT_PIVOT + 1, field3);
80 expect(storage.get(DEFAULT_PIVOT + 1)).toBe(field3);
116 storage.set(DEFAULT_PIVOT + 1, field3);
138 storage.set(DEFAULT_PIVOT + 1, field3);
148 expect(storage.get(DEFAULT_PIVOT + 1)).toBe(field3);
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
D15.02.03-011.js18 field3: true property
24 field3: true property
D15.02.03-006.js18 field3: true property
24 field3: true property
D15.02.03-008.js18 field3: true property
24 field3: true property
/third_party/libcoap/src/
Dasync.c21 #define SEARCH_PAIR(head,out,field1,val1,field2,val2,field3,val3) \ argument
22 SEARCH_PAIR3(head,out,field1,val1,field2,val2,field3,val3,next)
24 #define SEARCH_PAIR3(head,out,field1,val1,field2,val2,field3,val3,next) \ argument
28 ((val2) == 0 || memcmp((out)->field3, (val3), (val2)) == 0)) break; \
/third_party/typescript/tests/cases/fourslash/
DreferencesForOverrides.ts102 const [field0, field1, field2, field3, field4, field5] = fieldRanges; constant
107 { definition: "(property) Test.Bar.field: string", ranges: [field3] },
/third_party/protobuf/benchmarks/
Dgoogle_size.proto15 required int32 field3 = 3; field
55 optional int32 field3 = 3 [default=0]; field
77 optional int64 field3 = 3; field
129 optional float field3 = 3 [default=0.0]; field
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2876 const FieldDescriptorProto& field3 = file_.extension(2); in TEST_F() local
2889 EXPECT_TRUE(HasSpan('n', 'o', field3)); in TEST_F()
2890 EXPECT_TRUE(HasSpan('l', 'm', field3, "extendee")); in TEST_F()
2900 EXPECT_TRUE(HasSpan(field3, "label")); in TEST_F()
2901 EXPECT_TRUE(HasSpan(field3, "type")); in TEST_F()
2902 EXPECT_TRUE(HasSpan(field3, "name")); in TEST_F()
2903 EXPECT_TRUE(HasSpan(field3, "number")); in TEST_F()
2920 const FieldDescriptorProto& field3 = file_.message_type(0).extension(2); in TEST_F() local
2933 EXPECT_TRUE(HasSpan('n', 'o', field3)); in TEST_F()
2934 EXPECT_TRUE(HasSpan('l', 'm', field3, "extendee")); in TEST_F()
[all …]
/third_party/protobuf/benchmarks/datasets/google_message1/proto3/
Dbenchmark_message1_proto3.proto50 int32 field3 = 3; field
90 int32 field3 = 3; field
/third_party/protobuf/benchmarks/datasets/google_message2/
Dbenchmark_message2.proto47 optional int64 field3 = 3; field
99 optional float field3 = 3 [default = 0.0]; field
/third_party/protobuf/benchmarks/datasets/google_message1/proto2/
Dbenchmark_message1_proto2.proto50 required int32 field3 = 3; field
90 optional int32 field3 = 3 [default = 0]; field
/third_party/curl/tests/data/
Dtest66890 Content-Disposition: form-data; name="field3"; filename="file%TESTNUMBER.txt"
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto73 optional TestMessage field3 = 3 [deprecated=true]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto73 optional TestMessage field3 = 3 [deprecated=true]; field
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1372 GstVideoFrame *field3, *field4; in gst_deinterlace_fix_timestamps() local
1410 field3 = self->field_history[self->history_count - 3].frame; in gst_deinterlace_fix_timestamps()
1411 interlacing_mode = GST_VIDEO_INFO_INTERLACE_MODE (&field3->info); in gst_deinterlace_fix_timestamps()
1420 if (GST_VIDEO_FRAME_PLANE_DATA (field3, in gst_deinterlace_fix_timestamps()
1423 GST_BUFFER_TIMESTAMP (field3->buffer) = in gst_deinterlace_fix_timestamps()
1424 (GST_BUFFER_TIMESTAMP (field3->buffer) + in gst_deinterlace_fix_timestamps()
1430 GST_BUFFER_TIMESTAMP (field3->buffer) - in gst_deinterlace_fix_timestamps()
/third_party/protobuf/ruby/
DREADME.md42 mymessage.field3 = SubMessage.new(:foo => 100)
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto87 optional TestMessage field3 = 3 [deprecated = true]; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto336 repeated TestAllTypesLite field3 = 3; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto336 repeated TestAllTypesLite field3 = 3; field
/third_party/wayland_standard/
Dconfig.sub115 IFS="-" read field1 field2 field3 field4 <<EOF
/third_party/libevdev/build-aux/
Dconfig.sub114 IFS="-" read -r field1 field2 field3 field4 <<EOF
/third_party/freetype/builds/unix/
Dconfig.sub115 IFS="-" read field1 field2 field3 field4 <<EOF
/third_party/python/
Dconfig.sub125 IFS="-" read field1 field2 field3 field4 <<EOF
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod199 field3 = UTF8:Third field

12