/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonTokenizer.cs | 395 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 D | locks.py | 288 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 D | test_hyperparser.py | 205 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 D | asn1_lib.c | 438 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 D | MemoryProgramCache.cpp | 161 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 D | gl4cShaderAtomicCounterOpsTests.hpp | 69 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 D | esextcGeometryShaderOutput.cpp | 223 * 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 D | esextcGPUShader5SamplerArrayIndexing.cpp | 237 * 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 D | EGLDeviceTest.cpp | 151 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 D | GrSurfaceProxy.h | 119 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 D | GlyfEncoderTest.java | 196 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 D | cfa.h | 276 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 D | operand.cpp | 150 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 D | cfa.h | 276 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 D | operand.cpp | 150 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 D | rdswitch.c | 42 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 D | coll.h | 156 * 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" <<< "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 D | numfmt.h | 117 * 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 D | ucol.h | 73 * 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 D | icupkg.cpp | 269 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 D | RoundTripLatencyActivity.java | 235 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 D | SkSLDSLParser.h | 102 * 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 D | SkSLFunctionDefinition.cpp | 200 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 D | SkUTF.cpp | 164 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 D | SkPathOpsTypes.cpp | 224 double result = halley_cbrt3d(fabs(x)); in SkDCubeRoot() local 226 result = -result; in SkDCubeRoot() 228 return result; in SkDCubeRoot()
|