/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowAliasing.js | 5 const isString = typeof x === "string"; 6 if (isString) { 15 const isString = typeof x === "string"; 16 if (isString) { 22 const isString = typeof x === "string"; 24 if (isString || isNumber) { 33 const isString = typeof x === "string"; 35 const isStringOrNumber = isString || isNumber; 50 const isString = typeof obj.x === 'string'; 51 if (isString) { [all...] |
H A D | arrayEvery.js | 4 const isString = (x: unknown): x is string => typeof x === 'string'; 6 if (foo.every(isString)) { 13 var isString = function (x) { return typeof x === 'string'; };
function 14 if (foo.every(isString)) {
|
H A D | controlFlowOptionalChain.js | 139 declare const isString: (value: unknown) => asserts value is string; 145 isString?.(x); 700 isString === null || isString === void 0 ? void 0 : isString(x);
|
/third_party/node/deps/npm/lib/utils/ |
H A D | replace-info.js | 2 const isString = (v) => typeof v === 'string' 22 if (isString(arg)) { 25 return arg.map((a) => isString(a) ? splitAndReplace(a) : a)
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | guards.js | 13 exports.isUniversal = exports.isTag = exports.isString = exports.isSelector = exports.isRoot = void 0; 41 var isString = isNodeType.bind(null, _types.STRING); 42 exports.isString = isString;
|
/test/xts/acts/storage/storageenvironmentjstest/entry/src/ohosTest/js/test/ |
H A D | Common.js | 24 function isString(str) { function 31 isString,
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | usetiter.h | 54 * if (it.isString()) { 137 inline UBool isString() const; 140 * Returns the current code point, if <tt>isString()</tt> returned 148 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 155 * Returns the current string, if <tt>isString()</tt> returned 190 * If <tt>isString() == true</tt>, the value is a 211 * false. If <tt>isString() == true</tt>, the value is a 219 * is undefined unless <tt>isString() == true</tt>. Do not mix calls to 306 inline UBool UnicodeSetIterator::isString() const { in isString() function in UnicodeSetIterator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | usetiter.h | 54 * if (it.isString()) { 137 inline UBool isString() const; 140 * Returns the current code point, if <tt>isString()</tt> returned 148 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 155 * Returns the current string, if <tt>isString()</tt> returned 190 * If <tt>isString() == true</tt>, the value is a 211 * false. If <tt>isString() == true</tt>, the value is a 219 * is undefined unless <tt>isString() == true</tt>. Do not mix calls to 306 inline UBool UnicodeSetIterator::isString() const { in isString() function in UnicodeSetIterator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | usetiter.h | 56 * if (it.isString()) { 143 inline UBool isString() const; 146 * Returns the current code point, if <tt>isString()</tt> returned 154 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 161 * Returns the current string, if <tt>isString()</tt> returned 179 * If <tt>isString() == true</tt>, the value is a 200 * false. If <tt>isString() == true</tt>, the value is a 208 * is undefined unless <tt>isString() == true</tt>. Do not mix calls to 308 inline UBool UnicodeSetIterator::isString() const { in isString() function in UnicodeSetIterator
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfread.c | 436 FT_FRAME_BYTE ( isString ), 450 FT_FRAME_BYTE( isString ), 640 properties[i].isString = props[i].isString; in pcf_get_properties() 642 if ( props[i].isString ) in pcf_get_properties() 1320 if ( prop && prop->isString && in pcf_interpret_style() 1331 if ( prop && prop->isString && in pcf_interpret_style() 1339 if ( prop && prop->isString && in pcf_interpret_style() 1345 if ( prop && prop->isString && in pcf_interpret_style() 1490 if ( prop && prop->isString ) in FT_LOCAL_DEF() [all...] |
H A D | pcf.h | 60 FT_Byte isString; member 69 FT_Byte isString; member
|
/test/xts/acts/storage/storagefileiojstest/entry/src/ohosTest/js/test/ |
H A D | Common.js | 120 function isString(str) { function 137 isString,
|
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/ |
H A D | Common.js | 102 function isString(str) { function 110 isString,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usettest.c | 423 bool isString = false; in expectItems() local 461 isString = true; in expectItems() 468 if (!isString) { in expectItems() 498 if (!isString) { in expectItems() 517 if (isString) { in expectItems()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 326 if (!root[i][ANIMATION_TYPE].isString()) { in ParseSymbolAnimations() 384 if (!root[key].isString()) { in ParseSymbolAnimationPara() 463 if (!root[key].isString()) { in PiecewiseParaCurveCase() 733 if (!root[i][MODE].isString()) { in ParseRenderModes() 768 if (root[i].isMember(DEFAULT_COLOR) && root[i][DEFAULT_COLOR].isString()) { in ParseRenderGroups() 861 if (!root[i].isString()) { in ParseAnimationTypes()
|
H A D | FontConfig_ohos.cpp | 530 if (root[i].isString()) { in parseFontDir() 565 } else if (!root[key].isString()) { in parseGeneric() 750 if (!root[key].isString()) { in parseFallbackItem() 828 if (!root[key].isString()) { in parseVariation() 862 if (root.size() == keyCount && root[0].isString() && root[1].isNumeric()) { in parseTtcIndex() 877 } else if (!root[0].isString()) { in parseTtcIndex()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 606 if (!usi.next() || usi.isString()) break; in test2() 621 if (!usi.next() || usi.isString()) break; in test2() 640 if (!usi.next() || usi.isString()) break; in test2() 683 if (!usi.next() || usi.isString()) break; in test2() 688 if (!usi2.next() || usi2.isString()) break; in test2() 734 if(usi.isString()){ in test2() 799 if (!usi.next() || usi.isString()) break; in test2() 810 if (!usi2.next() || usi2.isString()) in test2()
|
H A D | usettest.cpp | 652 if (!iset.next() || !iset.isString()) { in TestAPI() 653 errln("FAIL: UnicodeSetIterator::next/isString"); in TestAPI() 799 UBool isString = it.isString(); in TestIteration() local 806 TEST_ASSERT(isString == false); in TestIteration() 812 TEST_ASSERT(isString == false); in TestIteration() 818 TEST_ASSERT(isString == false); in TestIteration() 824 TEST_ASSERT(isString == false); in TestIteration() 830 TEST_ASSERT(isString == false); in TestIteration() 836 TEST_ASSERT(isString in TestIteration() [all...] |
/third_party/node/lib/ |
H A D | util.js | 130 function isString(arg) { function 376 isString,
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local 92 isString = true; in spvTextToLiteral() 96 isString = true; in spvTextToLiteral() 104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local 92 isString = true; in spvTextToLiteral() 96 isString = true; in spvTextToLiteral() 104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
|
/third_party/spirv-tools/source/ |
H A D | text.cpp | 67 bool isString = false; in spvTextToLiteral() local 92 isString = true; in spvTextToLiteral() 96 isString = true; in spvTextToLiteral() 104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
|
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
H A D | trieset.cpp | 52 while(iter.nextRange() && !iter.isString()) { in TrieSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 189 if (CA->isString()) in lowerPrintfForGpu() 257 if (Init->isZeroValue() || CA->isString()) { in lowerPrintfForGpu() 443 if (Init->isZeroValue() || CA->isString()) { in lowerPrintfForGpu()
|
/third_party/icu/tools/unicode/c/genregexcasing/ |
H A D | genregexcasing.cpp | 46 if (!setIter.isString()) { in main()
|