Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 2578) sorted by relevance

12345678910>>...104

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
Dbase.hpp144 step(F op, S state, Its its, Args... args) { in step()
146 op, state, its, *(std::get<N>(its)++), args...); in step()
154 step(F op, S state, Its its, Args... args) { in step()
155 return op(state, *(std::get<0>(its)++), args...); in step()
165 step(F op, __empty state, Its its, Args... args) { in step()
166 return op(*(std::get<0>(its)++), args...); in step()
188 for_each(F op, It0 it0, It0 end0, Its... its) { in for_each() argument
191 op, {}, std::tie(it0, its...)); in for_each()
208 map(F op, It0 it0, It0 end0, Its... its) { in map() argument
214 ::step(op, {}, std::tie(it0, its...))); in map()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp144 step(F op, S state, Its its, Args... args) { in step()
146 op, state, its, *(std::get<N>(its)++), args...); in step()
154 step(F op, S state, Its its, Args... args) { in step()
155 return op(state, *(std::get<0>(its)++), args...); in step()
165 step(F op, __empty state, Its its, Args... args) { in step()
166 return op(*(std::get<0>(its)++), args...); in step()
188 for_each(F op, It0 it0, It0 end0, Its... its) { in for_each() argument
191 op, {}, std::tie(it0, its...)); in for_each()
208 map(F op, It0 it0, It0 end0, Its... its) { in map() argument
214 ::step(op, {}, std::tie(it0, its...))); in map()
[all …]
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c214 struct itimerspec its; in phOsalNfc_Timer_Start() local
223 its.it_interval.tv_sec = 0; in phOsalNfc_Timer_Start()
224 its.it_interval.tv_nsec = 0; in phOsalNfc_Timer_Start()
225 its.it_value.tv_sec = RegTimeCnt / 1000; in phOsalNfc_Timer_Start()
226 its.it_value.tv_nsec = 1000000 * (RegTimeCnt % 1000); in phOsalNfc_Timer_Start()
227 if(its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0) in phOsalNfc_Timer_Start()
230 its.it_value.tv_nsec = 1; in phOsalNfc_Timer_Start()
237 timer_settime(timers[TimerId].handle, 0, &its, NULL); in phOsalNfc_Timer_Start()
248 struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop() local
258 timer_settime(timers[TimerId].handle, 0, &its, NULL); in phOsalNfc_Timer_Stop()
/external/llvm/include/llvm/Option/
DOptParser.td33 // An option which prefixes its (single) value.
35 // An option which is followed by its value.
37 // An option followed by its values, which are separated by commas.
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
/external/clang/test/ARCMT/
Dchecking.m94 …expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be des…
97 …expected-error {{it is not safe to remove an unused 'autorelease' message; its receiver may be des…
203 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
206 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
207 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
241 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio…
247 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its
249 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its
250 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its
251 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its
[all …]
/external/proguard/examples/
Dproguardall.pro3 # (including its main application, its GUI, its Ant task, and its WTK plugin),
/external/clang/test/Index/
Dfix-its.m23 // CHECK: fix-its.m:9:28: note: expanded from macro '_rdar_12584554_C'
25 // CHECK: fix-its.m:7:77: note: expanded from macro '_rdar_12584554_B'
27 // CHECK: fix-its.m:5:172: note: passing argument to parameter 'msgFormat' here
/external/clang/test/SemaObjC/
Dprotocol-implementing-class-methods.m24 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
26 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
27 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
Dinstancetype.m24 - (instancetype)methodInProto2; // expected-note{{overridden method returns an instance of its clas…
25 - (instancetype)otherMethodInProto2; // expected-note{{overridden method returns an instance of its
127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its
132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class typ…
151 …turn 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclas…
193 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
196 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
197 - (instancetype) baz; // expected-note {{overridden method returns an instance of its class type}} …
213 - (float) baz { // expected-warning {{method is expected to return an instance of its class type 'A…
Dmethod-attributes.m23 …eprecated)){ // expected-warning {{attributes on method implementation and its declaration must ma…
29 …recated)) { // expected-warning {{attributes on method implementation and its declaration must ma…
55 …id)sender {} // expected-warning {{attributes on method implementation and its declaration must ma…
80 …ailable)) { // expected-warning {{attributes on method implementation and its declaration must ma…
Drelated-result-type-inference.m11 - (id)retain; // expected-note{{instance method 'retain' is assumed to return an instance of its r…
89 - (Unrelated *)initBlah; // expected-warning{{method is expected to return an instance of its class…
96 - (Unrelated *)initBlah { // expected-warning{{method is expected to return an instance of its cla…
110 + (Unrelated *)newBlarg { // expected-warning{{method is expected to return an instance of its clas…
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class t…
161 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
Dcontinuation-class-err.m15 …operty in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 're…
34 …of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 're…
35 …of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 're…
Darc.m75 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
77 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
79 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
81 …d-warning {{category is implementing a method which will also be implemented by its primary class}}
164 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
167 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
168 …pected-note {{declaration in interface is not in the 'init' family because its result type is not …
204 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio…
210 …-error {{method was declared as an 'init' method, but its implementation doesn't match because its
211 …// expected-warning{{method is expected to return an instance of its class type 'Test8', but is de…
[all …]
/external/clang/test/SemaObjCXX/
Dinstancetype.mm24 - (instancetype)methodInProto2; // expected-note{{overridden method returns an instance of its clas…
25 - (instancetype)otherMethodInProto2; // expected-note{{overridden method returns an instance of its
127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its
132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class typ…
151 …turn 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclas…
193 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
196 …hod is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
197 - (instancetype) baz; // expected-note {{overridden method returns an instance of its class type}} …
213 - (float) baz { // expected-warning {{method is expected to return an instance of its class type 'A…
/external/stlport/
DLICENSE1 …a non-exclusive, non-transferable, royalty-free license to use STLport and its documentation witho…
5 Licensee shall maintain the following copyright and permission notices on STLport sources and its
23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
DNOTICE1 …a non-exclusive, non-transferable, royalty-free license to use STLport and its documentation witho…
5 Licensee shall maintain the following copyright and permission notices on STLport sources and its
23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
/external/chromium_org/net/third_party/nss/patches/
Drestartclientauth.patch15 + * reference count. The caller should drop its reference
19 + * ownership of the private key, so the caller should drop its
23 + * certChain DER-encoded certs, client cert and its signers.
25 + * The caller should drop its reference without destroying the
146 + * reference count. The caller should drop its reference
151 + * ownership of the private key, so the caller should drop its
157 + * The caller should drop its reference without destroying the
/external/icu4c/stubdata/reduced_coll/
DREADME.txt1 To construct a revised data file, copy it to this directory, changing its
6 Then copy the new data file back to its source location.
/external/chromium_org/components/policy/proto/
Dchrome_extension_policy.proto13 // that contains the ExternalPolicyData in its |policy_value| field.
20 // downloads the data when its local hash does not match |secure_hash|.
27 // authorize its download.
/external/chromium_org/chrome/browser/policy/proto/cloud/
Dchrome_extension_policy.proto13 // that contains the ExternalPolicyData in its |policy_value| field.
20 // downloads the data when its local hash does not match |secure_hash|.
27 // authorize its download.
/external/chromium_org/tools/gyp/test/library_dirs/subdir/
Dtest.gyp29 # some build systems will track it down based on its product_dir,
33 # works as advertised, such that just '-lmylib' (or its equivalent)
38 # would find it and link with its path on disk.
Dtest-win.gyp29 # some build systems will track it down based on its product_dir,
33 # works as advertised, such that just '-lmylib' (or its equivalent)
38 # would find it and link with its path on disk.
/external/chromium_org/chrome/browser/ui/cocoa/
Dconfirm_bubble_controller_unittest.mm20 // updates its status when ConfirmBubbleController calls its methods.
150 // Click its OK button and verify this view has been removed from the test
167 // Click its cancel button and verify this view has been removed from the test
184 // Click its link and verify this view has been removed from the test window.
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt8 perform its next timed operation. When the workload is light, and
35 perform its next necessary operation (e.g. transmitting its next
42 In a single-threaded application using a blocking select() call as its
64 (to allow mDNSCore to perform its necessary work) and then the timer
/external/chromium_org/net/cookies/
Dcookie_monster.cc1228 for (CookieMapItPair its = cookies_.equal_range(GetKey(host)); in DeleteAllCreatedBetweenForHost() local
1229 its.first != its.second;) { in DeleteAllCreatedBetweenForHost()
1230 CookieMap::iterator curit = its.first; in DeleteAllCreatedBetweenForHost()
1231 ++its.first; in DeleteAllCreatedBetweenForHost()
1257 for (CookieMapItPair its = cookies_.equal_range(GetKey(cookie.Domain())); in DeleteCanonicalCookie() local
1258 its.first != its.second; ++its.first) { in DeleteCanonicalCookie()
1260 if (its.first->second->CreationDate() == cookie.CreationDate()) { in DeleteCanonicalCookie()
1261 InternalDeleteCookie(its.first, true, DELETE_COOKIE_EXPLICIT); in DeleteCanonicalCookie()
1396 CookieMapItPair its = cookies_.equal_range(key); in HasCookiesForETLDP1() local
1397 return its.first != its.second; in HasCookiesForETLDP1()
[all …]

12345678910>>...104