Home
last modified time | relevance | path

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

12345

/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/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/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/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/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/src/core/ext/filters/client_channel/
DREADME.md36 disconnected. This connectivity state can be used to inform load balancing
/external/u-boot/tools/
Dk3_gen_x509_cert.sh109 openssl rsa -in degenerateKey.der -inform DER -outform PEM -out $RAND_KEY >>/dev/null 2>&1
/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
/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/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/skia/gn/
DBUILDCONFIG.gn123 # non-default location, you can set win_vc to inform us where it is.
/external/llvm/lib/Fuzzer/test/
DCMakeLists.txt174 # Note this is done after declaring all tests so we can inform lit if any tests
/external/arm-trusted-firmware/docs/process/
Dsecurity.rst9 vulnerabilities and inform users as best we can about all possible issues.
Dfaq.rst60 will inform the patch owner if this is going to happen.
/external/skqp/gn/
DBUILDCONFIG.gn137 # non-default location, you can set win_vc to inform us where it is.
/external/mesa3d/docs/relnotes/
D17.0.2.rst135 - st/mesa: inform the driver of framebuffer changes before compute
/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/angle/extensions/
DANGLE_texture_usage.txt39 This can help to inform the implementation's choice of format
/external/eigen/
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

12345