/third_party/gettext/gettext-tools/doc/ |
D | iso-3166.texi | 1 @item AD 3 @item AE 5 @item AF 7 @item AG 9 @item AI 11 @item AL 13 @item AM 15 @item AO 17 @item AQ 19 @item AR [all …]
|
D | iso-639.texi | 1 @item aa 3 @item ab 5 @item ae 7 @item af 9 @item ak 11 @item am 13 @item an 15 @item ar 17 @item as 19 @item av [all …]
|
D | iso-639-2.texi | 1 @item ace 3 @item awa 5 @item bal 7 @item ban 9 @item bej 11 @item bem 13 @item bho 15 @item bik 17 @item bin 19 @item bug [all …]
|
/third_party/boost/libs/math/tools/ |
D | generate_rational_code.cpp | 65 for(int item = order - 3; item >= 0; --item) in print_polynomials() local 67 ofs << ") * x + a[" << item << "]"; in print_polynomials() 133 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local 135 ofs << ") * x2 + a[" << item << "]"; in print_polynomials() 141 for(int item = order - 6; item >= 0; item -= 2) in print_polynomials() local 143 ofs << ") * x2 + a[" << item << "]"; in print_polynomials() 152 for(int item = order - 5; item >= 0; item -= 2) in print_polynomials() local 154 ofs << ") * x2 + a[" << item << "]"; in print_polynomials() 160 for(int item = order - 6; item >= 0; item -= 2) in print_polynomials() local 162 ofs << ") * x2 + a[" << item << "]"; in print_polynomials() [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-message-queue.c | 59 SoupMessageQueueItem *item = user_data; in queue_message_restarted() local 61 g_cancellable_reset (item->cancellable); in queue_message_restarted() 80 SoupMessageQueueItem *item; in soup_message_queue_append() local 82 item = g_slice_new0 (SoupMessageQueueItem); in soup_message_queue_append() 83 item->session = g_object_ref (queue->session); in soup_message_queue_append() 84 item->async_context = soup_session_get_async_context (item->session); in soup_message_queue_append() 85 if (item->async_context) in soup_message_queue_append() 86 g_main_context_ref (item->async_context); in soup_message_queue_append() 87 item->queue = queue; in soup_message_queue_append() 88 item->msg = g_object_ref (msg); in soup_message_queue_append() [all …]
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_split.py | 93 for item in s1.create_dict_iterator(num_epochs=1, output_numpy=True): 94 s1_output.append(item["text"].item().decode("utf8")) 97 for item in s2.create_dict_iterator(num_epochs=1, output_numpy=True): 98 s2_output.append(item["text"].item().decode("utf8")) 107 for item in s1.create_dict_iterator(num_epochs=1, output_numpy=True): 108 s1_output.append(item["text"].item().decode("utf8")) 111 for item in s2.create_dict_iterator(num_epochs=1, output_numpy=True): 112 s2_output.append(item["text"].item().decode("utf8")) 121 for item in s1.create_dict_iterator(num_epochs=1, output_numpy=True): 122 s1_output.append(item["text"].item().decode("utf8")) [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/ |
D | SDL_sysjoystick.c | 184 SDL_joylist_item *item; in Android_OnPadDown() local 187 item = JoystickByDeviceId(device_id); in Android_OnPadDown() 188 if (item && item->joystick) { in Android_OnPadDown() 189 SDL_PrivateJoystickButton(item->joystick, button , SDL_PRESSED); in Android_OnPadDown() 200 SDL_joylist_item *item; in Android_OnPadUp() local 203 item = JoystickByDeviceId(device_id); in Android_OnPadUp() 204 if (item && item->joystick) { in Android_OnPadUp() 205 SDL_PrivateJoystickButton(item->joystick, button, SDL_RELEASED); in Android_OnPadUp() 217 SDL_joylist_item *item = JoystickByDeviceId(device_id); in Android_OnJoy() local 218 if (item && item->joystick) { in Android_OnJoy() [all …]
|
/third_party/node/deps/npm/node_modules/gauge/ |
D | render-template.js | 10 return function (item) { argument 11 return renderValue(item, values) 21 function preType (item) { argument 22 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) 26 function postType (item) { argument 27 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) 31 function hasPreOrPost (item, values) { argument 32 if (!item.type) return 33 return values[preType(item)] || values[postType(item)] 37 var item = objectAssign({}, baseItem) [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/ |
D | SDL_sysjoystick.c | 50 SDL_joylist_item *item; in Emscripten_JoyStickConnected() local 56 item = (SDL_joylist_item *) SDL_malloc(sizeof (SDL_joylist_item)); in Emscripten_JoyStickConnected() 57 if (item == NULL) { in Emscripten_JoyStickConnected() 61 SDL_zerop(item); in Emscripten_JoyStickConnected() 62 item->index = gamepadEvent->index; in Emscripten_JoyStickConnected() 64 item->name = SDL_strdup(gamepadEvent->id); in Emscripten_JoyStickConnected() 65 if ( item->name == NULL ) { in Emscripten_JoyStickConnected() 66 SDL_free(item); in Emscripten_JoyStickConnected() 70 item->mapping = SDL_strdup(gamepadEvent->mapping); in Emscripten_JoyStickConnected() 71 if ( item->mapping == NULL ) { in Emscripten_JoyStickConnected() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 109 static void SDL_EVDEV_sync_device(SDL_evdevlist_item *item); 400 SDL_evdevlist_item *item; in SDL_EVDEV_Poll() local 416 for (item = _this->first; item != NULL; item = item->next) { in SDL_EVDEV_Poll() 417 while ((len = read(item->fd, events, (sizeof events))) > 0) { in SDL_EVDEV_Poll() 422 if (item->out_of_sync && item->is_touchscreen && in SDL_EVDEV_Poll() 455 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll() 457 item->touchscreen_data->current_slot = events[i].value; in SDL_EVDEV_Poll() 460 if (!item->is_touchscreen) /* FIXME: temp hack */ in SDL_EVDEV_Poll() 463 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].tracking_id = events[i].value; in SDL_EVDEV_Poll() 464 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ |
D | playout.c | 123 static void playout_item_free (PlayoutItem * item); 126 static gboolean playout_app_prepare_item (PlayoutItem * item); 127 static gboolean playout_app_activate_item (PlayoutItem * item); 131 static gboolean playout_app_remove_item (PlayoutItem * item); 228 PlayoutItem *item = g_new0 (PlayoutItem, 1); in playout_item_new() local 230 item->app = app; in playout_item_new() 231 item->state = PLAYOUT_ITEM_STATE_NEW; in playout_item_new() 232 item->fn = g_strdup (fn); in playout_item_new() 234 return item; in playout_item_new() 260 PlayoutItem * item) in playout_item_pad_probe_blocked() argument [all …]
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 22 @item b @var{integer} (@emph{encoding,audio,video}) 25 @item ab @var{integer} (@emph{encoding,audio}) 28 @item bt @var{integer} (@emph{encoding,video}) 34 @item flags @var{flags} (@emph{decoding/encoding,audio,video,subtitles}) 39 @item mv4 41 @item qpel 43 @item loop 45 @item qscale 47 @item pass1 49 @item pass2 [all …]
|
D | utils.texi | 14 @item 20 @item 23 @item 28 @item 47 @item 54 @item 61 @item 67 @item 73 @item 128 @item 55 [all …]
|
D | general_contents.texi | 358 @item Name @tab Encoding @tab Decoding @tab Comments 359 @item 3dostr @tab @tab X 360 @item 4xm @tab @tab X 362 @item 8088flex TMV @tab @tab X 363 @item AAX @tab @tab X 365 @item AA @tab @tab X 367 @item ACT Voice @tab @tab X 369 @item Adobe Filmstrip @tab X @tab X 370 @item Audio IFF (AIFF) @tab X @tab X 371 @item American Laser Games MM @tab @tab X [all …]
|
/third_party/cJSON/tests/ |
D | common.h | 28 void reset(cJSON *item); 29 void reset(cJSON *item) { in reset() argument 30 if ((item != NULL) && (item->child != NULL)) in reset() 32 cJSON_Delete(item->child); in reset() 34 if ((item->valuestring != NULL) && !(item->type & cJSON_IsReference)) in reset() 36 global_hooks.deallocate(item->valuestring); in reset() 38 if ((item->string != NULL) && !(item->type & cJSON_StringIsConst)) in reset() 40 global_hooks.deallocate(item->string); in reset() 43 memset(item, 0, sizeof(cJSON)); in reset() 103 #define assert_has_type(item, item_type) TEST_ASSERT_BITS_MESSAGE(0xFF, item_type, item->type, "Ite… argument [all …]
|
D | misc_utils_tests.c | 34 cJSON *item = cJSON_CreateString("item"); in cjson_utils_functions_shouldnt_crash_with_null_pointers() local 35 TEST_ASSERT_NOT_NULL(item); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 37 TEST_ASSERT_NULL(cJSONUtils_GetPointer(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 40 TEST_ASSERT_NULL(cJSONUtils_GetPointerCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 41 TEST_ASSERT_NULL(cJSONUtils_GeneratePatches(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 42 TEST_ASSERT_NULL(cJSONUtils_GeneratePatches(NULL, item)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 43 TEST_ASSERT_NULL(cJSONUtils_GeneratePatchesCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 44 TEST_ASSERT_NULL(cJSONUtils_GeneratePatchesCaseSensitive(NULL, item)); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 45 cJSONUtils_AddPatchToArray(item, "path", "add", NULL); in cjson_utils_functions_shouldnt_crash_with_null_pointers() 46 cJSONUtils_AddPatchToArray(item, "path", NULL, item); in cjson_utils_functions_shouldnt_crash_with_null_pointers() [all …]
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_list.c | 58 struct cil_list_item *item; in cil_list_destroy() local 64 item = (*list)->head; in cil_list_destroy() 65 while (item != NULL) in cil_list_destroy() 67 struct cil_list_item *next = item->next; in cil_list_destroy() 68 if (item->flavor == CIL_LIST) { in cil_list_destroy() 69 cil_list_destroy((struct cil_list**)&(item->data), destroy_data); in cil_list_destroy() 70 free(item); in cil_list_destroy() 72 cil_list_item_destroy(&item, destroy_data); in cil_list_destroy() 74 item = next; in cil_list_destroy() 80 void cil_list_item_init(struct cil_list_item **item) in cil_list_item_init() argument [all …]
|
/third_party/openssl/util/ |
D | su-filter.pl | 68 my $item; 79 foreach $item (@datalist) { 81 if($item eq "*/") { 88 $dataitem .= $item; 92 $dataitem .= $item; 93 if($item eq "\"") { 99 if($item eq "\n") { 105 $dataitem .= $item; 109 if($item eq "}") { 117 } elsif($item eq "{") { [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | list.h | 28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add() argument 30 item->next = list->next; in dl_list_add() 31 item->prev = list; in dl_list_add() 32 list->next->prev = item; in dl_list_add() 33 list->next = item; in dl_list_add() 36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail() argument 38 dl_list_add(list->prev, item); in dl_list_add_tail() 41 static inline void dl_list_del(struct dl_list *item) in dl_list_del() argument 43 item->next->prev = item->prev; in dl_list_del() 44 item->prev->next = item->next; in dl_list_del() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceDeclaration3.types | 2 interface I1 { item:number; } 3 >item : number 8 interface I1 { item:string; } 9 >item : string 11 interface I2 { item:number; } 12 >item : number 17 public item:number; 18 >item : number 23 public item:string; 24 >item : string [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | list.h | 28 static inline void dl_list_add(struct dl_list *list, struct dl_list *item) in dl_list_add() argument 30 item->next = list->next; in dl_list_add() 31 item->prev = list; in dl_list_add() 32 list->next->prev = item; in dl_list_add() 33 list->next = item; in dl_list_add() 36 static inline void dl_list_add_tail(struct dl_list *list, struct dl_list *item) in dl_list_add_tail() argument 38 dl_list_add(list->prev, item); in dl_list_add_tail() 41 static inline void dl_list_del(struct dl_list *item) in dl_list_del() argument 43 item->next->prev = item->prev; in dl_list_del() 44 item->prev->next = item->next; in dl_list_del() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.ui | 16 <item row="1" column="3" > 22 </item> 23 <item row="0" column="0" colspan="4" > 32 <item row="0" column="0" > 38 </item> 39 <item row="0" column="1" > 48 </item> 49 <item row="1" column="0" > 55 </item> 56 <item row="1" column="1" > [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.ui | 16 <item row="1" column="3" > 22 </item> 23 <item row="0" column="0" colspan="4" > 32 <item row="0" column="0" > 38 </item> 39 <item row="0" column="1" > 48 </item> 49 <item row="1" column="0" > 55 </item> 56 <item row="1" column="1" > [all …]
|
/third_party/boost/libs/histogram/doc/ |
D | doxygen_postprocessing.py | 18 for item in root.iter(tag): 19 if condition(item): 20 result.append(item) 56 for item in elem: 57 tail_stripper(item) 91 for item in select( 96 parent = parent_map[item] 98 parent.remove(item) 107 for item in select(is_detail, "type"): 108 log("replacing", '"%s"' % item.text, 'with "unspecified"') [all …]
|
/third_party/python/Tools/peg_generator/pegen/ |
D | first_sets.py | 50 def visit_Alt(self, item: Alt) -> Set[str]: 53 for other in item.items: 55 if isinstance(other.item, NegativeLookahead): 69 if not isinstance(other.item, (Opt, NegativeLookahead, Repeat0)): 77 def visit_Cut(self, item: Cut) -> Set[str]: 80 def visit_Group(self, item: Group) -> Set[str]: 81 return self.visit(item.rhs) 83 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]: 84 return self.visit(item.node) 86 def visit_NegativeLookahead(self, item: NegativeLookahead) -> Set[str]: [all …]
|