Home
last modified time | relevance | path

Searched defs:source (Results 2076 - 2100 of 2631) sorted by relevance

1...<<81828384858687888990>>...106

/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp90 TBuiltInParseables* CreateBuiltInParseables(TInfoSink& infoSink, EShSource source) in CreateBuiltInParseables() argument
105 CreateParseContext(TSymbolTable& symbolTable, TIntermediate& intermediate, int version, EProfile profile, EShSource source, EShLanguage language, TInfoSink& infoSink, SpvVersion spvVersion, bool forwardCompatible, EShMessages messages, bool parsingBuiltIns, std::string sourceEntryPointName = �) CreateParseContext() argument
297 InitializeStageSymbolTable(TBuiltInParseables& builtInParseables, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source, TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables) InitializeStageSymbolTable() argument
315 InitializeSymbolTables(TInfoSink& infoSink, TSymbolTable** commonTable, TSymbolTable** symbolTables, int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) InitializeSymbolTables() argument
391 AddContextSpecificSymbols(const TBuiltInResource* resources, TInfoSink& infoSink, TSymbolTable& symbolTable, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, EShSource source) AddContextSpecificSymbols() argument
418 SetupBuiltinSymbolTable(int version, EProfile profile, const SpvVersion& spvVersion, EShSource source) SetupBuiltinSymbolTable() argument
491 DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion, EShSource source, int& version, EProfile& profile, const SpvVersion& spvVersion) DeduceVersionProfile() argument
680 TranslateEnvironment(const TEnvironment* environment, EShMessages& messages, EShSource& source, EShLanguage& stage, SpvVersion& spvVersion) TranslateEnvironment() argument
844 EShSource source = sourceGuess; ProcessDeferred() local
848 const EShSource source = EShSourceGlsl; ProcessDeferred() local
[all...]
/third_party/glfw/src/
H A Dwin32_window.c110 unsigned char* source = image->pixels; in createIcon() local
1181 RECT source = {0}, target = {0}; in windowProc() local
[all...]
H A Dx11_window.c438 static char* convertLatin1toUTF8(const char* source) in convertLatin1toUTF8() argument
[all...]
/third_party/alsa-lib/src/ucm/
H A Dmain.c1874 add_identifiers(struct list_head *list, struct list_head *source) add_identifiers() argument
1896 add_values(struct list_head *list, const char *identifier, struct list_head *source) add_values() argument
/third_party/backends/backend/
H A Ddc25.c1508 zoom_x (struct pixmap *source, struct pixmap *dest) in zoom_x() argument
1571 zoom_y(struct pixmap *source, struct pixmap *dest) zoom_y() argument
[all...]
H A Depjitsu.h159 int source; /* adf or fb */ member
H A Dlexmark_low.c262 rts88xx_write_regs (SANE_Int devnum, SANE_Int start, SANE_Byte * source, in rts88xx_write_regs() argument
H A Dmagicolor.c1193 unsigned char rs, source, brightness; in mc_set_scanning_parameters() local
866 cmd_set_scanning_parameters(SANE_Handle handle, unsigned char resolution, unsigned char color_mode, unsigned char brightness, unsigned char contrast, int tl_x, int tl_y, int width, int height, unsigned char source) cmd_set_scanning_parameters() argument
[all...]
H A Dhp3900_sane.c411 SANE_String_Const *source = NULL; in bknd_sources() local
558 bknd_constrains(TScanner * scanner, SANE_Int source, SANE_Int type) bknd_constrains() argument
1012 Get_Source(SANE_String source) Get_Source() argument
2057 SANE_Int source; option_set() local
2107 SANE_Int source; option_set() local
2243 SANE_Int res, source, depth, colormode, frameformat, bpl; sane_get_parameters() local
2317 SANE_Int res, source, colormode, depth, channel; sane_start() local
[all...]
H A Dsnapscan.h369 SnapScan_Source source; /* scanning source */ member
H A Dhp5590_cmds.c207 uint8_t source; /* member
1100 hp5590_select_source_and_wakeup(SANE_Int dn, enum proto_flags proto_flags, enum scan_sources source, SANE_Bool extend_lamp_timeout) hp5590_select_source_and_wakeup() argument
[all...]
H A Dkodakaio.c1592 unsigned char rs, source; in k_set_scanning_parameters() local
1214 cmd_set_scanning_parameters(SANE_Handle handle, int resolution, int tl_x, int tl_y, int width, int height, unsigned char source) cmd_set_scanning_parameters() argument
[all...]
H A Dsnapscan-scsi.c956 unsigned char source; in set_window() local
[all...]
/third_party/curl/lib/
H A Dftp.c1227 char *source = myhost; in ftp_state_use_port() local
H A Dhttp2.c1555 req_body_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *userp) req_body_read_callback() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java331 BinaryProperty(int source) { in BinaryProperty() argument
370 NormInertBinaryProperty(int source, int which) { in NormInertBinaryProperty() argument
618 IntProperty(int source) { in IntProperty() argument
645 CombiningClassIntProperty(int source) { in CombiningClassIntProperty() argument
657 NormQuickCheckIntProperty(int source, int which, int max) NormQuickCheckIntProperty() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java858 public Object parseObject (String source, ParsePosition pos) in parseObject() argument
H A DPluralRules.java583 final double source; field in PluralRules.FixedDecimal
1180 parse(String source) parse() argument
1368 split(String source) split() argument
[all...]
H A DTimeZoneFormat.java1626 public Object parseObject(String source, ParsePosition pos) { in parseObject() argument
H A DUnicodeSet.java3024 add(Iterable<?> source) add() argument
3035 addAll(Iterable<?> source) addAll() argument
3434 mungeCharName(String source) mungeCharName() argument
4436 UnicodeSetIterator2(UnicodeSet source) UnicodeSetIterator2() argument
4730 addAllTo(Iterable<T> source, U target) addAllTo() argument
4741 addAllTo(Iterable<T> source, T[] target) addAllTo() argument
4848 stripFrom(CharSequence source, boolean matches) stripFrom() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duregex.cpp287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone() local
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2073 UCollationResult TestCollator::compare(const UnicodeString& source, in compare() argument
2084 UCollationResult TestCollator::compare(const UnicodeString& source, in compare() argument
2096 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength, UErrorCode& status) const compare() argument
2107 getCollationKey(const UnicodeString& source, CollationKey& key, UErrorCode& status) const getCollationKey() argument
2130 getSortKey(const UnicodeString& source, uint8_t* result, int32_t resultLength) const getSortKey() argument
[all...]
H A Dtransrt.cpp1047 UnicodeString source; in TestHan() local
[all...]
H A Dtmsgfmt.cpp1127 UnicodeString source = "abc =sep= def"; in testParse() local
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp68 const CA_uchar *source; member in Strcoll
73 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen) in Strcoll() argument
128 const CA_uchar *source; global() member in Strcoll_2
133 Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen) Strcoll_2() argument
180 const CA_char *source; global() member in StrcollUTF8
185 StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen) StrcollUTF8() argument
240 const CA_char *source; global() member in StrcollUTF8_2
245 StrcollUTF8_2(const UCollator* coll, const CA_char* source, const CA_char* target, UBool useLen) StrcollUTF8_2() argument
291 const CA_uchar *source; global() member in GetSortKey
295 GetSortKey(const UCollator* coll, const CA_uchar* source, UBool useLen) GetSortKey() argument
346 const CA_uchar *source; global() member in NextSortKeyPart
353 NextSortKeyPart(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration ) NextSortKeyPart() argument
413 const CA_char *source; global() member in NextSortKeyPartUTF8
420 NextSortKeyPartUTF8(const UCollator* coll, const CA_char* source, int32_t bufSize, int32_t maxIteration ) NextSortKeyPartUTF8() argument
480 const CA_uchar *source; global() member in CppCompare
485 CppCompare(const Collator* coll, const CA_uchar* source, UBool useLen) CppCompare() argument
539 const CA_uchar *source; global() member in CppCompare_2
544 CppCompare_2(const Collator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen) CppCompare_2() argument
590 const CA_char *source; global() member in CppCompareUTF8
595 CppCompareUTF8(const Collator* coll, const CA_char* source, UBool useLen) CppCompareUTF8() argument
660 const CA_char *source; global() member in CppCompareUTF8_2
665 CppCompareUTF8_2(const Collator* coll, const CA_char* source, const CA_char* target, UBool useLen) CppCompareUTF8_2() argument
717 const CA_uchar *source; global() member in CppGetCollationKey
721 CppGetCollationKey(const Collator* coll, const CA_uchar* source, UBool useLen) CppGetCollationKey() argument
804 UnicodeString** source; global() member in UniStrCollPerfFunction
883 StringPiece* source; global() member in StringPieceCollPerfFunction
[all...]

Completed in 69 milliseconds

1...<<81828384858687888990>>...106