HomeSort by relevance Sort by last modified time
    Searched refs:Utils (Results 1 - 25 of 1980) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/broadcastradio/common/tests/
CommonXX_test.cpp 17 #include <broadcastradio-utils-1x/Utils.h>
18 #include <broadcastradio-utils-2x/Utils.h>
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DismissAlarmTest.java 19 import android.alarmclock.common.Utils;
20 import android.alarmclock.common.Utils.TestcaseType;
28 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.SET_ALARM_FOR_DISMISSAL));
29 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.DISMISS_ALARM));
SnoozeAlarmTest.java 19 import android.alarmclock.common.Utils;
20 import android.alarmclock.common.Utils.TestcaseType;
31 // Utils.COMPLETION_RESULT
32 // Utils.ABORT_RESULT
36 assertTrue(result.equals(Utils.ABORT_RESULT) || result.equals(Utils.COMPLETION_RESULT));
SetAlarmTest.java 19 import android.alarmclock.common.Utils;
20 import android.alarmclock.common.Utils.TestcaseType;
28 assertEquals(Utils.COMPLETION_RESULT, runTest(TestcaseType.SET_ALARM));
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollSuggestionActivity.java 21 import com.android.settings.Utils;
26 if (!Utils.hasFingerprintHardware(context)
28 || !Utils.hasFingerprintHardware(context)) {
31 return Utils.getFingerprintManagerOrNull(context).hasEnrolledFingerprints();
  /system/vold/
secontext.cpp 16 #include <Utils.h>
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
NormalizeEmailAddressTest.java 3 package com.android.mail.utils;
8 import com.android.mail.utils.Utils;
15 assertEquals(Utils.normalizeEmailAddress("User@EXAMPLE.COM"), emailAddress);
17 assertEquals(Utils.normalizeEmailAddress("User@example.com"), emailAddress);
19 assertEquals(Utils.normalizeEmailAddress("User@exaMple.com"), emailAddress);
21 assertEquals(Utils.normalizeEmailAddress(null), null);
23 assertEquals(Utils.normalizeEmailAddress(""), "");
25 assertEquals(Utils.normalizeEmailAddress("Not an EMAIL address"), "not an email address");
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FullscreenRotationTest.java 34 Utils.startElementLayout(getInstrumentation(), 100);
40 Utils.rotateDevice(getInstrumentation(), Utils.ROTATION_MODE_NATURAL);
45 @GfxMonitor(processName=Utils.PACKAGE)
48 Utils.rotateDevice(getInstrumentation(),
49 Utils.getDeviceRotation(getInstrumentation()) == Utils.ROTATION_MODE_LEFT ?
50 Utils.ROTATION_MODE_RIGHT : Utils.ROTATION_MODE_LEFT);
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DelayedAssistantActivity.java 20 import android.assist.common.Utils;
34 intent.putExtra(Utils.EXTRA_REGISTER_RECEIVER, true);
35 intent.putExtra(Utils.TESTCASE_TYPE, getIntent().getStringExtra(Utils.TESTCASE_TYPE));
36 intent.putExtra(Utils.DISPLAY_WIDTH_KEY,
37 getIntent().getIntExtra(Utils.DISPLAY_WIDTH_KEY, 0));
38 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY,
39 getIntent().getIntExtra(Utils.DISPLAY_HEIGHT_KEY, 0));
  /external/bart/bart/common/
__init__.py 19 from bart.common import Utils
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Exceptions/
WaypointAreaCoveredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointDistanceException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointRingNotEnteredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointStartPointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
  /external/tensorflow/tensorflow/core/platform/s3/
aws_logging.cc 21 #include <aws/core/utils/logging/AWSLogging.h>
22 #include <aws/core/utils/logging/LogSystemInterface.h>
28 AWSLogSystem::AWSLogSystem(Aws::Utils::Logging::LogLevel log_level)
31 void AWSLogSystem::Log(Aws::Utils::Logging::LogLevel log_level, const char* tag,
43 void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level,
49 void AWSLogSystem::LogMessage(Aws::Utils::Logging::LogLevel log_level,
53 case Aws::Utils::Logging::LogLevel::Info:
56 case Aws::Utils::Logging::LogLevel::Warn:
59 case Aws::Utils::Logging::LogLevel::Error:
62 case Aws::Utils::Logging::LogLevel::Fatal
    [all...]
s3_crypto.cc 19 #include <aws/core/utils/crypto/HashResult.h>
24 class S3Sha256HMACOpenSSLImpl : public Aws::Utils::Crypto::HMAC {
30 virtual Aws::Utils::Crypto::HashResult Calculate(
31 const Aws::Utils::ByteBuffer& toSign,
32 const Aws::Utils::ByteBuffer& secret) override {
34 Aws::Utils::ByteBuffer digest(length);
46 return Aws::Utils::Crypto::HashResult(std::move(digest));
50 class S3Sha256OpenSSLImpl : public Aws::Utils::Crypto::Hash {
56 virtual Aws::Utils::Crypto::HashResult Calculate(
62 Aws::Utils::ByteBuffer hash(SHA256_DIGEST_LENGTH)
    [all...]
s3_crypto.h 16 #include <aws/core/utils/crypto/Factories.h>
17 #include <aws/core/utils/crypto/HMAC.h>
18 #include <aws/core/utils/crypto/Hash.h>
23 class S3SHA256Factory : public Aws::Utils::Crypto::HashFactory {
25 std::shared_ptr<Aws::Utils::Crypto::Hash> CreateImplementation()
29 class S3SHA256HmacFactory : public Aws::Utils::Crypto::HMACFactory {
31 std::shared_ptr<Aws::Utils::Crypto::HMAC> CreateImplementation()
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
IsolatedSplitsTests.java 49 Utils.prepareSingleUser(getDevice());
61 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault");
66 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale");
75 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault");
76 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureADefault");
77 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureAReceivers");
83 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale");
84 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureAPolishLocale");
89 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault");
90 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureADefault")
    [all...]
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
RespondService.java 23 import com.example.android.smssample.Utils;
39 if (Utils.hasJellyBeanMR2() && Utils.isDefaultSmsApp(this) &&
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.hpp 44 class Utils
360 typedef std::vector<Utils::QUALIFIERS> qualifierSet;
398 static std::string getBlockVariableDefinition(const Utils::qualifierSet& qualifiers, const glw::GLchar* type_name,
404 static std::string getVariableDefinition(VARIABLE_FLAVOUR flavour, const Utils::qualifierSet& qualifiers,
407 static VARIABLE_FLAVOUR getVariableFlavour(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE storage,
408 const Utils::qualifierSet& qualifiers);
410 static std::string getVariableName(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE storage,
415 static void prepareBlockVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_storage
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
AccuracyPath.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Path;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Utils.java 19 * $Id: Utils.java 468654 2006-10-28 07:09:23Z minchau $
21 package org.apache.xml.serializer.utils;
31 public final class Utils
  /external/swiftshader/third_party/LLVM/unittests/Transforms/
Makefile 12 PARALLEL_DIRS = Utils
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetFactory.java 37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null);
40 FIELD_NOT_STRING_FORMAT_STRING, Utils.NAMESPACE_FIELD));
43 if (namespace.equals(Utils.NAMESPACE_WEB)) {
45 } else if (namespace.equals(Utils.NAMESPACE_ANDROID_APP)) {

Completed in 457 milliseconds

1 2 3 4 5 6 7 8 91011>>