Home
last modified time | relevance | path

Searched refs:reflect (Results 76 - 100 of 145) sorted by relevance

123456

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelation.java14 import java.lang.reflect.Constructor;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCurrencyMetaInfo.java12 import java.lang.reflect.Field;
H A DRuleBasedCollator.java12 import java.lang.reflect.InvocationTargetException;
13 import java.lang.reflect.Method;
1773 // Either way, it will reflect the input collator's UCA version only in getUCAVersion()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DLocaleNameTest.java11 import java.lang.reflect.Method;
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.inc.h198 reflect)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_vec4.hpp490 detail::fvec4SIMD reflect(
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java36 import java.lang.reflect.Field;
H A DGeneratedMessageLite.java45 import java.lang.reflect.InvocationTargetException;
46 import java.lang.reflect.Method;
1347 java.lang.reflect.Field defaultInstanceField = in readResolve()
1372 java.lang.reflect.Field defaultInstanceField = in readResolveFallback()
H A DMessageSchema.java78 import java.lang.reflect.Field;
478 final java.lang.reflect.Field oneofField; in newSchemaForRawMessageInfo()
481 if (o instanceof java.lang.reflect.Field) { in newSchemaForRawMessageInfo()
482 oneofField = (java.lang.reflect.Field) o; in newSchemaForRawMessageInfo()
485 // Memoize java.lang.reflect.Field instances for oneof/hasbits fields, since they're in newSchemaForRawMessageInfo()
494 final java.lang.reflect.Field oneofCaseField; in newSchemaForRawMessageInfo()
497 if (o instanceof java.lang.reflect.Field) { in newSchemaForRawMessageInfo()
498 oneofCaseField = (java.lang.reflect.Field) o; in newSchemaForRawMessageInfo()
542 final java.lang.reflect.Field hasBitsField; in newSchemaForRawMessageInfo()
545 if (o instanceof java.lang.reflect in newSchemaForRawMessageInfo()
[all...]
H A DExtensionSchemaFull.java36 import java.lang.reflect.Field;
H A DInternal.java34 import java.lang.reflect.Method;
H A DUnsafeUtil.java33 import java.lang.reflect.Field;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp128 void reflect();
576 PROGRAM_PRELUDE_DECLARE(reflect,
583 return metal::reflect(i, n);
3464 reflect(); in visitOperator()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc3797 Handle<JSObject> reflect = in InitializeGlobal() local
3799 JSObject::AddProperty(isolate_, global, reflect_string, reflect, DONT_ENUM); in InitializeGlobal()
3800 InstallToStringTag(isolate_, reflect, reflect_string); in InitializeGlobal()
3802 SimpleInstallFunction(isolate_, reflect, "defineProperty", in InitializeGlobal()
3805 SimpleInstallFunction(isolate_, reflect, "deleteProperty", in InitializeGlobal()
3809 isolate_, reflect, "apply", Builtin::kReflectApply, 3, false); in InitializeGlobal()
3813 isolate_, reflect, "construct", Builtin::kReflectConstruct, 2, false); in InitializeGlobal()
3816 SimpleInstallFunction(isolate_, reflect, "get", Builtin::kReflectGet, 2, in InitializeGlobal()
3818 SimpleInstallFunction(isolate_, reflect, "getOwnPropertyDescriptor", in InitializeGlobal()
3820 SimpleInstallFunction(isolate_, reflect, "getPrototypeO in InitializeGlobal()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java9 import java.lang.reflect.Field;
10 import java.lang.reflect.Modifier;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalFormatProperties.java10 import java.lang.reflect.Field;
11 import java.lang.reflect.Modifier;
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp89 inline float reflect (float i, float n) { return i - 2.0f * (n * i) * n; } in reflect() function
189 inline Vector<T, Size> reflect (const Vector<T, Size>& i, const Vector<T, Size>& n) in reflect() function
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp699 string reflect; member
733 "\t[--reflect]:\n\t\tEmit JSON reflection.\n" in print_help_backend()
1471 cbs.add("--reflect", [&args](CLIParser &parser) { args.reflect = parser.next_value_string("json"); }); in main_inner()
1708 if (!args.reflect.empty()) in main_inner()
1714 compiler.set_format(args.reflect); in main_inner()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java20 import java.lang.reflect.Method;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java11 import java.lang.reflect.InvocationTargetException;
12 import java.lang.reflect.Method;
1813 // Either way, it will reflect the input collator's UCA version only in getUCAVersion()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c842 static u32 icl_plane_ctl_flip(unsigned int reflect) in icl_plane_ctl_flip() argument
844 switch (reflect) { in icl_plane_ctl_flip()
851 MISSING_CASE(reflect); in icl_plane_ctl_flip()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.c1224 * not reflect the correct value for high rates, but it's good enough for Action
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java18 import java.lang.reflect.Method;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java39 import java.lang.reflect.Field;

Completed in 67 milliseconds

123456