Searched defs:GetFlag (Results 1 - 13 of 13) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_env_var_test.py62 def GetFlag(flag): function
76 AssertEq(test_val, GetFlag(flag))
78 AssertEq(default_val, GetFlag(flag))
H A Dgtest_test_utils.py99 def GetFlag(flag): function
102 # In case GetFlag() is called before Main(), we always call
113 return os.path.abspath(GetFlag('gtest_source_dir'))
119 return os.path.abspath(GetFlag('gtest_build_dir'))
/external/chromium_org/testing/gtest/test/
H A Dgtest_env_var_test.py64 def GetFlag(flag): function
78 AssertEq(test_val, GetFlag(flag))
80 AssertEq(default_val, GetFlag(flag))
H A Dgtest_test_utils.py115 def GetFlag(flag): function
118 # In case GetFlag() is called before Main(), we always call
129 return os.path.abspath(GetFlag('source_dir'))
135 return os.path.abspath(GetFlag('build_dir'))
/external/gtest/test/
H A Dgtest_env_var_test.py64 def GetFlag(flag): function
78 AssertEq(test_val, GetFlag(flag))
80 AssertEq(default_val, GetFlag(flag))
H A Dgtest_test_utils.py115 def GetFlag(flag): function
118 # In case GetFlag() is called before Main(), we always call
129 return os.path.abspath(GetFlag('source_dir'))
135 return os.path.abspath(GetFlag('build_dir'))
/external/chromium_org/third_party/webrtc/tools/
H A Dsimple_command_line_parser.cc122 std::string CommandLineParser::GetFlag(std::string flag_name) { function in class:webrtc::test::CommandLineParser
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp178 FX_DWORD CPDF_MeshStream::GetFlag() function in class:CPDF_MeshStream
216 FX_DWORD flag = GetFlag();
254 flag = stream.GetFlag();
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py310 def GetFlag(self, flag_type): member in class:DocComment
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dstatetracker.py340 def GetFlag(self, flag_type): member in class:DocComment
/external/chromium_org/v8/src/
H A Dcompiler.h99 bool is_lazy() const { return GetFlag(kLazy); }
100 bool is_eval() const { return GetFlag(kEval); }
101 bool is_global() const { return GetFlag(kGlobal); }
103 return GetFlag(kStrictMode) ? STRICT : SLOPPY;
152 bool this_has_uses() { return GetFlag(kThisHasUses); }
160 bool is_native() const { return GetFlag(kNative); }
163 return GetFlag(kDeferredCalling) || GetFlag(kNonDeferredCalling);
168 bool is_deferred_calling() const { return GetFlag(kDeferredCalling); }
172 bool is_non_deferred_calling() const { return GetFlag(kNonDeferredCallin
431 bool GetFlag(Flag flag) const { return (flags_ & flag) != 0; } function in class:v8::internal::CompilationInfo
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h48 int GetFlag(int index) function in class:CPDF_Path
/external/pdfium/core/include/fxge/
H A Dfx_ge.h167 int GetFlag(int index) const function in class:CFX_PathData

Completed in 1698 milliseconds