/external/libcups/cups/ |
D | ppd-mark.c | 400 *marked; /* Marked choice */ in ppdFindMarkedChoice() local 411 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice() 413 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked, in ppdFindMarkedChoice() 414 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice() 416 return (marked); in ppdFindMarkedChoice() 490 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked() 516 for (c = (ppd_choice_t *)cupsArrayFirst(ppd->marked); in ppdMarkDefaults() 518 c = (ppd_choice_t *)cupsArrayNext(ppd->marked)) in ppdMarkDefaults() 520 cupsArrayRemove(ppd->marked, c); in ppdMarkDefaults() 521 c->marked = 0; in ppdMarkDefaults() [all …]
|
D | ppd-conflicts.c | 80 ppd_choice_t *marked; /* Marked choice */ in cupsGetConflicts() local 117 else if ((marked = ppdFindMarkedChoice(ppd, in cupsGetConflicts() 119 num_options = cupsAddOption(cptr->option->keyword, marked->choice, in cupsGetConflicts() 195 ppd_choice_t *marked; /* Marked choice */ in cupsResolveConflicts() local 422 marked = ppdFindMarkedChoice(ppd, constptr->option->keyword); in cupsResolveConflicts() 423 value = marked ? marked->choice : ""; in cupsResolveConflicts() 960 *marked; /* Marked choice */ in ppd_test_constraints() local 977 cupsArraySave(ppd->marked); in ppd_test_constraints() 1102 else if (constptr->choice->marked) in ppd_test_constraints() 1164 if ((marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) in ppd_test_constraints() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps_exp | 53 First marked block is 12 59 First marked block is 12 63 First marked block is 12 69 First marked block is 14 121 First marked inode is 2 123 First marked inode is 2 131 First marked inode is 5 133 First marked inode is 5 247 First marked block is 14 249 First marked block is 17 [all …]
|
/external/clang/test/SemaObjC/ |
D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… 7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}} 9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}} 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}} 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… 23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}} [all …]
|
D | attr-deprecated.m | 5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated … 7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat… 8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat… 46 - (void)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated… 75 …ribute__ ((deprecated)); // expected-note 2 {{'FooBar' has been explicitly marked deprecated here}} 87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her… 111 …declared deprecated here}} expected-note 3 {{'test2' has been explicitly marked deprecated here}} \ 112 // expected-note {{'setTest2:' has been explicitly marked deprecated here}} 130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr… 145 …__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been explicitly marked deprecated here}} [all …]
|
D | property-deprecated-warning.m | 9 …s declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecated here}} 12 …clared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly marked partial here}} 24 …eclared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecated here}} 27 …red partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitly marked partial here}} 38 …deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \ 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 …_target' has been explicitly marked partial here}} expected-note@+2 2 {{'setPartial_dep_target:' h… 98 ….0,deprecated=3.0))); // expected-note {{'isEnabled' has been explicitly marked deprecated here}} … 100 …recated=3.0))); // expected-note {{'setNewDelegate:' has been explicitly marked deprecated here}} … 103 …ared partial here}} expected-note@+2 {{'partialIsEnabled' has been explicitly marked partial here}} [all …]
|
D | protocol-attribute.m | 4 @protocol FwProto; // expected-note{{marked unavailable}} 9 …d)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly marked deprecated here}} 36 @protocol FwProto @end // expected-note{{marked unavailable}} 41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u…
|
D | attr-availability.m | 5 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}} 8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}} 14 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}} 16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}} 79 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}} 143 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} 148 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} 180 // expected-note@+2 {{'PartialI2' has been explicitly marked partial here}} 202 enum MyEnum : int { // expected-note {{'MyEnum' has been explicitly marked unavailable here}} 203 …MyEnum_Blah UNAVAILABLE, // expected-note {{'MyEnum_Blah' has been explicitly marked unavailable h… [all …]
|
D | method-sentinel-attr.m | 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel her… 10 …tribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}} 11 …tribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}} 12 …tribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}} 17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
|
D | attr-availability-1.m | 11 …eprecated=10_2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}} 15 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 47 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 109 …troduced=NA))); // expected-note {{'interface_method' has been explicitly marked unavailable here}} 110 …eprecated=NA))); // expected-note {{'strange_method' has been explicitly marked unavailable here}}
|
D | objc-container-subscripting-attr.m | 6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}} 7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
|
D | warn-protocol-method-deprecated.m | 6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}} 14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
|
D | custom-atomic-property.m | 8 … default property 'myProp' has a user defined getter (property should be marked 'atomic' if this i… 9 … default property 'myProp' has a user defined setter (property should be marked 'atomic' if this i…
|
/external/lua/src/ |
D | lgc.h | 87 #define iswhite(x) testbits((x)->marked, WHITEBITS) 88 #define isblack(x) testbit((x)->marked, BLACKBIT) 90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT))) 92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT) 96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) 98 #define changewhite(x) ((x)->marked ^= WHITEBITS) 99 #define gray2black(x) l_setbit((x)->marked, BLACKBIT)
|
D | lgc.c | 68 (x->marked = cast_byte((x->marked & maskcolors) | luaC_white(g))) 70 #define white2gray(x) resetbits(x->marked, WHITEBITS) 71 #define black2gray(x) resetbit(x->marked, BLACKBIT) 211 o->marked = luaC_white(g); in luaC_newobj() 395 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local 403 marked = 1; in traverseephemeron() 418 marked = 1; in traverseephemeron() 429 return marked; in traverseephemeron() 741 int marked = curr->marked; in sweeplist() local 742 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-function-summary-functionattrs.ll | 5 ; ensure @f is marked readnone 7 ; ensure @g is marked readonly 9 ; ensure @h is marked norecurse 11 ; ensure @i is marked returndoesnotalias
|
/external/protobuf/objectivec/Tests/ |
D | unittest_deprecated.proto | 44 // Mix of field types marked as deprecated. 54 // Mix of extension field types marked as deprecated. 62 // Mix of extension field types (scoped to a message) marked as deprecated. 72 // Enum value marked as deprecated. 79 // Message marked as deprecated. 88 // Enum marked as deprecated.
|
/external/perfetto/tools/ |
D | find_scan_roots.py | 30 self.marked = False 54 if self.marked or self.label not in labels: 57 self.marked = True
|
/external/markdown/tests/extensions-x-footnotes/ |
D | named_markers.txt | 5 [^foo]: Footnote marked ``foo``. 6 [^bar]: This one is marked *bar*.
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.intrinsics.negative.frag | 16 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 17 …though marked as out i // InterlockedMax(inI0, inI0, 3); // expected error: last par… 18 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 19 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 20 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge…
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.negative.frag | 16 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 17 …though marked as out i // InterlockedMax(inI0, inI0, 3); // expected error: last par… 18 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 19 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge… 20 … // expected error: last parameter is out TODO: accepted even though marked as out in proto ge…
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-self.m | 2 // self and _cmd are marked as DW_AT_artificial. 3 // myarg is not marked as DW_AT_artificial.
|
/external/e2fsprogs/tests/f_uninit_dir/ |
D | expect.1 | 2 Directory inode 12 has extent marked uninitialized at block 0. Fix? yes 4 Directory inode 14 has extent marked uninitialized at block 0. Fix? yes
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | explicit-locals.mir | 4 # original operand should be marked not dead anymore because it is now used by 6 # be marked killed instead.
|
/external/libchrome/base/ |
D | optional_unittest.nc | 16 // Optional<T>(const Optional<U>& arg) constructor is marked explicit if 33 // Optional<T>(Optional<U>&& arg) constructor is marked explicit if 49 // Optional<T>(U&&) constructor is marked explicit if T is not convertible
|