Searched refs:result (Results 51 - 75 of 4958) sorted by relevance

1234567891011>>

/external/libnfc-nxp/src/
H A DphLibNfc_llcp.c114 NFCSTATUS result; local
120 result = static_CheckState();
121 if (result != NFCSTATUS_SUCCESS)
123 return result;
144 result = phFriNfc_Llcp_EncodeLinkParams( &sGeneralBytesBuffer,
147 if (result != NFCSTATUS_SUCCESS)
149 return PHNFCSTATUS(result);
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext);
155 if (result != NFCSTATUS_PENDING)
157 return PHNFCSTATUS(result);
192 NFCSTATUS result; local
365 NFCSTATUS result; local
395 NFCSTATUS result; local
427 NFCSTATUS result; local
452 NFCSTATUS result; local
489 NFCSTATUS result; local
524 NFCSTATUS result; local
551 NFCSTATUS result; local
579 NFCSTATUS result; local
616 NFCSTATUS result; local
646 NFCSTATUS result; local
683 NFCSTATUS result; local
722 NFCSTATUS result; local
764 NFCSTATUS result; local
808 NFCSTATUS result; local
852 NFCSTATUS result; local
894 NFCSTATUS result; local
938 NFCSTATUS result; local
982 NFCSTATUS result; local
1027 NFCSTATUS result; local
[all...]
/external/webkit/LayoutTests/fast/js/resources/
H A DJSON-parse.js3 var result = [];
4 result.push(function(jsonObject){
7 result[result.length - 1].throws = true;
8 result.push(function(jsonObject){
11 result[result.length - 1].throws = true;
12 result.push(function(jsonObject){
15 result.push(function(jsonObject){
18 result
[all...]
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp39 bool array_type(string & result,
41 bool object_type(string & result,
45 bool base_type(string & result, argument
54 case 'B': result += "byte"; break;
55 case 'C': result += "char"; break;
56 case 'D': result += "double"; break;
57 case 'F': result += "float"; break;
58 case 'I': result += "int"; break;
59 case 'J': result += "long"; break;
60 case 'S': result
71 field_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
87 array_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
103 list_of_field_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
121 return_descriptor(string & result, string::const_iterator & begin, string::const_iterator end) argument
141 method_descriptor(string & result, string::const_iterator & begin, string::const_iterator end) argument
170 methode_name(string & result, string::const_iterator & begin, string::const_iterator end) argument
187 object_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
209 string result; local
[all...]
/external/junit/src/junit/framework/
H A DTest.java14 * Runs a test and collects its result in a TestResult instance.
16 public abstract void run(TestResult result); argument
/external/v8/src/
H A Dplatform-tls-mac.h45 intptr_t result; local
48 :"=r"(result) // Output must be a writable register.
52 :"=r"(result)
55 return result;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
H A Dexception-002.js26 result = "failed: no exception thrown";
30 result = new Math();
32 result = "passed: threw exception",
39 result );
H A Dexception-004.js26 result = "failed: no exception thrown";
30 result = foo["bar"];
32 result = "passed: threw exception",
39 result );
H A Dexception-005.js26 result = "failed: no exception thrown";
30 result = foo["bar"];
32 result = "passed: threw exception",
39 result );
H A Dexception-006.js28 * should result in a runtime error in ToPrimitive.
37 result = "failed: no exception thrown";
41 result = new MyObject() + new MyObject();
43 result = "passed: threw exception",
50 result );
H A Dexception-007.js29 * should result in a runtime error in ToPrimitive.
38 result = "failed: no exception thrown";
42 result = new MyObject() + new MyObject();
44 result = "passed: threw exception",
51 result );
H A Dexception-008.js26 result = "failed: no exception thrown";
30 result = eval("continue;");
32 result = "passed: threw exception",
39 result );
H A Dexpression-005.js21 var result = "Failed"; variable
26 result = new Math();
28 result = expect;
34 "result= new Math() (threw " + exception + ")",
36 result );
H A Dexpression-006.js23 var result = "Failed"; variable
29 result = new OBJECT();
31 result = expect;
37 "OBJECT = new Object; result = new OBJECT()" +
40 result );
H A Dexpression-007.js21 var result = "Failed"; variable
27 result = new UNDEFINED();
29 result = expect;
35 "UNDEFINED = void 0; result = new UNDEFINED()" +
38 result );
H A Dexpression-008.js20 var result = "Failed"; variable
25 result = new NULL();
27 result = expect;
33 "NULL = null; result = new NULL()" +
36 result );
H A Dexpression-009.js21 var result = "Failed"; variable
26 result = new STRING();
28 result = expect;
34 "STRING = ''; result = new STRING()" +
37 result );
H A Dexpression-010.js21 var result = "Failed"; variable
26 result = new NUMBER();
28 result = expect;
34 "NUMBER=0, result = new NUMBER()" +
37 result );
H A Dexpression-012.js22 var result = "Failed"; variable
27 result = new STRING();
29 result = expect;
35 "STRING = new String(\"hi\"); result = new STRING()" +
38 result );
H A Dexpression-013.js22 var result = "Failed"; variable
27 result = new NUMBER();
29 result = expect;
35 "NUMBER = new Number(1); result = new NUMBER()" +
38 result );
H A Dexpression-014.js24 var result = "Failed"; variable
29 result = new BOOLEAN();
31 result = expect;
37 "BOOLEAN = new Boolean(); result = new BOOLEAN()" +
40 result );
H A Dexpression-016.js19 var result = "Failed"; variable
24 result = (void 0).valueOf();
26 result = expect;
35 result );
H A Dexpression-017.js19 var result = "Failed"; variable
24 result = nullvalueOf();
26 result = expect;
35 result );
H A Dexpression-019.js21 var result = "Failed"; variable
27 result = new STRING();
29 result = expect;
35 "var STRING = new String(\"hi\"); result = new STRING();" +
38 result );
H A Dglobal-001.js25 var result = "Failed"; variable
30 result = new this();
32 result = expect;
38 "result = new this()" +
41 result );
H A Dglobal-002.js25 var result = "Failed"; variable
30 result = this();
32 result = expect;
38 "result = this()" +
41 result );

Completed in 341 milliseconds

1234567891011>>