/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ApiProcs.cpp | 60 //* For object creation, store the object ID the client will use for the result. 63 cmd.result = ObjectHandle{allocation->object->id, allocation->generation}; 154 std::vector<const char*> result; 155 result.reserve(sProcMapSize); 157 result.push_back(entry.name); 159 return result;
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memchr.S | 21 #define result x0 define 98 /* If we're out of data we finish regardless of the result */ 135 /* Compute the potential result */ 136 add result, src, synd, lsr #1 137 /* Select result or NULL */ 138 csel result, xzr, result, eq 142 mov result, #0
|
H A D | memcmp.S | 14 /* Parameters and result. */ 18 #define result w0 define 110 cset result, ne 111 cneg result, result, lo 133 sub result, data1w, data2w
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 40 auto result = fMap.find(key); in load() local 41 if (result == fMap.end()) { in load() 50 data_to_str(*result->second.fData).c_str()); in load() 52 result->second.fHitCount++; in load() 53 return result->second.fData; in load()
|
/third_party/skia/tools/ |
H A D | skottie2movie.cpp | 140 std::unique_ptr<const SkSurface::AsyncReadResult> result) { in main() 141 if (result && result->count() == 1) { in main() 143 rec->encoder->addFrame({rec->info, result->data(0), result->rowBytes(0)}); in main()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | normlzr.h | 61 * slower than normalizing the entire text at once and iterating over the result. 218 * @param result The normalized string (on output). 224 UnicodeString& result, 240 * @param result The composed string (on output). 246 UnicodeString& result, 262 * @param result The decomposed string (on output). 268 UnicodeString& result, 276 * Three types of result can be returned UNORM_YES, UNORM_NO or 280 * UNORM_MAYBE result indicates that a more thorough check is required, 314 * Unlike unorm_quickCheck(), this function returns a definitive result, [all...] |
/third_party/unity/auto/ |
H A D | stylize_as_junit.py | 30 # Clean up result file names 35 # Dig through each result file, looking for details on pass/fail: 39 raise Exception("Empty test result file: %s" % result_file) 50 # Format of a result line is `[file_name]:line:test_name:RESULT[:msg]` 71 result = list() 73 result.append((pp1.parseString(l)).asDict()) 75 result = filter(None, result) 78 for r in result: 133 """Takes as input the collection of *.testpass and *.testfail result [all...] |
/third_party/python/Lib/ |
H A D | pty.py | 72 result = os.open(tty_name, os.O_RDWR) 76 return result 78 ioctl(result, I_PUSH, "ptem") 79 ioctl(result, I_PUSH, "ldterm") 82 return result
|
/third_party/python/Lib/test/ |
H A D | test_dtrace.py | 26 straight result can be "non-causal". So we add timestamps to the probe 32 result = [ 37 result.sort(key=lambda row: int(row[0])) 38 result = [row[1] for row in result] 39 return "\n".join(result)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testcallable.py | 120 result = instance() variable in TestCallable.test_patch_spec_callable_class.Multi 121 # instance is callable, result has no spec 124 result(3, 2, 1) 125 result.assert_called_once_with(3, 2, 1) 126 result.foo(3, 2, 1) 127 result.foo.assert_called_once_with(3, 2, 1)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | mocking_bit_gen.h | 117 // GetMockFnType returns the testing::MockFunction for a result and tuple. 150 /*ResultT*/ void* result) = 0; 156 void Apply(void* args_tuple, void* result) override { 158 // std::tuple<Args...> used to invoke the mock function. Requires result 159 // to point to a ResultT, which is the result of the call. 160 *static_cast<ResultT*>(result) = variable 207 // InvokeMock(FastTypeIdType, args, result) is the entrypoint for invoking 215 // Requires result to point to a ResultT, which is the result of the call. 217 void* result) { in InvokeMock() 216 InvokeMock(base_internal::FastTypeIdType type, void* args_tuple, void* result) InvokeMock() argument [all...] |
/third_party/skia/modules/androidkit/src/ |
H A D | Matrix.cpp | 37 jfloatArray result = nullptr; in Matrix_GetRowMajor() local 42 result = env->NewFloatArray(16); in Matrix_GetRowMajor() 43 if (result) { in Matrix_GetRowMajor() 44 env->SetFloatArrayRegion(result, 0, 16, temp); in Matrix_GetRowMajor() 47 return result; in Matrix_GetRowMajor()
|
/third_party/skia/include/core/ |
H A D | SkPoint3.h | 148 SkPoint3 result; in CrossProduct() local 149 result.fX = a.fY*b.fZ - a.fZ*b.fY; in CrossProduct() 150 result.fY = a.fZ*b.fX - a.fX*b.fZ; in CrossProduct() 151 result.fZ = a.fX*b.fY - a.fY*b.fX; in CrossProduct() 153 return result; in CrossProduct()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | uio.rs | 25 Errno::result(res).map(|r| r as usize) 37 Errno::result(res).map(|r| r as usize) 62 Errno::result(res).map(|r| r as usize) 92 Errno::result(res).map(|r| r as usize) in preadv() 109 Errno::result(res).map(|r| r as usize) in pwrite() 126 Errno::result(res).map(|r| r as usize) in pread() 254 Errno::result(res).map(|r| r as usize) in process_vm_writev() 289 Errno::result(res).map(|r| r as usize) in process_vm_readv()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 48 VkResult result; in create_blit_pipeline_layout() local 62 result = in create_blit_pipeline_layout() 67 if (result != VK_SUCCESS) in create_blit_pipeline_layout() 81 result = in create_blit_pipeline_layout() 86 return result == VK_SUCCESS; in create_blit_pipeline_layout() 148 VkResult result; in create_texel_buffer_copy_pipeline_layout() local 162 result = in create_texel_buffer_copy_pipeline_layout() 167 if (result != VK_SUCCESS) in create_texel_buffer_copy_pipeline_layout() 193 result = in create_texel_buffer_copy_pipeline_layout() 198 return result in create_texel_buffer_copy_pipeline_layout() 604 VkResult result; copy_image_to_buffer_blit() local 1006 VkResult result = create_image_alias() local 1506 VkResult result = create_texel_buffer_copy_descriptor_pool() local 1533 VkResult result; allocate_texel_buffer_copy_descriptor_set() local 1971 VkResult result; texel_buffer_shader_copy() local 2335 VkResult result = copy_buffer_to_image_blit() local 2419 VkResult result = copy_buffer_to_image_blit() local 3037 VkResult result; create_blit_render_pass() local 3471 VkResult result = create_pipeline() local 3724 VkResult result = create_blit_descriptor_pool() local 3751 VkResult result; allocate_blit_source_descriptor_set() local 3804 VkResult result; blit_shader() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | ifaddrsndk1.cpp | 31 napi_value result = nullptr;
in Freeifaddrs() local 32 napi_create_int32(env, ret, &result);
in Freeifaddrs() 33 return result;
in Freeifaddrs()
|
H A D | ipcndk.cpp | 36 napi_value result = nullptr;
in Ftok() local 37 napi_create_int32(env, value, &result);
in Ftok() 38 return result;
in Ftok()
|
H A D | klogndk.cpp | 34 napi_value result;
in Klogctl() local 35 napi_create_int32(env, ret, &result);
in Klogctl() 36 return result;
in Klogctl()
|
H A D | klogndk1.cpp | 26 napi_value result;
in Klogctl() local 27 napi_create_int32(env, !ret, &result);
in Klogctl() 28 return result;
in Klogctl()
|
H A D | personalityndk.cpp | 35 napi_value result = nullptr;
in Personality() local 36 napi_create_int32(env, ret, &result);
in Personality() 37 return result;
in Personality()
|
H A D | quotandk1.cpp | 29 napi_value result;
in Quotactl() local 30 napi_create_int32(env, ret, &result);
in Quotactl() 31 return result;
in Quotactl()
|
H A D | quotandk.cpp | 29 napi_value result;
in Quotactl() local 30 napi_create_int32(env, ret, &result);
in Quotactl() 31 return result;
in Quotactl()
|
H A D | randomndk1.cpp | 32 napi_value result = nullptr;
in Getrandom() local 33 napi_create_int32(env, ret, &result);
in Getrandom() 34 return result;
in Getrandom()
|
H A D | termiosndk1.cpp | 37 napi_value result;
in Cfgetospeed() local 38 napi_create_int32(env, value, &result);
in Cfgetospeed() 39 return result;
in Cfgetospeed()
|
H A D | sysmmanndk.cpp | 27 napi_value result = nullptr;
in PosixMadvise() local 35 napi_create_int32(env, returnValue, &result);
in PosixMadvise() 36 return result;
in PosixMadvise()
|