Home
last modified time | relevance | path

Searched refs:result (Results 10651 - 10675 of 17712) sorted by relevance

1...<<421422423424425426427428429430>>...709

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs395 int result = 0; in ReadUnicodeEscape()
416 result = (result << 4) + nybble; in ReadUnicodeEscape()
418 return (char) result; in ReadUnicodeEscape()
/third_party/python/Lib/asyncio/
H A Dlocks.py288 The predicate should be a callable which result will be
292 result = predicate()
293 while not result:
295 result = predicate()
296 return result
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_hyperparser.py205 result = HyperParser._eat_identifier(candidate, 0, len(candidate))
206 if result == len(candidate):
208 elif result == 0:
211 err_msg = "Unexpected result: {} (expected 0 or {}".format(
212 result, len(candidate)
/third_party/openssl/crypto/asn1/
H A Dasn1_lib.c438 char *result = NULL; in STACK_OF() local
453 if ((result = OPENSSL_malloc(length + 1)) == NULL) in STACK_OF()
456 p = result; in STACK_OF()
469 return result; in STACK_OF()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp161 angle::Result result = in getProgram() local
165 result == angle::Result::Continue); in getProgram()
166 ANGLE_TRY(result); in getProgram()
168 if (result == angle::Result::Continue) in getProgram()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp69 glw::GLuint result = m_inputValue; in getResult() local
72 result = iterate(result, m_paramValue, m_compareValue); in getResult()
74 return result; in getResult()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp223 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
235 bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code, 1, in iterate() local
238 if (false == result) in iterate()
267 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
279 bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code, 1, in iterate() local
282 if (false == result) in iterate()
376 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
491 /** Verifies result of draw call
540 /** Verifies result of draw call
591 * Sets the test result t
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5SamplerArrayIndexing.cpp237 * Sets the test result to QP_TEST_RESULT_FAIL if the test failed, QP_TEST_RESULT_PASS otherwise.
312 /* Fail if result color is different from reference color */ in iterate()
335 static const char* result = "${VERSION}\n" in getVertexShaderCode() local
348 return result; in getVertexShaderCode()
357 static const char* result = "${VERSION}\n" in getFragmentShaderCode() local
377 return result; in getFragmentShaderCode()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDeviceTest.cpp151 HRESULT result = mDevice->CreateBuffer(&bufferDesc, nullptr, &gsBuffer); in trigger9_3DeviceLost() local
152 ASSERT_TRUE(SUCCEEDED(result)); in trigger9_3DeviceLost()
158 result = mDevice->GetDeviceRemovedReason(); in trigger9_3DeviceLost()
159 ASSERT_TRUE(FAILED(result)); in trigger9_3DeviceLost()
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.h119 bool result = fDimensions.width() < 0; in isFullyLazy() local
120 SkASSERT(result == (fDimensions.height() < 0)); in isFullyLazy()
121 SkASSERT(!result || this->isLazy()); in isFullyLazy()
122 return result; in isFullyLazy()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoderTest.java196 byte[] result = new byte[flagBytes.length + valueBytes.length]; in tripletEncode()
197 System.arraycopy(flagBytes, 0, result, 0, flagBytes.length); in tripletEncode()
198 System.arraycopy(valueBytes, 0, result, flagBytes.length, valueBytes.length); in tripletEncode()
199 return result; in tripletEncode()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dcfa.h276 std::vector<BB*> result; in TraversalRoots() local
282 result.push_back(block); in TraversalRoots()
290 result.push_back(block); in TraversalRoots()
295 return result; in TraversalRoots()
H A Doperand.cpp150 return "result ID"; in spvOperandTypeStr()
459 spv_operand_type_t result; in spvTakeFirstMatchableOperand() local
461 result = pattern->back(); in spvTakeFirstMatchableOperand()
463 } while (spvExpandOperandSequenceOnce(result, pattern)); in spvTakeFirstMatchableOperand()
464 return result; in spvTakeFirstMatchableOperand()
478 // No result-id found, so just expect CIVs. in spvAlternatePatternFollowingImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dcfa.h276 std::vector<BB*> result; in TraversalRoots() local
282 result.push_back(block); in TraversalRoots()
290 result.push_back(block); in TraversalRoots()
295 return result; in TraversalRoots()
H A Doperand.cpp150 return "result ID"; in spvOperandTypeStr()
459 spv_operand_type_t result; in spvTakeFirstMatchableOperand() local
461 result = pattern->back(); in spvTakeFirstMatchableOperand()
463 } while (spvExpandOperandSequenceOnce(result, pattern)); in spvTakeFirstMatchableOperand()
464 return result; in spvTakeFirstMatchableOperand()
478 // No result-id found, so just expect CIVs. in spvAlternatePatternFollowingImmediate()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdswitch.c42 read_text_integer(FILE *file, long *result, int *termchar) in LOCAL()
43 /* Read an unsigned decimal integer from a file, store it in result */ in LOCAL()
70 *result = val; in LOCAL()
142 read_scan_integer(FILE *file, long *result, int *termchar) in LOCAL()
149 if (!read_text_integer(file, result, termchar)) in LOCAL()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h156 * account, for example, will result in a different sorting order for same
412 * . // result would be Collator::EQUAL ("abc" == "ABC")
414 * . Collator::EComparisonResult result =
417 * . // result would be Collator::LESS ("abc" &lt;&lt;&lt; "ABC")
419 * . result = myCollation->compare(abc, 3, ABC, 3);
613 * // result will be "abc" == "ABC"
615 * Collator::ComparisonResult result = myCollation->compare("abc", "ABC");
629 * will only return the length of the result without writing any codes (pre-flighting).
672 * function will only return the length of the result without writing any codes (pre-flighting).
741 * responsible for closing the result
[all...]
H A Dnumfmt.h117 * Formattable result(-999); // initialized with error code
118 * nf->parse(myString, result, success);
265 * The caller owns the result and should delete it when done.
289 * @param appendTo Output parameter to receive result.
309 * @param appendTo Output parameter to receive result.
339 * @param result Formattable to be set to the parse result.
352 Formattable& result,
360 * @param appendTo Output parameter to receive result.
373 * @param appendTo Output parameter to receive result
[all...]
H A Ducol.h73 * Possible values for a comparison result
285 * is performed. The correctness of the result is guaranteed only if the
488 * @param conts the set to hold the result. It gets emptied before
520 * be closed. Otherwise, a memory leak will result.
557 * @return The result of comparing the strings; one of UCOL_EQUAL,
582 * @return The result of comparing the strings; one of UCOL_EQUAL,
661 * @return The result of comparing the strings; one of UCOL_EQUAL,
704 * will only return the length of the result without writing any codes (pre-flighting).
744 * The result of setting no reordering will be to have the DUCET/CLDR ordering used. The
774 * will only return the length of the result withou
[all...]
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
H A Dicupkg.cpp269 int result = 0; in main() local
413 return result; in main()
548 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
553 return result; in main()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DRoundTripLatencyActivity.java235 int result = getMeasuredResult(); in getResultString()
236 message += String.format("result = %d\n", result); in getResultString()
237 message += String.format("result.text = %s\n", resultCodeToString(result)); in getResultString()
240 if (result == 0) { in getResultString()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.h102 * Checks to see if the next token is of the specified type. If so, stores it in result (if
103 * result is non-null) and returns true. Otherwise, pushes it back and returns false.
105 bool checkNext(Token::Kind kind, Token* result = nullptr);
113 * If 'result' is non-null, it is set to point to the token that was read.
116 bool expect(Token::Kind kind, const char* expected, Token* result = nullptr);
117 bool expect(Token::Kind kind, String expected, Token* result = nullptr);
125 bool expectIdentifier(Token* result);
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.cpp200 bool result = INHERITED::visitStatement(stmt); in Convert() local
203 return result; in Convert()
208 bool result = INHERITED::visitStatement(stmt); in Convert() local
211 return result; in Convert()
/third_party/skia/src/utils/
H A DSkUTF.cpp164 SkUnichar result = c; in NextUTF16() local
187 result = (result << 10) + (SkUnichar)low - ((0xD800 << 10) + 0xDC00 - 0x10000); in NextUTF16()
190 return result; in NextUTF16()
/third_party/skia/src/pathops/
H A DSkPathOpsTypes.cpp224 double result = halley_cbrt3d(fabs(x)); in SkDCubeRoot() local
226 result = -result; in SkDCubeRoot()
228 return result; in SkDCubeRoot()

Completed in 25 milliseconds

1...<<421422423424425426427428429430>>...709