/third_party/ffmpeg/libavformat/ |
H A D | rtsp.h | 116 char source[INET6_ADDRSTRLEN + 1]; /**< source IP address */ member [all...] |
/third_party/curl/lib/vtls/ |
H A D | bearssl.c | 110 static CURLcode load_cafile(struct cafile_source *source, in load_cafile() argument 632 struct cafile_source source; bearssl_connect_step1() local 646 struct cafile_source source; bearssl_connect_step1() local [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 117 const TVarLiveMap* source; in visitSymbol() local
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 576 static void ipm_helper2(struct intel_dmic_params *dmic, int source[], int *ipm) in ipm_helper2() argument 676 int source[OUTCONTROLX_IPM_NUMSOURCES]; in configure_registers() local [all...] |
/third_party/backends/backend/escl/ |
H A D | escl.c | 708 int source = s->scanner->source; in init_options_small() local 830 int source = s->scanner->source; init_options() local [all...] |
H A D | escl.h | 158 int source; member
|
/third_party/alsa-utils/bat/ |
H A D | common.h | 209 float *source; /* single-tone to be analyzed */ member
|
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 102 ImagePipelineNodeImageSource::ImagePipelineNodeImageSource(const Image& source) : in ImagePipelineNodeImageSource() argument 131 ImagePipelineNodeDesegment::ImagePipelineNodeDesegment(ImagePipelineNode& source, in ImagePipelineNodeDesegment() argument 155 ImagePipelineNodeDesegment::ImagePipelineNodeDesegment(ImagePipelineNode& source, in ImagePipelineNodeDesegment() argument 211 ImagePipelineNodeDeinterleaveLines( ImagePipelineNode& source, std::size_t interleaved_lines, std::size_t pixels_per_chunk) ImagePipelineNodeDeinterleaveLines() argument 218 ImagePipelineNodeSwap16BitEndian(ImagePipelineNode& source) ImagePipelineNodeSwap16BitEndian() argument 242 ImagePipelineNodeInvert(ImagePipelineNode& source) ImagePipelineNodeInvert() argument 286 ImagePipelineNodeMergeMonoLinesToColor( ImagePipelineNode& source, ColorOrder color_order) ImagePipelineNodeMergeMonoLinesToColor() argument 358 ImagePipelineNodeSplitMonoLines(ImagePipelineNode& source) ImagePipelineNodeSplitMonoLines() argument 400 ImagePipelineNodeMergeColorToGray(ImagePipelineNode& source) ImagePipelineNodeMergeColorToGray() argument 468 ImagePipelineNodeComponentShiftLines( ImagePipelineNode& source, unsigned shift_r, unsigned shift_g, unsigned shift_b) ImagePipelineNodeComponentShiftLines() argument 528 ImagePipelineNodePixelShiftLines( ImagePipelineNode& source, const std::vector<std::size_t>& shifts) ImagePipelineNodePixelShiftLines() argument 574 ImagePipelineNodePixelShiftColumns( ImagePipelineNode& source, const std::vector<std::size_t>& shifts) ImagePipelineNodePixelShiftColumns() argument 631 ImagePipelineNodeExtract(ImagePipelineNode& source, std::size_t offset_x, std::size_t offset_y, std::size_t width, std::size_t height) ImagePipelineNodeExtract() argument 645 ImagePipelineNodeScaleRows(ImagePipelineNode& source, std::size_t width) ImagePipelineNodeScaleRows() argument 759 ImagePipelineNodeCalibrate(ImagePipelineNode& source, const std::vector<std::uint16_t>& bottom, const std::vector<std::uint16_t>& top, std::size_t x_start) ImagePipelineNodeCalibrate() argument 813 ImagePipelineNodeDebug(ImagePipelineNode& source, const std::string& path) ImagePipelineNodeDebug() argument [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma.h | 365 pixma_paper_source_t source; member
|
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 804 tunnel_send_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *userp) tunnel_send_callback() argument
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 173 static void encode_string_as_pointer(unsigned char *destination, const unsigned char *source) in encode_string_as_pointer() argument
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 290 void reportCResult(String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 2590 OneTestCase(String source, String target, int result) OneTestCase() argument [all...] |
/third_party/gn/src/gn/ |
H A D | xcode_writer.cc | 478 void WorkspaceSources::AddSourceFile(const SourceFile& source) { in AddSourceFile() argument 741 const SourceFile source = FilePathToSourceFile(build_settings_, path); AddSourcesFromBuilder() local 760 const SourceFile source = FilePathToSourceFile(build_settings_, path); AddSourcesFromBuilder() local [all...] |
H A D | target.cc | 671 bool Target::GetOutputFilesForSource(const SourceFile& source, in GetOutputFilesForSource() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ArabicShaping.java | 88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() argument 145 shape(char[] source, int start, int length) shape() argument 1153 calculateSize(char[] source, int sourceStart, int sourceLength) calculateSize() argument 1840 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument [all...] |
H A D | MessageFormat.java | 1176 public Object[] parse(String source, ParsePosition pos) { in parse() argument 1215 public Map<String, Object> parseToMap(String source, ParsePosition pos) { in parseToMap() argument 1239 public Object[] parse(String source) throws ParseException { in parse() argument 1264 parse(int msgStart, String source, ParsePosition pos, Object[] args, Map<String, Object> argsMap) parse() argument 1401 parseToMap(String source) parseToMap() argument 1440 parseObject(String source, ParsePosition pos) parseObject() argument 1942 parseChoiceArgument( MessagePattern pattern, int partIndex, String source, ParsePosition pos) parseChoiceArgument() argument 1983 matchStringUntilLimitPart( MessagePattern pattern, int partIndex, int limitPartIndex, String source, int sourceOffset) matchStringUntilLimitPart() argument [all...] |
H A D | Normalizer.java | 711 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() argument 791 public static int decompose(char[] source,char[] target, boolean compat, int options) { in decompose() argument 876 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument 955 quickCheck(String source, Mode mode) quickCheck() argument 980 quickCheck(String source, Mode mode, int options) quickCheck() argument 998 quickCheck(char[] source, Mode mode, int options) quickCheck() argument 1026 quickCheck(char[] source,int start, int limit, Mode mode,int options) quickCheck() argument [all...] |
H A D | NumberFormat.java | 300 public final Object parseObject(String source, in parseObject() argument
|
H A D | DateIntervalFormat.java | 1189 public Object parseObject(String source, ParsePosition parse_pos) in parseObject() argument [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 269 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator() argument 281 public CollationElementIterator getCollationElementIterator(CharacterIterator source) { in getCollationElementIterator() argument 294 public CollationElementIterator getCollationElementIterator(UCharacterIterator source) { in getCollationElementIterator() argument 1057 getCollationKey(String source) getCollationKey() argument 1070 getCollationKey(String source, CollationBuffer buffer) getCollationKey() argument 1090 getRawCollationKey(String source, RawCollationKey key) getRawCollationKey() argument 1139 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument 1151 simpleKeyLengthEstimate(CharSequence source) simpleKeyLengthEstimate() argument 1483 compare(String source, String target) compare() argument [all...] |
H A D | Collator.java | 1199 public boolean equals(String source, String target) in equals() argument 1235 compare(String source, String target) compare() argument 1249 compare(Object source, Object target) compare() argument 1284 getCollationKey(String source) getCollationKey() argument 1304 getRawCollationKey(String source, RawCollationKey key) getRawCollationKey() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnormtst.c | 179 UChar *source=NULL; in TestNormCases() local [all...] |
H A D | usrchtst.c | 2832 static void TestPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { in TestPCEBuffer_with() argument 2949 UChar source[] = in TestPCEBuffer_100df() local 2960 UChar source[] = in TestPCEBuffer_2surr() local 2970 UChar source[] in TestMatchFollowedByIgnorables() local [all...] |
H A D | callcoll.c | 236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument 274 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) in doTestVariant() argument 456 doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) doTest() argument 874 UChar source [100]; TestJB581() local 1112 UChar source[][4] = TestSurrogates() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 1045 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() argument
|