/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitTestResult.java | 35 private String returned; // AST (toStringTree) or ST (toString) field in gUnitTestResult 48 public gUnitTestResult(boolean success, String output, String returned) { in gUnitTestResult() argument 50 this.returned = returned; in gUnitTestResult() 66 return returned; in getReturned()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 23 // i32 are returned in registers V0, V1, A0, A1 26 // f32 are returned in registers F0, F2 29 // f64 are returned in register D0, D1 92 // i32 are returned in registers V0, V1 95 // i64 are returned in registers V0_64, V1_64 98 // f32 are returned in registers F0, F2 101 // f64 are returned in registers D0, D2 137 // i32 are returned in registers V0, V1 140 // f32 are returned in registers F0, F1 143 // f64 are returned in register D0
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodesetuserdata09.js | 94 var returned; 111 returned = doc.getUserData("Key1"); 112 assertNull("nodesetuserdata09",returned);
|
D | nodesetuserdata06.js | 97 var returned; 124 success = returned.isEqualNode(entity);
|
D | nodesetuserdata07.js | 97 var returned; 124 success = returned.isEqualNode(comment);
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes.m | 108 …returned to caller where a +1 (owning) retain count is expected}} expected-note{{Object returned t… 113 …returned to caller as an owning reference (single retain count transferred to caller)}} expected-n… 119 …returned to caller where a +1 (owning) retain count is expected}} expected-note{{Object returned t… 124 …returned to caller as an owning reference (single retain count transferred to caller)}} expected-n… 130 …returned to caller where a +1 (owning) retain count is expected}} expected-note{{Object returned t…
|
D | retain-release-path-notes-gc.m | 65 …returned to caller as an owning reference (single retain count transferred to caller)}} expected-n… 70 …returned to caller as an owning reference (single retain count transferred to caller)}} expected-n…
|
D | properties.m | 97 …value = self.myNumber; // _myNumber will be over released, since the value returned from self.myNu… 101 value = self.newMyNumber; // this one is ok, since value is returned retained 160 return o; // expected-warning {{Undefined or garbage value returned to caller}}
|
/external/valgrind/main/memcheck/tests/ |
D | clientperm.stdout.exp | 1 m_na: returned value is -1 3 m_rm: returned value is 1
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 33 The value returned from mDNS_Execute() is the next time (in absolute 36 scheduled query packet, etc.) Note that the time returned is an absolute 46 returned from mDNS_Execute(). After the blocking select() call returns, 56 call mDNS_Execute(), and use the value returned to set the platform 60 should call mDNS_Execute(), and use the value returned to set the 65 routine use the result returned to reset itself to fire at the right
|
/external/clang/test/SemaObjC/ |
D | method-bad-param.m | 11 - (foo)cccccc:(long)ddddd; // expected-error {{interface type 'foo' cannot be returned by value; d… 18 - (foo)cccccc:(long)ddddd // expected-error {{interface type 'foo' cannot be returned by value; did… 24 foo somefunc2() {} // expected-error {{interface type 'foo' cannot be returned by value; did you fo…
|
D | blocks.m | 49 …P = ^itf(int x) {}; // expected-error {{interface type 'itf' cannot be returned by value; did … 50 …P = ^itf() {}; // expected-error {{interface type 'itf' cannot be returned by value; did … 51 …P = ^itf{}; // expected-error {{interface type 'itf' cannot be returned by value; did …
|
/external/skia/tests/ |
D | PointTest.cpp | 31 SkScalar returned = SkPoint::Normalize(&point); in test_Normalize() local 33 REPORTER_ASSERT(reporter, returned == oldLength); in test_Normalize()
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 58 "Error returned by KDC" 61 "Null ticket returned by KDC"
|
D | heimdal.et | 48 ec GT_PW_KDCERR, "Error returned by Kerberos KDC" 49 ec GT_PW_NULLTKT, "Null Kerberos ticket returned by KDC" 53 ec INTK_W_NOTALL, "Kerberos error: not all tickets returned"
|
/external/llvm/test/CodeGen/XCore/ |
D | bigstructret.ll | 6 ; Structs of 4 words can be returned in registers 22 ; Structs bigger than 4 words are returned via a hidden hidden sret-parameter
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430CallingConv.td | 16 // i8 are returned in registers R15B, R14B, R13B, R12B 19 // i16 are returned in registers R15, R14, R13, R12
|
/external/jsilver/src/org/clearsilver/ |
D | FactoryLoader.java | 76 ClearsilverFactory returned = clearsilverFactory; in getClearsilverFactory() local 78 return returned; in getClearsilverFactory()
|
/external/mesa3d/docs/ |
D | MESA_swap_frame_usage.spec | 162 last missed frame is returned in the location pointed to by 174 If these functions are successful, zero is returned. If the context 176 GLX_BAD_CONTEXT is returned. 180 If the function succeeds, zero is returned. If the function 181 fails, one of the following error codes is returned:
|
D | MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed 65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
|
/external/chromium/chrome/browser/password_manager/ |
D | encryptor_password_mac.mm | 17 // is returned from the function. If an error occurs, an empty password is 18 // returned.
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | return-argument.ll | 35 ;; function (so we can check the returned argument is properly 43 ;; Do some stuff with the returned values which we can grep for
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1387 Span returned; member 1502 DLL_Init(&large_.returned); in init() 1505 DLL_Init(&free_[i].returned); in init() 1658 DLL_Prepend(&slist->returned, s); in scavenge() 1684 } else if (!DLL_IsEmpty(&free_[s].returned)) { in New() 1686 ll = &free_[s].returned; in New() 1744 for (Span* span = large_.returned.next; in AllocLarge() 1745 span != &large_.returned; in AllocLarge() 1897 DLL_Prepend(&free_[span->length].returned, span); in Delete() 1899 DLL_Prepend(&large_.returned, span); in Delete() [all …]
|
/external/libusb-compat/ |
D | README | 29 5. Error codes returned on certain events may not exactly match the error 30 codes returned by libusb-0.1. Patches accepted to bring us closer to the
|
/external/clang/test/CodeGen/ |
D | types.c | 30 struct List returned; member
|