Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocaleData.java188 void setCurrencySymbol(String symbol); in setCurrencySymbol()
192 void setInternationalCurrencySymbol(String symbol); in setInternationalCurrencySymbol()
196 void setFullTimeFormat(String symbol); in setFullTimeFormat()
200 void setLongTimeFormat(String symbol); in setLongTimeFormat()
204 void setMediumTimeFormat(String symbol); in setMediumTimeFormat()
208 void setShortTimeFormat(String symbol); in setShortTimeFormat()
212 void setFullDateFormat(String symbol); in setFullDateFormat()
216 void setLongDateFormat(String symbol); in setLongDateFormat()
220 void setMediumDateFormat(String symbol); in setMediumDateFormat()
224 void setShortDateFormat(String symbol); in setShortDateFormat()
[all …]
/external/starlark-go/starlarkstruct/
Dstruct_test.go53 type symbol struct{ name string } argument
57 func (sym *symbol) Name() string { return sym.name }
58 func (sym *symbol) String() string { return sym.name }
59 func (sym *symbol) Type() string { return "symbol" }
60 func (sym *symbol) Freeze() {} // immutable
61 func (sym *symbol) Truth() starlark.Bool { return starlark.True }
62 func (sym *symbol) Hash() (uint32, error) { return 0, fmt.Errorf("unhashable: %s", sym.Type()) }
64 …al(thread *starlark.Thread, args starlark.Tuple, kwargs []starlark.Tuple) (starlark.Value, error) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_asm.h47 # define ASM_HIDDEN(symbol) .hidden symbol argument
48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument
49 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
50 # define ASM_TSAN_SYMBOL(symbol) symbol argument
51 # define ASM_TSAN_SYMBOL_INTERCEPTOR(symbol) symbol argument
53 # define ASM_HIDDEN(symbol) argument
54 # define ASM_TYPE_FUNCTION(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_TSAN_SYMBOL(symbol) _##symbol argument
57 # define ASM_TSAN_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
/external/libgav1/src/utils/
Dentropy_decoder.cc63 void UpdateCdf(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol_count, in UpdateCdf()
172 void UpdateCdf5(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf5()
199 void UpdateCdf7To9(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf7To9()
220 void UpdateCdf7(uint16_t* const cdf, const int symbol) { in UpdateCdf7()
224 void UpdateCdf8(uint16_t* const cdf, const int symbol) { in UpdateCdf8()
228 void UpdateCdf9(uint16_t* const cdf, const int symbol) { in UpdateCdf9()
233 void UpdateCdf11(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf11()
270 void UpdateCdf13(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf13()
303 void UpdateCdf16(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf16()
355 void UpdateCdf5(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf5()
[all …]
/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h52 inline ::grpc::string PreprocConditional(::grpc::string symbol, bool invert) { in PreprocConditional()
57 inline ::grpc::string PreprocIf(const ::grpc::string& symbol, in PreprocIf()
63 inline ::grpc::string PreprocIfNot(const ::grpc::string& symbol, in PreprocIfNot()
69 inline ::grpc::string PreprocIfElse(const ::grpc::string& symbol, in PreprocIfElse()
76 inline ::grpc::string PreprocIfNotElse(const ::grpc::string& symbol, in PreprocIfNotElse()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeEncoder.java20 public void Encode(Encoder rangeEncoder, int symbol) throws IOException in Encode()
32 public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOException in ReverseEncode()
44 public int GetPrice(int symbol) in GetPrice()
58 public int ReverseGetPrice(int symbol) in ReverseGetPrice()
73 int NumBitLevels, int symbol) in ReverseGetPrice()
88 Encoder rangeEncoder, int NumBitLevels, int symbol) throws IOException in ReverseEncode()
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullabilityUtil.java131 public static Symbol.ClassSymbol getOutermostClassSymbol(Symbol symbol) { in getOutermostClassSymbol()
201 public static Stream<? extends AnnotationMirror> getAllAnnotations(Symbol symbol) { in getAllAnnotations()
283 Symbol.MethodSymbol symbol, int paramInd) { in getAllAnnotationsForParameter()
296 private static Stream<? extends AnnotationMirror> getTypeUseAnnotations(Symbol symbol) { in getTypeUseAnnotations()
314 public static boolean mayBeNullFieldFromType(Symbol symbol, Config config) { in mayBeNullFieldFromType()
351 public static boolean isUnannotated(Symbol symbol, Config config) { in isUnannotated()
364 public static boolean isGenerated(Symbol symbol) { in isGenerated()
374 Symbol.MethodSymbol symbol, VisitorState state, String methodName, int numParams) { in isMapMethod()
DNullness.java186 public static boolean hasNonNullAnnotation(Symbol symbol, Config config) { in hasNonNullAnnotation()
197 public static boolean hasNullableAnnotation(Symbol symbol, Config config) { in hasNullableAnnotation()
206 Symbol.MethodSymbol symbol, int paramInd, Config config) { in paramHasNullableAnnotation()
216 Symbol.MethodSymbol symbol, int paramInd, Config config) { in paramHasNonNullAnnotation()
/external/python/cpython2/Lib/
Dcodeop.py68 def _maybe_compile(compiler, source, filename, symbol): argument
101 def _compile(source, filename, symbol): argument
104 def compile_command(source, filename="<input>", symbol="single"): argument
132 def __call__(self, source, filename, symbol): argument
149 def __call__(self, source, filename="<input>", symbol="single"): argument
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dobjective_c_generator_helpers.h62 inline ::std::string PreprocConditional(::std::string symbol, bool invert) { in PreprocConditional()
67 inline ::std::string PreprocIf(const ::std::string& symbol, in PreprocIf()
73 inline ::std::string PreprocIfNot(const ::std::string& symbol, in PreprocIfNot()
79 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
86 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/external/mesa3d/src/gallium/frontends/clover/core/
Dmodule.hpp130 struct symbol { struct
131 symbol(const std::string &name, const std::string &attributes, in symbol() function
139 symbol() : name(), attributes(), reqd_work_group_size({0, 0, 0}), in symbol() argument
142 std::string name;
143 std::string attributes;
144 std::vector<::size_t> reqd_work_group_size;
145 resource_id section;
146 size_t offset;
147 std::vector<argument> args;
/external/python/cpython3/Lib/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = { argument
/external/lzma/C/
DPpmd7Dec.c57 UInt32 symbol; in Range_DecodeBit() local
93 Byte symbol; in Ppmd7_DecodeSymbol() local
106 Byte symbol; in Ppmd7_DecodeSymbol() local
129 Byte symbol; in Ppmd7_DecodeSymbol() local
174 Byte symbol; in Ppmd7_DecodeSymbol() local
/external/angle/src/compiler/translator/
DValidateOutputs.cpp24 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
64 void ValidateOutputsTraverser::visitSymbol(TIntermSymbol *symbol) in visitSymbol()
102 for (const auto &symbol : mOutputs) in validate() local
167 for (const auto &symbol : mUnspecifiedLocationOutputs) in validate() local
177 for (const auto &symbol : mYuvOutputs) in validate() local
/external/mesa3d/src/mesa/program/
Dsymbol_table.c30 struct symbol { struct
35 * Link to the next symbol in the table with the same name argument
40 struct symbol *next_with_same_name; argument
48 struct symbol *next_with_same_scope; argument
68 struct symbol *symbols; argument
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp17 const Symbol* symbol = this->find(name); in isType() local
45 void SymbolTable::renameSymbol(Symbol* symbol, std::string_view newName) { in renameSymbol()
66 void SymbolTable::addWithoutOwnership(Symbol* symbol) { in addWithoutOwnership()
98 void SymbolTable::injectWithoutOwnership(Symbol* symbol) { in injectWithoutOwnership()
/external/toybox/kconfig/
Dexpr.h71 struct symbol { struct
72 struct symbol *next; argument
75 enum symbol_type type; argument
76 struct symbol_value curr; argument
77 struct symbol_value def[4]; argument
85 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DLibraryModelsHandler.java798 public T get(Symbol.MethodSymbol symbol) { in get()
807 public boolean nameNotPresent(Symbol.MethodSymbol symbol) { in nameNotPresent()
835 public boolean hasNonNullReturn(Symbol.MethodSymbol symbol, Types types) { in hasNonNullReturn()
839 public boolean hasNullableReturn(Symbol.MethodSymbol symbol, Types types) { in hasNullableReturn()
843 ImmutableSet<Integer> failIfNullParameters(Symbol.MethodSymbol symbol) { in failIfNullParameters()
847 ImmutableSet<Integer> explicitlyNullableParameters(Symbol.MethodSymbol symbol) { in explicitlyNullableParameters()
851 ImmutableSet<Integer> nonNullParameters(Symbol.MethodSymbol symbol) { in nonNullParameters()
855 ImmutableSet<Integer> nullImpliesTrueParameters(Symbol.MethodSymbol symbol) { in nullImpliesTrueParameters()
859 ImmutableSet<Integer> nullImpliesFalseParameters(Symbol.MethodSymbol symbol) { in nullImpliesFalseParameters()
863 ImmutableSet<Integer> nullImpliesNullParameters(Symbol.MethodSymbol symbol) { in nullImpliesNullParameters()
[all …]
/external/turbine/java/com/google/turbine/processing/
DModelFactory.java217 NoType packageType(PackageSymbol symbol) { in packageType()
226 Element element(Symbol symbol) { in element()
252 TurbineFieldElement fieldElement(FieldSymbol symbol) { in fieldElement()
256 TurbineExecutableElement executableElement(MethodSymbol symbol) { in executableElement()
260 public TurbineTypeElement typeElement(ClassSymbol symbol) { in typeElement()
265 TurbinePackageElement packageElement(PackageSymbol symbol) { in packageElement()
355 FieldInfo getFieldInfo(FieldSymbol symbol) { in getFieldInfo()
/external/mbedtls/scripts/mbedtls_dev/
Dbignum_mod_raw.py36 symbol = "-" variable in BignumModRawSub
67 symbol = "+" variable in BignumModRawAdd
90 symbol = "R *" variable in BignumModRawConvertToMont
103 symbol = "1/R *" variable in BignumModRawConvertFromMont
/external/libxml2/
Dxmlmodule.c121 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
250 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
294 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
343 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
346 *symbol = GetProcAddress(handle, name); in xmlModulePlatformSymbol() local
/external/libepoxy/test/
Ddlwrap.c164 void *symbol; in wrapped_dlsym() local
199 void *symbol = wrapped_dlsym(wrap->symbol_prefix, name); in dlsym() local
283 void *symbol; in override_GL_glXGetProcAddress() local
296 void *symbol; in override_GL_glXGetProcAddressARB() local
309 void *symbol; in override_EGL_eglGetProcAddress() local
/external/libabigail/tests/
Dtest-symtab.cc162 const elf_symbol_sptr& symbol = variable
174 const elf_symbol_sptr& symbol = variable
354 const elf_symbol_sptr& symbol = variable
366 const elf_symbol_sptr& symbol = variable
378 const elf_symbol_sptr& symbol = variable
390 const elf_symbol_sptr& symbol = variable
/external/dokka/core/src/main/kotlin/Kotlin/
DDeclarationLinkResolver.kt19 val symbol = try { in <lambda>() constant
62 val symbol = symbols.first() in <lambda>() constant

12345678910>>...22