| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | Makefile | 71 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
|
| H A D | eapol_test.py | 129 t[i] = threading.Thread(target=run, args=(str(i), iter,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | Makefile | 66 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | Makefile | 62 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 210 Statement* statement; // The target statement for the command or {nullptr}. 1414 // Build assignment to {new.target} variable if it is used. in GenerateBytecodeBody() 1491 // the incoming new target object. in AllocateTopLevelRegisters() 1775 execution_control()->Continue(stmt->target()); in VisitContinueStatement() 1781 execution_control()->Break(stmt->target()); in VisitBreakStatement() 2355 // Assign accumulator value to the 'each' target. in VisitForInStatement() 2446 // Assign to the 'each' target. in VisitForOfStatement() 4086 // Get the default value of a destructuring target. Will mutate the 4087 // destructuring target expression if there is a default value. 4095 Expression** target) { in GetDestructuringDefaultValue() 4094 GetDestructuringDefaultValue( Expression** target) GetDestructuringDefaultValue() argument 4376 Expression* target = pattern_property->value(); BuildDestructuringObjectAssignment() local [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 2167 unsigned res_target = tex->buffer.b.b.target; in si_tex_dim() 2397 enum pipe_texture_target target, unsigned sample_count, in si_is_format_supported() 2403 if (target >= PIPE_MAX_TEXTURE_TYPES) { in si_is_format_supported() 2404 PRINT_ERR("radeonsi: unsupported texture type %d\n", target); in si_is_format_supported() 2414 if ((target == PIPE_TEXTURE_3D || target == PIPE_TEXTURE_CUBE) && in si_is_format_supported() 2455 if (target == PIPE_BUFFER) { in si_is_format_supported() 4006 struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, in gfx10_make_texture_descriptor() 4061 if (!sampler && (res->target == PIPE_TEXTURE_CUBE || res->target in gfx10_make_texture_descriptor() 2396 si_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) si_is_format_supported() argument 4005 gfx10_make_texture_descriptor( struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) gfx10_make_texture_descriptor() argument 4189 si_make_texture_descriptor(struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) si_make_texture_descriptor() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fGeometryShaderTests.cpp | 1934 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(m_viewportSize.x()) + "x" + de::toString(m_viewportSize.y())); in iterate() 2706 LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test); 2730 static int getTargetLayers (LayeredRenderTargetType target); 2731 static glw::GLenum getTargetTextureTarget (LayeredRenderTargetType target); 2732 static tcu::IVec3 getTargetDimensions (LayeredRenderTargetType target); 2733 static tcu::IVec2 getResolveDimensions (LayeredRenderTargetType target); 2755 LayeredRenderCase::LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test) in LayeredRenderCase() argument 2757 , m_target (target) in LayeredRenderCase() 2759 , m_numLayers (getTargetLayers(target)) in LayeredRenderCase() 2761 , m_resolveDimensions (getResolveDimensions(target)) in LayeredRenderCase() 3682 getTargetLayers(LayeredRenderTargetType target) getTargetLayers() argument 3697 getTargetTextureTarget(LayeredRenderTargetType target) getTargetTextureTarget() argument 3712 getTargetDimensions(LayeredRenderTargetType target) getTargetDimensions() argument 3727 getResolveDimensions(LayeredRenderTargetType target) getResolveDimensions() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
| H A D | mali_kbase_mmu.c | 1639 u64 *target = &pgd_page[level_index]; in kbase_mmu_insert_pages_no_flush() local 1641 if (mmu_mode->pte_is_valid(*target, cur_level)) { in kbase_mmu_insert_pages_no_flush() 1645 *target), in kbase_mmu_insert_pages_no_flush() 1649 *target = kbase_mmu_create_ate(kbdev, *phys, flags, in kbase_mmu_insert_pages_no_flush() 1656 u64 *target = &pgd_page[ofs]; in kbase_mmu_insert_pages_no_flush() local 1665 WARN_ON((*target & 1UL) != 0); in kbase_mmu_insert_pages_no_flush() 1667 *target = kbase_mmu_create_ate(kbdev, in kbase_mmu_insert_pages_no_flush()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
| H A D | mali_kbase_mmu.c | 1335 u64 *target = &pgd_page[level_index]; in kbase_mmu_insert_pages_no_flush() local 1337 if (mmu_mode->pte_is_valid(*target, cur_level)) { in kbase_mmu_insert_pages_no_flush() 1338 cleanup_empty_pte(kbdev, mmut, target); in kbase_mmu_insert_pages_no_flush() 1340 *target = kbase_mmu_create_ate(kbdev, *phys, flags, cur_level, group_id); in kbase_mmu_insert_pages_no_flush() 1344 u64 *target = &pgd_page[ofs]; in kbase_mmu_insert_pages_no_flush() local 1353 WARN_ON((*target & 1UL) != 0); in kbase_mmu_insert_pages_no_flush() 1355 *target = kbase_mmu_create_ate(kbdev, phys[i], flags, cur_level, group_id); in kbase_mmu_insert_pages_no_flush()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_natural_store_connection.cpp | 411 void SQLiteSingleVerNaturalStoreConnection::ResetConflictNotifierCount(int target) in ResetConflictNotifierCount() argument 416 LOGD("Conflict type:%d to %d", conflictType_, target); in ResetConflictNotifierCount() 418 AddConflictNotifierCount(target); in ResetConflictNotifierCount() 419 conflictType_ = target; in ResetConflictNotifierCount() 422 void SQLiteSingleVerNaturalStoreConnection::AddConflictNotifierCount(int target) in AddConflictNotifierCount() argument 424 LOGD("Conflict type:%u vs %u", conflictType_, target); in AddConflictNotifierCount() 426 uint32_t targetTemp = static_cast<uint32_t>(target); in AddConflictNotifierCount()
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_sqlite_shared_result_set_test.cpp | 1490 int target = INSERT_NUM / 2;
in HWTEST_F() local 1492 ASSERT_EQ(E_OK, resultSet->GoToRow(target));
in HWTEST_F() 1494 ASSERT_EQ(target, position);
in HWTEST_F() 1496 target = INSERT_NUM - position - i & 0x1;
in HWTEST_F() 1497 ASSERT_EQ(E_OK, resultSet->GoToRow(target)) << "Current position:" << position << ", go to:" << target;
in HWTEST_F() local 1499 ASSERT_EQ(target, position);
in HWTEST_F()
|
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | remote_animation_test.cpp | 618 auto target = RemoteAnimation::CreateWindowAnimationTarget(transitionInfo_, node_); in HWTEST_F() local 619 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 632 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 637 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 640 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 644 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 647 RemoteAnimation::GetExpectRect(node_, target); in HWTEST_F() 664 EXPECT_EQ(WMError::WM_ERROR_NO_MEM, ret); // no surfaceNode thus target is nullptr in HWTEST_F()
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_validate.c | 1032 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1045 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1057 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1063 validate_assert(state, instr->target == block->successors[0]); in validate_jump_instr() 1064 validate_assert(state, instr->target != NULL); in validate_jump_instr() 1070 validate_assert(state, instr->target == block->successors[1]); in validate_jump_instr() 1073 validate_assert(state, instr->target != NULL); in validate_jump_instr()
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 1034 xcb_pixmap_t target; in dri2_x11_copy_buffers() local 1037 target = (uintptr_t) native_pixmap_target; in dri2_x11_copy_buffers() 1045 xcb_create_gc(dri2_dpy->conn, gc, target, 0, NULL); in dri2_x11_copy_buffers() 1048 target, in dri2_x11_copy_buffers() 1162 dri2_x11_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_x11_create_image_khr() argument 1165 switch (target) { in dri2_x11_create_image_khr() 1169 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_x11_create_image_khr()
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 1912 int target = 0, format = 0, mipmap = 0; in glXCreatePixmap() local 1939 target = *attr; in glXCreatePixmap() 1978 if (target == GLX_TEXTURE_1D_EXT) { in glXCreatePixmap() 1985 else if (target == GLX_TEXTURE_2D_EXT) { in glXCreatePixmap() 1992 if (target == GLX_TEXTURE_RECTANGLE_EXT) { in glXCreatePixmap() 2000 if (format || target || mipmap) { in glXCreatePixmap() 2002 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap); in glXCreatePixmap()
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | testharness.js | 897 * @param {EventTarget} watchedNode - The target expected to receive the events. 1190 * @param {EventTarget} object - Event target 1395 return "ProcessingInstruction node with target " + format_value(truncate(val.target, 60)) + " and data " + format_value(truncate(val.data, 60)); 4679 var target = global_scope; 4681 if (!(components[i] in target)) { 4682 target[components[i]] = {}; 4684 target = target[components[i]]; 4686 target[component [all...] |
| /third_party/nghttp2/src/ |
| H A D | HttpServer.cc | 394 void release_fd(FileEntry *target) { in release_fd() argument 395 --target->usecount; in release_fd() 397 if (target->usecount == 0 && target->stale) { in release_fd() 398 fd_cache_lru_.remove(target); in release_fd() 399 close(target->fd); in release_fd() 400 fd_cache_.erase(target->it); in release_fd()
|
| /third_party/node/ |
| H A D | Makefile | 109 all: $(NODE_EXE) ## Default target, builds node in out/Release/node. 115 # To add a target to the help, add a double comment (##) on the target line. 126 # otherwise $(NODE_EXE) being a .PHONY target means it is always re-run. 129 # See comments on the build-addons target for some more info 169 $(warning '$@' target is a noop) 239 $(FIND) out/$(BUILDTYPE)/obj.target \( -name "*.gcda" -o -name "*.gcno" \) \ 264 $(FIND) out/$(BUILDTYPE)/obj.target -name "*.gcda" -type f -exec $(RM) {} \; 270 -r ../src/ --object-directory Release/obj.target \ 536 # This target shoul [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 73 * spans on any target surface. You can thus do direct composition on 506 TPixmap target; /* target pixmap */ member 1490 unsigned char* line = ras.target.origin - ras.target.pitch * y; in gray_sweep() 1630 * A pointer to the source target. 2045 const FT_Bitmap* target_map = params->target; in gray_raster_render() 2090 /* if direct mode is not set, we must have a target bitmap */ in gray_raster_render() 2102 ras.target.origin = target_map->buffer; in gray_raster_render() 2104 ras.target in gray_raster_render() [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.h | 466 // The caller must ensure that target has sufficient capacity for the 471 uint8* target, 480 uint8* target, io::EpsCopyOutputStream* stream) const; 487 uint8* target) const; 488 uint8* SerializeMessageSetWithCachedSizesToArray(uint8* target) const; 543 int number, uint8* target, io::EpsCopyOutputStream* stream) const = 0; 611 int number, uint8* target, io::EpsCopyOutputStream* stream) const; 613 int number, uint8* target, io::EpsCopyOutputStream* stream) const;
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 374 const std::string &target, DistributedDB::Message *msg) { in HWTEST_F() 375 if (target != "real_device" || msg->GetMessageId() != DATA_SYNC_MESSAGE) { in HWTEST_F() 431 g_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in HWTEST_F() 433 if (target == DEVICE_B && msg->GetMessageId() == QUERY_SYNC_MESSAGE) { in HWTEST_F() 449 g_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in HWTEST_F() 451 if (target == DEVICE_B && msg->GetMessageId() == QUERY_SYNC_MESSAGE) { in HWTEST_F() 566 g_communicatorAggregator->RegOnDispatch([&sleep](const std::string &target, DistributedDB::Message *msg) { in HWTEST_F() 619 g_communicatorAggregator->RegOnDispatch([](const std::string &target, DistributedDB::Message *msg) { in HWTEST_F() 621 if (target == DEVICE_B && msg->GetMessageId() == TIME_SYNC_MESSAGE && msg->GetMessageType() == TYPE_REQUEST) { in HWTEST_F()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | apicoll.cpp | 2008 const UnicodeString& target, 2011 const UnicodeString& target, 2016 const UChar* target, 2074 const UnicodeString& target, in compare() 2078 return UCollationResult(source.compare(target)); in compare() 2085 const UnicodeString& target, in compare() 2090 return UCollationResult(source.compare(0, length, target)); in compare() 2098 const UChar* target, in compare() 2103 UnicodeString t(target, targetLength); in compare() 2073 compare(const UnicodeString& source, const UnicodeString& target, UErrorCode& status) const compare() argument 2084 compare(const UnicodeString& source, const UnicodeString& target, int32_t length, UErrorCode& status) const compare() argument 2096 compare(const UChar* source, int32_t sourceLength, const UChar* target, int32_t targetLength, UErrorCode& status) const compare() argument
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.h | 637 // Define a jump (BR) target. 639 // Define a jump (BR) target and bind a label. 641 // Define a call (BLR) target. The target also allows tail calls (via BR) 642 // when the target is x16 or x17. 644 // Define a jump/call target. 646 // Define a jump/call target and bind a label. 946 void Jump(Register target, Condition cond = al); 947 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al); 951 void Call(Register target); [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cExplicitUniformLocationTest.cpp | 1247 for (size_t target = 0; target < programConfigs[config].size(); target++) 1250 if (ret.find(programConfigs[config][target]) == ret.end()) 1252 GLuint shader = glCreateShader(programConfigs[config][target].stage); 1254 std::string source = ShaderSourceFactory::generateShader(programConfigs[config][target], uniforms, 1259 ret[programConfigs[config][target]] = shader; 1347 for (size_t target = 0; target < programConfigs[config].size(); target [all...] |