/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | PwmOut-js.cpp | 97 float result = native_ptr->read(); in DECLARE_CLASS_FUNCTION() local
|
H A D | DigitalOut-js.cpp | 89 int result = native_ptr->read(); in DECLARE_CLASS_FUNCTION() local 113 int result = native_ptr->is_connected(); in DECLARE_CLASS_FUNCTION() local
|
/third_party/jerryscript/tests/unit-libm/ |
H A D | test-libm.c | 32 bool result = computed == expected; in check_int() local 58 bool result; in check_double() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-string-iterator-prototype.c | 135 ecma_value_t result = ecma_create_iter_result_object (ecma_make_string_value (result_str_p), ECMA_VALUE_FALSE); in ecma_builtin_string_iterator_prototype_object_next() local
|
/third_party/jerryscript/targets/mbedos5/source/ |
H A D | jerry_port_mbed.c | 73 double result = curr_time * 1000; in jerry_port_get_current_time() local
|
/third_party/jerryscript/jerry-core/vm/ |
H A D | opcodes-ecma-arithmetics.c | 53 ecma_number_t result = ECMA_NUMBER_ZERO; in do_number_arithmetic() local
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | handler.h | 75 jerry_value_t result; /**< result of property registraion (undefined or error object) */ member
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-unicode.cpp | 31 bool result = false; in test_syntax_error() local
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | MultiStream.cpp | 43 const HRESULT result = s.Stream->Read(data, size, &size);
in Read() local
|
H A D | InStreamWithCRC.cpp | 10 HRESULT result = S_OK;
in Read() local 36 HRESULT result = S_OK;
in Read() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_suballoc.c | 82 VkResult result = tu_bo_init_new(suballoc->dev, &suballoc->bo, in tu_suballoc_bo_alloc() local 89 VkResult result = tu_bo_map(suballoc->dev, suballoc->bo); in tu_suballoc_bo_alloc() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_wsi.c | 74 VkResult result = radv_queue_init(device, device->private_sdma_queue, 0, &queue_create, NULL); in radv_wsi_get_prime_blit_queue() local 92 VkResult result = in radv_init_wsi() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_scratch.c | 80 nir_ssa_def *result = nir_vec(b, chans, instr->num_components); in v3d_nir_lower_load_scratch() local
|
/third_party/ltp/include/ |
H A D | tst_atomic.h | 220 int result; in tst_atomic_add_return() local
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/ |
H A D | main.c | 58 int n, result = 1, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main() local
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
H A D | main.c | 70 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main() local
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | bytes_by_prefix.c | 78 int result; in bytes_by_prefix() local 126 long result; lbytes_by_prefix() local 178 long long result; llbytes_by_prefix() local [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-test-part.cc | 48 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { in operator <<() argument 62 void TestPartResultArray::Append(const TestPartResult& result) { in Append() argument 95 ReportTestPartResult( const TestPartResult& result) ReportTestPartResult() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_constant_folding.c | 76 uint32_t result = 0; in constant_fold() local
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_bo.c | 82 VkResult result; in pvr_bo_alloc() local
|
/third_party/node/src/crypto/ |
H A D | crypto_pbkdf2.cc | 42 EncodeOutput( Environment* env, const PBKDF2Config& params, ByteSource* out, v8::Local<v8::Value>* result) EncodeOutput() argument
|
H A D | crypto_scrypt.cc | 46 EncodeOutput( Environment* env, const ScryptConfig& params, ByteSource* out, v8::Local<v8::Value>* result) EncodeOutput() argument
|
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | heap-constants.cc | 31 std::string result; in FindKnownObject() local 74 KnownInstanceType result; in FindKnownMapInstanceTypes() local [all...] |
/third_party/node/test/js-native-api/test_date/ |
H A D | test_date.c | 28 napi_value date, result; in isDate() local 40 napi_value date, result; in getDateValue() local
|
/third_party/node/test/js-native-api/test_new_target/ |
H A D | test_new_target.c | 14 bool result; in BaseClass() local 27 bool result; in Constructor() local [all...] |