Home
last modified time | relevance | path

Searched refs:car (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/third_party/boost/boost/fusion/container/list/
Dcons.hpp56 : car(), cdr() {} in cons()
60 : car(in_car), cdr() {} in cons()
66 : car(in_car), cdr(in_cdr) {} in cons()
71 : car(rhs.car), cdr(rhs.cdr) {} in cons()
79 : car(rhs.car), cdr(rhs.cdr) {} in cons()
93 : car(*fusion::begin(seq)) in cons()
99 : car(*iter) in cons()
106 car = rhs.car; in operator =()
114 car = rhs.car; in operator =()
138 car = *iter; in assign_from_iter()
[all …]
/third_party/alsa-lib/src/alisp/
Dalisp.c151 p->value.c.car = &alsa_lisp_nil; in new_object()
206 delete_tree(instance, p->value.c.car); in delete_tree()
230 incref_tree(instance, p->value.c.car); in incref_tree()
245 incref_tree(instance, p->value.c.car);
248 incref_tree_explicit(instance, p->value.c.car, e);
471 lexpr->value.c.car = new_string(instance, ptr_id); in new_cons_pointer()
472 if (lexpr->value.c.car == NULL) in new_cons_pointer()
476 delete_object(instance, lexpr->value.c.car); in new_cons_pointer()
729 p->value.c.car = parse_object(instance, 1); in parse_form()
730 if (p->value.c.car == NULL) in parse_form()
[all …]
Dalisp_snd.c95 delete_tree(instance, car(obj)); in get_flags()
109 ptr_id = get_string(car(obj), NULL); in get_ptr()
130 lexpr->value.c.car = new_integer(instance, err); in new_lexpr()
131 if (lexpr->value.c.car == NULL) { in new_lexpr()
137 delete_object(instance, lexpr->value.c.car); in new_lexpr()
158 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS); in add_cons()
165 p1->value.c.car = new_object(instance, ALISP_OBJ_CONS); in add_cons()
166 if ((p2 = p1->value.c.car) == NULL) in add_cons()
168 p2->value.c.car = new_string(instance, id); in add_cons()
169 if (p2->value.c.car == NULL) { in add_cons()
[all …]
/third_party/gstreamer/gstreamer/tests/misc/
Dnetwork-clock-utils.scm53 ((proc (car l)) (cons (car l) (filter proc (cdr l))))
99 (car stream))
157 (car q))
160 (car q))
201 (format #t "\t--~a=VAL \t(default: ~a)\n" (car pair) (cdr pair)))
214 ((not (string=? (substring (car in) 0 2) "--"))
215 (unknown-arg (car in)))
217 (let ((divider (or (string-index (car in) #\=)
218 (unknown-arg (car in)))))
219 (or (> divider 2) (unknown-arg (car in)))
[all …]
/third_party/boost/boost/spirit/home/support/detail/
Dmake_cons.hpp52 make_cons(Car const& car, Cdr const& cdr) in make_cons() argument
56 return result(car, cdr); in make_cons()
61 make_cons(Car const& car) in make_cons() argument
65 return result(car); in make_cons()
74 make_cons(Car& car, typename enable_if<is_function<Car> >::type* = 0) in make_cons() argument
78 return result(car); in make_cons()
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp75 return detail::ref(i.cons.car); in call()
234 : car(), cdr() {} in cons()
239 : car(car_), cdr(cdr_) {} in cons()
241 car_type car; member
247 make_cons(Car const& car) in make_cons() argument
249 return cons<Car>(car); in make_cons()
254 make_cons(Car const& car, Cdr const& cdr) in make_cons() argument
256 return cons<Car, Cdr>(car, cdr); in make_cons()
/third_party/boost/boost/fusion/view/iterator_range/detail/
Dsegmented_iterator_range.hpp165 … rest_type(fusion::next(stack.cdr.car.first), fusion::end(fusion::segments(*stack.car.first))) in call()
207 return type(stack.cdr.car.first, fusion::end(*stack.car.first)); in call()
311 … rest_type(fusion::begin(fusion::segments(*stack.car.first)), stack.cdr.car.first) in call()
353 return type(fusion::begin(*stack.car.first), stack.cdr.car.first); in call()
458 rest_type(fusion::next(stack_begin.car.first), stack_end.car.first) in call()
521 return type(segment_type(range_type(stack_begin.car.first, stack_end.car.first))); in call()
/third_party/boost/boost/fusion/container/generation/
Dcons_tie.hpp30 cons_tie(Car& car) in cons_tie() argument
32 return cons<Car&>(car); in cons_tie()
39 cons_tie(Car& car, Cdr const& cdr) in cons_tie() argument
41 return cons<Car&, Cdr>(car, cdr); in cons_tie()
Dmake_cons.hpp31 make_cons(Car const& car) in make_cons() argument
33 return cons<typename detail::as_fusion_element<Car>::type>(car); in make_cons()
39 make_cons(Car const& car, Cdr const& cdr) in make_cons() argument
41 return cons<typename detail::as_fusion_element<Car>::type, Cdr>(car, cdr); in make_cons()
/third_party/libxml2/doc/
Dlibxml-doc.el151 (car key,value)))))
194 (while (car files)
195 (message "processing %s" (car files))
197 (insert-file-contents (car files))
203 (setq uri (concat "file://" (car files) (match-string 1)))
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dgucharmap.desktop5 Name[ca]=Mapa de caràcters
6 Name[ca@valencia]=Mapa de caràcters
16 Comment[ca]=Inseriu caràcters especials en els documents
17 Comment[ca@valencia]=Inseriu caràcters especials en els documents
/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_next_impl.hpp72 car_type(fusion::next(stack.car.first), stack.car.last), in call()
118 return type(range_type(stack.car.last, stack.car.last)); in call()
165 return segmented_begin_impl<Sequence, Stack>::call(*stack.car.first, stack); in call()
Dsegmented_iterator.hpp58 return *it.context.car.first; in call()
78 return fusion::deref_data(it.context.car.first); in call()
/third_party/gettext/gettext-tools/emacs/
Dpo-mode.el854 (if (fboundp (car functions))
855 (setq result (car functions))
1263 (seconds (or (car (current-time-zone time)) 0))
1429 (goto-char (car po-marker-stack))
1443 (goto-char (car po-marker-stack))
2024 (delete-region (car region) (cdr region))))
2042 (po-highlight overlay (car region) (cdr region))
2046 (goto-char (car (car previous-regions)))
2052 (delete-region (car region) (cdr region))))))))
2066 (let ((slot (car cursor)))
[all …]
Dpo-compat.el183 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list))))
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dmass-elements.scm52 (let ((line (car in)))
73 (let* ((line (car in))
74 (n (car line)))
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DMockNavi.cpp150 Car* car = nullptr; in generateCity() local
153 car = new Car(carPosition, carSize, carColor, pShaderTexture, carTexture); in generateCity()
156 car = new Car(carPosition, carSize, carColor, pShader); in generateCity()
158 m_renderList.push_back(car); in generateCity()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/textures/
Dsources.txt6 car:
7 https://opengameart.org/content/free-top-down-car-sprites-by-unlucky-studio
/third_party/boost/libs/proto/test/
Dexamples.cpp445 BOOST_CHECK_EQUAL(args.car, 1); in test_examples()
446 BOOST_CHECK_EQUAL(args.cdr.car, 'a'); in test_examples()
447 BOOST_CHECK_EQUAL(args.cdr.cdr.car, std::string("b")); in test_examples()
450 BOOST_CHECK_EQUAL(lst.car, 1); in test_examples()
451 BOOST_CHECK_EQUAL(lst.cdr.car, 'a'); in test_examples()
452 BOOST_CHECK_EQUAL(lst.cdr.cdr.car, std::string("b")); in test_examples()
/third_party/boost/boost/spirit/home/qi/
Dmeta_compiler.hpp87 return qi::make_primitive<term, Modifiers>()(elements.car, modifiers); in operator ()()
172 Modifiers>()(elements.car, elements.cdr.car, modifiers); in operator ()()
/third_party/boost/boost/spirit/home/karma/
Dmeta_compiler.hpp87 return karma::make_primitive<term, Modifiers>()(elements.car, modifiers); in operator ()()
172 Modifiers>()(elements.car, elements.cdr.car, modifiers); in operator ()()
/third_party/boost/boost/spirit/home/lex/lexer/
Daction.hpp90 result(elements.car, elements.cdr.car); in operator ()()
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_ca.arb52 "remainingTextFieldCharacterCountOne": "Queda 1 caràcter",
53 "remainingTextFieldCharacterCountOther": "Queden $remainingCount caràcters",
/third_party/boost/boost/spirit/home/karma/action/
Daction.hpp114 result(elements.car, elements.cdr.car); in operator ()()
/third_party/boost/boost/spirit/home/qi/action/
Daction.hpp173 result(elements.car, elements.cdr.car); in operator ()()

12345678910>>...15