Home
last modified time | relevance | path

Searched refs:inform (Results 1 – 25 of 112) sorted by relevance

12345

/external/dtc/
Ddtc.c171 const char *inform = NULL; in main() local
191 inform = optarg; in main()
291 if (inform == NULL) in main()
292 inform = guess_input_format(arg, "dts"); in main()
296 if (streq(inform, "dts")) in main()
302 if (streq(inform, "dts")) in main()
304 else if (streq(inform, "fs")) in main()
306 else if(streq(inform, "dtb")) in main()
309 die("Unknown input format \"%s\"\n", inform); in main()
/external/u-boot/scripts/dtc/
Ddtc.c169 const char *inform = NULL; in main() local
189 inform = optarg; in main()
289 if (inform == NULL) in main()
290 inform = guess_input_format(arg, "dts"); in main()
294 if (streq(inform, "dts")) in main()
300 if (streq(inform, "dts")) in main()
302 else if (streq(inform, "fs")) in main()
304 else if(streq(inform, "dtb")) in main()
307 die("Unknown input format \"%s\"\n", inform); in main()
/external/boringssl/src/crypto/asn1/
Da_mbstr.c81 int inform, unsigned long mask) in ASN1_mbstring_copy() argument
83 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); in ASN1_mbstring_copy()
91 int inform, unsigned long mask, in OPENSSL_DECLARE_ERROR_REASON()
106 switch (inform) { in OPENSSL_DECLARE_ERROR_REASON()
143 (inform == MBSTRING_BMP || inform == MBSTRING_UNIV) && in OPENSSL_DECLARE_ERROR_REASON()
240 if (inform == outform) { in OPENSSL_DECLARE_ERROR_REASON()
Da_strnid.c130 int inform, int nid) in ASN1_STRING_set_by_NID() argument
143 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID()
147 ASN1_mbstring_copy(out, in, inlen, inform, in ASN1_STRING_set_by_NID()
/external/python/rsa/rsa/
Dutil.py54 (cli.infilename, cli.inform), file=sys.stderr)
58 print('Reading private key from stdin in %s format' % cli.inform,
65 priv_key = rsa.key.PrivateKey.load_pkcs1(in_data, cli.inform)
/external/u-boot/doc/device-tree-bindings/thermal/
Dti_soc_thermal.txt21 - gpios : this entry should be used to inform which GPIO
/external/wpa_supplicant_8/hs20/server/ca/
Dsetup.sh192 openssl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > log…
193 openssl asn1parse -in logo.der -inform DER > logo.asn1
/external/boringssl/src/include/openssl/
Dasn1.h779 …1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mas…
780 …_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mas…
782 …ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid);
/external/grpc-grpc-java/buildscripts/
Dmake_dependencies.bat31 @rem If vcvars64.bat has set PLATFORM to X64, then inform cmake to use the Win64 version of VS
/external/python/setuptools/docs/
Dhistory.txt22 and he has given talks at PyCon and elsewhere to inform and educate the
/external/grpc-grpc/src/core/ext/filters/client_channel/
DREADME.md36 disconnected. This connectivity state can be used to inform load balancing
/external/curl/docs/
DRELEASE-PROCEDURE.md50 inform section in curl release procedure - how to do a release
DSSLCERTS.md87 openssl x509 -inform DES -in yourdownloaded.crt \
100 x509 -inform PEM -in certfile -text -out certdata" where certfile is
/external/grpc-grpc/doc/
Dload-balancing.md62 inform the client. The load balancer may communicate with the backend
76 complex decisions and inform the client. The load balancer may communicate
Dconnectivity-semantics-and-api.md130 should just inform the user that some state change has happened, leaving it to
/external/python/httplib2/doc/html/
Dsearchindex.js1 …ttpconnect:1,data:1,unreserv:1,attempt:1,ssl:1,credenti:1,robot:1,caus:1,inform:1,preced:1,allow:1… property
/external/llvm/lib/Fuzzer/test/
DCMakeLists.txt174 # Note this is done after declaring all tests so we can inform lit if any tests
/external/icu/icu4c/source/samples/ufortune/resources/
Des.txt79 "¿Cuál es la patrona de los informáticos? - Santa Tecla.
122 …-- Universidad de Massachussets. Utilizado en la toga del equipo para las olimpiadas informáticas.…
433 "Existen dos tipos de personas en el mundo de la informática: Las que ya perdieron su HD y las que …
/external/skqp/gn/
DBUILDCONFIG.gn137 # non-default location, you can set win_vc to inform us where it is.
/external/skia/gn/
DBUILDCONFIG.gn137 # non-default location, you can set win_vc to inform us where it is.
/external/eigen/
DNOTICE164 the terms of this License. You must inform recipients that the Source
175 Form, as described in Section 3.1, and You must inform recipients of
DCOPYING.MPL2164 the terms of this License. You must inform recipients that the Source
175 Form, as described in Section 3.1, and You must inform recipients of
/external/e2fsprogs/doc/RelNotes/
Dv1.35.txt35 E2fsck will inform the user when there are 5 or fewer mounts before a
/external/libkmsxx/
DNOTICE167 the terms of this License. You must inform recipients that the Source
178 Form, as described in Section 3.1, and You must inform recipients of
DLICENSE167 the terms of this License. You must inform recipients that the Source
178 Form, as described in Section 3.1, and You must inform recipients of

12345