Home
last modified time | relevance | path

Searched defs:type (Results 3101 - 3125 of 19508) sorted by relevance

1...<<121122123124125126127128129130>>...781

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_id.cpp42 const spv_operand_type_t& type = operand.type; in UpdateIdUse() local
146 const spv_operand_type_t& type = operand.type; in IdPass() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.constant_test.cpp241 std::string type; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp126 std::string type = std::get<1>(GetParam()); in TEST_P() local
133 sstr << type << " "; in TEST_P() local
159 std::string type = std::get<1>(GetParam()); in TEST_P() local
166 sstr << type << " "; in TEST_P() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbrktrans.cpp112 int type = u_charType(cp); in handleTransliterate() local
H A Dformat.cpp198 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument
204 Format::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() argument
H A Dnumber_affixutils.h39 AffixPatternType type; member
231 makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, UChar32 cp) makeTag() argument
[all...]
H A Dudateintervalformat.cpp166 udtitvfmt_getContext(const UDateIntervalFormat* formatter, UDisplayContextType type, UErrorCode* status) udtitvfmt_getContext() argument
H A Dunits_complexconverter.cpp203 MeasureUnit *type = new MeasureUnit(units_[i]->unitImpl.copy(status).build(status)); in convert() local
208 MeasureUnit *type = new MeasureUnit(units_[i]->unitImpl.copy(status).build(status)); in convert() local
H A Dupluralrules.cpp69 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status) in uplrules_openForType() argument
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h907 UPluralType type; global() member in MessageFormat::PluralSelectorProvider
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.cpp27 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) { in _fieldString() argument
79 U_TOOLUTIL_API const UnicodeString& U_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field) { in udbg_enumString() argument
98 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) udbg_enumByString() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTapLatencyAnalyser.java29 public int type; field in TapLatencyAnalyser.TapLatencyEvent
31 public TapLatencyEvent(int type, int sampleIndex) { in TapLatencyEvent() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiPortSelector.java54 MidiPortSelector(MidiManager midiManager, Activity activity, int spinnerId, int type) MidiPortSelector() argument
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H A Djni_bridge.cpp85 Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI(JNIEnv *env, jclass type, jint apiType) Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI() argument
112 Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_isAAudioSupported( JNIEnv *env, jclass type) Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_isAAudioSupported() argument
124 Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues(JNIEnv *env, jclass type, jint sampleRate, jint framesPerBurst) Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp50 Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceChanged(JNIEnv *env, jclass type, jint width, jint height) Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceChanged() argument
58 Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onDrawFrame(JNIEnv *env, jclass type) Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onDrawFrame() argument
64 Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput(JNIEnv *env, jclass type, jint event_type, jlong time_since_boot_ms, jint pixel_x, jint pixel_y) Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput() argument
74 Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1surfaceDestroyed__(JNIEnv *env, jclass type) Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1surfaceDestroyed__() argument
86 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues(JNIEnv *env, jclass type, jint sampleRate, jint framesPerBurst) Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_gentype.hpp39 typedef TYPE<VALTYPE> type; typedef
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A Djni_bridge.cpp63 Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioApi( JNIEnv *env, jclass type, jlong engineHandle, jint audioApi) Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioApi() argument
95 Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount( JNIEnv *env, jclass type, jlong engineHandle, jint channelCount) Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount() argument
140 Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1isLatencyDetectionSupported( JNIEnv *env, jclass type, jlong engineHandle) Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1isLatencyDetectionSupported() argument
154 Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues(JNIEnv *env, jclass type, jint sampleRate, jint framesPerBurst) Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues() argument
/third_party/skia/src/pdf/
H A DSkPDFResourceDict.cpp25 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name() argument
37 void SkPDFWriteResourceName(SkWStream* dst, SkPDFResourceType type, int key) { in SkPDFWriteResourceName() argument
45 static const char* resource_name(SkPDFResourceType type) { in resource_name() argument
56 static SkString resource(SkPDFResourceType type, int index) { in resource() argument
62 add_subdict(const std::vector<SkPDFIndirectReference>& resourceList, SkPDFResourceType type, SkPDFDict* dst) add_subdict() argument
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLVariable.cpp45 const Type* type = baseType; in Make() local
59 MakeScratchVariable(const Context& context, skstd::string_view baseName, const Type* type, const Modifiers& modifiers, SymbolTable* symbolTable, std::unique_ptr<Expression> initialValue) MakeScratchVariable() argument
[all...]
H A DSkSLConstructor.cpp25 convert_compound_constructor(const Context& context, int line, const Type& type, ExpressionArray args) convert_compound_constructor() argument
150 Convert(const Context& context, int line, const Type& type, ExpressionArray args) Convert() argument
[all...]
H A DSkSLIndexExpression.cpp31 const Type& IndexExpression::IndexType(const Context& context, const Type& type) { in IndexType() argument
[all...]
H A DSkSLSymbolTable.cpp125 const Type* SymbolTable::addArrayDimension(const Type* type, int arraySize) { in addArrayDimension() argument
/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h67 SegmentType type = (SegmentType) fSegment->verb(); in segmentType() local
/third_party/skia/src/xml/
H A DSkDOMParser.cpp92 void SkDOMParser::startCommon(const char elem[], size_t elemSize, SkDOM::Type type) { in startCommon() argument

Completed in 17 milliseconds

1...<<121122123124125126127128129130>>...781