Home
last modified time | relevance | path

Searched refs:Feed (Results 1 – 25 of 32) sorted by relevance

12

/external/libcups/filter/
Drastertolabel.c68 unsigned Feed; /* Number of lines to skip */ variable
432 Feed = 0; in StartPage()
760 if (Feed) in OutputLine()
762 while (Feed > 255) in OutputLine()
765 Feed -= 255; in OutputLine()
768 printf("\033f\001%c", Feed); in OutputLine()
769 Feed = 0; in OutputLine()
777 Feed ++; in OutputLine()
884 if (Feed) in OutputLine()
886 printf("\033*b%dY", Feed); in OutputLine()
[all …]
Drastertohp.c39 Feed; /* Number of lines to skip */ variable
325 Feed = 0; /* No blank lines yet */ in StartPage()
575 if (Feed > 0) in OutputLine()
577 printf("\033*b%dY", Feed); in OutputLine()
578 Feed = 0; in OutputLine()
801 Feed ++; in main()
Drastertoepson.c61 Feed, /* Number of lines to skip */ variable
282 Feed = 0; /* No blank lines yet */ in StartPage()
769 if (Feed > 0) in OutputLine()
772 putchar((int)Feed); in OutputLine()
773 putchar((int)(Feed >> 8)); in OutputLine()
775 Feed = 0; in OutputLine()
781 Feed ++; in OutputLine()
Draster-driver.shtml100 <a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 2 "Manual/Tray 1 - Manual Feed"
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc49 tf2xla::Feed* feed = config.add_feed(); in TEST()
73 tf2xla::Feed* feed = config.add_feed(); in TEST()
86 tf2xla::Feed* feed = config.add_feed(); in TEST()
94 tf2xla::Feed* feed = config.add_feed(); in TEST()
102 tf2xla::Feed* feed = config.add_feed(); in TEST()
112 tf2xla::Feed* feed = config.add_feed(); in TEST()
123 tf2xla::Feed* feed = config.add_feed(); in TEST()
136 tf2xla::Feed* feed = config.add_feed(); in TEST()
147 tf2xla::Feed* feed = config.add_feed(); in TEST()
Dtf2xla.proto21 // Feed represents a single feed tensor in the graph, which corresponds to an
23 message Feed { message
55 repeated Feed feed = 1;
Dxla_jit_compiled_cpu_function_test.cc61 tf2xla::Feed* x = config.add_feed(); in SumConfig()
64 tf2xla::Feed* y = config.add_feed(); in SumConfig()
Dtf2xla.cc67 const protobuf::RepeatedPtrField<tf2xla::Feed>& feeds, in AddArgNodes()
70 const tf2xla::Feed& feed = feeds[arg_index]; in AddArgNodes()
173 for (const tf2xla::Feed& feed : config.feed()) { in RewriteAndPruneGraph()
Dtf2xla_util.cc314 for (const tf2xla::Feed& feed : config.feed()) { in ValidateConfig()
336 const tf2xla::Feed* feed = nullptr; // point to Feed in <config>. in AddPlaceholdersForFeeds()
345 const tf2xla::Feed* feed = &config.feed(i); in AddPlaceholdersForFeeds()
438 for (const tf2xla::Feed& feed : config.feed()) { in PruneGraphDefInto()
/external/autotest/frontend/afe/feeds/
Dfeed.py39 class JobFeed(views.Feed):
/external/markdown/docs/extensions/
DRSS.txt28 * **CREATOR** : The Feed creator's name.
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc44 TEST(ClientSessionTest, Feed) { in TEST() argument
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test.cc169 tf2xla::Feed* feed = config.add_feed(); in TEST()
Dcodegen.cc331 for (const tf2xla::Feed& feed : config.feed()) { in ValidateFeedFetchCppNames()
/external/libcups/cups/
Dtest2.ppd127 *InputSlot Manual/Manual Feed: "InputSlot=Manual"
128 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
Dtest.ppd135 *InputSlot Manual/Manual Feed: "InputSlot=Manual"
136 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_test.py215 def Feed(self, sess, inputs, initial_state=None, return_sum=True): member in CudnnTestModel
655 total_sum_v = model.Feed(sess, inputs, initial_state)
661 total_sum_v_restored = model.Feed(sess, inputs, initial_state)
974 cudnn_outputs_v, cudnn_output_states_v = model.Feed(
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dmalformed-archives.test78 …cters in AccessMode field in archive header are not all decimal numbers: 'Feed' for the archive me…
/external/grpc-grpc/doc/
Dserver_reflection_tutorial.md188 …* Feed [google::protobuf::DynamicMessageFactory](https://developers.google.com/protocol-buffers/do…
/external/python/cpython3/Doc/library/
Dhtml.parser.rst90 Feed some text to the parser. It is processed insofar as it consists of
Demail.parser.rst100 Feed the parser some more data. *data* should be a :term:`bytes-like
/external/python/cpython2/Doc/library/
Demail.parser.rst74 Feed the :class:`FeedParser` some more data. *data* should be a string
Dsgmllib.rst69 Feed some text to the parser. It is processed insofar as it consists of
Dhtmlparser.rst107 Feed some text to the parser. It is processed insofar as it consists of
Dxmllib.rst79 Feed some text to the parser. It is processed insofar as it consists of

12