Home
last modified time | relevance | path

Searched defs:inPath (Results 1 - 23 of 23) sorted by relevance

/third_party/lame/frontend/
H A Dmp3x.c36 char inPath[PATH_MAX + 1]; in lame_main() local
H A Dmp3rtp.c134 char inPath[PATH_MAX + 1]; in lame_main() local
H A Dlame_main.c98 init_files(lame_global_flags * gf, char const *inPath, char const *outPath) in init_files() argument
170 lame_decoder_loop(lame_t gfp, FILE * outf, char *inPath, char *outPath) in lame_decoder_loop() argument
262 lame_decoder(lame_t gfp, FILE * outf, char *inPath, char *outPath) in lame_decoder() argument
389 lame_encoder_loop(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) lame_encoder_loop() argument
519 lame_encoder(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) lame_encoder() argument
533 char inPath[PATH_MAX + 1]; lame_main() local
[all...]
H A Dgtkanal.c1434 gtkcontrol(lame_global_flags * gfp2, char *inPath) in gtkcontrol() argument
H A Dparse.c1369 int generateOutPath(char const* inPath, char const* outDir, char const* s_ext, char* outPath) in generateOutPath() argument
1546 parse_args_(lame_global_flags * gfp, int argc, char **argv, char *const inPath, char *const outPath, char **nogap_inPath, int *num_nogap) parse_args_() argument
2658 parse_args(lame_t gfp, int argc, char **argv, char *const inPath, char *const outPath, char **nogap_inPath, int *num_nogap) parse_args() argument
[all...]
H A Dget_audio.c634 init_infile(lame_t gfp, char const *inPath) in init_infile() argument
1056 open_snd_file(lame_t gfp, char const *inPath) in open_snd_file() argument
1854 open_mpeg_file_part2(lame_t gfp, FILE* musicin, char const *inPath, int *enc_delay, int *enc_padding) open_mpeg_file_part2() argument
1885 open_wave_file(lame_t gfp, char const *inPath, int *enc_delay, int *enc_padding) open_wave_file() argument
1952 open_mpeg_file(lame_t gfp, char const *inPath, int *enc_delay, int *enc_padding) open_mpeg_file() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp79 void FileMonitor::CleanPath(const string_view inPath, string& path) in CleanPath() argument
96 bool FileMonitor::AddPath(const string_view inPath) in AddPath() argument
118 bool FileMonitor::RemovePath(const string_view inPath) in RemovePath() argument
142 IsWatchingDirectory(const string_view inPath) IsWatchingDirectory() argument
155 IsWatchingSubDirectory(const string_view inPath) IsWatchingSubDirectory() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp107 int ValueObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
115 int ValueObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
123 int ValueObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
131 int ValueObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
139 GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
147 GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
156 InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue) InsertField() argument
165 DeleteField(const FieldPath &inPath) DeleteField() argument
[all...]
H A Dschema_utils.cpp495 std::string SchemaUtils::FieldPathString(const FieldPath &inPath) in FieldPathString() argument
H A Djson_object.cpp261 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() argument
275 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() argument
313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() argument
337 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, st argument
348 GetSubFieldPathAndType(const FieldPath &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
377 GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const GetSubFieldPathAndType() argument
389 GetArraySize(const FieldPath &inPath, uint32_t &outSize) const GetArraySize() argument
407 GetArrayContentOfStringOrStringArray(const FieldPath &inPath, std::vector<std::vector<std::string>> &outContent) const GetArrayContentOfStringOrStringArray() argument
449 InsertFieldCheckParameter(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, uint32_t maxNestDepth) InsertFieldCheckParameter() argument
500 MoveToPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest) MoveToPath() argument
523 InsertField(const FieldPath &inPath, const JsonObject &inValue, bool isAppend) InsertField() argument
547 InsertField(const FieldPath &inPath, FieldType inType, const FieldValue &inValue, bool isAppend) InsertField() argument
572 DeleteField(const FieldPath &inPath) DeleteField() argument
673 GetJsonValueByFieldPath(const FieldPath &inPath, int &errCode) const GetJsonValueByFieldPath() argument
693 LocateJsonValueByFieldPath(const FieldPath &inPath, Json::Value *&exact, Json::Value *&nearest, uint32_t &nearDepth) LocateJsonValueByFieldPath() argument
724 GetObjectArrayByFieldPath(const FieldPath &inPath, std::vector<JsonObject> &outArray) const GetObjectArrayByFieldPath() argument
747 GetObjectByFieldPath(const FieldPath &inPath, JsonObject &outObj) const GetObjectByFieldPath() argument
768 GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArray) const GetStringArrayByFieldPath() argument
[all...]
H A Dschema_object.cpp213 int SchemaObject::CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const in CheckQueryableAndGetFieldType() argument
350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue() argument
581 CheckSchemaDefineItemDecideAttribute(const JsonObject& inJsonObject, const FieldPath &inPath, FieldType inType, SchemaAttribute &outAttr) const CheckSchemaDefineItemDecideAttribute() argument
1075 ValueFieldType(const std::map<FieldPath, FieldType> &subPathType, const FieldPath &inPath) ValueFieldType() argument
[all...]
H A Dflatbuffer_schema.cpp273 RawString CheckDollarDotAndSkipIt(RawString inPath) in CheckDollarDotAndSkipIt() argument
426 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValue, in ExtractFlatBufferValue() argument
992 int SchemaObject::FlatBufferSchema::ExtractFlatBufferValue(RawString inPath, const RawValue &inValue, in ExtractFlatBufferValue() argument
/third_party/skia/src/sksl/lex/
H A DMain.cpp184 static void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp347 bool PGOProfilerEncoder::LoadAPTextFile(const std::string &inPath) in LoadAPTextFile() argument
H A Dpgo_profiler_manager.h219 bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold, in TextToBinary() argument
242 bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotnessThreshold) in BinaryToText() argument
H A Dpgo_profiler_decoder.h31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() argument
60 void SetInPath(const std::string &inPath) in SetInPath() argument
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c59 static bool TransWidePath(const char *inPath, wchar_t *outPath) in TransWidePath() argument
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/
H A DImage.cpp190 char inPath[PATH_MAX]; in packPixelMapToFile() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp526 std::string inPath = { "" }, roPath = { "" }; local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils_extend.cpp165 void SQLiteUtils::JsonExtractInnerFunc(sqlite3_context *ctx, const ValueObject &inValue, const FieldPath &inPath) in JsonExtractInnerFunc() argument
231 FlatBufferExtractInnerFunc(sqlite3_context *ctx, const SchemaObject &schema, const RawValue &inValue, RawString inPath) FlatBufferExtractInnerFunc() argument
/third_party/icu/icu4c/source/common/
H A Dudata.cpp448 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, in UDataPathIterator() argument
/third_party/node/deps/icu-small/source/common/
H A Dudata.cpp448 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, in UDataPathIterator() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dudata.cpp448 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, in UDataPathIterator() argument

Completed in 26 milliseconds