/external/chromium_org/third_party/webrtc/tools/frame_analyzer/ |
D | frame_analyzer.cc | 75 if (parser.GetFlag("help") == "true") { in main() 80 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10); in main() 81 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); in main() 90 webrtc::test::RunAnalysis(parser.GetFlag("reference_file").c_str(), in main() 91 parser.GetFlag("test_file").c_str(), in main() 92 parser.GetFlag("stats_file").c_str(), width, height, in main() 95 std::string label = parser.GetFlag("label"); in main() 98 parser.GetFlag("stats_file")); in main()
|
/external/chromium_org/third_party/webrtc/tools/frame_editing/ |
D | frame_editing.cc | 78 if (parser.GetFlag("help") == "true") { in main() 83 const char* in_path = parser.GetFlag("in_path").c_str(); in main() 84 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10); in main() 85 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); in main() 86 int first_frame_to_cut = strtol((parser.GetFlag("f")).c_str(), NULL, 10); in main() 87 int interval = strtol((parser.GetFlag("interval")).c_str(), NULL, 10); in main() 88 int last_frame_to_cut = strtol((parser.GetFlag("l")).c_str(), NULL, 10); in main() 90 const char* out_path = parser.GetFlag("out_path").c_str(); in main()
|
/external/chromium_org/third_party/webrtc/tools/converter/ |
D | rgba_to_i420_converter.cc | 62 if (parser.GetFlag("help") == "true") { in main() 67 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10); in main() 68 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); in main() 75 bool del_frames = (parser.GetFlag("delete_frames") == "true") ? true : false; in main() 78 bool success = converter.ConvertRGBAToI420Video(parser.GetFlag("frames_dir"), in main() 79 parser.GetFlag("output_file"), in main()
|
/external/chromium_org/v8/src/ |
D | compiler.h | 99 bool is_lazy() const { return GetFlag(kLazy); } in is_lazy() 100 bool is_eval() const { return GetFlag(kEval); } in is_eval() 101 bool is_global() const { return GetFlag(kGlobal); } in is_global() 103 return GetFlag(kStrictMode) ? STRICT : SLOPPY; in strict_mode() 152 bool this_has_uses() { return GetFlag(kThisHasUses); } in this_has_uses() 160 bool is_native() const { return GetFlag(kNative); } in is_native() 163 return GetFlag(kDeferredCalling) || GetFlag(kNonDeferredCalling); in is_calling() 168 bool is_deferred_calling() const { return GetFlag(kDeferredCalling); } in is_deferred_calling() 172 bool is_non_deferred_calling() const { return GetFlag(kNonDeferredCalling); } in is_non_deferred_calling() 176 bool saves_caller_doubles() const { return GetFlag(kSavesCallerDoubles); } in saves_caller_doubles() [all …]
|
/external/chromium_org/third_party/webrtc/tools/psnr_ssim_analyzer/ |
D | psnr_ssim_analyzer.cc | 116 if (parser.GetFlag("help") == "true") { in main() 121 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10); in main() 122 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); in main() 129 CompareFiles(parser.GetFlag("reference_file").c_str(), in main() 130 parser.GetFlag("test_file").c_str(), in main() 131 parser.GetFlag("results_file").c_str(), width, height); in main()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 84 int width = strtol((parser.GetFlag("w")).c_str(), NULL, 10); in SequenceCoder() 85 int height = strtol((parser.GetFlag("h")).c_str(), NULL, 10); in SequenceCoder() 86 int framerate = strtol((parser.GetFlag("f")).c_str(), NULL, 10); in SequenceCoder() 92 int target_bitrate = strtol((parser.GetFlag("b")).c_str(), NULL, 10); in SequenceCoder() 100 std::string encoded_file_name = parser.GetFlag("encoded_file"); in SequenceCoder() 106 std::string input_file_name = parser.GetFlag("input_file"); in SequenceCoder() 113 std::string output_file_name = parser.GetFlag("output_file"); in SequenceCoder() 121 int start_frame = strtol((parser.GetFlag("start_frame")).c_str(), NULL, 10); in SequenceCoder() 122 int num_frames = strtol((parser.GetFlag("num_frames")).c_str(), NULL, 10); in SequenceCoder() 231 if (parser.GetFlag("help") == "true") { in main()
|
/external/chromium_org/third_party/webrtc/tools/ |
D | simple_command_line_parser_unittest.cc | 54 EXPECT_EQ("true", parser_->GetFlag("foo")); in TEST_F() 55 EXPECT_EQ("false", parser_->GetFlag("foo-foo")); in TEST_F() 56 EXPECT_EQ("1", parser_->GetFlag("bar")); in TEST_F() 57 EXPECT_EQ("333", parser_->GetFlag("baz")); in TEST_F() 58 EXPECT_EQ("", parser_->GetFlag("unknown")); in TEST_F()
|
D | simple_command_line_parser.h | 64 std::string GetFlag(std::string flag_name);
|
D | simple_command_line_parser.cc | 122 std::string CommandLineParser::GetFlag(std::string flag_name) { in GetFlag() function in webrtc::test::CommandLineParser
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_env_var_test.py | 64 def GetFlag(flag): function 78 AssertEq(test_val, GetFlag(flag)) 80 AssertEq(default_val, GetFlag(flag))
|
D | gtest_test_utils.py | 115 def GetFlag(flag): function 129 return os.path.abspath(GetFlag('source_dir')) 135 return os.path.abspath(GetFlag('build_dir'))
|
/external/protobuf/gtest/test/ |
D | gtest_env_var_test.py | 62 def GetFlag(flag): function 76 AssertEq(test_val, GetFlag(flag)) 78 AssertEq(default_val, GetFlag(flag))
|
D | gtest_test_utils.py | 99 def GetFlag(flag): function 113 return os.path.abspath(GetFlag('gtest_source_dir')) 119 return os.path.abspath(GetFlag('gtest_build_dir'))
|
/external/gtest/test/ |
D | gtest_env_var_test.py | 64 def GetFlag(flag): function 78 AssertEq(test_val, GetFlag(flag)) 80 AssertEq(default_val, GetFlag(flag))
|
D | gtest_test_utils.py | 115 def GetFlag(flag): function 129 return os.path.abspath(GetFlag('source_dir')) 135 return os.path.abspath(GetFlag('build_dir'))
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_pattern.cpp | 178 FX_DWORD CPDF_MeshStream::GetFlag() in GetFlag() function in CPDF_MeshStream 216 FX_DWORD flag = GetFlag(); in GetVertex() 254 flag = stream.GetFlag(); in _GetShadingBBox()
|
/external/chromium_org/third_party/decklink/mac/include/ |
D | DeckLinkAPIConfiguration.h | 160 virtual HRESULT GetFlag (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ bool *value) = 0;
|
D | DeckLinkAPI.h | 462 virtual HRESULT GetFlag (/* in */ BMDDeckLinkAPIInformationID cfgID, /* out */ bool *value) = 0; 713 virtual HRESULT GetFlag (/* in */ BMDDeckLinkAttributeID cfgID, /* out */ bool *value) = 0;
|
D | DeckLinkAPIStreaming.h | 243 …virtual HRESULT GetFlag (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* out */ bool* value)…
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | statetracker_test.py | 111 flag = comment.GetFlag('param')
|
D | javascriptlintrules.py | 114 (doc_comment.GetFlag('suppress').type == 'underscore' or 115 doc_comment.GetFlag('suppress').type == 322 return_flag = function.doc.GetFlag('return')
|
D | ecmalintrules.py | 609 jsdoc.GetFlag('override').flag_token) 615 jsdoc.GetFlag('inheritDoc').flag_token)
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | javascriptlintrules.py | 104 doc_comment.GetFlag('suppress').type == 'underscore') 278 return_flag = function.doc.GetFlag('return')
|
D | ecmalintrules.py | 595 jsdoc.GetFlag('override').flag_token) 600 jsdoc.GetFlag('inheritDoc').flag_token)
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 96 FX_BYTE flag = pPathData->GetFlag(i); in OutputPath() 578 switch (TransformedPath.GetFlag(p) & FXPT_TYPE) { in FindPSFontGlyph()
|