Home
last modified time | relevance | path

Searched defs:setup (Results 1501 - 1525 of 1611) sorted by relevance

1...<<6162636465

/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py702 def setup(app): function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h147 struct lp_setup_context *setup; member
H A Dlp_scene.h143 struct lp_setup_context *setup; member
H A Dlp_setup_line.c63 static void constant_coef( struct lp_setup_context *setup, in constant_coef() argument
79 static void linear_coef( struct lp_setup_context *setup, in linear_coef() argument
109 static void perspective_coef( struct lp_setup_context *setup, in perspective_coef() argument
133 setup_fragcoord_coef( struct lp_setup_context *setup, in setup_fragcoord_coef() argument
166 setup_line_coefficients( struct lp_setup_context *setup, struct lp_line_info *info) setup_line_coefficients() argument
246 print_line(struct lp_setup_context *setup, const float (*v1)[4], const float (*v2)[4]) print_line() argument
280 try_setup_line( struct lp_setup_context *setup, const float (*v1)[4], const float (*v2)[4]) try_setup_line() argument
718 lp_setup_line_discard(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4]) lp_setup_line_discard() argument
724 lp_setup_line(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4]) lp_setup_line() argument
738 lp_setup_choose_line(struct lp_setup_context *setup) lp_setup_choose_line() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify16.c763 static void setup(void) in setup() function
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c61 void (*setup)(int n); member
[all...]
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c99 void (*setup) (void); member
536 static void setup(void) setup() function
[all...]
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c389 static void setup(void) in setup() function
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dbio_asn1.c279 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) asn1_bio_setup_ex() argument
/third_party/python/Lib/
H A Dsocketserver.py759 def setup(self): member in BaseRequestHandler
798 def setup(self): member in StreamRequestHandler
845 def setup(self): member in DatagramRequestHandler
/third_party/openssl/crypto/asn1/
H A Dbio_asn1.c279 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) asn1_bio_setup_ex() argument
/third_party/python/Lib/test/
H A Dtest_timeit.py36 def setup(self): member in FakeTimer
99 fake_setup = "import timeit\\ntimeit._fake_timer.setup()" global() namespace
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp286 ostringstream setup; in specializeVertexShader() local
359 ostringstream setup; in specializeFragmentShader() local
439 ostringstream setup; in generateVertexSpecialization() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp49 virtual void setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const in setup() function in vkt::sr::__anon29854::SamplerUniformSetup
/third_party/vk-gl-cts/framework/common/
H A DtcuWaiverUtil.cpp506 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, deUint32 deviceId, SessionInfo& sessionInfo) in setup() function in tcu::WaiverUtil
511 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, std::string vendor, std::string renderer, SessionInfo& sessionInfo) in setup() function in tcu::WaiverUtil
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp413 int setup; in OnStartWps() local
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
H A Dusbddk.cpp369 struct UsbControlRequestSetup setup; in UsbSendControlReadRequestOne() local
396 struct UsbControlRequestSetup setup; in UsbSendControlReadRequestTwo() local
437 struct UsbControlRequestSetup setup; in UsbSendControlReadRequestFour() local
457 struct UsbControlRequestSetup setup; UsbSendControlReadRequestFive() local
477 struct UsbControlRequestSetup setup; UsbSendControlWriteRequestOne() local
499 struct UsbControlRequestSetup setup; UsbSendControlWriteRequestTwo() local
540 struct UsbControlRequestSetup setup; UsbSendControlWriteRequestFour() local
[all...]
/third_party/gn/src/gn/
H A Dcommand_gen.cc200 bool CheckForInvalidGeneratedInputs(Setup* setup) { in CheckForInvalidGeneratedInputs() argument
392 bool RunCompileCommandsWriter(Setup& setup, Err* err) { in RunCompileCommandsWriter() argument
[all...]
H A Dcommands.cc43 bool ResolveTargetsFromCommandLinePattern(Setup* setup, in ResolveTargetsFromCommandLinePattern() argument
76 ResolveStringFromCommandLineInput( Setup* setup, const SourceDir& current_dir, const std::string& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveStringFromCommandLineInput() argument
554 ResolveTargetFromCommandLineString( Setup* setup, const std::string& label_string) ResolveTargetFromCommandLineString() argument
593 ResolveFromCommandLineInput( Setup* setup, const std::vector<std::string>& input, bool default_toolchain_only, UniqueVector<const Target*>* target_matches, UniqueVector<const Config*>* config_matches, UniqueVector<const Toolchain*>* toolchain_matches, UniqueVector<SourceFile>* file_matches) ResolveFromCommandLineInput() argument
732 GetTargetsContainingFile(Setup* setup, const std::vector<const Target*>& all_targets, const SourceFile& file, bool default_toolchain_only, std::vector<TargetContainingFile>* matches) GetTargetsContainingFile() argument
[all...]
/third_party/backends/backend/
H A Dmustek_pp.h110 void (*setup)(SANE_Handle hndl); member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java576 private void setup(ULocale locale) { in setup() method in DateIntervalInfo
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp622 void RBBIMonkeyImpl::setup(const char *ruleFile, UErrorCode &status) { in setup() function in RBBIMonkeyImpl
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c575 static const uint8_t setup[][24] = { in u3g_sael_m460_init() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c53 struct usb_device_request setup; member
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h370 int (*setup)(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, member

Completed in 26 milliseconds

1...<<6162636465