Searched refs:input1 (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dteststrmatch.c37 const char *input1 = "string that contains a patterN..."; local
56 match = apr_strmatch(pattern, input1, strlen(input1));
62 match = apr_strmatch(pattern_onechar, input1, strlen(input1));
63 ABTS_PTR_EQUAL(tc, input1 + 5, match);
65 match = apr_strmatch(pattern_zero, input1, strlen(input1));
66 ABTS_PTR_EQUAL(tc, input1, match);
68 match = apr_strmatch(pattern_nocase, input1, strle
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dteststrmatch.c37 const char *input1 = "string that contains a patterN..."; local
56 match = apr_strmatch(pattern, input1, strlen(input1));
62 match = apr_strmatch(pattern_onechar, input1, strlen(input1));
63 ABTS_PTR_EQUAL(tc, input1 + 5, match);
65 match = apr_strmatch(pattern_zero, input1, strlen(input1));
66 ABTS_PTR_EQUAL(tc, input1, match);
68 match = apr_strmatch(pattern_nocase, input1, strle
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFETileElement.cpp97 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
99 if (!input1)
103 effect->inputEffects().append(input1);
H A DSVGFEComponentTransferElement.cpp82 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
84 if (!input1)
104 effect->inputEffects().append(input1);
H A DSVGFEBlendElement.cpp131 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
134 if (!input1 || !input2)
140 inputEffects.append(input1);
H A DSVGFEGaussianBlurElement.cpp131 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
133 if (!input1)
140 effect->inputEffects().append(input1);
H A DSVGFEOffsetElement.cpp113 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
115 if (!input1)
119 effect->inputEffects().append(input1);
H A DSVGFEColorMatrixElement.cpp136 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
138 if (!input1)
171 effect->inputEffects().append(input1);
H A DSVGFECompositeElement.cpp176 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
179 if (!input1 || !input2)
185 inputEffects.append(input1);
H A DSVGFEDisplacementMapElement.cpp153 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
156 if (!input1 || !input2)
162 inputEffects.append(input1);
H A DSVGFEDropShadowElement.cpp167 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
168 if (!input1)
172 effect->inputEffects().append(input1);
H A DSVGFEMorphologyElement.cpp162 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
166 if (!input1)
173 effect->inputEffects().append(input1);
H A DSVGFEDiffuseLightingElement.cpp208 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
210 if (!input1)
226 effect->inputEffects().append(input1);
H A DSVGFESpecularLightingElement.cpp219 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
221 if (!input1)
237 effect->inputEffects().append(input1);
H A DSVGFEConvolveMatrixElement.cpp286 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local
288 if (!input1)
343 effect->inputEffects().append(input1);
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngineMixer.cpp30 extern "C" void vDSP_vadd( const float input1[], __darwin_ptrdiff_t stride1, const float input2[], __darwin_ptrdiff_t stride2, float res[], __darwin_ptrdiff_t strideres, __darwin_size_t size);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dlistformattertest.cpp45 UnicodeString input1[] = {one}; local
46 CheckFormatting(formatter.getAlias(), input1, 1, results[0]);
66 UnicodeString input1[] = {one}; local
67 formatter->format(input1, 1, results[0], errorCode);
180 UnicodeString input1[] = {one}; local
181 CheckFormatting(&formatter, input1, 1, results[0]);
H A Dregextst.cpp1842 UText input1 = UTEXT_INITIALIZER; local
1845 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status);
1846 REGEX_VERBOSE_TEXT(&input1);
1851 int32_t input1Len = strlen("abcdef this is a test"); /* TODO: why not nativelen (input1) ? */
1858 RegexMatcher *m1 = &pat2->matcher(status)->reset(&input1);
1867 m1->reset(&input1);
1877 m1->reset(&input1);
1932 m.reset(&input1);
1962 utext_close(&input1);
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp956 "<input type='text' id='input1'/>" \
962 QWebElement input1 = inputs.at(0); local
963 input1.setFocus();
964 QVERIFY(input1.hasFocus());
968 QVERIFY(!input1.hasFocus());
/macosx-10.9.5/text_cmds-87/join/
H A Djoin.c97 INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 }, variable
137 F1 = &input1;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dlocale.sh194 printf 'f1\357\274\240f2\n' > input1
198 join -j1 1 -j2 2 -o 1.1 -t \$(cat delim) input1 input2 > out" > script
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dncnvtst.c666 static const char input1[INPUT_SIZE]={ 0x70 }; local
667 const char* source=(const char*)input1;

Completed in 154 milliseconds