Home
last modified time | relevance | path

Searched defs:symbol (Results 26 - 50 of 366) sorted by relevance

12345678910>>...15

/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dmod.rs9 mod symbol; modules
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dmod.rs9 mod symbol; modules
/device/soc/hisilicon/common/hal/display/source/utils/include/
H A Ddisplay_module_loader.h41 void *GetSymbol(const std::string symbol) in GetSymbol() argument
/foundation/ability/ability_runtime/test/unittest/dynamic_loader_ohos_test/
H A Ddynamic_loader_ohos_test.cpp90 const char* symbol = "test_symbol"; in HWTEST_F() local
104 const char* symbol = "test_symbol"; in HWTEST_F() local
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_symbol.cpp35 auto symbol = panda::SymbolRef::New(vm, object); in ARKTS_CreateSymbol() local
56 auto symbol = *P_CAST(value, SymbolRef*); in ARKTS_GetSymbolDesc() local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dpaint_record.h40 HMSymbolTxt symbol; member
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DBitTreeEncoder.java20 public void Encode(Encoder rangeEncoder, int symbol) throws IOException in Encode() argument
32 public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOException in ReverseEncode() argument
44 public int GetPrice(int symbol) in GetPrice() argument
58 public int ReverseGetPrice(int symbol) in ReverseGetPrice() argument
72 ReverseGetPrice(short[] Models, int startIndex, int NumBitLevels, int symbol) ReverseGetPrice() argument
87 ReverseEncode(short[] Models, int startIndex, Encoder rangeEncoder, int NumBitLevels, int symbol) ReverseEncode() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dset.js43 var symbol = Symbol ("foo"); variable
/third_party/node/src/
H A Dasync_wrap-inl.h53 MakeCallback( const v8::Local<v8::String> symbol, int argc, v8::Local<v8::Value>* argv) MakeCallback() argument
61 MakeCallback( const v8::Local<v8::Symbol> symbol, int argc, v8::Local<v8::Value>* argv) MakeCallback() argument
69 MakeCallback( const v8::Local<v8::Name> symbol, int argc, v8::Local<v8::Value>* argv) MakeCallback() argument
/third_party/node/test/js-native-api/test_symbol/
H A Dtest_symbol.c21 napi_value symbol; in New() local
/third_party/node/deps/brotli/c/enc/
H A Dutf8_util.c17 BrotliParseAsUTF8( int* symbol, const uint8_t* input, size_t size) BrotliParseAsUTF8() argument
74 int symbol; BrotliIsMostlyUTF8() local
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_stack_android.cpp35 intern_symbol(const char *symbol) in intern_symbol() argument
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfwscanf.c52 wchar_t symbol[] = L"\u0915\u0916\u0917\u0918\u0919"; in vfwscanf_0100() local
79 wchar_t symbol[] = L"\u0915\u0916\u0917\u0918\u0919"; in vfwscanf_0200() local
H A Dvswscanf.c42 wchar_t symbol[] = L"\u0fd7\u00c6\u20b9\u2127\u17d8"; in vswscanf_0100() local
60 wchar_t symbol[] = L"ABC DEF"; in vswscanf_0200() local
/third_party/pulseaudio/src/daemon/
H A Dltdl-bind-now.c95 static lt_ptr bind_now_find_sym(lt_user_data d, lt_module m, const char *symbol) { in bind_now_find_sym() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DHashNames.cpp85 ImmutableString HashName(const TSymbol *symbol, ShHashFunction64 hashFunction, NameMap *nameMap) in HashName() argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSharedLibrary.hpp125 void *symbol = dlsym(library, name); in getProcAddress() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dutf8_util.c17 BrotliParseAsUTF8( int* symbol, const uint8_t* input, size_t size) BrotliParseAsUTF8() argument
74 int symbol; BrotliIsMostlyUTF8() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceFixups.cpp34 GlobalString AssemblerFixup::symbol() const { in symbol() function in Ice::AssemblerFixup
/third_party/skia/third_party/externals/tint/src/ast/
H A Dfunction.h73 const Symbol symbol; member in tint::ast::Function
/third_party/skia/third_party/externals/tint/src/
H A Dscope_stack.h54 T Set(const Symbol& symbol, T val) { in Set() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h59 std::function<void(WeakPtr<NG::FrameNode>)> symbol = nullptr; member
/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dplatform_adp.cpp50 FARPROC PlatformAdp::AdpGetSymAddress(HMODULE handle, const string &symbol) in AdpGetSymAddress() argument
65 void *PlatformAdp::GetSymAddress(void *handle, const std::string &symbol) in GetSymAddress() argument
/third_party/libabigail/tests/
H A Dtest-lookup-syms.cc27 const char* symbol; member
97 string in_elf_path, symbol, abisym, abisym_options, in main() local
/third_party/node/src/api/
H A Dasync_resource.cc45 MaybeLocal<Value> AsyncResource::MakeCallback(Local<String> symbol, in MakeCallback() argument

Completed in 7 milliseconds

12345678910>>...15