HomeSort by relevance Sort by last modified time
    Searched full:verifier (Results 676 - 700 of 1051) sorted by null

<<21222324252627282930>>

  /packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java 173 // in the verifier code and is not available in the verifier API, and extracting the
  /external/wpa_supplicant_8/src/common/
sae.c 1164 * verifier = CN(KCK, peer-send-confirm, peer-commit-scalar,
1255 u8 verifier[SHA256_MAC_LEN]; local
    [all...]
  /art/runtime/
thread.h 67 namespace verifier { namespace in namespace:art
69 } // namespace verifier
799 // Currently deoptimization invokes verifier which can trigger class loading
    [all...]
thread.cc 71 #include "verifier/dex_gc_map.h"
72 #include "verifier/method_verifier.h"
    [all...]
  /art/oatdump/
oatdump.cc 57 #include "verifier/dex_gc_map.h"
58 #include "verifier/method_verifier.h"
590 // Create the verifier early.
810 std::unique_ptr<verifier::MethodVerifier> verifier; local
812 *indent1_os << "VERIFIER TYPE ANALYSIS:\n";
813 verifier.reset(DumpVerifier(*indent2_os, dex_method_idx, &dex_file, class_def, code_item,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 17 package com.android.cts.verifier.notifications;
19 import static com.android.cts.verifier.notifications.MockListener.JSON_AMBIENT;
20 import static com.android.cts.verifier.notifications.MockListener.JSON_MATCHES_ZEN_FILTER;
21 import static com.android.cts.verifier.notifications.MockListener.JSON_TAG;
37 import com.android.cts.verifier.R;
    [all...]
MockListener.java 16 package com.android.cts.verifier.notifications;
84 mTestPackages.add("com.android.cts.verifier");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 17 package com.android.cts.verifier.camera.fov;
46 import com.android.cts.verifier.R;
47 import com.android.cts.verifier.TestResult;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 25 package com.android.cts.verifier.features;
27 import com.android.cts.verifier.PassFailButtons;
28 import com.android.cts.verifier.R;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java 17 package com.android.cts.verifier.security;
34 import com.android.cts.verifier.PassFailButtons;
35 import com.android.cts.verifier.R;
  /dalvik/docs/
embedded-vm-control.html 14 <li><a href="#verifier">Bytecode Verification and Optimization</a>
111 <h2><a name="verifier">Bytecode Verification and Optimization</a></h2>
147 later turn the verifier on, application loading will be noticeably
  /docs/source.android.com/src/source/
submit-patches.jd 151 <p>If you are assigned to be the Verifier for a change, you need to do the following:</p>
170 <h2 id="how-do-i-become-a-verifier-or-approver">How do I become a Verifier or Approver?</h2>
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 373 // SignerInformationVerifier verifier = verifierProvider.get(signer.getSID());
375 // if (!signer.verify(verifier))
395 // throw new CMSException("failure in verifier provider: " + e.getMessage(), e);
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 87 // Handle to dynamically loaded verifier.dll.
130 // Load verifier!VerifierEnumerateResource() dynamically.
131 verifier_module_ = LoadLibrary(TEXT("verifier.dll"));
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 335 * Otherwise when we go to the hostname verifier, it directly calls
403 * Otherwise when we go to the hostname verifier, it directly calls
415 throw new IllegalArgumentException("Hostname verifier may not be null");
  /art/compiler/dex/
dex_to_dex_compiler.cc 219 inst->SetVRegA_10x(0u); // keep compliant with verifier.
224 inst->SetVRegA_10x(0u); // keep compliant with verifier.
  /art/compiler/optimizing/
reference_type_propagation.cc 181 // Get type from dex cache assuming it was populated by the verifier.
192 // Get type from dex cache assuming it was populated by the verifier.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 17 package com.android.cts.verifier.tv;
47 import com.android.cts.verifier.R;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 17 package com.android.cts.verifier.widget;
33 import com.android.cts.verifier.R;
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ActivityTestBase.java 201 * Tests to see if a bitmap passes a verifier's test. If it doesn't the bitmap is saved to the
253 * the verifier given.
  /cts/tools/vm-tests-tf/etc/
starttests 244 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
262 echo "Verifier failures : ${jvfefailedcnt}"
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 48 class Verifier
55 class ColorVerifier : public Verifier
91 class FullBlueSomeGreenVerifier : public Verifier
119 class NoRedVerifier : public Verifier
138 class SampleAverageVerifier : public Verifier
182 class PartialDiscardVerifier : public Verifier
202 static bool verifyImageWithVerifier (const tcu::Surface& resultImage, tcu::TestLog& log, const Verifier& verifier, bool logOnSuccess = true)
212 verifier.logInfo(log);
221 if (!verifier.verify(color, tcu::IVec2(x,y))
    [all...]
  /external/llvm/lib/Passes/
PassBuilder.cpp 28 #include "llvm/IR/Verifier.h"
287 // FIXME: No verifier support for CGSCC passes!
  /external/v8/src/compiler/
pipeline.cc 28 #include "src/compiler/verifier.h"
116 if (VerifyGraphs()) Verifier::Run(graph);
  /external/v8/test/cctest/compiler/
test-changes-lowering.cc 14 #include "src/compiler/verifier.h"
154 Verifier::Run(this->graph());

Completed in 1833 milliseconds

<<21222324252627282930>>