Searched refs:migrated (Results 1 – 25 of 47) sorted by relevance
12
/third_party/mesa3d/src/util/ |
D | slab.c | 130 pool->migrated = NULL; in slab_create_child() 157 while (pool->migrated) { in slab_destroy_child() 158 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() 159 pool->migrated = elt->next; in slab_destroy_child() 215 pool->free = pool->migrated; in slab_alloc() 216 pool->migrated = NULL; in slab_alloc() 270 elt->next = owner->migrated; in slab_free() 271 owner->migrated = elt; in slab_free()
|
D | slab.h | 73 struct slab_element_header *migrated; member
|
/third_party/libphonenumber/migrator/ |
D | README.md | 11 …file. All numbers in the text file that match available recipes will be migrated and a copy of the… 15 …migrated with given migration recipes. The report will also show the phone numbers that were alrea… 21 …en or stored and instead a new text file will be created containing the migrated version of each p… 27 …dard recipes file format. When using custom recipes, validity checks on migrated numbers will not … 29 …migrated version of a phone number when a migration has taken place on it, regardless of whether t… 91 # This number could not be migrated using any of the recipes from the given recipes file 147 … the original file because there are no +1 phone numbers in the file that could have been migrated. 151 …ons that do not use custom recipe files), there is a possibility that a migrated phone number is s… 201 Even though the migration was invalid, the newly created text file will use the migrated number for… 264 …--countryCode=B``` is inputted as the command line argument, the phone number will not be migrated. [all …]
|
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/ |
D | index.jsp | 34 …TIONS[VALID_MIGRATIONS] = 'The following are numbers that were successfully migrated by the tool:'; 35 …CHART_DESCRIPTIONS[INVALID_MIGRATIONS] = 'The following are numbers that were migrated by the tool… 38 …TOUCHED_INVALID] = 'The following numbers were not seen as valid and could not be migrated based' + 130 …migrations will be migrated and there will be the option of downloading a new text file containing… 147 …"<p>The stale number '" + request.getAttribute("number") + "' was successfully migrated into the" + 151 …out.print("<p>The stale number '" + request.getAttribute("number") + "' was migrated into the phon… 170 …elow is a chart showing the ratio of numbers from the entered file that were able to be migrated" +
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug02.txt | 21 Determine which CPU the process migrated to
|
D | hotplug03.txt | 31 Verify that at least one process has migrated to the new CPU by
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/ |
D | README.md | 30 [2020/01/31 10:40:23:9893] N: _lws_mqtt_rx_parser: migrated nwsi 0x50febd0 to sid 1 0x5106820
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | memctl_testplan.txt | 15 one of the tasks from group a is migrated to group b and the memory usage of
|
/third_party/boost/libs/fiber/doc/ |
D | overview.qbk | 69 A fiber can be migrated from one thread to another, though the library does 80 unless migrated. It might be unblocked (see [link blocking Blocking] below) by 87 Unless migrated, a fiber may access thread-local storage; however that storage
|
D | migration.qbk | 40 In __boost_fiber__ a fiber is migrated by invoking __context_detach__ on the 90 parameter. The fiber yields in a loop and prints out a message if it was migrated
|
/third_party/boost/libs/context/ |
D | README.md | 15 migrated to another thread at any given time.
|
/third_party/boost/libs/context/doc/ |
D | overview.qbk | 25 single thread, it can be migrated to another thread at any given time.
|
/third_party/boost/libs/locale/doc/ |
D | default_encoding_under_windows.txt | 16 - Microsoft Windows had migrated to Wide/UTF-16 API.
|
/third_party/node/test/wpt/ |
D | README.md | 12 under `test/parallel` that have not been migrated to be run with the 15 This folder covers the tests that have been migrated.
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_image.txt | 132 The minimum requirements should be migrated to the client-API
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_image.txt | 132 The minimum requirements should be migrated to the client-API
|
/third_party/flutter/engine/flutter/shell/platform/android/test/ |
D | README.md | 64 timestamp and robolectric version (most likely still 3.8, unless you've migrated
|
/third_party/openGLES/extensions/NV/ |
D | NV_memory_attachment.txt | 49 to allow existing textures and buffers to be migrated to an imported memory 405 6) Should we support resources that were migrated to host memory by driver?
|
/third_party/grpc/src/csharp/ |
D | README.md | 90 …` or use Visual Studio Code with C# extension (on Linux and Mac). gRPC C# code has been migrated to
|
/third_party/node/deps/npm/node_modules/safer-buffer/ |
D | Readme.md | 83 Also in some cases, even if the API _was_ migrated to use of safe Buffer API — a random pull request
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_testplan.txt | 100 After first run a task is migrated from one group to another group. This task
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | infra.md | 92 …d lifetime of the build cache. All of the GCE bots should eventually be migrated to builderless (c…
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | CMakeLists.txt | 20 # Pull in grammar files that have migrated to SPIRV-Headers
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | CMakeLists.txt | 20 # Pull in grammar files that have migrated to SPIRV-Headers
|
/third_party/libwebsockets/ |
D | changelog | 295 linked-list implementation. All polled checks like timeout are migrated 578 ah is migrated to the http role.
|
12