/external/libcups/filter/ |
D | rastertolabel.c | 68 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 …]
|
D | rastertohp.c | 39 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()
|
D | rastertoepson.c | 61 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()
|
D | raster-driver.shtml | 100 <a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 2 "Manual/Tray 1 - Manual Feed"
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 49 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()
|
D | tf2xla.proto | 21 // Feed represents a single feed tensor in the graph, which corresponds to an 23 message Feed { message 55 repeated Feed feed = 1;
|
D | xla_jit_compiled_cpu_function_test.cc | 61 tf2xla::Feed* x = config.add_feed(); in SumConfig() 64 tf2xla::Feed* y = config.add_feed(); in SumConfig()
|
D | tf2xla.cc | 67 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()
|
D | tf2xla_util.cc | 314 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/ |
D | feed.py | 39 class JobFeed(views.Feed):
|
/external/markdown/docs/extensions/ |
D | RSS.txt | 28 * **CREATOR** : The Feed creator's name.
|
/external/tensorflow/tensorflow/cc/client/ |
D | client_session_test.cc | 44 TEST(ClientSessionTest, Feed) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | codegen_test.cc | 169 tf2xla::Feed* feed = config.add_feed(); in TEST()
|
D | codegen.cc | 331 for (const tf2xla::Feed& feed : config.feed()) { in ValidateFeedFetchCppNames()
|
/external/libcups/cups/ |
D | test2.ppd | 127 *InputSlot Manual/Manual Feed: "InputSlot=Manual" 128 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
|
D | test.ppd | 135 *InputSlot Manual/Manual Feed: "InputSlot=Manual" 136 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/ |
D | cudnn_rnn_test.py | 215 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/ |
D | malformed-archives.test | 78 …cters in AccessMode field in archive header are not all decimal numbers: 'Feed' for the archive me…
|
/external/grpc-grpc/doc/ |
D | server_reflection_tutorial.md | 188 …* Feed [google::protobuf::DynamicMessageFactory](https://developers.google.com/protocol-buffers/do…
|
/external/python/cpython3/Doc/library/ |
D | html.parser.rst | 90 Feed some text to the parser. It is processed insofar as it consists of
|
D | email.parser.rst | 100 Feed the parser some more data. *data* should be a :term:`bytes-like
|
/external/python/cpython2/Doc/library/ |
D | email.parser.rst | 74 Feed the :class:`FeedParser` some more data. *data* should be a string
|
D | sgmllib.rst | 69 Feed some text to the parser. It is processed insofar as it consists of
|
D | htmlparser.rst | 107 Feed some text to the parser. It is processed insofar as it consists of
|
D | xmllib.rst | 79 Feed some text to the parser. It is processed insofar as it consists of
|