HomeSort by relevance Sort by last modified time
    Searched refs:result (Results 426 - 450 of 27666) sorted by null

<<11121314151617181920>>

  /art/test/530-checker-loops1/src/
Main.java 35 int result = 0; local
37 result += x[i];
39 return result;
49 int result = 0; local
51 result += x[i];
53 return result;
63 int result = 0; local
66 result += x[k - 5];
68 return result;
78 int result = 0 local
93 int result = 0; local
111 int result = 0; local
125 int result = 0; local
143 int result = 0; local
167 int result = 0; local
184 int result = 0; local
234 int result = 0; local
250 int result = 0; local
266 int result = 0; local
282 int result = 0; local
299 int result = 0; local
319 int result = 0; local
337 int result = 0; local
357 int result = 0; local
375 int result = 0; local
390 int result = 0; local
404 int result = 0; local
418 int result = 0; local
433 int result = 0; local
449 int result = 0; local
465 int result = 0; local
481 int result = 0; local
498 int result = 0; local
514 int result = 0; local
530 int result = 0; local
545 int result = 0; local
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 435 java_cup.runtime.symbol CUP$result;
443 CUP$result = new java_cup.runtime.symbol(/*empty*/27);
446 return CUP$result;
451 CUP$result = new java_cup.runtime.str_token(/*label_id*/30);
452 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
454 return CUP$result;
459 CUP$result = new java_cup.runtime.str_token(/*symbol_id*/29);
460 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val;
462 return CUP$result;
467 CUP$result = new java_cup.runtime.str_token(/*nt_id*/28)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
Java1_1ValidatorTest.java 26 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "class X{}")); local
27 assertProblems(result,
45 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + allModifiers + "class I{}}")); local
46 assertProblems(result,
61 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{ void x() {" + allModifiers + "class I{}}}")); local
62 assertProblems(result,
81 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider(allModifiers + "interface X{}")); local
82 assertProblems(result,
101 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + allModifiers + "interface I{}}")); local
102 assertProblems(result,
118 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + allModifiers + "X(){};}")); local
138 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{X(" + allModifiers + " int i){};}")); local
159 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + allModifiers + "int x(){};}")); local
174 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("interface X{" + allModifiers + "int x(){};}")); local
191 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{int x(" + allModifiers + " int i){};}")); local
212 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{" + allModifiers + "int i;}")); local
227 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{int x(){" + allModifiers + "int i;}}")); local
249 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{int x(){ try{}catch(" + allModifiers + " Integer x){}}}")); local
270 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{class Y{}}")); local
276 ParseResult<CompilationUnit> result = javaParser.parse(COMPILATION_UNIT, provider("class X{ void x() {" + allModifiers + "interface I{}}}")); local
283 ParseResult<Expression> result = javaParser.parse(EXPRESSION, provider("Abc.class")); local
289 ParseResult<Statement> result = javaParser.parse(STATEMENT, provider("int strictfp;")); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_storage.c 36 int result = (dev_con != NULL) && (dev_con->dev_open != NULL); local
37 return result;
45 int result = (dev != NULL) && (dev->funcs != NULL) && local
48 return result;
56 int result = (entity != NULL) && local
58 return result;
76 int result; local
80 result = dev_con->dev_open(dev_spec, dev_info);
81 return result;
96 int result = -ENOENT local
111 int result = -ENOMEM; local
129 int result; local
148 int result = -ENOMEM; local
165 int result; local
177 int result = 0; local
197 int result = 0; local
218 int result; local
244 int result = -ENODEV; local
261 int result = -ENODEV; local
281 int result = -ENODEV; local
301 int result = -ENODEV; local
320 int result = 0; local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
tensor_utils_impl.h 36 int n_batch, float* result,
40 int n_batch, float* result,
46 float* result);
48 int v_size, float* result);
51 // assumption here is that result array is initialized to valid values.
54 int v_size, float* result);
57 float* result);
68 int n_batch, float* result,
72 int n_batch, float* result,
76 // operation, the assumption here is that result array is initialized to vali
    [all...]
  /external/tpm2/
