/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 307 IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in IntegerFunctionTestInstance() argument 310 , m_spec (spec) in IntegerFunctionTestInstance() 405 UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UaddCarryCaseInstance() argument 406 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UaddCarryCaseInstance() 515 UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UsubBorrowCaseInstance() argument 516 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UsubBorrowCaseInstance() 623 UmulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UmulExtendedCaseInstance() argument 624 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UmulExtendedCaseInstance() 727 ImulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in ImulExtendedCaseInstance() argument 728 : IntegerFunctionTestInstance (context, shaderType, spec, numValue in ImulExtendedCaseInstance() 832 BitfieldExtractCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldExtractCaseInstance() argument 909 BitfieldInsertCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldInsertCaseInstance() argument 991 BitfieldReverseCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldReverseCaseInstance() argument 1051 BitCountCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitCountCaseInstance() argument 1115 FindLSBCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) FindLSBCaseInstance() argument 1179 findMSBCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) findMSBCaseInstance() argument [all...] |
H A D | vktShaderPackingFunctionTests.cpp | 113 ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in ShaderPackingFunctionTestInstance() argument 117 , m_spec (spec) in ShaderPackingFunctionTestInstance() 136 PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) in PackSnorm2x16CaseInstance() argument 137 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in PackSnorm2x16CaseInstance() 254 UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in UnpackSnorm2x16CaseInstance() argument 255 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in UnpackSnorm2x16CaseInstance() 355 PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) in PackUnorm2x16CaseInstance() argument 356 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in PackUnorm2x16CaseInstance() 473 UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in UnpackUnorm2x16CaseInstance() argument 474 : ShaderPackingFunctionTestInstance (context, shaderType, spec, nam in UnpackUnorm2x16CaseInstance() 576 PackHalf2x16CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) PackHalf2x16CaseInstance() argument 708 UnpackHalf2x16CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackHalf2x16CaseInstance() argument 898 PackSnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) PackSnorm4x8CaseInstance() argument 1022 UnpackSnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackSnorm4x8CaseInstance() argument 1133 PackUnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) PackUnorm4x8CaseInstance() argument 1257 UnpackUnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackUnorm4x8CaseInstance() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 345 void getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const; 398 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices, const RenderContext& renderContext) const in getShaderSpec() argument 411 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP))); in getShaderSpec() 436 spec->inputs.push_back(Symbol(varName, VarType(TYPE_INT, PRECISION_HIGHP))); in getShaderSpec() 445 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP))); in getShaderSpec() 463 spec->version = supportsES32 ? GLSL_VERSION_320_ES : GLSL_VERSION_310_ES; in getShaderSpec() 464 spec->globalDeclarations = global.str(); in getShaderSpec() 465 spec->source = code.str(); in getShaderSpec() 719 void getShaderSpec (ShaderSpec* spec, int numInstances, int numReads, const int* readIndices, const RenderContext& renderContext) const; 787 void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, in argument 1026 getShaderSpec(ShaderSpec* spec, int numCounters, int numOps, const int* opIndices, const RenderContext& renderContext) const getShaderSpec() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 307 IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in IntegerFunctionTestInstance() argument 310 , m_spec (spec) in IntegerFunctionTestInstance() 405 UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UaddCarryCaseInstance() argument 406 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UaddCarryCaseInstance() 515 UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UsubBorrowCaseInstance() argument 516 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UsubBorrowCaseInstance() 623 UmulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in UmulExtendedCaseInstance() argument 624 : IntegerFunctionTestInstance (context, shaderType, spec, numValues, name) in UmulExtendedCaseInstance() 727 ImulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) in ImulExtendedCaseInstance() argument 728 : IntegerFunctionTestInstance (context, shaderType, spec, numValue in ImulExtendedCaseInstance() 832 BitfieldExtractCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldExtractCaseInstance() argument 909 BitfieldInsertCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldInsertCaseInstance() argument 991 BitfieldReverseCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitfieldReverseCaseInstance() argument 1051 BitCountCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) BitCountCaseInstance() argument 1115 FindLSBCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) FindLSBCaseInstance() argument 1179 findMSBCaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int numValues, const char* name) findMSBCaseInstance() argument [all...] |
H A D | vktShaderPackingFunctionTests.cpp | 113 ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in ShaderPackingFunctionTestInstance() argument 117 , m_spec (spec) in ShaderPackingFunctionTestInstance() 136 PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) in PackSnorm2x16CaseInstance() argument 137 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in PackSnorm2x16CaseInstance() 254 UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in UnpackSnorm2x16CaseInstance() argument 255 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in UnpackSnorm2x16CaseInstance() 355 PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) in PackUnorm2x16CaseInstance() argument 356 : ShaderPackingFunctionTestInstance (context, shaderType, spec, name) in PackUnorm2x16CaseInstance() 473 UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) in UnpackUnorm2x16CaseInstance() argument 474 : ShaderPackingFunctionTestInstance (context, shaderType, spec, nam in UnpackUnorm2x16CaseInstance() 576 PackHalf2x16CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) PackHalf2x16CaseInstance() argument 708 UnpackHalf2x16CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackHalf2x16CaseInstance() argument 898 PackSnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) PackSnorm4x8CaseInstance() argument 1022 UnpackSnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackSnorm4x8CaseInstance() argument 1133 PackUnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, glu::Precision precision, const char* name) PackUnorm4x8CaseInstance() argument 1257 UnpackUnorm4x8CaseInstance(Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, const char* name) UnpackUnorm4x8CaseInstance() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | tee.c | 319 const char *spec = entry->key; in open_slave() local 320 if (*spec) { in open_slave() 321 if (strspn(spec, slave_bsfs_spec_sep) != 1) { in open_slave() 324 "are allowed\n", entry->key, *spec, slave_bsfs_spec_sep); in open_slave() 328 spec++; /* consume separator */ in open_slave() 332 ret = avformat_match_stream_specifier(avf2, avf2->streams[i], spec); in open_slave() 336 "output '%s'\n", spec, entry->key, filename); in open_slave() 341 av_log(avf, AV_LOG_DEBUG, "spec:%s bsfs:%s matches stream %d of slave " in open_slave() 342 "output '%s'\n", spec, entry->value, i, filename); in open_slave()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 30 static usage = ['[<package-spec>] [<field>[.subfield]...]'] 44 const spec = npa(opts.conf.argv.remain[2]) 45 const pckmnt = await packument(spec, config) 188 const spec = npa(pkg) 193 if (spec.type !== 'git' && spec.type !== 'directory' && spec.rawSpec !== '*') { 194 version = spec.rawSpec 197 const pckmnt = await packument(spec, opts)
|
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 124 spec[PPD_MAX_NAME]; /* PPD attribute name */ in StartPage() local 210 * Figure out the color model and spec strings... in StartPage() 472 snprintf(spec, sizeof(spec), "RENDERMODE.%s", colormodel); in StartPage() 473 if (ppd && ((attr = ppdFindAttr(ppd, "cupsPJL", spec)) != NULL)) in StartPage() 476 snprintf(spec, sizeof(spec), "COLORSPACE.%s", colormodel); in StartPage() 477 if (ppd && ((attr = ppdFindAttr(ppd, "cupsPJL", spec)) != NULL)) in StartPage() 482 snprintf(spec, sizeof(spec), "RENDERINTEN in StartPage() [all...] |
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | eucjp_gen.sh | 7 # https://encoding.spec.whatwg.org/#euc-jp 14 # https://encoding.spec.whatwg.org/index-jis0208.txt 15 # https://encoding.spec.whatwg.org/index-jis0212.txt 25 # * described at https://encoding.spec.whatwg.org/#euc-jp. 73 # of 'index pointer' in the W3C encoding spec, it's the first entry in the 105 wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt 106 wget -N -r -nd https://encoding.spec.whatwg.org/index-jis0212.txt
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibrary.cpp | 50 tcu::TestCase* createCase (const std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec) in createCase() argument 52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec); in createCase()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | CoderMixer2.cpp | 461 CSequentialInStreamCalcSize *spec = new CSequentialInStreamCalcSize;
in GetInStream() 462 bs.StreamRef = spec;
in GetInStream() 463 bs.InStreamSpec = spec;
in GetInStream() 465 spec->SetStream(seqInStream);
in GetInStream() 466 spec->Init();
in GetInStream() 566 COutStreamCalcSize *spec = new COutStreamCalcSize;
in GetOutStream() 567 bs.StreamRef = (ISequentialOutStream *)spec;
in GetOutStream() 568 bs.OutStreamSpec = spec;
in GetOutStream() 570 spec->SetStream(seqOutStream);
in GetOutStream() 571 spec in GetOutStream() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 105 ShaderSpec spec; in getShaderSpec() local 125 spec.glslVersion = glu::GLSL_VERSION_450; in getShaderSpec() 127 spec.inputs.push_back(Symbol("lod", glu::VarType(glu::TYPE_INT, glu::PRECISION_HIGHP))); in getShaderSpec() 128 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP))); in getShaderSpec() 130 spec.globalDeclarations = in getShaderSpec() 133 spec.source = in getShaderSpec() 141 spec.buildOptions = buildOptions; in getShaderSpec() 144 return spec; in getShaderSpec() 769 const ShaderSpec spec = getShaderSpec(params, &dst); in initImageQueryPrograms() local 771 generateSources(params.shaderType, spec, ds in initImageQueryPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageQueryTests.cpp | 105 ShaderSpec spec; in getShaderSpec() local 125 spec.glslVersion = glu::GLSL_VERSION_450; in getShaderSpec() 127 spec.inputs.push_back(Symbol("lod", glu::VarType(glu::TYPE_INT, glu::PRECISION_HIGHP))); in getShaderSpec() 128 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP))); in getShaderSpec() 130 spec.globalDeclarations = in getShaderSpec() 133 spec.source = in getShaderSpec() 141 spec.buildOptions = buildOptions; in getShaderSpec() 144 return spec; in getShaderSpec() 769 const ShaderSpec spec = getShaderSpec(params, &dst); in initImageQueryPrograms() local 771 generateSources(params.shaderType, spec, ds in initImageQueryPrograms() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | colormanager.c | 321 attr->value, attr->spec); in _get_ppd_icc_fallback() 324 if (attr->spec == NULL || attr->value == NULL) in _get_ppd_icc_fallback() 345 if (strcmp(qualifer_tmp, attr->spec) == 0) { in _get_ppd_icc_fallback()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | EdgeWriterTest.java | 124 RangeSpecification spec = RangeSpecification.parse(s); in e() 125 Preconditions.checkArgument(spec.length() == 1, "only specify single digit ranges"); in e() 126 return SimpleEdge.fromMask(spec.getBitmask(0)); in e()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | DirectiveHandler.cpp | 215 ShShaderSpec spec) in handleVersion() 218 !IsDesktopGLSpec(spec)) || in handleVersion() 219 IsDesktopGLSpec(spec)) in handleVersion() 213 handleVersion(const angle::pp::SourceLocation &loc, int version, ShShaderSpec spec) handleVersion() argument
|
/third_party/skia/src/core/ |
H A D | SkStrikeSpec.h | 40 // Create a strike spec for mask style cache entries. 48 // Create a strike spec for path style cache entries. 62 // Create a canonical strike spec for device-less measurements. 66 // Create a strike spec without a device, and does not switch over to path for large sizes. 69 // Make a strike spec for PDF Vector strikes 73 // Create a strike spec for scaled distance field text. 116 explicit SkBulkGlyphMetrics(const SkStrikeSpec& spec); 128 explicit SkBulkGlyphMetricsAndPaths(const SkStrikeSpec& spec); 144 explicit SkBulkGlyphMetricsAndImages(const SkStrikeSpec& spec);
|
/third_party/skia/src/gpu/ops/ |
H A D | QuadPerEdgeAA.h | 139 explicit Tessellator(const VertexSpec& spec, char* vertices); 156 typedef void (*WriteQuadProc)(VertexWriter* vertices, const VertexSpec& spec, 160 static WriteQuadProc GetWriteQuadProc(const VertexSpec& spec);
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.hpp | 192 bool isValid (const ShaderCaseSpecification& spec); 194 bool isCapabilityRequired(CapabilityFlag capabilityFlag, const ShaderCaseSpecification& spec); 200 virtual tcu::TestCase* createCase (const std::string& name, const std::string& description, const ShaderCaseSpecification& spec) = 0;
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BufferZeroInitTests.cpp | 121 void TestBufferZeroInitInCopyTextureToBuffer(const BufferZeroInitInCopyT2BSpec& spec) { in TestBufferZeroInitInCopyTextureToBuffer() argument 123 ASSERT(utils::GetTexelBlockSizeInBytes(kTextureFormat) * spec.textureSize.width % in TestBufferZeroInitInCopyTextureToBuffer() 129 CreateAndInitializeTexture(spec.textureSize, kTextureFormat, kClearColor); in TestBufferZeroInitInCopyTextureToBuffer() 134 const uint64_t bufferSize = spec.bufferOffset + spec.extraBytes + in TestBufferZeroInitInCopyTextureToBuffer() 135 utils::RequiredBytesInCopy(spec.bytesPerRow, spec.rowsPerImage, in TestBufferZeroInitInCopyTextureToBuffer() 136 spec.textureSize, kTextureFormat); in TestBufferZeroInitInCopyTextureToBuffer() 140 buffer, spec.bufferOffset, spec in TestBufferZeroInitInCopyTextureToBuffer() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSwizzleTests.cpp | 130 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() local 134 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax); in init() 155 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() local 159 renderParams.colorScale = spec.lookupScale; in iterate() 160 renderParams.colorBias = spec.lookupBias; in iterate()
|
/third_party/icu/icu4c/source/io/ |
H A D | uscanf_p.cpp | 103 u_scanf_spec_info fInfo; /* Information on this spec */ 110 * @param spec A pointer to a <TT>u_scanf_spec</TT> to receive the parsed 116 u_scanf_spec *spec) in u_scanf_parse_spec() 120 u_scanf_spec_info *info = &(spec->fInfo); in u_scanf_parse_spec() 122 /* initialize spec to default values */ in u_scanf_parse_spec() 123 spec->fArgPos = -1; in u_scanf_parse_spec() 147 spec->fArgPos = (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec() 150 spec->fArgPos *= 10; in u_scanf_parse_spec() 151 spec->fArgPos += (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec() 157 spec in u_scanf_parse_spec() 115 u_scanf_parse_spec(const UChar *fmt, u_scanf_spec *spec) u_scanf_parse_spec() argument 1366 u_scanf_spec spec; u_scanf_parse() local [all...] |
/third_party/libbpf/src/ |
H A D | usdt.c | 29 * usdt.bpf.h defines two BPF maps that usdt_manager expects: USDT spec map 30 * and IP-to-spec-ID map, which is auxiliary map necessary for kernels that 112 * prepares `struct usdt_spec` (USDT spec), which is then provided to BPF-side 113 * code through spec map. This allows BPF applications to quickly fetch the 139 * potentially having a completely different USDT spec associated with it. 140 * To wire all this up together libbpf allocates a unique integer spec ID for 141 * each unique USDT spec. Spec IDs are allocated as sequential small integers 147 * Spec ID is the key in spec BPF map, value is the actual USDT spec layed out 149 * know its associated spec I 239 struct usdt_spec spec; global() member 1190 parse_usdt_spec(struct usdt_spec *spec, const struct usdt_note *note, __u64 usdt_cookie) parse_usdt_spec() argument [all...] |
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uscanf_p.cpp | 103 u_scanf_spec_info fInfo; /* Information on this spec */ 110 * @param spec A pointer to a <TT>u_scanf_spec</TT> to receive the parsed 116 u_scanf_spec *spec) in u_scanf_parse_spec() 120 u_scanf_spec_info *info = &(spec->fInfo); in u_scanf_parse_spec() 122 /* initialize spec to default values */ in u_scanf_parse_spec() 123 spec->fArgPos = -1; in u_scanf_parse_spec() 147 spec->fArgPos = (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec() 150 spec->fArgPos *= 10; in u_scanf_parse_spec() 151 spec->fArgPos += (int) (*s++ - DIGIT_ZERO); in u_scanf_parse_spec() 157 spec in u_scanf_parse_spec() 115 u_scanf_parse_spec(const UChar *fmt, u_scanf_spec *spec) u_scanf_parse_spec() argument 1366 u_scanf_spec spec; u_scanf_parse() local [all...] |
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 260 @patch('%s.SomeClass' % __name__, spec=SomeClass) 270 @patch.object(SomeClass, 'class_attribute', spec=SomeClass) 282 @patch('%s.SomeClass' % __name__, spec=['wibble']) 292 @patch.object(SomeClass, 'class_attribute', spec=['wibble']) 306 @patch('%s.SomeClass' % __name__, spec=['wibble']) 315 @patch('%s.SomeClass' % __name__, spec=True) 327 @patch.object(PTModule, 'SomeClass', spec=True) 339 @patch('%s.SomeClass' % __name__, spec=True) 685 @patch('%s.SomeClass' % __name__, spec=SomeClass, spec_set=True) 691 @patch.object(support, 'SomeClass', spec [all...] |