Searched refs:inCount (Results 1 - 11 of 11) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DBase64.java42 int inCount = 0;
78 inCount++;
79 if (inCount % 4 == 0) {
86 int lastWordChars = inCount % 4;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileVerifierPass.cpp41 int inCount; member in struct:llvm::ProfileVerifierPassT::DetailedBlockInfo
99 int inCount = 0; local
110 inCount++;
132 << "inCount=" << inCount << ","
150 << "inCount=" << DI->inCount << ","
242 DI.outCount = DI.inCount = 0;
251 DI.inCount++;
256 DI.inCount
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h126 inline int incidentCount() const { return inCount; }
140 int16_t inCount; member in class:nv50_ir::Graph::Node
188 if (inCount != 1)
H A Dnv50_ir_graph.cpp69 --target->inCount;
90 inCount(0), outCount(0)
117 ++node->inCount;
/external/skia/src/core/
H A DSkPictureData.cpp510 bool new_array_from_buffer(SkReadBuffer& buffer, uint32_t inCount, argument
515 if (0 == inCount) {
518 if (!buffer.validate(SkTFitsIn<int>(inCount))) {
522 *outCount = inCount;
/external/skia/tests/
H A DTextBlobTest.cpp260 const RunDef in[], unsigned inCount,
268 for (unsigned i = 0; i < inCount; ++i) {
275 REPORTER_ASSERT(reporter, (inCount > 0) == SkToBool(blob));
259 RunBuilderTest(skiatest::Reporter* reporter, SkTextBlobBuilder& builder, const RunDef in[], unsigned inCount, const RunDef out[], unsigned outCount) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4420 const int inCount = numInputs<In>(); local
4422 const size_t numValues = (inCount > 0) ? inputs.in0.size() : 1;
4456 switch (inCount)
4526 if (inCount > 0)
4532 if (inCount > 1)
4538 if (inCount > 2)
4544 if (inCount > 3)
4628 const int inCount = numInputs<In>(); local
4642 m_spec.inputs.resize(inCount);
4644 switch (inCount)
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4479 const int inCount = numInputs<In>(); local
4481 const size_t numValues = (inCount > 0) ? inputs.in0.size() : 1;
4489 switch (inCount)
4526 spec.inputs.resize(inCount);
4528 switch (inCount)
4632 if (inCount > 0)
4638 if (inCount > 1)
4644 if (inCount > 2)
4650 if (inCount > 3)
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 245 milliseconds