Home
last modified time | relevance | path

Searched defs:out (Results 2426 - 2450 of 3377) sorted by relevance

1...<<919293949596979899100>>...136

/third_party/gn/src/gn/
H A Dxcode_object.cc174 void PrintValue(std::ostream& out, IndentRules rules, unsigned value) { in PrintValue() argument
178 void PrintValue(std::ostream& out, IndentRules rules, const char* value) { in PrintValue() argument
182 void PrintValue(std::ostream& out, in PrintValue() argument
188 void PrintValue(std::ostream& out, IndentRules rules, const NoReference& obj) { in PrintValue() argument
192 void PrintValue(std::ostream& out, IndentRules rules, const PBXObject* value) { in PrintValue() argument
197 PrintValue(std::ostream& out, IndentRules rules, const std::unique_ptr<ObjectClass>& value) PrintValue() argument
204 PrintValue(std::ostream& out, IndentRules rules, const std::vector<ValueType>& values) PrintValue() argument
223 PrintValue(std::ostream& out, IndentRules rules, const std::map<std::string, ValueType>& values) PrintValue() argument
243 PrintProperty(std::ostream& out, IndentRules rules, const char* name, ValueType&& value) PrintProperty() argument
446 Print(std::ostream& out, unsigned indent) const Print() argument
478 Print(std::ostream& out, unsigned indent) const Print() argument
502 Print(std::ostream& out, unsigned indent) const Print() argument
535 Print(std::ostream& out, unsigned indent) const Print() argument
575 Print(std::ostream& out, unsigned indent) const Print() argument
666 Print(std::ostream& out, unsigned indent) const Print() argument
758 Print(std::ostream& out, unsigned indent) const Print() argument
927 Print(std::ostream& out, unsigned indent) const Print() argument
961 Print(std::ostream& out, unsigned indent) const Print() argument
990 Print(std::ostream& out, unsigned indent) const Print() argument
1022 Print(std::ostream& out, unsigned indent) const Print() argument
1058 Print(std::ostream& out, unsigned indent) const Print() argument
1084 Print(std::ostream& out, unsigned indent) const Print() argument
1136 Print(std::ostream& out, unsigned indent) const Print() argument
[all...]
H A Dninja_c_binary_target_writer.cc124 NinjaCBinaryTargetWriter(const Target* target, std::ostream& out) NinjaCBinaryTargetWriter() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java126 public void write(RecordWriter out) { in write() argument
181 write(RecordWriter out) write() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java984 public void writeExternal(ObjectOutput out) throw argument
[all...]
H A DRuleBasedNumberFormat.java976 writeObject(java.io.ObjectOutputStream out) writeObject() argument
[all...]
H A DRuleBasedBreakIterator.java369 public void dump(java.io.PrintStream out) { in dump() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c577 UChar *out = NULL; in roundingTest() local
1018 UChar *out = NULL; in roundingTest2() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java438 public int getNextBytes(Appendable out) /*const*/ { in getNextBytes() argument
1020 private static void getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) { in getNextBranchBytes() argument
1033 append(Appendable out, int c) append() argument
[all...]
H A DCharsTrie.java401 public int getNextChars(Appendable out) /*const*/ { in getNextChars() argument
961 private static void getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) { in getNextBranchChars() argument
974 append(Appendable out, int c) append() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_generic.c148 uint32_t ev = dev->efifo.out, out = ev; in generic_discard_events() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java949 public void writeExternal(ObjectOutput out) throw argument
[all...]
H A DRuleBasedNumberFormat.java961 writeObject(java.io.ObjectOutputStream out) writeObject() argument
[all...]
H A DRuleBasedBreakIterator.java315 public void dump(java.io.PrintStream out) { in dump() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DDataRecord.java128 public void write(RecordWriter out) { in write() argument
186 write(RecordWriter out) write() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java415 public int getNextBytes(Appendable out) /*const*/ { in getNextBytes() argument
980 private static void getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) { in getNextBranchBytes() argument
993 append(Appendable out, int c) append() argument
[all...]
H A DCharsTrie.java383 public int getNextChars(Appendable out) /*const*/ { in getNextChars() argument
934 private static void getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) { in getNextBranchChars() argument
947 append(Appendable out, int c) append() argument
[all...]
/third_party/libwebsockets/lib/jose/jws/
H A Djws.c275 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max) in lws_jws_base64_enc() argument
324 lws_jws_compact_decode(const char *in, int len, struct lws_jws_map *map, struct lws_jws_map *map_b64, char *out, int *out_len) lws_jws_compact_decode() argument
365 lws_jws_compact_decode_map(struct lws_jws_map *map_b64, struct lws_jws_map *map, char *out, int *out_len) lws_jws_compact_decode_map() argument
954 lws_jwt_signed_validate(struct lws_context *ctx, struct lws_jwk *jwk, const char *alg_list, const char *com, size_t len, char *temp, int tl, char *out, size_t *out_len) lws_jwt_signed_validate() argument
1197 lws_jwt_sign_compact(struct lws_context *ctx, struct lws_jwk *jwk, const char *alg, char *out, size_t *out_len, char *temp, int tl, const char *format, ...) lws_jwt_sign_compact() argument
[all...]
/third_party/libuv/include/uv/
H A Dunix.h150 unsigned out; member
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c208 ADDR2_COMPUTE_DCC_ADDRFROMCOORD_OUTPUT out = {sizeof(out)}; in one_dcc_address_test() local
431 ADDR2_COMPUTE_HTILE_ADDRFROMCOORD_OUTPUT out = {0}; in one_htile_address_test() local
588 ADDR2_COMPUTE_CMASK_ADDRFROMCOORD_OUTPUT out in one_cmask_address_test() local
[all...]
H A Dac_debug.c560 static void format_ib_output(FILE *f, char *out) in format_ib_output() argument
624 char *out; ac_parse_ib_chunk() local
[all...]
/third_party/libabigail/tools/
H A Dabidiff.cc201 display_usage(const string& prog_name, ostream& out) in display_usage() argument
/third_party/libdrm/nouveau/
H A Dnouveau.c56 char *debug, *out; in debug_init() local
/third_party/mbedtls/library/
H A Decjpake.c987 static int self_test_rng(void *ctx, unsigned char *out, size_t len) in self_test_rng() argument
1023 static int ecjpake_lgc(void *p, unsigned char *out, size_t len) in ecjpake_lgc() argument
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp195 auto out = std::back_inserter(result); in get_bson_cstr() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c391 nir_build_wto_matrix_load(nir_builder *b, nir_ssa_def *instance_addr, nir_ssa_def **out) in nir_build_wto_matrix_load() argument

Completed in 36 milliseconds

1...<<919293949596979899100>>...136