Home
last modified time | relevance | path

Searched refs:list_item (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/tools/build/src/engine/modules/
Dregex.cpp43 s = list_item( iter ); in regex_split()
44 separator = list_item( list_next( iter ) ); in regex_split()
103 s = list_item( iter ); in regex_replace()
105 match = list_item( iter ); in regex_replace()
107 replacement = list_item(iter ); in regex_replace()
169 *p++ = atoi( object_str( list_item( iter ) ) ); in regex_transform()
190 if ( regexec( re, object_str( list_item( iter ) ) ) ) in regex_transform()
Dproperty-set.cpp39 hash = hash * 2147059363 + object_hash( list_item( iter ) ); in list_hash()
56 if ( ! object_equal( list_item( lhs_iter ), list_item( rhs_iter ) ) ) in list_equal()
174 const char * str = object_str( list_item( iter ) ); in property_set_create()
222 res = strncmp( object_str( list_item( mid ) ), name, name_len ); in property_set_get()
238 res = strncmp( object_str( list_item( tmp ) ), name, name_len ); in property_set_get()
250 res = strncmp( object_str( list_item( tmp ) ), name, name_len ); in property_set_get()
262 object_new( object_str( list_item( begin ) ) + name_len ) ); in property_set_get()
280 const char * name = object_str( list_item( features_iter ) ); in property_set_contains_features()
296 res = strncmp( object_str( list_item( mid ) ), name, name_len ); in property_set_contains_features()
Dorder.cpp23 var_set( frame->module, list_item( iter ), list_copy_range( arg, list_next( in add_pair()
38 if ( object_equal( list_item( iter ), value ) ) in list_index()
106 LIST * dependencies = var_get( frame->module, list_item( iter ) ); in order()
115 int const dst = list_index( arg, list_item( dep_iter ) ); in order()
131 result = list_push_back( result, object_copy( list_item( iter ) ) ); in order()
Dsequence.cpp37 int const current = atoi( object_str( list_item( iter ) ) ); in sequence_select_highest_ranked()
48 if ( atoi( object_str( list_item( iter ) ) ) == highest_rank ) in sequence_select_highest_ranked()
49 result = list_push_back( result, object_copy( list_item( in sequence_select_highest_ranked()
75 …push_back( list_copy_range( function, args_begin, args_end ), object_copy( list_item( iter ) ) ) ); in sequence_transform()
Dset.cpp30 if (!list_in(a, list_item(iter))) in set_difference()
31 result = list_push_back(result, object_copy(list_item(iter))); in set_difference()
/third_party/boost/tools/build/src/engine/
Dlists.cpp226 object_free( list_item( iter ) ); in list_free()
289 char const * st = t_it != t_end ? object_str( list_item( t_it ) ) : ""; in list_cmp()
290 char const * ss = s_it != s_end ? object_str( list_item( s_it ) ) : ""; in list_cmp()
306 if ( !list_in( l, list_item( iter ) ) ) in list_is_sublist()
320 out_printf( "%s", object_str( list_item( iter ) ) ); in list_print()
323 out_printf( " %s", object_str( list_item( iter ) ) ); in list_print()
343 if ( object_equal( list_item( iter ), value ) ) in list_in()
357 if ( !last_added || !object_equal( list_item( iter ), last_added ) ) in list_unique()
359 result = list_push_back( result, object_copy( list_item( iter ) ) ); in list_unique()
360 last_added = list_item( iter ); in list_unique()
[all …]
Dbuiltins.cpp517 lhs = object_str( list_item( iter ) ); in builtin_calc()
521 op = object_str( list_item( iter ) ); in builtin_calc()
525 rhs = object_str( list_item( iter ) ); in builtin_calc()
560 TARGET * const t = bindtarget( list_item( iter ) ); in builtin_depends()
573 TARGET * const s = bindtarget( list_item( iter ) ); in builtin_depends()
580 list_item( t_iter ) )->includes ); in builtin_depends()
605 TARGET * const t = bindtarget( list_item( iter ) ); in builtin_rebuilds()
673 bindtarget( list_item( iter ) )->flags |= flags; in builtin_flags()
735 if ( !glob( object_str( list_item( iter ) ), buf->value ) ) in builtin_glob_back()
760 string_append( s, object_str( list_item( iter ) ) ); in downcase_list()
[all …]
Dlists.h96 #define list_item( it ) (*(it)) macro
98 #define list_front( l ) list_item( list_begin( l ) )
134 inline OBJECT *& operator*() const { return list_item(list_i); }
135 inline OBJECT ** operator->() const { return &list_item(list_i); }
Dsubst.cpp50 char const * const source = object_str( list_item( iter ) ); in builtin_subst()
51 OBJECT * const pattern = list_item( list_next( iter ) ); in builtin_subst()
62 char const * in = object_str( list_item( subst ) ); in builtin_subst()
Dexeccmd.cpp59 switch ( object_str( list_item( iter ) )[ 0 ] ) in argv_from_shell()
63 default : argv[ i ] = object_str( list_item( iter ) ); in argv_from_shell()
Dclass.cpp33 if ( !hash_find( classes, list_item( iter ) ) ) in check_defined()
35 out_printf( "Class %s is not defined\n", object_str( list_item( iter ) ) in check_defined()
170 import_base_rules( class_module, list_item( iter ) ); in make_class_module()
Dhcache.cpp413 write_netstring( f, object_str( list_item( iter ) ) ); in hcache_done()
417 write_netstring( f, object_str( list_item( iter ) ) ); in hcache_done()
462 if ( !object_equal( list_item( iter1 ), list_item( iter2 ) ) ) in hcache()
Dfunction.cpp588 string_append( buf, object_str( list_item( iter ) ) ); in function_call_member_rule()
858 havezeroed = var_edit_parse( object_str( list_item( iter[ i ] ) in expand_modifiers()
966 subscript_t const subscript = parse_subscript( object_str( list_item( in apply_subscript()
970 result = list_push_back( result, object_copy( list_item( iter ) ) ); in apply_subscript()
1057 var_edit_file( object_str( list_item( begin ) ), buf, edits + i ); in apply_modifiers_non_empty()
1065 var_edit_file( object_str( list_item( iter ) ), buf, edits + i in apply_modifiers_non_empty()
1076 var_edit_file( object_str( list_item( iter ) ), buf, edits + i ); in apply_modifiers_non_empty()
1110 subscript_t const sub = parse_subscript( object_str( list_item( in apply_subscript_and_modifiers()
1196 int const len = strlen( object_str( list_item( iter ) ) ); in expand()
1212 string_append( buf, object_str( list_item( items[ i ].current ) ) ); in expand()
[all …]
Dmake1.cpp212 push_state( &temp_stack, bindtarget( list_item( iter ) ), NULL, T_STATE_MAKE1A ); in make1()
268 TARGET * t = bindtarget( list_item( iter ) ); in make1()
966 char const * const filename = object_str( list_item( iter ) ); in make1c_closure()
967 TARGET const * const t = bindtarget( list_item( iter ) ); in make1c_closure()
1349 if ( object_equal( list_item( iter ), t->boundname ) ) in make1list()
1375 LIST * const l = var_get( module, list_item( vars_iter ) ); in make1settings()
1382 TARGET * const t = bindtarget( list_item( iter ) ); in make1settings()
1393 settings = addsettings( settings, VAR_SET, list_item( vars_iter ), nl ); in make1settings()
Dsearch.cpp191 f->f_root.ptr = object_str( list_item( iter ) ); in search()
192 f->f_root.len = strlen( object_str( list_item( iter ) ) ); in search()
Dheaders.cpp86 re[ rec++ ] = regex_compile( list_item( iter ) ); in headers()
Dfilesys.cpp463 OBJECT * const path = list_item( iter ); in file_dirscan_impl()
504 remove( object_str( list_item( iter ) ) ); in remove_files_atexit()
Dmake.cpp119 TARGET * t = bindtarget( list_item( iter ) ); in make()
131 dependGraphOutput( bindtarget( list_item( iter ) ), 0 ); in make()
Dmodules.cpp294 OBJECT * const s = list_item( iter ); in import_module()
/third_party/uboot/u-boot-2020.01/scripts/kconfig/lxdialog/
Dchecklist.c21 char *list_item = malloc(list_width + 1); in print_item() local
23 strncpy(list_item, item_str(), list_width - item_x); in print_item()
24 list_item[list_width - item_x] = '\0'; in print_item()
39 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
41 waddstr(win, list_item + 1); in print_item()
46 free(list_item); in print_item()
/third_party/pulseaudio/src/pulsecore/
Dmemblockq.c39 struct list_item { struct
40 struct list_item *next, *prev; argument
48 struct list_item *blocks, *blocks_tail; argument
49 struct list_item *current_read, *current_write;
179 static void drop_block(pa_memblockq *bq, struct list_item *q) { in drop_block()
278 struct list_item *q, *n; in pa_memblockq_push()
330 struct list_item *p; in pa_memblockq_push()
341 struct list_item *p; in pa_memblockq_push()
346 p = pa_xnew(struct list_item, 1); in pa_memblockq_push()
372 struct list_item *p; in pa_memblockq_push()
[all …]
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c427 const GValue *list_item = gst_value_list_get_value (formats, index); in gst_video_test_src_src_fixate() local
430 (g_value_get_string (list_item))); in gst_video_test_src_src_fixate()
434 gst_value_init_and_copy (&tmp, list_item); in gst_video_test_src_src_fixate()
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c1239 jump_list *list_item = sljit_alloc_memory(compiler, sizeof(jump_list)); in add_jump() local
1240 if (list_item) in add_jump()
1242 list_item->next = *list; in add_jump()
1243 list_item->jump = jump; in add_jump()
1244 *list = list_item; in add_jump()
1251 stub_list* list_item = sljit_alloc_memory(compiler, sizeof(stub_list)); in add_stub() local
1253 if (list_item) in add_stub()
1255 list_item->type = type; in add_stub()
1256 list_item->data = data; in add_stub()
1257 list_item->start = start; in add_stub()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c1144 const GValue *list_item = gst_value_list_get_value (formats, index); in gst_video_aggregator_caps_has_alpha() local
1147 (g_value_get_string (list_item))); in gst_video_aggregator_caps_has_alpha()
1197 const GValue *list_item = gst_value_list_get_value (formats, index); in _get_non_alpha_caps() local
1201 (g_value_get_string (list_item))); in _get_non_alpha_caps()
1204 gst_value_list_append_value (&new_formats, list_item); in _get_non_alpha_caps()
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2628 for index, list_item in enumerate(the_list):
2629 if exclude_item == list_item:
2660 for index, list_item in enumerate(the_list):
2665 if pattern_re.search(list_item):

12