| /third_party/gn/src/gn/ |
| H A D | command_gen.cc | 142 std::vector<const Target*> targets = builder.GetAllResolvedTargets(); in FindTargetThatGeneratesFile() local 158 PrintInvalidGeneratedInput(const Builder& builder, const SourceFile& file, const std::vector<const Target*>& targets) PrintInvalidGeneratedInput() argument 214 std::vector<const Target*> targets; CheckForInvalidGeneratedInputs() local [all...] |
| H A D | commands.cc | 158 bool ApplyTestonlyFilter(std::vector<const Target*>* targets) { in ApplyTestonlyFilter() argument 182 bool ApplyTypeFilter(std::vector<const Target*>* targets) { in ApplyTypeFilter() argument 229 PrintTargetsAsBuildfiles(const std::vector<const Target*>& targets, base::ListValue* out) PrintTargetsAsBuildfiles() argument 241 PrintTargetsAsLabels(const std::vector<const Target*>& targets, base::ListValue* out) PrintTargetsAsLabels() argument 258 PrintTargetsAsOutputs(const std::vector<const Target*>& targets, base::ListValue* out) PrintTargetsAsOutputs() argument 682 FilterAndPrintTargets(std::vector<const Target*>* targets, base::ListValue* out) FilterAndPrintTargets() argument 709 FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets) FilterAndPrintTargets() argument 722 FilterAndPrintTargetSet(bool indent, const TargetSet& targets) FilterAndPrintTargetSet() argument 727 FilterAndPrintTargetSet(const TargetSet& targets, base::ListValue* out) FilterAndPrintTargetSet() argument [all...] |
| H A D | xcode_writer.cc | 168 FindApplicationTargetByName( const ParseNode* node, const std::string& target_name, const std::map<const Target*, PBXNativeTarget*>& targets, Err* err) FindApplicationTargetByName() argument 779 const std::optional<std::vector<const Target*>> targets = AddTargetsFromBuilder() local [all...] |
| H A D | visual_studio_writer.cc | 343 std::vector<const Target*> targets; in RunAndWriteFiles() local 194 FilterTargets(const BuildSettings* build_settings, const Builder& builder, const std::string& filters, bool no_deps, std::vector<const Target*>* targets, Err* err) FilterTargets() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 231 private String[] getTargetStrings(String targets) { in getTargetStrings() argument 260 private void checkTargets(PluralRules rules, String[] targets) { in checkTargets() argument
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
| H A D | main.c | 364 struct lws_dll2_owner targets; global() member [all...] |
| /third_party/node/test/cctest/ |
| H A D | test_inspector_socket_server.cc | 358 std::vector<std::string> targets; in ServerHolder() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.h | 544 util_blitter_save_so_targets(struct blitter_context *blitter, unsigned num_targets, struct pipe_stream_output_target **targets) util_blitter_save_so_targets() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_state.c | 636 etna_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) etna_set_stream_output_targets() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessQueriesTests.cpp | 97 static const glw::GLenum targets[] = { in iterate() local 230 static const glw::GLenum targets[] = { in iterate() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_builder.h | 254 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = SpvSelectionControlMaskNone) AddSwitch() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_builder.h | 254 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = SpvSelectionControlMaskNone) AddSwitch() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
| H A D | render_node_default_camera_controller.cpp | 250 CreatedTargetHandles FillCreatedTargets(const RenderNodeDefaultCameraController::CreatedTargets& targets) in FillCreatedTargets() argument 269 CreateBaseColorTarget(IRenderNodeGpuResourceManager& gpuResourceMgr, const RenderCamera& camera, const string_view us, const string_view customCamRngId, const RenderNodeDefaultCameraController::CameraResourceSetup& cameraResourceSetup, RenderNodeDefaultCameraController::CreatedTargets& targets) CreateBaseColorTarget() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | generic_syncer.cpp | 819 int GenericSyncer::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
|
| H A D | sync_engine.cpp | 748 int SyncEngine::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument 801 void SyncEngine::SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifierMap() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
| H A D | kv_store_nb_delegate_impl.cpp | 1003 SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) SetEqualIdentifier() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl2_rendering_context_base.cpp | 1326 GLenum targets[2] = {}; // 2 write and read in CopyBufferSubData() local
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | remote_animation.cpp | 695 GetWindowAnimationTargets(std::vector<uint32_t> missionIds, std::vector<sptr<RSWindowAnimationTarget>>& targets) GetWindowAnimationTargets() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 331 private String[] getTargetStrings(String targets) { in getTargetStrings() argument 360 private void checkTargets(PluralRules rules, String[] targets) { in checkTargets() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | transreg.cpp | 774 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 781 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 804 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 823 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local 973 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local 1018 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_test_image_copy_region.c | 459 static const char *targets[PIPE_MAX_TEXTURE_TYPES] = { in print_image_attrs() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_state.c | 1280 v3d_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) v3d_set_stream_output_targets() argument
|
| /third_party/ninja/src/ |
| H A D | ninja.cc | 362 CollectTargetsFromArgs(int argc, char* argv[], vector<Node*>* targets, string* err) CollectTargetsFromArgs() argument 1360 vector<Node*> targets; RunBuild() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | transreg.cpp | 790 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 797 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 820 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 839 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local 988 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local 1033 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1198 nv50_set_stream_output_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) nv50_set_stream_output_targets() argument
|