Home
last modified time | relevance | path

Searched refs:customer (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_sleepingbarber.c28 static sem_t customer; variable
69 if (-1 == sem_wait(&customer)) { in barbers()
110 if (-1 == sem_post(&customer)) { in customers()
155 if (-1 == sem_init(&customer, shared, customer_value)) { in main()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/names/reserved_words/special_mean_but_valid_identifier/
Dconstructor_is_valid_identifier_4.ts28 var customer: constructor = { variable
34 Assert.equal(customer.name, "constructor");
Das_is_valid_identifier_4.ts28 var customer: as = { variable
34 Assert.equal(customer.name, "as");
Dmodule_is_valid_identifier_4.ts28 var customer: module = { variable
34 Assert.equal(customer.name, "module");
Dnamespace_is_valid_identifier_4.ts28 var customer: namespace = { variable
34 Assert.equal(customer.name, "namespace");
Dtype_is_valid_identifier_4.ts28 var customer: type = { variable
34 Assert.equal(customer.name, "type");
Dset_is_valid_identifier_4.ts28 var customer: set = { variable
34 Assert.equal(customer.name, "set");
Dis_is_valid_identifier_4.ts28 var customer: is = { variable
34 Assert.equal(customer.name, "is");
Dget_is_valid_identifier_4.ts28 var customer: get = { variable
34 Assert.equal(customer.name, "get");
Dfrom_is_valid_identifier_4.ts28 var customer: from = { variable
34 Assert.equal(customer.name, "from");
Ddeclare_is_valid_identifier_4.ts28 var customer: declare = { variable
34 Assert.equal(customer.name, "declare");
Dawait_is_valid_identifier_4.ts28 var customer: await = { variable
34 Assert.equal(customer.name, "await");
Drequire_is_valid_identifier_4.ts28 var customer: require = { variable
34 Assert.equal(customer.name, "require");
Dasync_is_valid_identifier_4.ts28 var customer: async = { variable
34 Assert.equal(customer.name, "async");
Dof_is_valid_identifier_4.ts28 var customer: of = { variable
34 Assert.equal(customer.name, "of");
Dabstract_is_valid_identifier_4.ts28 var customer: abstruct = { variable
34 Assert.equal(customer.name, "abstruct");
/third_party/libxml2/result/schemas/
D579746_1_3.err1 ./test/schemas/579746_3.xml:5: element customer: Schemas validity error : Element 'customer': This …
D579746_0_3.err1 ./test/schemas/579746_3.xml:5: element customer: Schemas validity error : Element 'customer': This …
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/variable_statements/2_destructuring_variable_declarations/
Ddestructuring_variable_declarations_2.ts33 var customer: IPerson = { variable
37 let { myname, myage } = customer;
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dchip_demo.dart46 'customer',
54 'customer': 'people/square/peter.png',
62 'customer': <String>{'cash in', 'eat'},
/third_party/python/Doc/tutorial/
Dwhatnow.rst74 .. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop,
/third_party/icu/docs/userguide/
Dindex.md17 through software internationalization. They also can improve customer
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_position.dart244 /// specific case of a [ScrollPosition] with a single viewport customer.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dcache.dart193 // Make the version string more customer-friendly.
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt891 customer

123