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

<<21222324252627282930>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
KeyValueMap.java 46 KeyValueMap result = new KeyValueMap(); local
47 result.setKeyValues(keyValues);
48 return result;
52 Object result = get(key); local
53 return result != null ? (String)result : null;
57 Object result = get(key); local
58 return result != null ? (Integer)result : null;
62 Object result = get(key) local
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 29 MemoryArea* result = allocate(); local
30 new (result) MemoryArea(name);
31 m_AreaMap[name] = result;
32 return result;
43 MemoryArea* result = allocate(); local
44 new (result) MemoryArea(name);
45 m_AreaMap[name] = result;
46 return result;
56 MemoryArea* result = allocate(); local
57 new (result) MemoryArea(base, pSize)
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
PatternHelper.kt 46 var result = toReplace
47 result = result.replace("(?<!\\\\)\\(".toRegex(), "(?:")
48 rewrites.forEach { result = result.replace(it.first, it.second) }
49 return Pattern.compile(result, flags)
  /libcore/luni/src/test/java/libcore/java/math/
OldBigIntegerOperateBitsTest.java 41 int result = aNumber.getLowestSetBit(); local
42 assertTrue("incorrect value", result == iNumber);
56 int result = aNumber.getLowestSetBit(); local
57 assertTrue("incorrect value", result == iNumber);
64 result = aNumber.getLowestSetBit();
65 assertTrue("incorrect value", result == iNumber);
72 result = aNumber.getLowestSetBit();
73 assertTrue("incorrect value", result == iNumber);
87 int result = aNumber.getLowestSetBit(); local
88 assertTrue("incorrect value", result == iNumber)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
KxmlPullParserDtdTest.java 25 KXmlParser result = new KXmlParser(); local
26 result.setFeature(XmlPullParser.FEATURE_PROCESS_DOCDECL, true);
27 return result;
  /libcore/ojluni/src/main/native/
UnixAsynchronousSocketChannelImpl.c 44 int result; local
46 result = getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &arglen);
47 if (result < 0) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
NumberUtils.java 39 int result = 0; local
42 result += (value << (i * 8));
44 return result;
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarApiUtilTest.java 29 int[] result = CarApiUtil.decodeGarageTimeSetting(time); local
30 assertEquals(11, result[0]);
31 assertEquals(20, result[1]);
34 result = CarApiUtil.decodeGarageTimeSetting(time);
35 assertEquals(23, result[0]);
36 assertEquals(59, result[1]);
43 result = CarApiUtil.decodeGarageTimeSetting(time);
44 assertEquals(CarSettings.DEFAULT_GARAGE_MODE_WAKE_UP_TIME, result);
47 result = CarApiUtil.decodeGarageTimeSetting(time);
48 assertEquals(CarSettings.DEFAULT_GARAGE_MODE_WAKE_UP_TIME, result);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
bad_backref.pass.cpp 24 bool result = false; local
28 result = (ex.code() == std::regex_constants::error_backref);
30 return result;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample1.cc 38 int result = 1; local
40 result *= i;
43 return result;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/samples/
sample1.cc 38 int result = 1; local
40 result *= i;
43 return result;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_power.h 41 Atomic32 result; local
50 : [res] "=&b" (result)
57 return result;
62 Atomic32 result; local
68 : [res] "=&b" (result)
74 return result;
79 Atomic32 result; local
87 : [res] "=&b" (result)
93 return result;
107 Atomic32 result; local
130 Atomic32 result; local
154 Atomic32 result; local
201 Atomic32 result; local
220 Atomic32 result; local
242 Atomic64 result; local
264 Atomic64 result; local
281 Atomic64 result; local
302 Atomic64 result; local
327 Atomic64 result; local
351 Atomic64 result; local
398 Atomic64 result; local
417 Atomic64 result; local
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
bitstream-decode.c 49 uint32_t result; local
51 OI_BITSTREAM_READUINT(result, bits, bs->ptr.r, bs->value, bs->bitPtr);
53 return result;
57 uint32_t result; local
63 result = bs->value << 8;
66 result = bs->value << 12;
70 result >>= 28;
71 OI_ASSERT(result < (1u << 4));
72 return (uint8_t)result;
76 uint32_t result; local
    [all...]
  /system/core/base/include/android-base/
memory.h 28 T result; local
29 memcpy(&result, address, sizeof(T));
30 return result;
  /system/keymaster/android_keymaster/
