| /third_party/gn/src/gn/ |
| H A D | rust_values_generator.cc | 21 RustValuesGenerator::RustValuesGenerator(Target* target, in RustValuesGenerator() argument
|
| H A D | swift_values.cc | 21 bool SwiftValues::OnTargetResolved(Target* target, Err* err) { in OnTargetResolved() argument 33 void SwiftValues::GetOutputs(const Target* target, in GetOutputs() argument 52 GetOutputsAsSourceFiles( const Target* target, std::vector<SourceFile>* result) const GetOutputsAsSourceFiles() argument 66 FillModuleOutputFile(Target* target, Err* err) FillModuleOutputFile() argument [all...] |
| H A D | ninja_outputs_writer_unittest.cc | 34 void BackgroundDoWrite(TargetWriteInfo* write_info, const Target* target) { in BackgroundDoWrite() argument 49 const Target* target = item->AsTarget(); in ItemResolvedAndGeneratedCallback() local
|
| H A D | runtime_deps_unittest.cc | 17 InitTargetWithType(TestWithScope& setup, Target* target, Target::OutputType type) InitTargetWithType() argument [all...] |
| H A D | rust_project_writer_helpers_unittest.cc | 34 Crate target = Crate(SourceFile("/root/hare/lib.rs"), in TEST_F() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccolltst.c | 88 void reportCResult( const UChar source[], const UChar target[], in reportCResult() argument
|
| H A D | ccurrtst.c | 102 UChar source[2], target[2]; in currTest() local
|
| H A D | eurocreg.c | 148 char target[20]; in isEuroAware() local
|
| /third_party/icu/icu4c/source/samples/translit/ |
| H A D | util.cpp | 40 UnicodeString target; in escape() local 27 appendHex(uint32_t number, int8_t digits, UnicodeString& target) appendHex() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_cnv.cpp | 55 ucnv_fromUWriteBytes(UConverter *cnv, const char *bytes, int32_t length, char **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_fromUWriteBytes() argument 95 ucnv_toUWriteUChars(UConverter *cnv, const UChar *uchars, int32_t length, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteUChars() argument 135 ucnv_toUWriteCodePoint(UConverter *cnv, UChar32 c, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) ucnv_toUWriteCodePoint() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationCurrencyTest.java | 115 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tridpars.h | 71 UnicodeString target; // not null member in TransliteratorIDParser::Specs [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | state.c | 92 _lws_state_transition(lws_state_manager_t *mgr, int target) in _lws_state_transition() argument 124 lws_state_transition_steps(lws_state_manager_t *mgr, int target) in lws_state_transition_steps() argument 147 lws_state_transition(lws_state_manager_t *mgr, int target) lws_state_transition() argument [all...] |
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-proxy.c | 53 ecma_builtin_proxy_object_revocable(ecma_value_t this_arg, ecma_value_t target, ecma_value_t handler) ecma_builtin_proxy_object_revocable() argument
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | proxy_define_own_property.js | 19 var target = function () {}; function [all...] |
| /third_party/mesa3d/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer_sp_reloc.h | 77 fd_ringbuffer_sp_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) fd_ringbuffer_sp_emit_reloc_ring() argument
|
| /third_party/mesa3d/src/freedreno/drm/virtio/ |
| H A D | virtio_ringbuffer.h | 81 virtio_ringbuffer_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) virtio_ringbuffer_emit_reloc_ring() argument
|
| /third_party/ltp/include/lapi/ |
| H A D | ip_tables.h | 39 void *target; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_surface.h | 146 svga_resource_type(enum pipe_texture_target target) in svga_resource_type() argument
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_streamout.c | 61 virgl_destroy_so_target(struct pipe_context *ctx, struct pipe_stream_output_target *target) virgl_destroy_so_target() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_state_so.c | 55 softpipe_so_target_destroy(struct pipe_context *pipe, struct pipe_stream_output_target *target) softpipe_so_target_destroy() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | compsize.c | 150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) __glImageSize() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | format.cpp | 131 pipe_texture_target target = translate_target(type); in supported_formats() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | jump-table-assembler.cc | 24 bool JumpTableAssembler::EmitJumpSlot(Address target) { in EmitJumpSlot() argument 32 void JumpTableAssembler::EmitFarJumpSlot(Address target) { in EmitFarJumpSlot() argument 46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() argument [all...] |
| /third_party/node/src/ |
| H A D | node_crypto.cc | 72 void Initialize(Local<Object> target, in Initialize() argument
|