/external/python/cryptography/vectors/cryptography_vectors/keywrap/ |
D | kwp_botan.txt | 7 Input = c37b7e6492584340bed12207808941155068f738 12 Input = 466f7250617369 19 Input = 00 24 Input = 0001 29 Input = 000102 34 Input = 00010203 39 Input = 0001020304 44 Input = 000102030405 49 Input = 00010203040506 54 Input = 0001020304050607 [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/KDF/ |
D | ansx963_2001.txt | 15 Hash input 1 = 1c7d7b5f0597b03d06a018466ed1a93e30ed4b04dc64ccdd00000001 23 Hash input 1 = 5ed096510e3fcf782ceea98e9737993e2b21370f6cda2ab100000001 31 Hash input 1 = 9fb06aa8dd20e947c9216359630e588b6cd522dd71865ab000000001 39 Hash input 1 = 613411bedfba26cbddec4fd68c3ae2c40a2255ae0f5c46ee00000001 47 Hash input 1 = 445776ec51f2c9aae125dd6d6832210eee69249c4c7ad2db00000001 55 Hash input 1 = 1c3a4b420de31f5092e0568847d8ba9f84376ccfe5224c1900000001 63 Hash input 1 = 0147fee06dd9918cd1654132227313b104bf99b1ad1f1c4600000001 71 Hash input 1 = 50ee47d625dcb6a6196c148d452e99bb0a1cf1fa82cdc3a900000001 79 Hash input 1 = ea2c79dc2ef00afa448cb8d390998d5a18f27f5d888e472c00000001 87 Hash input 1 = 424d414d4b63c7cafe05d4d8bf8b6ce4438eb329a650354f00000001 [all …]
|
/external/u-boot/board/avionic-design/common/ |
D | pinmux-config-tamonten-ng.h | 60 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, UP, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, UP, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, UP, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, UP, NORMAL, INPUT), 65 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, UP, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 71 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | training_ops.cc | 26 ShapeHandle ShapeOrHandleShape(InferenceContext* c, int input) { in ShapeOrHandleShape() argument 27 auto* handle_data = c->input_handle_shapes_and_types(input); in ShapeOrHandleShape() 32 return c->input(input); in ShapeOrHandleShape() 36 ShapeHandle ShapeOrHandleShape<true>(InferenceContext* c, int input) { in ShapeOrHandleShape() argument 37 auto* handle_data = c->input_handle_shapes_and_types(input); in ShapeOrHandleShape() 42 // If a resource input is missing shape information, we should return in ShapeOrHandleShape() 43 // UnknownShape rather than the shape of the input, which is a scalar in ShapeOrHandleShape() 49 // <s> is an input+output parameter, containing the current known input shape to 61 TF_RETURN_IF_ERROR(c->WithRank(c->input(grad_idx + 1), 1, &indices)); in HandleGradAndIndicesInputs() 77 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 0, &unused)); // alpha in ApplyGradientDescentShapeFn() [all …]
|
D | mkl_nn_ops.cc | 36 .Input("input: T") 37 .Input("filter: T") 38 .Input("args: num_args * T") 39 .Input("mkl_input: uint8") 40 .Input("mkl_filter: uint8") 41 .Input("mkl_args: num_args * uint8") 64 .Input("a: T") 65 .Input("b: T") 66 .Input("args: num_args * T") 67 .Input("mkl_a: uint8") [all …]
|
D | rnn_ops.cc | 27 .Input("x: T") 28 .Input("h_prev: T") 29 .Input("w_ru: T") 30 .Input("w_c: T") 31 .Input("b_ru: T") 32 .Input("b_c: T") 39 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &x)); in __anon95c2132c0102() 40 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 2, &h_prev)); in __anon95c2132c0102() 53 .Input("x: T") 54 .Input("h_prev: T") [all …]
|
D | nn_ops.cc | 34 ShapeHandle input; in FractionalPoolShapeFn() local 35 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 4, &input)); in FractionalPoolShapeFn() 45 DimensionHandle d = c->Dim(input, i); in FractionalPoolShapeFn() 71 .Input("value: T") 81 .Input("orig_input_shape: int32") 82 .Input("grad: T") 100 .Input("t: T") 101 .Input("m: T") 102 .Input("v: T") 103 .Input("beta: T") [all …]
|
D | experimental_dataset_ops.cc | 21 .Input("input_dataset: variant") 22 .Input("transformations: string") 29 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 1, &unused)); in __anon03b595510102() 34 .Input("input_dataset: variant") 35 .Input("transformations: string") 42 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 1, &unused)); in __anon03b595510202() 47 .Input("input_dataset: variant") 48 .Input("num_workers: int64") 49 .Input("index: int64") 57 .Input("input_dataset: variant") [all …]
|
D | sparse_ops.cc | 30 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &unused)); // a_indices in SparseSparseMinOrMaxShapeFn() 31 TF_RETURN_IF_ERROR(c->WithRank(c->input(1), 1, &unused)); // a_values in SparseSparseMinOrMaxShapeFn() 32 TF_RETURN_IF_ERROR(c->WithRank(c->input(2), 1, &unused)); // a_shape in SparseSparseMinOrMaxShapeFn() 33 TF_RETURN_IF_ERROR(c->WithRank(c->input(3), 2, &unused)); // b_indices in SparseSparseMinOrMaxShapeFn() 34 TF_RETURN_IF_ERROR(c->WithRank(c->input(4), 1, &unused)); // b_values in SparseSparseMinOrMaxShapeFn() 35 TF_RETURN_IF_ERROR(c->WithRank(c->input(5), 1, &unused)); // b_shape in SparseSparseMinOrMaxShapeFn() 45 .Input("backprop_val_grad: T") 46 .Input("a_indices: int64") 47 .Input("b_indices: int64") 48 .Input("sum_indices: int64") [all …]
|
D | summary_ops.cc | 28 .Input("writer: resource") 29 .Input("logdir: string") 30 .Input("max_queue: int32") 31 .Input("flush_millis: int32") 32 .Input("filename_suffix: string") 36 .Input("writer: resource") 37 .Input("db_uri: string") 38 .Input("experiment_name: string") 39 .Input("run_name: string") 40 .Input("user_name: string") [all …]
|
/external/u-boot/board/toradex/colibri_t30/ |
D | pinmux-config-colibri_t30.h | 59 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, RSVD1, NORMAL, NORMAL, INPUT), 60 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, RSVD1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, RSVD1, NORMAL, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, RSVD1, NORMAL, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, RSVD1, NORMAL, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, RSVD1, NORMAL, NORMAL, INPUT), 67 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
/external/u-boot/board/nvidia/cardhu/ |
D | pinmux-config-cardhu.h | 59 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 60 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, UP, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, UP, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, UP, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, UP, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, UP, NORMAL, INPUT), 67 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
/external/boringssl/src/crypto/evp/ |
D | evp_tests.txt | 8 Input = 308204bc020100300d06092a864886f70d0101010500048204a6308204a20201000282010100cd0081ea7b2ae1e… 15 Input = 30820122300d06092a864886f70d01010105000382010f003082010a0282010100cd0081ea7b2ae1ea06d59f7c7… 21 Input = 30820121300d06092a864886f70d01010105000382010e003082010902820100cd0081ea7b2ae1ea06d59f7c73d… 26 Input = 30820120300b06092a864886f70d0101010382010f003082010a0282010100cd0081ea7b2ae1ea06d59f7c73d9f… 31 Input = 3083000122300d06092a864886f70d01010105000382010f003082010a0282010100cd0081ea7b2ae1ea06d59f7… 37 Input = 30820154020100300d06092a864886f70d01010105000482013e3082013a020100024100dd20403d976a38c9d79… 44 Input = 30820157020100300d06092a864886f70d0101010500048201413082013d0201000241054fa166e205e658bbe8a… 51 Input = 308187020100301306072a8648ce3d020106082a8648ce3d030107046d306b02010104208a872fb62893c4d1ffc… 58 Input = 3041020100301306072a8648ce3d020106082a8648ce3d0301070427302502010104208a872fb62893c4d1ffc5b… 65 Input = 308193020100301306072a8648ce3d020106082a8648ce3d0301070479307702010104208a872fb62893c4d1ffc… [all …]
|
/external/antlr/runtime/C/src/ |
D | antlr3inputstream.c | 2 /// Base functions to initialize and manipulate any input stream 37 // Generic 8 bit input such as latin-1 55 static void antlr3InputClose (pANTLR3_INPUT_STREAM input); 56 static void antlr3InputReset (pANTLR3_INPUT_STREAM input); 57 static void antlr38BitReuse (pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 i… 58 static void * antlr38BitLT (pANTLR3_INPUT_STREAM input, ANTLR3_INT32 lt); 59 static ANTLR3_UINT32 antlr38BitSize (pANTLR3_INPUT_STREAM input); 60 static pANTLR3_STRING antlr38BitSubstr (pANTLR3_INPUT_STREAM input, ANTLR3_MARKER start, ANTL… 61 static ANTLR3_UINT32 antlr38BitGetLine (pANTLR3_INPUT_STREAM input); 62 static void * antlr38BitGetLineBuf (pANTLR3_INPUT_STREAM input); [all …]
|
D | antlr3filestream.c | 3 * is a filesystem based input set and all the characters in the filestream 7 * sets can be supported from input files. The ANTLR3 C runtime expects 49 static void setupInputStream (pANTLR3_INPUT_STREAM input); 56 pANTLR3_INPUT_STREAM input; in antlr3FileStreamNew() local 63 input = antlr3CreateFileStream(fileName); in antlr3FileStreamNew() 64 if (input == NULL) in antlr3FileStreamNew() 72 input->encoding = encoding; in antlr3FileStreamNew() 77 setupInputStream(input); in antlr3FileStreamNew() 81 input->istream->streamName = input->strFactory->newStr8(input->strFactory, fileName); in antlr3FileStreamNew() 82 input->fileName = input->istream->streamName; in antlr3FileStreamNew() [all …]
|
/external/u-boot/board/toradex/apalis_t30/ |
D | pinmux-config-apalis_t30.h | 59 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 60 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, NORMAL, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, NORMAL, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, NORMAL, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, NORMAL, NORMAL, INPUT), 67 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, NORMAL, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, NORMAL, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, NORMAL, NORMAL, INPUT), [all …]
|
/external/ImageMagick/PerlMagick/t/ |
D | setattribute.t | 31 testSetAttribute('input.miff','adjoin','True'); 34 testSetAttribute('input.miff','adjoin','False'); 37 testSetAttribute('input.miff','antialias','True'); 40 testSetAttribute('input.miff','antialias','False'); 43 testSetAttribute('input.miff','compression','None'); 46 testSetAttribute('input.miff','compression','JPEG'); 49 testSetAttribute('input.miff','compression','LZW'); 52 testSetAttribute('input.miff','compression','RLE'); 55 testSetAttribute('input.miff','compression','Zip'); 58 testSetAttribute('input.miff','density','72x72'); [all …]
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ |
D | DefaultExtractorInputTest.java | 46 DefaultExtractorInput input = in initialPosition() local 48 assertThat(input.getPosition()).isEqualTo(123); in initialPosition() 53 DefaultExtractorInput input = createDefaultExtractorInput(); in readMultipleTimes() local 57 bytesRead += input.read(target, 0, TEST_DATA.length); in readMultipleTimes() 59 bytesRead += input.read(target, 3, TEST_DATA.length); in readMultipleTimes() 61 bytesRead += input.read(target, 6, TEST_DATA.length); in readMultipleTimes() 63 assertThat(input.getPosition()).isEqualTo(9); in readMultipleTimes() 69 DefaultExtractorInput input = createDefaultExtractorInput(); in readAlreadyPeeked() local 72 input.advancePeekPosition(TEST_DATA.length); in readAlreadyPeeked() 73 int bytesRead = input.read(target, 0, TEST_DATA.length - 1); in readAlreadyPeeked() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 53 private final CodedInputStream input; field in CodedInputStreamReader 58 public static CodedInputStreamReader forCodedInput(CodedInputStream input) { in forCodedInput() argument 59 if (input.wrapper != null) { in forCodedInput() 60 return input.wrapper; in forCodedInput() 62 return new CodedInputStreamReader(input); in forCodedInput() 65 private CodedInputStreamReader(CodedInputStream input) { in CodedInputStreamReader() argument 66 this.input = Internal.checkNotNull(input, "input"); in CodedInputStreamReader() 67 this.input.wrapper = this; in CodedInputStreamReader() 72 return input.shouldDiscardUnknownFields(); in shouldDiscardUnknownFields() 81 tag = input.readTag(); in getFieldNumber() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | invalid-profdata.test | 1 RUN: echo ":ir" > %t.input 2 RUN: echo "_ZN6Thread5StartEv" >> %t.input 3 RUN: echo "# Func Hash:" >> %t.input 4 RUN: echo "288793635542036872" >> %t.input 5 RUN: echo "# Num Counters:" >> %t.input 6 RUN: echo "3" >> %t.input 7 RUN: echo "# Counter Values:" >> %t.input 8 RUN: echo "0" >> %t.input 9 RUN: echo "12" >> %t.input 10 RUN: echo "12" >> %t.input [all …]
|
/external/u-boot/board/nvidia/dalmore/ |
D | pinmux-config-dalmore.h | 88 DEFAULT_PINMUX(DAP1_DIN_PN1, I2S0, NORMAL, TRISTATE, INPUT), 89 DEFAULT_PINMUX(DAP1_DOUT_PN2, I2S0, NORMAL, NORMAL, INPUT), 90 DEFAULT_PINMUX(DAP1_FS_PN0, I2S0, NORMAL, NORMAL, INPUT), 91 DEFAULT_PINMUX(DAP1_SCLK_PN3, I2S0, NORMAL, NORMAL, INPUT), 94 DEFAULT_PINMUX(DAP2_DIN_PA4, I2S1, NORMAL, TRISTATE, INPUT), 95 DEFAULT_PINMUX(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, INPUT), 96 DEFAULT_PINMUX(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, INPUT), 97 DEFAULT_PINMUX(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, INPUT), 100 DEFAULT_PINMUX(DAP4_DIN_PP5, I2S3, NORMAL, NORMAL, INPUT), 101 DEFAULT_PINMUX(DAP4_DOUT_PP6, I2S3, NORMAL, NORMAL, INPUT), [all …]
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | large_function_graph.pbtxt | 29 input: "Const/Const" 87 input: "Const_1/Const" 145 input: "Const_2/Const" 203 input: "Const_3/Const" 233 input: "input_0_0" 234 input: "input_1_0" 235 input: "input_2_0" 236 input: "input_3_0" 237 input: "^input_0_0" 238 input: "^input_1_0" [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.cc | 201 int32_t CalculateOutputSizeBeforeStrides(int32_t input, int32_t kernel, in CalculateOutputSizeBeforeStrides() argument 204 return input + padding - dilated_kernel + 1; in CalculateOutputSizeBeforeStrides() 208 int32_t CalculateOutputWithoutStrides(const BHWC& input, in CalculateOutputWithoutStrides() argument 211 input.get<T>(), attr.weights.shape.get<T>(), in CalculateOutputWithoutStrides() 217 int32_t CalculateOutputWithoutStrides(const BHWDC& input, in CalculateOutputWithoutStrides() argument 220 input.get<T>(), attr.weights.shape.get<T>(), in CalculateOutputWithoutStrides() 226 int32_t CalculateOutputWithoutStrides(const BHWC& input, in CalculateOutputWithoutStrides() argument 229 input.get<T>(), attr.kernel.get<T>(), in CalculateOutputWithoutStrides() 235 int32_t CalculateOutputWithoutStrides(const BHWDC& input, in CalculateOutputWithoutStrides() argument 238 input.get<T>(), attr.kernel.get<T>(), in CalculateOutputWithoutStrides() [all …]
|
/external/turbine/javatests/com/google/turbine/parse/ |
D | ParserIntegrationTest.java | 44 "anno1.input", in parameters() 45 "annodecl1.input", in parameters() 46 "annodecl2.input", in parameters() 47 "annodecl3.input", in parameters() 48 "annouse.input", in parameters() 49 "annouse2.input", in parameters() 50 "annouse3.input", in parameters() 51 "annouse4.input", in parameters() 52 "annouse5.input", in parameters() 53 "annouse6.input", in parameters() [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUMINPUT.c | 46 struct v4l2_input input; in test_VIDIOC_ENUMINPUT() local 52 memset(&input, 0xff, sizeof(input)); in test_VIDIOC_ENUMINPUT() 53 input.index = i; in test_VIDIOC_ENUMINPUT() 54 ret_enum = ioctl(get_video_fd(), VIDIOC_ENUMINPUT, &input); in test_VIDIOC_ENUMINPUT() 63 CU_ASSERT_EQUAL(input.index, i); in test_VIDIOC_ENUMINPUT() 65 CU_ASSERT(0 < strlen((char *)input.name)); in test_VIDIOC_ENUMINPUT() 67 ((char *)input.name, sizeof(input.name))); in test_VIDIOC_ENUMINPUT() 69 //CU_ASSERT_EQUAL(input.type, ?); in test_VIDIOC_ENUMINPUT() 70 //CU_ASSERT_EQUAL(input.audioset, ?); in test_VIDIOC_ENUMINPUT() 71 //CU_ASSERT_EQUAL(input.tuner, ?); in test_VIDIOC_ENUMINPUT() [all …]
|