Home
last modified time | relevance | path

Searched refs:brief (Results 1 - 25 of 75) sorted by relevance

123

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java100 public abstract String get(int typ, boolean brief); in get() argument
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write() argument
117 public String get(int typ, boolean brief) { in get() argument
119 String[] vals = brief ? shortNames[typ] : names[typ]; in get()
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
166 if (brief) { in write()
524 public String get(int typ, boolean brief) { in get() argument
525 return a.get(typ, brief); in get()
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
529 a.write(w, brief, htm in write()
826 writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, boolean detail) writeResults() argument
[all...]
H A DCheckTags.java45 boolean brief; field in CheckTags
123 boolean show = !brief || last.reportError; in output()
124 // boolean nomsg = show && brief && error; in output()
128 if (isShort || (brief && error)) { in output()
129 msg = null; // nuke error messages if we're brief, just report headers and totals in output()
172 } else if (option.equals("-brief")) { in optionLength()
188 } else if (opt.equals("-brief")) { in CheckTags()
189 this.brief = true; in CheckTags()
328 doDocs(cdoc.fields(), "Fields", !brief); in doDoc()
329 doDocs(cdoc.constructors(), "Constructors", !brief); in doDoc()
[all...]
H A DReportAPI.java73 public String get(int typ, boolean brief) { in get() argument
74 return added.get(typ, brief); in get()
H A DAPIInfo.java165 public String get(int typ, boolean brief) { in get() argument
167 String[] vals = brief ? shortNames[typ] : names[typ]; in get()
196 * the value should be a string in 'brief' format. For
250 * Write the information out as a single line in brief format.
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc35 std::string AppendAddressAndType(const std::string& brief, uintptr_t address, in AppendAddressAndType() argument
39 return brief.empty() ? brief_stream.str() in AppendAddressAndType()
40 : brief + " (" + brief_stream.str() + ")"; in AppendAddressAndType()
546 // A brief description of the object.
558 std::string brief = FindKnownObject(address, heap_addresses); in GetHeapObjectPropertiesNotCompressed() local
568 brief = JoinWithSpace(brief, extra_info.first); in GetHeapObjectPropertiesNotCompressed()
585 brief = AppendAddressAndType(brief, address, typed.object->GetName()); in GetHeapObjectPropertiesNotCompressed()
595 typed.type_check_result, brief, type in GetHeapObjectPropertiesNotCompressed()
617 std::string brief = FindKnownObject(address, heap_addresses); GetHeapObjectPropertiesMaybeCompressed() local
[all...]
H A Ddebug-helper-internal.h131 std::string brief, std::string type) in ObjectPropertiesResult()
132 : type_check_result_(type_check_result), brief_(brief), type_(type) {} in ObjectPropertiesResult()
134 d::TypeCheckResult type_check_result, std::string brief, std::string type, in ObjectPropertiesResult()
137 : ObjectPropertiesResult(type_check_result, brief, type) { in ObjectPropertiesResult()
146 public_view_.brief = brief_.c_str(); in GetPublicView()
130 ObjectPropertiesResult(d::TypeCheckResult type_check_result, std::string brief, std::string type) ObjectPropertiesResult() argument
133 ObjectPropertiesResult( d::TypeCheckResult type_check_result, std::string brief, std::string type, std::vector<std::unique_ptr<ObjectProperty>> properties, std::vector<std::string> guessed_types) ObjectPropertiesResult() argument
H A Ddebug-helper.h131 const char* brief; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java55 public void writeHeader(String define, String[] includeFiles, String brief) in writeHeader() argument
83 if (brief != null) { in writeHeader()
84 output.print(brief); in writeHeader()
/third_party/mbedtls/scripts/
H A Dabi_check.py20 at a configurable location, or are given as a brief list of problems.
129 configuration.brief: if true, output shorter report to stdout
151 self.brief = configuration.brief
430 if self.brief:
452 if self.brief:
469 if not (self.keep_all_reports or self.brief):
620 "-b", "--brief", action="store_true",
653 brief=abi_args.brief,
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-env-var-test_.cc88 if (strcmp(flag, "brief") == 0) { in PrintFlag()
89 cout << GTEST_FLAG_GET(brief); in PrintFlag()
H A Dgtest_unittest.cc45 GTEST_FLAG_GET(output) != "unknown" || GTEST_FLAG_GET(brief) || in TEST()
1588 GTEST_FLAG_SET(brief, false); in SetUpTestSuite()
1618 EXPECT_FALSE(GTEST_FLAG_GET(brief)); in VerifyAndModifyFlags()
1637 GTEST_FLAG_SET(brief, true); in VerifyAndModifyFlags()
5462 brief(false), in Flags()
5540 static Flags Brief(bool brief) { in Brief()
5542 flags.brief = brief; in Brief()
5621 bool brief; member
5645 GTEST_FLAG_SET(brief, fals
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc136 obj.friendly_name = ConvertToU16String(props->brief); in GetHeapObject()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h154 brief_ = GTEST_FLAG_GET(brief); in GTestFlagSaver()
180 GTEST_FLAG_SET(brief, brief_); in ~GTestFlagSaver()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h155 brief_ = GTEST_FLAG_GET(brief); in GTestFlagSaver()
181 GTEST_FLAG_SET(brief, brief_); in ~GTestFlagSaver()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm28129 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm28022 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27819 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm28112 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/
H A Dconfigdata.pm27867 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/
H A Dconfigdata.pm28031 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/
H A Dconfigdata.pm28022 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/
H A Dconfigdata.pm28070 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/
H A Dconfigdata.pm28070 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/
H A Dconfigdata.pm27819 Print a brief help message and exit.
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/
H A Dconfigdata.pm27867 Print a brief help message and exit.

Completed in 263 milliseconds

123