HomeSort by relevance Sort by last modified time
    Searched refs:file_extension (Results 1 - 15 of 15) sorted by null

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_options.h 45 file_extension(".cs"),
52 string file_extension; member in struct:google::protobuf::compiler::csharp::Options
csharp_names.h 93 const string file_extension,
csharp_generator.cc 79 if (options[i].first == "file_extension") {
80 cli_options.file_extension = options[i].second;
97 cli_options.file_extension,
csharp_helpers.cc 345 const std::string file_extension,
349 string relative_filename = GetFileNameBase(descriptor) + file_extension;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_names.h 93 const string file_extension,
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 63 def perform_action_on_all_files(directory, file_pattern, file_extension,
67 It is assumed that the files are named file_patternxxxx.file_extension, where
73 file_extension(string): The files' extension.
90 file_name = file_prefix + zero_padded_file_number + '.' + file_extension
101 action, file_pattern, file_extension)
barcode_decoder.py 88 file_extension='png', start_number=1, action=_decode_barcode_in_file,
  /system/update_engine/
p2p_manager.h 84 // per the |file_extension| and |num_files_to_keep| values passed
161 // (cf. the |file_extension parameter|. Returns -1 if an error
166 // so it's ready for use. The |file_extension| parameter is used to
181 const std::string& file_extension,
p2p_manager.cc 120 const string& file_extension,
221 const string& file_extension,
226 file_extension_(file_extension),
731 const string& file_extension,
737 file_extension,
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/flatbuffers/src/
idl_gen_general.cpp 48 std::string file_extension; member in struct:flatbuffers::LanguageParameters
216 auto filename = NamespaceDir(ns) + defname + lang_.file_extension;
    [all...]
idl_parser.cpp 179 TD(FileExtension, 268, "file_extension") \
430 if (attribute_ == "file_extension") {
    [all...]

Completed in 491 milliseconds