Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 128) sorted by relevance

123456

/external/icu/icu4c/source/tools/toolutil/
Ducmstate.cpp188 ucm_addState(UCMStates *states, const char *s) { in ucm_addState()
209 UCMStates *states; in ucm_parseHeaderLine() local
334 sumUpStates(UCMStates *states) { in sumUpStates()
426 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) { in ucm_processStates()
616 compactToUnicode2(UCMStates *states, in compactToUnicode2()
842 findUnassigned(UCMStates *states, in findUnassigned()
899 compactToUnicodeHelper(UCMStates *states, in compactToUnicodeHelper()
928 ucm_optimizeStates(UCMStates *states, in ucm_optimizeStates()
977 ucm_countChars(UCMStates *states, in ucm_countChars()
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
Dmcmc_diagnostics_impl.py38 def effective_sample_size(states, argument
145 def _effective_sample_size_single_state(states, filter_beyond_lag, argument
391 def _broadcast_maybelist_arg(states, secondary_arg, name): argument
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Drecurrent_test.py42 def call(self, inputs, states): argument
77 def call(self, inputs, states): argument
125 def call(self, inputs, states): argument
211 def call(self, inputs, states, constants): argument
323 def call(self, inputs, states, constants): argument
Drecurrent.py91 def call(self, inputs, states, constants=None, **kwargs): argument
415 def states(self): member in RNN
425 def states(self, states): member in RNN
612 def step(inputs, states): argument
618 def step(inputs, states): argument
696 def reset_states(self, states=None): argument
905 def call(self, inputs, states, training=None): argument
1321 def call(self, inputs, states, training=None): argument
1837 def call(self, inputs, states, training=None): argument
2386 def step(self, inputs, states): argument
[all …]
/external/skia/src/sksl/lex/
DNFA.cpp11 std::vector<int> states = fStartStates; in match() local
DRegexNode.cpp50 std::vector<int> states = fChildren[0].createStates(nfa, accept); in createStates() local
/external/skqp/src/sksl/lex/
DNFA.cpp11 std::vector<int> states = fStartStates; in match() local
DRegexNode.cpp50 std::vector<int> states = fChildren[0].createStates(nfa, accept); in createStates() local
/external/ply/ply/test/
Dlex_state4.py17 states = (('comment', 'exclsive'),) variable
Dlex_state2.py16 states = ('comment','example') variable
Dlex_state1.py16 states = 'comment' variable
Dlex_state5.py16 states = (('comment', 'exclusive'), variable
Dlex_state_norule.py16 states = (('comment', 'exclusive'), variable
Dlex_state_noerror.py16 states = (('comment', 'exclusive'),) variable
Dlex_state3.py17 states = ((comment, 'inclusive'), variable
Dlex_state_try.py16 states = (('comment', 'exclusive'),) variable
Dlex_opt_alias.py15 states = (('instdef','inclusive'),('spam','exclusive')) variable
/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool_free_list_only.c51 struct anv_state states[NUM_THREADS * STATES_PER_THREAD]; in main() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowStateListDrawableTest.java23 int[] states = {R.attr.state_pressed}; in testAddStateWithDrawable() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DStateListDrawableTest.java24 int[] states = {R.attr.state_pressed}; in testAddStateWithDrawable() local
/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf.c29 const char *const states[TCP_CONNTRACK_MAX] = { variable
/external/libmojo/mojo/public/c/system/tests/
Dcore_unittest.cc132 MojoHandleSignalsState states[1]; in TEST() local
227 MojoHandleSignalsState states[1]; in TEST() local
/external/autotest/client/cros/cellular/
Dair_state_verifier.py13 def AssertDataStatusIn(self, states): argument
/external/python/cpython2/Demo/tkinter/ttk/
Dwidget_state.py4 states = ['active', 'disabled', 'focus', 'pressed', 'selected', variable
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_viewport.c216 struct pipe_scissor_state *states = rctx->scissors.states; in r600_emit_scissors() local
299 struct pipe_viewport_state *states = rctx->viewports.states; in r600_emit_viewports() local
329 struct pipe_viewport_state *states = rctx->viewports.states; in r600_emit_depth_ranges() local

123456