/external/boringssl/src/crypto/x509/ |
a_strex.c | 367 /* Used for line indenting: print 'indent' spaces */ 369 static int do_indent(char_io *io_ch, void *arg, int indent) 372 for(i = 0; i < indent; i++) 381 int indent, unsigned long flags) 393 if(indent < 0) indent = 0; 394 outlen = indent; 395 if(!do_indent(io_ch, arg, indent)) return -1; 410 indent = 0; 418 indent = 0 [all...] |
x509.c | 130 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) { 139 BIO_indent(bp, indent, indent) <= 0) {
|
/external/tcpdump/ |
print-forces.c | 70 uint16_t op_msk, int indent); 234 uint16_t op_msk, int indent); 238 uint16_t op_msk, int indent); 240 uint16_t op_msk, int indent); 242 uint16_t op_msk, int indent); 293 static inline char *indent_pr(int indent, int nlpref) 298 if (indent > (IND_SIZE - 1)) 299 indent = IND_SIZE - 1; 304 indent--; 307 while (--indent >= 0 [all...] |
/external/boringssl/src/crypto/asn1/ |
asn1_par.c | 67 int indent); 69 int offset, int depth, int indent, int dump); 71 int indent) 82 BIO_indent(bp,indent,128); 103 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) 105 return(asn1_parse2(bp,&pp,len,0,0,indent,0)); 108 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) 110 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); 114 int depth, int indent, int dump) 126 dump_indent = indent; [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_crld.c | 72 int indent); 247 ASN1_BIT_STRING *rflags, int indent) 251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, ""); 429 int indent); 507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) 512 BIO_printf(out, "%*s", indent + 2, ""); 519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) 523 BIO_printf(out, "%*sFull Name:\n", indent, ""); 524 print_gens(out, dpn->name.fullname, indent); [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugLoc.cpp | 21 const unsigned Indent = 12; 24 OS.indent(Indent); 27 OS.indent(Indent) << " Ending address offset: " 29 OS.indent(Indent) << " Location description: "; 114 const unsigned Indent = 12; 117 OS.indent(Indent); [all...] |
/external/selinux/libsepol/src/ |
module_to_cil.c | 74 static void cil_indent(int indent) 76 if (fprintf(out_file, "%*s", indent * 4, "") < 0) { 94 static void cil_println(int indent, const char *fmt, ...) 96 cil_indent(indent); 153 int indent; member in struct:map_args 541 static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const char *tgt, const struct class_perm_node *classperms) 587 cil_println(indent, "(%s %s %s (%s (%s)))", 592 cil_println(indent, "(%s %s %s %s %s)", 662 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, struct ebitmap *pos, struct ebitmap *neg, uint32_t flags, char *attr) 687 cil_println(indent, "(%sattribute %s)", statement, attr) 3621 int indent = 0; local [all...] |
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
ArrayInitializerFormatter.java | 35 public ArrayInitializerFormatter(final PrintStream out, final int width, final String indent, 38 mMaxWidth = width - indent.length(); 39 mIndent = indent;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
DistributionPointName.java | 128 String indent = " "; local 130 buf.append(indent); 134 buf.append(indent); 135 buf.append(indent);
|
/external/chromium-trace/catapult/perf_insights/perf_insights/results/ |
json_output_formatter.py | 18 json.dump(d, self.output_file, indent=2)
|
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 178 void print(raw_ostream &OS, unsigned indent = 0) const; 182 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0; 229 void printImpl(raw_ostream &OS, unsigned indent) const override; 256 void printImpl(raw_ostream &OS, unsigned indent) const override; 291 void printImpl(raw_ostream &OS, unsigned indent) const override; 310 void printImpl(raw_ostream &OS, unsigned indent) const override; 329 void printImpl(raw_ostream &OS, unsigned indent) const override; 350 void printImpl(raw_ostream &OS, unsigned indent) const override; 370 void printImpl(raw_ostream &OS, unsigned indent) const override; 393 void printImpl(raw_ostream &OS, unsigned indent) const override [all...] |
/external/mesa3d/src/glsl/ |
ir_print_visitor.cpp | 87 void ir_print_visitor::indent(void) function in class:ir_print_visitor 169 indent(); 177 indent(); 183 indent(); 186 indent(); 194 indent(); 199 indent(); 212 indent(); 217 indent(); 465 indent(); [all...] |
/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSink.h | 60 void PrintSelf(ostream& os, vtkIndent indent);
|
vtkOBJWriter.h | 59 void PrintSelf(ostream& os, vtkIndent indent);
|
/external/selinux/ |
Makefile | 10 all install relabel clean test indent:
|
/external/selinux/libselinux/man/ |
Makefile | 18 indent distclean clean:
|
/external/selinux/libsepol/utils/ |
Makefile | 20 indent:
|
/external/selinux/policycoreutils/ |
Makefile | 9 all install relabel clean indent:
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
DebugInfoItem.java | 63 out.indent(); 73 out.indent(); 87 out.indent(); 97 out.indent(); 106 out.indent(); 120 out.indent(); 137 out.indent(); 145 out.indent(); 161 out.indent();
|
/external/toybox/kconfig/ |
conf.c | 32 static int indent = 1; variable 177 printf("%*s%s ", indent - 1, "", menu->prompt->text); 213 printf("%*s%s ", indent - 1, "", menu->prompt->text); 305 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); 315 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); 323 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); 329 printf("%*c", indent, '>'); 331 printf("%*c", indent, ' '); 339 printf("%*schoice", indent - 1, ""); 400 indent += 2 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FormatSpec.java | 278 final StringBuilder indent = new StringBuilder(); local 280 indent.append("H:"); 283 indent.append(" "); 288 s.append(indent);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 218 # Figure out when indent is larger than the specified width, and make 273 indent = self.subsequent_indent 275 indent = self.initial_indent 278 width = self.width - len(indent) 309 lines.append(indent + ''.join(cur_line)) 392 for indent in indents: 394 margin = indent 398 elif indent.startswith(margin): 403 elif margin.startswith(indent): 404 margin = indent [all...] |