HomeSort by relevance Sort by last modified time
    Searched full:informat (Results 26 - 50 of 53) sorted by null

12 3

  /external/openssl/apps/
asn1pars.c 93 int informat,indent=0, noout = 0, dump = 0; local
102 informat=FORMAT_PEM;
126 informat=str2fmt(*(++argv));
280 if (informat == FORMAT_PEM)
crl.c 111 int informat,outformat; local
148 informat=FORMAT_PEM;
166 informat=str2fmt(*(++argv));
246 x=load_crl(infile,informat);
smime.c 114 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
348 informat = str2fmt(*++args);
531 if (informat == FORMAT_ASN1)
622 if (informat == FORMAT_SMIME)
624 else if (informat == FORMAT_PEM)
626 else if (informat == FORMAT_ASN1)
ecparam.c 131 int informat, outformat, noout = 0, C = 0, ret = 1; local
147 informat=FORMAT_PEM;
158 informat=str2fmt(*(++argv));
423 else if (informat == FORMAT_ASN1)
427 else if (informat == FORMAT_PEM)
cms.c 133 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
497 informat = str2fmt(*++args);
694 if (informat == FORMAT_ASN1)
798 if (informat == FORMAT_SMIME)
800 else if (informat == FORMAT_PEM)
802 else if (informat == FORMAT_ASN1)
    [all...]
x509.c 183 int informat,outformat,keyformat,CAformat,CAkeyformat; local
231 informat=FORMAT_PEM;
249 informat=str2fmt(*(++argv));
662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate");
    [all...]
req.c 173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
209 informat=FORMAT_PEM;
220 informat=str2fmt(*(++argv));
783 if (informat == FORMAT_ASN1)
785 else if (informat == FORMAT_PEM)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
smime.c 114 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
348 informat = str2fmt(*++args);
531 if (informat == FORMAT_ASN1)
622 if (informat == FORMAT_SMIME)
624 else if (informat == FORMAT_PEM)
626 else if (informat == FORMAT_ASN1)
ecparam.c 131 int informat, outformat, noout = 0, C = 0, ret = 1; local
147 informat=FORMAT_PEM;
158 informat=str2fmt(*(++argv));
423 else if (informat == FORMAT_ASN1)
427 else if (informat == FORMAT_PEM)
cms.c 133 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
497 informat = str2fmt(*++args);
694 if (informat == FORMAT_ASN1)
798 if (informat == FORMAT_SMIME)
800 else if (informat == FORMAT_PEM)
802 else if (informat == FORMAT_ASN1)
    [all...]
x509.c 183 int informat,outformat,keyformat,CAformat,CAkeyformat; local
231 informat=FORMAT_PEM;
249 informat=str2fmt(*(++argv));
662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate");
    [all...]
req.c 173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
209 informat=FORMAT_PEM;
220 informat=str2fmt(*(++argv));
784 if (informat == FORMAT_ASN1)
786 else if (informat == FORMAT_PEM)
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 71 PixelFormat inFormat, uint32_t inUsage,
80 format = inFormat;
  /packages/apps/UnifiedEmail/res/values-ca/
strings.xml 185 <item quantity="other" msgid="5900913789259199137">"S\'ha informat d\'&lt;b&gt;<xliff:g id="COUNT">%1$d</xliff:g>&lt;/b&gt; converses com a activitat brossa."</item>
188 <item quantity="one" msgid="2294904093653094150">"S\'ha informat que &lt;b&gt;<xliff:g id="COUNT">%1$d</xliff:g>&lt;/b&gt; converses no són activitat brossa."</item>
189 <item quantity="other" msgid="4966164423991098144">"S\'ha informat que &lt;b&gt;<xliff:g id="COUNT">%1$d</xliff:g>&lt;/b&gt; converses no són activitat brossa."</item>
196 <item quantity="one" msgid="4330095881258771201">"S\'ha informat que &lt;b&gt;<xliff:g id="COUNT">%1$d</xliff:g>&lt;/b&gt; converses són pesca."</item>
197 <item quantity="other" msgid="9218674052779504277">"S\'ha informat que &lt;b&gt;<xliff:g id="COUNT">%1$d</xliff:g>&lt;/b&gt; converses són pesca."</item>
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 219 typedef int ( *DebugMacOSXLogFunctionPtr )( const char *inFormat, ... );
503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... )
516 va_start( args, inFormat );
517 n = DebugPrintFVAList( inLevel, inFormat, args );
528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs )
541 n = DebugSNPrintFVAList( buffer, sizeof( buffer ), inFormat, inArgs );
844 typedef void ( *iDebugLogFunctionPtr )( uint32_t inLevel, uint32_t inTag, const char *inFormat, ... );
855 __private_extern__ void iDebugLogInternal( uint32_t inLevel, uint32_t inTag, const char *inFormat, ... );
870 extern void kprintf( const char *inFormat, ... );
883 extern void IOLog( const char *inFormat, ... )
    [all...]
DebugServices.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 251 _mesa_problem(NULL, "Unexpected inFormat");
261 * \param inFormat the incoming format of the texture
266 compute_component_mapping(GLenum inFormat, GLenum outFormat,
269 const int inFmt = get_map_idx(inFormat);
283 inFormat, _mesa_lookup_enum_by_nr(inFormat),
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 251 _mesa_problem(NULL, "Unexpected inFormat");
261 * \param inFormat the incoming format of the texture
266 compute_component_mapping(GLenum inFormat, GLenum outFormat,
269 const int inFmt = get_map_idx(inFormat);
283 inFormat, _mesa_lookup_enum_by_nr(inFormat),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /packages/apps/Dialer/res/values-ca/
strings.xml 181 <string name="toast_caller_id_reported" msgid="1127087402649645557">"S\'ha informat del contacte."</string>
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 271 return this->CheckFormatSupport(data->InFormat, &data->OutFormatSupport);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 271 return this->CheckFormatSupport(data->InFormat, &data->OutFormatSupport);
    [all...]
  /external/chromium_org/chrome/app/resources/terms/
terms_ro.html     [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_ca.xtb     [all...]

Completed in 1010 milliseconds

12 3