logger.cpp 34 int result = Log(level, fmt, args); local
36 return result;
43 int result = Log(DEBUG_LVL, fmt, args); local
45 return result;
52 int result = Log(INFO_LVL, fmt, args); local
54 return result;
60 int result = Log(WARNING_LVL, fmt, args); local
62 return result;
68 int result = Log(ERROR_LVL, fmt, args); local
70 return result;
76 int result = Log(SEVERE_LVL, fmt, args); local
    [all...]
  /test/vts/drivers/hal/libcodecoverage/
gcda_parser_test.cpp 31 std::vector<unsigned> result = local
33 for (unsigned int index = 0; index < result.size(); index++) {
34 cout << result.at(index) << endl;
  /toolchain/binutils/binutils-2.27/libiberty/
snprintf.c 55 int result; local
58 result = vsnprintf (s, n, format, ap);
60 return result;
strdup.c 23 char *result = (char*) malloc (len); local
24 if (result == (char*) 0)
26 return (char*) memcpy (result, s, len);
  /tools/tradefederation/core/src/com/android/tradefed/log/
ITestLogger.java 19 import com.android.tradefed.result.ITestInvocationListener;
20 import com.android.tradefed.result.InputStreamSource;
21 import com.android.tradefed.result.LogDataType;
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 39 void ExitOnErrorFunc( SLresult result , int line)
41 if (SL_RESULT_SUCCESS != result) {
42 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
56 SLresult result; local
58 result = (*caller)->GetFillLevel(caller, &level);
59 ExitOnError(result);
61 result = (*caller)->GetPrefetchStatus(caller, &status);
62 ExitOnError(result);
75 SLresult result; local
106 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf)
329 SLresult result; local
    [all...]
  /bionic/benchmarks/
atomic_benchmark.cpp 56 unsigned result = 0; local
58 result += test_loc.load(std::memory_order_relaxed);
61 sink = result;
66 unsigned result = 0; local
68 result += test_loc.load(std::memory_order_acquire);
71 sink = result;
94 unsigned result = 0; local
96 result += test_loc.fetch_add(1, std::memory_order_relaxed);
99 sink = result;
104 unsigned result = 0 local
117 unsigned result = 0; local
128 unsigned result = 0; local
141 unsigned result = 0; local
    [all...]
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor_callback.cpp 35 aaudio_result_t result; local
50 result = recorder.open(argParser,
54 if (result != AAUDIO_OK) {
55 fprintf(stderr, "ERROR - recorder.open() returned %d\n", result);
65 result = recorder.start();
66 if (result != AAUDIO_OK) {
67 fprintf(stderr, "ERROR - recorder.start() returned %d\n", result);
82 result = AAudioStream_waitForStateChange(aaudioStream,
86 if (result != AAUDIO_OK) {
87 fprintf(stderr, "ERROR - AAudioStream_waitForStateChange() returned %d\n", result);
    [all...]
  /packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoaderTest.java 42 DownloadsResult result = local
44 assertNotNull(result);
45 assertEquals(0, result.totalSize);
46 assertEquals(0, result.files.size());
54 DownloadsResult result = local
56 assertNotNull(result);
57 assertEquals(0, result.totalSize);
58 assertEquals(2, result.files.size());
68 DownloadsResult result = local
70 assertNotNull(result);
91 DownloadsResult result = local
107 DownloadsResult result = local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
PerUnalignedUtils.java 54 BitStream result = new BitStream(); local
57 result.appendBit((normalizedValue >> i & 1) != 0);
59 return result;
81 long result = 0; local
84 result <<= 1;
85 result |= reader.readBit() ? 1 : 0;
87 return result;
101 BitStream result = new BitStream(); local
102 result.appendBit(false);
103 result.appendLowBits(6, (byte) value)
169 BitStream result = encodeSemiConstrainedLength(n); local
214 BitStream result = new BitStream(); local
219 BitStream result = new BitStream(); local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
portable_tensor_utils.h 33 int n_batch, float* result,
39 float* result);
42 // assumption here is that result array is initialized to valid values.
45 int v_size, float* result);
54 int n_batch, float* result,
58 // operation, the assumption here is that result array is initialized to valid
64 float* result);
72 float* result);
77 float* result);
80 void PortableCopyVector(const float* vector, int v_size, float* result);
    [all...]

Completed in 2172 milliseconds

<<21222324252627282930>>