Home
last modified time | relevance | path

Searched defs:states (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/skia/src/sksl/lex/
H A DNFA.cpp11 std::vector<int> states = fStartStates; in match() local
H A DRegexNode.cpp50 std::vector<int> states = fChildren[0].createStates(nfa, accept); in createStates() local
H A DMain.cpp114 size_t states = 0; in writeCPP() local
132 out << "static const int8_t kAccepts[" << states << "] = {"; in writeCPP() local
H A DTransitionTable.cpp109 void WriteTransitionTable(std::ofstream& out, const DFA& dfa, size_t states) { in WriteTransitionTable() argument
H A DNFAtoDFA.h76 void add(int nfaState, std::vector<int>* states) { in add() argument
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_free_list_only.c54 struct anv_state states[NUM_THREADS * STATES_PER_THREAD]; in main() local
H A Dstate_pool_test_helper.h41 struct anv_state states[chunk_size]; in alloc_states() local
/third_party/node/deps/v8/src/third_party/utf8-decoder/
H A Dutf8-decoder.h58 static constexpr uint8_t states[] = { in Decode() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_earlyzs.h57 struct pan_earlyzs_state states[2][2][2]; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fSamplerStateQueryTests.cpp78 } states[] = in init() local
H A Des3fTextureStateQueryTests.cpp90 } states[] = in init() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py353 states = expand_states(instructions) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c59 #define states states1 macro
85 #undef states macro
106 #define states char * macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c59 #define states states1 macro
85 #undef states macro
106 #define states char * macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSamplerStateQueryTests.cpp116 } states[] = in init() local
[all...]
H A Des31fTextureStateQueryTests.cpp134 } states[] = in init() local
[all...]
/third_party/mesa3d/bin/
H A Dgen_release_notes.py40 import docutils.parsers.rst.states as states namespace
/third_party/json/include/nlohmann/detail/input/
H A Dparser.hpp184 std::vector<bool> states; in sax_parse_internal() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c56 struct array_state *states; member
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp59 struct pipe_viewport_state states[PIPE_MAX_VIEWPORTS]; in SetViewports() local
112 struct pipe_scissor_state states[PIPE_MAX_VIEWPORT in SetScissorRects() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c187 const struct pipe_sampler_state *states[PIPE_MAX_SAMPLERS]; in update_shader_samplers() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducmstate.cpp188 ucm_addState(UCMStates *states, const char *s) { in ucm_addState() argument
209 UCMStates *states; in ucm_parseHeaderLine() local
334 sumUpStates(UCMStates *states) sumUpStates() argument
426 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) ucm_processStates() argument
616 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) compactToUnicode2() argument
843 findUnassigned(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, int32_t state, int32_t offset, uint32_t b) findUnassigned() argument
900 compactToUnicodeHelper(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks) compactToUnicodeHelper() argument
929 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) ucm_optimizeStates() argument
978 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) ucm_countChars() argument
[all...]
H A Ducm.h106 UCMStates states; member
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc541 StateMap& states() { return states_; } in states() function in testing::__anon2995::MockObjectRegistry
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java956 boolean findDuplicateState(RBBIRuleBuilder.IntPair states) { in findDuplicateState() argument
995 findDuplicateSafeState(RBBIRuleBuilder.IntPair states) findDuplicateSafeState() argument
[all...]

Completed in 12 milliseconds

12345