Marshal_ActivateCredential.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
46 result = TPM2B_ID_OBJECT_Unmarshal(&target->credentialBlob, buffer, size);
47 if (result != TPM_RC_SUCCESS) {
48 return result;
50 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->secret, buffer, size);
51 if (result != TPM_RC_SUCCESS) {
52 return result;
54 if ((result == TPM_RC_SUCCESS) && *size) {
55 result = TPM_RC_SIZE
66 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_Certify.c 29 // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS; local
47 result = TPM2B_DATA_Unmarshal(&target->qualifyingData, buffer, size);
48 if (result != TPM_RC_SUCCESS) {
49 return result;
51 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
52 if (result != TPM_RC_SUCCESS) {
53 return result;
55 if ((result == TPM_RC_SUCCESS) && *size) {
56 result = TPM_RC_SIZE
67 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_GetCommandAuditDigest.c 29 // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS; local
47 result = TPM2B_DATA_Unmarshal(&target->qualifyingData, buffer, size);
48 if (result != TPM_RC_SUCCESS) {
49 return result;
51 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
52 if (result != TPM_RC_SUCCESS) {
53 return result;
55 if ((result == TPM_RC_SUCCESS) && *size) {
56 result = TPM_RC_SIZE
67 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_GetSessionAuditDigest.c 29 // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS; local
48 result = TPM2B_DATA_Unmarshal(&target->qualifyingData, buffer, size);
49 if (result != TPM_RC_SUCCESS) {
50 return result;
52 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
53 if (result != TPM_RC_SUCCESS) {
54 return result;
56 if ((result == TPM_RC_SUCCESS) && *size) {
57 result = TPM_RC_SIZE
68 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_GetTime.c 29 // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS; local
47 result = TPM2B_DATA_Unmarshal(&target->qualifyingData, buffer, size);
48 if (result != TPM_RC_SUCCESS) {
49 return result;
51 result = TPMT_SIG_SCHEME_Unmarshal(&target->inScheme, buffer, size);
52 if (result != TPM_RC_SUCCESS) {
53 return result;
55 if ((result == TPM_RC_SUCCESS) && *size) {
56 result = TPM_RC_SIZE
67 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_HMAC.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
45 result = TPM2B_MAX_BUFFER_Unmarshal(&target->buffer, buffer, size);
46 if (result != TPM_RC_SUCCESS) {
47 return result;
49 result = TPMI_ALG_HASH_Unmarshal(&target->hashAlg, buffer, size, TRUE);
50 if (result != TPM_RC_SUCCESS) {
51 return result;
53 if ((result == TPM_RC_SUCCESS) && *size) {
54 result = TPM_RC_SIZE
65 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_HMAC_Start.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
45 result = TPM2B_AUTH_Unmarshal(&target->auth, buffer, size);
46 if (result != TPM_RC_SUCCESS) {
47 return result;
49 result = TPMI_ALG_HASH_Unmarshal(&target->hashAlg, buffer, size, TRUE);
50 if (result != TPM_RC_SUCCESS) {
51 return result;
53 if ((result == TPM_RC_SUCCESS) && *size) {
54 result = TPM_RC_SIZE
65 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_HashSequenceStart.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
43 result = TPM2B_AUTH_Unmarshal(&target->auth, buffer, size);
44 if (result != TPM_RC_SUCCESS) {
45 return result;
47 result = TPMI_ALG_HASH_Unmarshal(&target->hashAlg, buffer, size, TRUE);
48 if (result != TPM_RC_SUCCESS) {
49 return result;
51 if ((result == TPM_RC_SUCCESS) && *size) {
52 result = TPM_RC_SIZE
63 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_Load.c 30 // Compute actual parameter_size. Don't add result to total_size.
43 TPM_RC result = TPM_RC_SUCCESS; local
47 result = TPM2B_PRIVATE_Unmarshal(&target->inPrivate, buffer, size);
48 if (result != TPM_RC_SUCCESS) {
49 return result;
51 result = TPM2B_PUBLIC_Unmarshal(&target->inPublic, buffer, size);
52 if (result != TPM_RC_SUCCESS) {
53 return result;
55 if ((result == TPM_RC_SUCCESS) && *size) {
56 result = TPM_RC_SIZE
67 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_MakeCredential.c 29 // Compute actual parameter_size. Don't add result to total_size.
42 TPM_RC result = TPM_RC_SUCCESS; local
46 result = TPM2B_DIGEST_Unmarshal(&target->credential, buffer, size);
47 if (result != TPM_RC_SUCCESS) {
48 return result;
50 result = TPM2B_NAME_Unmarshal(&target->objectName, buffer, size);
51 if (result != TPM_RC_SUCCESS) {
52 return result;
54 if ((result == TPM_RC_SUCCESS) && *size) {
55 result = TPM_RC_SIZE
66 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_NV_Read.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
46 result = UINT16_Unmarshal(&target->size, buffer, size);
47 if (result != TPM_RC_SUCCESS) {
48 return result;
50 result = UINT16_Unmarshal(&target->offset, buffer, size);
51 if (result != TPM_RC_SUCCESS) {
52 return result;
54 if ((result == TPM_RC_SUCCESS) && *size) {
55 result = TPM_RC_SIZE
66 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_VerifySignature.c 28 // Compute actual parameter_size. Don't add result to total_size.
41 TPM_RC result = TPM_RC_SUCCESS; local
45 result = TPM2B_DIGEST_Unmarshal(&target->digest, buffer, size);
46 if (result != TPM_RC_SUCCESS) {
47 return result;
49 result = TPMT_SIGNATURE_Unmarshal(&target->signature, buffer, size);
50 if (result != TPM_RC_SUCCESS) {
51 return result;
53 if ((result == TPM_RC_SUCCESS) && *size) {
54 result = TPM_RC_SIZE
65 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
StringLiteral.java 31 StringBuilder result = new StringBuilder(); local
32 result.append('"');
37 result.append("\\\"");
40 result.append("\\\\");
43 result.append("\\b");
46 result.append("\\t");
49 result.append("\\n");
52 result.append("\\f");
55 result.append("\\r");
59 new Formatter(result).format("\\u%04x", (int) c)
    [all...]
  /external/libxml2/python/tests/
walker.py 11 result = "" variable
13 global result
15 result = result + "%d %d %s %d\n" % (reader.Depth(), reader.NodeType(),
37 result = "" variable
50 if result != expect:
51 print("Unexpected result for test1")
52 print(result)
76 result = "" variable
90 if result != expect
116 result = "" variable
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
stl_util_unittest.cc 133 std::set<int> result; local
134 result.insert(1);
135 result.insert(2);
136 result.insert(3);
137 result.insert(4);
138 result.insert(5);
139 result.insert(6);
140 result.insert(7);
141 EXPECT_EQ(result, STLSetUnion<std::set<int> >(a1, a2));
145 std::set<int> result; local
157 std::vector<int> result; local
169 std::vector<int> result; local
196 std::set<int> result; local
203 std::set<int> result; local
210 std::vector<int> result; local
217 std::vector<int> result; local
    [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordListener.java 42 * @param recorderAddress An address of recorder that reports result of one touch record
44 * @param result result code. For more details, please look at all constants starting with
52 public void onOneTouchRecordResult(int recorderAddress, int result) {
58 * @param recorderAddress An address of recorder that reports result of timer recording
82 static TimerStatusData parseFrom(int result) {
85 data.mOverlapped = ((result >> 31) & 0x1) != 0;
87 data.mMediaInfo = (result >> 29) & 0x3;
89 data.mProgrammed = ((result >> 28) & 0x1) != 0;
91 data.mProgrammedInfo = (result >> 24) & 0xF
    [all...]
  /frameworks/wilhelm/tests/sandbox/
object.c 26 SLresult result; local
31 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
32 assert(SL_RESULT_SUCCESS == result);
33 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
34 assert(SL_RESULT_SUCCESS == result);
36 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
37 assert(SL_RESULT_SUCCESS == result);
53 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, NULL);
54 assert(SL_RESULT_PARAMETER_INVALID == result);
56 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
    [all...]

Completed in 1212 milliseconds

<<11121314151617181920>>