/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 201 """A class that understands the gyp 'msvs_...' values (especially the 233 for config in configs.values(): 665 # TODO: These 'map' values come from machineTypeOption enum, 1253 # Sets some values in default_variables, which are required for many
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 201 """A class that understands the gyp 'msvs_...' values (especially the 233 for config in configs.values(): 662 # TODO: These 'map' values come from machineTypeOption enum, 1244 # Sets some values in default_variables, which are required for many
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 78 // else to hold that many keys and values. Just filling the memory with 642 * Return a generator yielding the values in the cache, 645 *values() { 655 * Inverse order version of {@link LRUCache.values} 657 * Return a generator yielding the values in the cache, 702 * Does not iterate over stale values. 747 * single key. Always returns stale values, if their info is found in the 1403 * Clear the cache entirely, throwing away all values.
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 75 // else to hold that many keys and values. Just filling the memory with 639 * Return a generator yielding the values in the cache, 642 *values() { 652 * Inverse order version of {@link LRUCache.values} 654 * Return a generator yielding the values in the cache, 699 * Does not iterate over stale values. 744 * single key. Always returns stale values, if their info is found in the 1400 * Clear the cache entirely, throwing away all values.
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 155 // simulating a JS-to-Wasm-to-JS coercion of parameter and return values. 291 const base::Vector<Node*> values,
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 506 print(sum(map(len, numeric.values())), "numeric code points")
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | GeneratedMessageTest.java | 117 // Make sure that builder didn't update previously created values in testUsingBuilderMultipleTimes() 487 for (ForeignEnum value : ForeignEnum.values()) { in testEnumMap()
|
/third_party/python/Lib/ |
H A D | ipaddress.py | 294 for net in sorted(subnets.values()):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1194 refData.values[ndx] = texture2D.sample(refSampler, cx, cy, lod); in validateResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 94 cl::values(clEnumValN(UseBFI::None, "none", 1110 // has multiple predecessors in the loop with different values. in HasLoopPHIUse()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 300 # context values. We emulate this restriction for decimal.py. 370 # values do not cause a MemoryError. 797 # operation with a maxcontext to ensure that huge intermediate values 916 # values. In some cases, for reasonable run times a 920 # function, which records statistics for the result values. 1135 for lst in funcdict.values(): 1182 # Contexts with small values for prec, emin, emax.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 105 cl::values(clEnumValN(FUSION_DEPENDENCE_ANALYSIS_SCEV, "scev", 125 /// of continually querying the underlying Loop to retrieve these values. It is 1181 // values might not dominate the exiting branch. While we do not generally in performFusion() 1186 // anyway as all loop carried values dominate the latch and thereby also the in performFusion() 1206 // the new values do only need to dominate their latch and not the exiting in performFusion() 1421 // values might not dominate the exiting branch. While we do not generally in fuseGuardedLoops() 1426 // anyway as all loop carried values dominate the latch and thereby also the in fuseGuardedLoops() 1448 // the new values do only need to dominate their latch and not the exiting in fuseGuardedLoops()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 238 # getattr() and setattr() to reflectively manipulate field values. If we 374 # packed values regardless of the field's options. 388 Also exporting a class-level object that can name enum values. 396 for enum_value in enum_type.values: 644 Note that when clients add values to these containers, we perform
|
/third_party/python/Lib/test/ |
H A D | test_hashlib.py | 202 constructors = self.constructors_to_test.values() 1121 # this values should work
|
H A D | test_inspect.py | 1771 # f got multiple values for keyword argument 1806 ' have default values'): 2325 for param in sig.parameters.values()), 2368 # keyword-only parameters without default values 2369 # can follow keyword-only parameters with default values: 2420 mysig = MySignature().replace(parameters=myparams.values(), 2522 self.assertEqual(list(signature.parameters.values())[0].name, 'self') 2530 self.assertNotEqual(list(signature.parameters.values())[0].name, 'self') 3063 new_params = tuple(sig.parameters.values())[1:] 3748 with self.assertRaisesRegex(ValueError, 'cannot have default values') [all...] |
H A D | test_socket.py | 1856 unknown_family = max(socket.AddressFamily.__members__.values()) + 1 3401 # Test CMSG_LEN() with various valid and invalid values, 3404 values = list(range(257)) + list(range(toobig - 257, toobig)) 3408 for n in values: 3416 # that it reject values over the limit. 3422 # Test CMSG_SPACE() with various valid and invalid values, 3425 values = list(range(257)) + list(range(toobig - 257, toobig)) 3430 for n in values: 3440 # that it reject values over the limit.
|
/third_party/python/Lib/test/test_email/ |
H A D | test_headerregistry.py | 290 # RFC 2045 5.2 says syntactically invalid values are to be treated as 564 # This follows the RFC: no double quotes around encoded values. 983 # Other valid values. 1017 # Recoverable invalid values. We can recover here only because we 1029 # Unrecoverable invalid values. We *could* apply more heuristics to 1297 examples = list(self.example_params.values())
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 291 for v in list(sys.modules.values()): 432 typeobj: The data type to call this function on when both values 1198 standardMsg += 'Mismatched values: %s' % ','.join(mismatched)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 1158 refData.values[ndx] = texture2D.sample(refSampler, cx, cy, lod); in validateResult()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4835 % to re-insert the same penalty (values >10000 are used for various 7003 % Get the values of \leftskip and \rightskip as they were outside the @def... 7510 % definition. It gets all the arguments values and assigns them to macros 7515 % #3 is the list of argument values 7544 % No more arguments values passed to macro. Set remaining named-arg 7575 % Replace arguments by their values in the macro body, and place the result 7580 % values into respective token registers. 7589 % values. The trick for values not to be expanded themselves is that they 7605 % First the replace in body the macro arguments by their values, th [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | si_dpm.c | 3208 if (clocks->values[i] >= requested_clock) in btc_find_valid_clock() 3209 return (clocks->values[i] < max_clock) ? clocks->values[i] : max_clock; in btc_find_valid_clock() 3212 return (clocks->values[clocks->count - 1] < max_clock) ? in btc_find_valid_clock() 3213 clocks->values[clocks->count - 1] : max_clock; in btc_find_valid_clock() 7449 adev->pm.dpm.dyn_state.valid_sclk_values.values = NULL; in si_dpm_init() 7451 adev->pm.dpm.dyn_state.valid_mclk_values.values = NULL; in si_dpm_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 3223 if (clocks->values[i] >= requested_clock) in btc_find_valid_clock() 3224 return (clocks->values[i] < max_clock) ? clocks->values[i] : max_clock; in btc_find_valid_clock() 3227 return (clocks->values[clocks->count - 1] < max_clock) ? in btc_find_valid_clock() 3228 clocks->values[clocks->count - 1] : max_clock; in btc_find_valid_clock() 7496 adev->pm.dpm.dyn_state.valid_sclk_values.values = NULL; in si_dpm_init() 7498 adev->pm.dpm.dyn_state.valid_mclk_values.values = NULL; in si_dpm_init()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1576 typedef void (APIENTRYP PFNGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); 1596 GLAPI void APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); 1791 typedef void (APIENTRYP PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1796 typedef void (APIENTRYP PFNGLGETPROGRAMSTAGEIVPROC) (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1798 typedef void (APIENTRYP PFNGLPATCHPARAMETERFVPROC) (GLenum pname, const GLfloat *values); 1838 GLAPI void APIENTRY glGetActiveSubroutineUniformiv (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1843 GLAPI void APIENTRY glGetProgramStageiv (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1845 GLAPI void APIENTRY glPatchParameterfv (GLenum pname, const GLfloat *values); 2942 typedef void (APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values); 2959 GLAPI void APIENTRY glProgramUniformHandleui64vARB (GLuint program, GLint location, GLsizei count, const GLuint64 *values); [all...] |
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1557 typedef void (APIENTRYP PFNGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei count, GLsizei *length, GLint *values); 1577 GLAPI void APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei count, GLsizei *length, GLint *values); 1772 typedef void (APIENTRYP PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1777 typedef void (APIENTRYP PFNGLGETPROGRAMSTAGEIVPROC) (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1779 typedef void (APIENTRYP PFNGLPATCHPARAMETERFVPROC) (GLenum pname, const GLfloat *values); 1819 GLAPI void APIENTRY glGetActiveSubroutineUniformiv (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1824 GLAPI void APIENTRY glGetProgramStageiv (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1826 GLAPI void APIENTRY glPatchParameterfv (GLenum pname, const GLfloat *values); 2923 typedef void (APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values); 2940 GLAPI void APIENTRY glProgramUniformHandleui64vARB (GLuint program, GLint location, GLsizei count, const GLuint64 *values); [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1613 typedef void (APIENTRYP PFNGLGETSYNCIVPROC) (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); 1633 GLAPI void APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); 1828 typedef void (APIENTRYP PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1833 typedef void (APIENTRYP PFNGLGETPROGRAMSTAGEIVPROC) (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1835 typedef void (APIENTRYP PFNGLPATCHPARAMETERFVPROC) (GLenum pname, const GLfloat *values); 1875 GLAPI void APIENTRY glGetActiveSubroutineUniformiv (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values); 1880 GLAPI void APIENTRY glGetProgramStageiv (GLuint program, GLenum shadertype, GLenum pname, GLint *values); 1882 GLAPI void APIENTRY glPatchParameterfv (GLenum pname, const GLfloat *values); 2979 typedef void (APIENTRYP PFNGLPROGRAMUNIFORMHANDLEUI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64 *values); 2996 GLAPI void APIENTRY glProgramUniformHandleui64vARB (GLuint program, GLint location, GLsizei count, const GLuint64 *values); [all...] |