Home
last modified time | relevance | path

Searched refs:snake_case (Results 1 – 16 of 16) sorted by relevance

/external/openscreen/tools/
Dconvert_to_data_file.py28 def ToCamelCase(snake_case): argument
30 return ''.join(x.title() for x in snake_case.split('_'))
/external/rust/crates/heck/
DREADME.md6 CamelCase and snake_case. It is intended to be unicode aware, internally
34 2. snake_case
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_name_generator.mojom12 snake_case,
/external/fmtlib/
DCONTRIBUTING.md14 * snake_case should be used instead of UpperCamelCase for function and type
/external/antlr/runtime/Ruby/lib/antlr3/
Dutil.rb9 def snake_case( str ) method
Drecognizers.rb283 attr_reader( Util.snake_case( grammar ) )
292 attr_reader( Util.snake_case( grammar ) )
350 del = __send__( Util.snake_case( grammar ) ) and
/external/pigweed/
D.pylintrc245 argument-naming-style=snake_case
252 attr-naming-style=snake_case
292 function-naming-style=snake_case
322 method-naming-style=snake_case
329 module-naming-style=snake_case
349 variable-naming-style=snake_case
/external/oss-fuzz/
D.pylintrc192 argument-naming-style=snake_case
199 attr-naming-style=snake_case
239 function-naming-style=snake_case
264 method-naming-style=snake_case
271 module-naming-style=snake_case
291 variable-naming-style=snake_case
/external/tensorflow/
D.pylintrc140 function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$
143 …xempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0…
/external/tensorflow/tensorflow/tools/ci_build/
Dpylintrc140 function-rgx=^(?:(?P<camel_case>_?[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_?[a-z][a-z0-9_]*))$
143 …xempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0…
/external/tensorflow/tensorflow/core/framework/
Dapi_def.proto64 // use a snake_case convention instead of CamelCase.
/external/llvm-project/mlir/docs/Bindings/
DPython.md238 Name functions/methods/properties in `snake_case` and classes in `CamelCase`. As
/external/pigweed/docs/
Dstyle_guide.rst264 ``snake_case`` naming for non-type template arguments. This is a bug that
/external/llvm-project/mlir/docs/Dialects/
DSPIR-V.md88 * Ops with `snake_case` names are those that have different representation
93 * Ops with `mlir.snake_case` names are those that have no corresponding
/external/flatbuffers/docs/source/
DSchemas.md510 - Table and struct field names: snake_case. This is translated to lowerCamelCase
/external/protobuf/
DCHANGES.txt732 * Fixed JsonFormat to do correct snake_case-to-camelCase conversion for