/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/ |
cudnn_rnn_test.py | [all...] |
/external/antlr/runtime/Ruby/lib/antlr3/ |
dfa.rb | 51 Conceptually, these state machines are defined by a number of states, each state 63 In generated code, ANTLR defines DFA states using seven parameters, each defined
|
/external/autotest/client/cros/networking/ |
shill_xmlrpc_server.py | 286 def wait_for_service_states(self, ssid, states, timeout_seconds): 287 """Wait for service to achieve one state out of a list of states. 290 @param states tuple the states for which to wait 295 ssid, states, timeout_seconds)
|
/external/libnetfilter_conntrack/src/conntrack/ |
snprintf_default.c | 45 states[ct->protoinfo.tcp.state] : 46 states[TCP_CONNTRACK_NONE]);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe_common.h | 383 * sampler, and image states of all contexts, it should atomically 387 * the counter before drawing and re-emit the states accordingly. 479 struct pipe_scissor_state states[R600_MAX_VIEWPORTS]; member in struct:r600_scissors 486 struct pipe_viewport_state states[R600_MAX_VIEWPORTS]; member in struct:r600_viewports 534 /* States. */ 543 /* Additional context states. */
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_pipe.h | 158 * sampler, and image states of all contexts, it should atomically 162 * the counter before drawing and re-emit the states accordingly. 304 struct pipe_scissor_state states[SI_MAX_VIEWPORTS]; member in struct:si_scissors 311 struct pipe_viewport_state states[SI_MAX_VIEWPORTS]; member in struct:si_viewports 450 /* Atoms (direct states). */ 453 /* PM4 states (precomputed immutable states) */ 477 /* Precomputed states. */
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.h | 208 SVGA3dTextureState **states, 213 SVGA3dRenderState **states,
|
/external/python/cpython3/Lib/urllib/ |
parse.py | 470 (the draft states that these are equivalent).""" 482 empty query; the RFC states that these are equivalent).""" [all...] |
/external/tensorflow/tensorflow/python/feature_column/ |
sequence_feature_column.py | 308 states = sequence_categorical_column_with_vocabulary_file( 309 key='states', vocabulary_file='/us/states.txt', vocabulary_size=50, 311 states_embedding = embedding_column(states, dimension=10)
|
feature_column_v2.py | [all...] |
/external/u-boot/drivers/mtd/spi/ |
sandbox.c | 28 * The different states that our SPI flash transitions between. 46 static const char * const states[] = { local 50 return states[state]; 70 * between states. For example, we start off in the SF_CMD 73 * can go through a few states such as first reading in the
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_context.h | 338 uint32_t states; member in struct:nvc0_state_validate
|
/external/python/cpython2/Doc/tools/extensions/ |
pyspecific.py | 25 from docutils.parsers.rst.states import Body
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTest.java | 588 int[] states = new int[] {1, 2, 3}; local 589 assertFalse(mockDrawable.setState(states)); 590 assertEquals(states, mockDrawable.getState()); [all...] |
/external/autotest/server/cros/network/ |
wifi_client.py | 643 def wait_for_service_states(self, ssid, states, timeout_seconds): 644 """Waits for a WiFi service to achieve one of |states|. 647 @param states tuple list of states for which the caller is waiting 648 @param timeout_seconds int seconds to wait for a state in |states| 651 logging.info('Waiting for %s to reach one of %r...', ssid, states) 653 ssid, states, timeout_seconds) [all...] |
/external/v8/src/compiler/ |
escape-analysis.cc | 360 VariableTracker::Scope::Scope(VariableTracker* states, Node* node, 363 states_(states), 364 current_state_(states->zone_) {
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 283 const char *states[] = { variable 303 states[old_state], 304 states[new_state], [all...] |
/external/mesa3d/src/gallium/drivers/virgl/ |
virgl_encode.c | 354 const struct pipe_viewport_state *states) 361 virgl_encoder_write_dword(ctx->cbuf, fui(states[v].scale[i])); 363 virgl_encoder_write_dword(ctx->cbuf, fui(states[v].translate[i])); [all...] |
/external/tensorflow/tensorflow/python/keras/layers/ |
wrappers_test.py | 58 def call(self, inputs, states, constants): 59 [prev_output] = states 460 n_states = len(layer.layer.states)
|
/external/virglrenderer/tests/ |
testvirgl_encode.c | 340 const struct pipe_viewport_state *states) 347 virgl_encoder_write_dword(ctx->cbuf, fui(states[v].scale[i])); 349 virgl_encoder_write_dword(ctx->cbuf, fui(states[v].translate[i])); [all...] |
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
graphics_WebGLAquarium.py | 78 # exynos-drm page flip states: 'wait_kds', 'rendered', 'prepared', 267 for state, stats in value.states.iteritems():
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | [all...] |
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
MockIme.java | 221 final int states = command.getExtras().getInt("states"); 222 return getCurrentInputConnection().clearMetaKeyStates(states); [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
TextAppearanceSpanTest.java | 57 int[][] states = new int[][] { new int[0], new int[0] }; local 59 mColorStateList = new ColorStateList(states, colors);
|
/external/libpng/contrib/libtests/ |
tarith.c | 277 start, fraction, exponent, states enumerator in enum:checkfp_state 280 /* The characters (other than digits) that characterize the states: */ 290 state_characters[states] =
|