Home
last modified time | relevance | path

Searched refs:name (Results 25751 - 25775 of 60461) sorted by relevance

1...<<1031103210331034103510361037103810391040>>...2419

/third_party/unity/extras/fixture/test/
H A Dunity_fixture_Test.c148 static const char* name[] = { variable
155 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, name)); in TEST()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h12 // * Neither the name of ARM Limited nor the names of its contributors may be
103 void PrintUsage(char* name) { in PrintUsage() argument
104 printf("USAGE: %s [OPTIONS]... [RUN_TIME]\n", name); in PrintUsage()
/third_party/typescript/tests/baselines/reference/
H A DifDoWhileStatements.js8 name: string;
26 name: string;
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h15 // * Neither the name of Google Inc. nor the names of its
158 std::string name; member
165 std::string name; member
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_enum.cc15 // * Neither the name of Google Inc. nor the names of its
49 // value, skip making a name for it. Likewise if two alias overlap, the in EnumGenerator()
91 "#pragma mark - Enum $name$\n" in GenerateHeader()
93 "name", name_); in GenerateHeader()
109 printer->Print("$comments$typedef$deprecated_attribute$ GPB_ENUM($name$) {\n", in GenerateHeader()
112 "name", name_); in GenerateHeader()
123 "$name$_GPBUnrecognizedEnumeratorValue = kGPBUnrecognizedEnumeratorValue,\n", in GenerateHeader()
124 "name", name_); in GenerateHeader()
142 "$name$$deprecated_attribute$ = $value$,\n", in GenerateHeader()
143 "name", EnumValueNam in GenerateHeader()
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dnames.c15 // * Neither the name of Google Inc. nor the names of its
71 /* def name -> classname ******************************************************/
90 bool is_reserved_name(const char* name) { in is_reserved_name() argument
93 if (strcmp(kReservedNames[i], name) == 0) { in is_reserved_name()
210 // Prepend '.' to package name to make it absolute. In the 5 additional in GetPhpClassname()
/third_party/python/Objects/
H A Dinterpreteridobject.c107 const char *name = _PyType_Name(type); in interpid_repr() local
109 return PyUnicode_FromFormat("%s(%" PRId64 ")", name, id->id); in interpid_repr()
/third_party/protobuf/python/google/protobuf/internal/
H A Dextension_dict.py15 # * Neither the name of Google Inc. nor the names of its
172 def _FindExtensionByName(self, name):
173 """Tries to find a known extension with the specified name.
176 name: Extension full name.
181 return self._extended_message._extensions_by_name.get(name, None)
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc15 // * Neither the name of Google Inc. nor the names of its
49 format->Set("name", method->name()); in InitMethodVariables()
61 vars_["classname"] = descriptor_->name(); in ServiceGenerator()
161 "$virtual$void $name$(::$proto_ns$::RpcController* controller,\n" in GenerateMethodSignatures()
218 "void $classname$::$name$(::$proto_ns$::RpcController* controller,\n" in GenerateNotImplementedMethods()
222 " controller->SetFailed(\"Method $name$() not implemented.\");\n" in GenerateNotImplementedMethods()
251 " $name$(controller,\n" in GenerateCallMethod()
312 "void $classname$_Stub::$name$(::$proto_ns$::RpcController* " in GenerateStubMethods()
H A Dmetadata_test.cc15 // * Neither the name of Google Inc. nor the names of its
56 // code from the previously added file with name `filename`. Returns true on
118 EXPECT_EQ("Enum", file.enum_type(0).name()); in TEST_F()
147 EXPECT_EQ("Message", file.message_type(0).name()); in TEST_F()
H A Dcpp_field.cc15 // * Neither the name of Google Inc. nor the names of its
63 (*variables)["name"] = FieldName(descriptor); in SetCommonFieldVariables()
108 const std::string prefix = descriptor->containing_oneof()->name() + "_."; in SetCommonOneofFieldVariables()
109 (*variables)["oneof_name"] = descriptor->containing_oneof()->name(); in SetCommonOneofFieldVariables()
111 StrCat(prefix, (*variables)["name"], "_"); in SetCommonOneofFieldVariables()
/third_party/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh131 -type f -name "*.pbobjc.[hm]" -print0 \
149 -type f -name "*.pbobjc.[hm]" -print0 \
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs12 fn eval(&self, name: &str, value: Option<&str>) -> CfgResult { in eval()
13 let _ = name; in eval()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dany_exception_safety_test.cc52 << a->type().name(); in AnyInvariants()
64 << a->type().name(); in AnyInvariants()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h119 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable
120 // that defines 'c' in |leafVar|, and the original name 'A[0].B.C[0]'
127 // Find the child field which matches 'fullName' == var.name + "." + field.name.
174 // Shader I/O blocks may match by block name or instance, based on whether both stages have an
175 // instance name or not.
184 std::string name; member
198 // - varyings of struct type, in which case it contains the struct name.
199 // - shader I/O blocks, in which case it contains the block name.
268 // Fields from blocks with non-empty instance names are prefixed with the block name
280 std::string name; global() member
[all...]
/third_party/skia/gm/
H A Dverylargebitmap.cpp89 VeryLargeBitmapGM(ImageMakerProc proc, const char name[]) : fProc(proc), fName(name) {} in VeryLargeBitmapGM() argument
H A Danimated_image_orientation.cpp68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() argument
70 , fName(name) in AnimatedImageGM()
H A Dbitmapfilters.cpp62 const char* name = ToolUtils::colortype_name(img->colorType()); in draw_row() local
63 canvas->drawString(name, x, SkIntToScalar(img->height())*scale*5/8, font, paint); in draw_row()
/third_party/skia/infra/bots/recipe_modules/vars/
H A Dapi.py100 name='get swarming bot id',
112 name='get swarming task id',
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dx509_vfy.rs138 name: *const c_char, in X509_LOOKUP_add_dir()
145 name, in X509_LOOKUP_add_dir()
/third_party/rust/crates/rustix/tests/io/
H A Depoll.rs91 .name("server".to_string()) in test_epoll()
97 .name("client".to_string()) in test_epoll()
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs155 let name = FileName::Custom(format!("test_round_trip{}", counter)); in librustc_parse()
156 parse::parse_crate_from_source_str(name, content, sess) in librustc_parse()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dmain.rs236 fn parse_tests(name: &str) -> StrtodTests { in parse_tests()
239 test_path.push(name); in parse_tests()
/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs55 Type::Ext(name) => name != "Span", in is_printable()
146 fn expand_impl_body(defs: &Definitions, node: &Node, name: &str, val: &Operand) -> TokenStream { in expand_impl_body()
153 let path = format!("{}::{}", name, v); in expand_impl_body()
159 } else if let Some(inner) = syntax_tree_enum(name, v, fields) { in expand_impl_body()
296 let mut formatter = formatter.debug_struct(#name); in expand_impl_body()
334 fn expand_token_impl(name: &str, symbol: &str) -> TokenStream { in expand_token_impl()
335 let ident = Ident::new(name, Span::call_site()); in expand_token_impl()
352 for (name, symbol) in &defs.tokens { in generate()
353 impls.extend(expand_token_impl(name, symbo in generate()
[all...]
/third_party/skia/bench/
H A DRegionBench.cpp90 RegionBench(int count, Proc proc, const char name[]) { in RegionBench() argument
92 fName.printf("region_%s_%d", name, count); in RegionBench()

Completed in 52 milliseconds

1...<<1031103210331034103510361037103810391040>>...2419