/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 84 #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu 264 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, so the ICU clock will start at a preset value\n" in getUTCtime_fake() 269 fprintf(stderr,"U_DEBUG_FAKETIME was set at compile time, but U_FAKETIME_START was not set.\n" in getUTCtime_fake() 270 "Set U_FAKETIME_START to the number of milliseconds since 1/1/1970 to set the ICU clock.\n"); in getUTCtime_fake() 749 The timezone is sometimes set to "CST-7CDT", "CST6CDT5,J129,J131/19:30", in isValidOlsonID() 761 subdirectory has the same set of files, but individual files 794 This list tries to disambiguate a set of abbreviated timezone IDs and offsets 1024 would return nullptr and set gTimeZoneBufferPt in searchForTZFile() [all...] |
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 255 // set the exponent field to 1, we can recover the result by multiplying 281 // 1. NaN: set the highest bit in mantissa so it'll be surely recognized
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 24 function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 277 ks = set() 1070 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
|
H A D | perf.py | 287 syms[name] = set() 1200 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
|
H A D | perfbd.py | 195 syms[name] = set() 1172 type=lambda x: (lambda k,v: (k, set(v.split(','))))(*x.split('=', 1)),
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 440 property_array().set(index.outobject_array_index(), value); in FastPropertyAtPut() 449 property_array().set(index.outobject_array_index(), value, tag); in FastPropertyAtPut()
|
H A D | code-inl.h | 1139 void BytecodeArray::set(int index, byte value) { in set() function in v8::BytecodeArray 1353 inline void DeoptimizationLiteralArray::set(int index, Object value) { in set() function in v8::DeoptimizationLiteralArray
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 289 # Issue #23571: A function must not return a result with an error set 302 r'a function returned a result with an exception set\n' 311 r'returned a result with an exception set\n' 320 'returned a result with an exception set') 325 # PyObject_GetItem() must not be called with an exception set. 339 r'with an exception set\n' 350 self.assertIn('returned a result with an exception set', err) 706 # The tp_finalize slot will set __class__ to HeapCTypeSubclass 777 modules = set(match.group(1).strip().split(', ')) 981 context.event.set() [all...] |
/third_party/python/Lib/ |
H A D | pathlib.py | 50 """A flavour implements a particular (platform-specific) set of path 123 drive_letters = set('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') 404 yielded = set()
|
H A D | difflib.py | 139 Optional arg autojunk should be set to False to disable the 250 # For each element x in b, set b2j[x] to a list of the indices in 285 self.bjunk = junk = set() 295 self.bpopular = popular = set() 629 # viewing a and b as multisets, set matches to the cardinality 750 First we set up the texts, sequences of individual single-line strings 1101 lines of context. The number of context lines is set by 'n' which 1110 For inputs that do not have trailing newlines, set the lineterm 1186 lines of context. The number of context lines is set by 'n' which 1195 For inputs that do not have trailing newlines, set th [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 66 #include <set> 77 std::set<std::string> excludedExtensions (coreExtensions.begin(), coreExtensions.end()); in removeCoreExtensions() 492 // Bind descriptor set in iterate() 606 << "layout(set = 0, binding = 0, std430) buffer Result\n" in initPrograms() 709 // Create descriptor set in fillIndirectBufferData() 724 // Bind descriptor set in fillIndirectBufferData() 768 << "layout(set = 0, binding = 0, std430) buffer Out\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 42 #include <set> 131 // helper function that check if specified pipeline is in set of pipelines 132 bool isPipelineOneOf(PipelineType pipelineType, std::set<PipelineType> pipelines) in isPipelineOneOf() 392 // two texels, if test passed then r channel should be set to 255 in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 46 #include <set> 55 using std::set; 442 // This structure represents a set of present operations to be run followed by a set of wait operations to be run after them.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 50 #include <set> 351 css << "layout(set=0, binding=4) buffer Params { InputA inputA; InputB inputB; InputC inputC; Output outputO; } params;\n"; in initPrograms() 355 css << "layout(set=0, binding=0) coherent buffer InputA { " << typeStrA << " x[]; } inputA;\n"; in initPrograms() 356 css << "layout(set=0, binding=1) coherent buffer InputB { " << typeStrB << " x[]; } inputB;\n"; in initPrograms() 357 css << "layout(set=0, binding=2) coherent buffer InputC { " << typeStrC << " x[]; } inputC;\n"; in initPrograms() 358 css << "layout(set=0, binding=3) coherent buffer Output { " << typeStrO << " x[]; } outputO;\n"; in initPrograms() 710 set<TestTuple> typeSizes[2]; in iterate()
|
H A D | vktComputeIndirectComputeDispatchTests.cpp | 64 #include <set> 75 std::set<std::string> excludedExtensions (coreExtensions.begin(), coreExtensions.end()); in removeCoreExtensions() 488 // Bind descriptor set in iterate() 598 << "layout(set = 0, binding = 0, std430) buffer Result\n" in initPrograms() 698 // Create descriptor set in fillIndirectBufferData() 713 // Bind descriptor set in fillIndirectBufferData() 756 << "layout(set = 0, binding = 0, std430) buffer Out\n" in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 904 void DisplayEGL::setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) in setBlobCacheFuncs() argument 908 mEGL->setBlobCacheFuncsANDROID(set, get); in setBlobCacheFuncs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.h | 274 using FenceSyncSet = std::set<GLsync>; 277 using ResourceSet = std::set<GLuint>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 155 Properties.set(MachineFunctionProperties::Property::IsSSA); in init() 156 Properties.set(MachineFunctionProperties::Property::TracksLiveness); in init() 178 // FIXME: Shouldn't use pref alignment if explicit alignment is set on F. in init() 325 // If BlockNo is already taken, set that block's number to -1. in RenumberBlocks()
|
H A D | MachineSink.cpp | 126 /// Record of debug variables that have had their locations set in the 794 // Copy DBG_VALUE operand and set the original to undef. We then check to in attemptDebugCopyProp() 1023 RegsToClearKillFlags.set(MO.getReg()); // Remember to clear kill flags. in SinkInstruction() 1114 return MachineFunctionProperties().set( 1154 // If BB is set here, Reg is live-in to at least two sinkable successors, in getSingleLiveInSuccBB()
|
H A D | WinEHPrepare.cpp | 550 // the last need to set the following one as its TryParentState. in calculateClrEHStateNumbers() 1231 U.set(Load); in replaceUseWithLoad() 1237 U.set(Load); in replaceUseWithLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 22 #include <set> 645 for (const std::pair<const uint64_t, std::set<uint64_t>> &Pair : in verifyDebugInfoReferences()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.cc | 20 #include <set> 121 std::set<std::string> seen; in SetShaderOptimizations() 124 return Result("duplicate optimization flag (" + opt + ") set on shader"); in SetShaderOptimizations() 785 // 2. Find or create the buffer for the descriptor set and binding pair. in GenerateOpenCLPodBuffers() 844 // Ensure no buffer was previously bound for this descriptor set and in GenerateOpenCLPodBuffers() 851 " to PoD args at descriptor set " + in GenerateOpenCLPodBuffers() 857 // Add a new buffer for this descriptor set and binding. in GenerateOpenCLPodBuffers()
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 329 // If we have a ycbcr we remove it from the backend format and set the VkFormat to in makeTexture2D() 766 fMutableState->set(state); in setMutableState() 976 , fFramebufferOnly(false) // TODO: set this from mtlInfo.fTexture->framebufferOnly in GrBackendRenderTarget() 1241 fMutableState->set(state); in setMutableState()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 295 data->stencil[0].set(pipelineState.getFrontStencil().reference, pipelineState.getFrontStencil().compareMask, pipelineState.getFrontStencil().writeMask); in draw() 296 data->stencil[1].set(pipelineState.getBackStencil().reference, pipelineState.getBackStencil().compareMask, pipelineState.getBackStencil().writeMask); in draw()
|