HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 526 - 550 of 945) sorted by null

<<21222324252627282930>>

  /external/openssl/include/openssl/
asn1t.h 667 int indent, const char *fname,
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
734 int indent; member in struct:ASN1_PRINT_ARG_st
897 int fname##_print_ctx(BIO *out, stname *x, int indent, \
900 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
evp.h     [all...]
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 217 json.dump(src_json, target_file, sort_keys=True, indent=2)
275 json.dump(obj, target_file, sort_keys=True, indent=2)
305 json.dump(nmf_data, fh, sort_keys=True, indent=2)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 560 TextStream& FEConvolveMatrix::externalRepresentation(TextStream& ts, int indent) const
562 writeIndent(ts, indent);
573 inputEffect(0)->externalRepresentation(ts, indent + 1);
FETurbulence.cpp 447 TextStream& FETurbulence::externalRepresentation(TextStream& ts, int indent) const
449 writeIndent(ts, indent);
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 91 const char* indent = ""; local
93 SkDebugf("%s", indent);
104 indent = " ";
  /external/chromium_org/v8/src/
profile-generator.cc 210 void ProfileNode::Print(int indent) {
213 indent, "",
225 reinterpret_cast<ProfileNode*>(p->value)->Print(indent + 2);
  /external/skia/tests/
PathOpsDebug.cpp 91 const char* indent = ""; local
93 SkDebugf("%s", indent);
104 indent = " ";
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 149 writer.indent(4);
178 writer.indent(4);
266 writer.indent(4);
  /external/valgrind/main/drd/
drd_error.c 161 const HChar* const indent = xml ? " " : ""; local
209 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr1, 0));
211 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr2, 0));
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 540 String8 indent(" ");
543 header = indent + header + "\n";
563 result = indent + result + "\n";
ZslProcessor3.cpp 477 String8 indent(" ");
480 header = indent + header + "\n";
500 result = indent + result + "\n";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /system/media/camera/docs/
metadata_helpers.py 223 def ljust(size, indent=4):
230 indent: an integer representing the initial indendation level
245 return what + "\n" + "".ljust(indent + size)
702 def javadoc(metadata, indent = 4):
710 indent: baseline level of indentation for javadoc block
713 - Indent and * for insertion into a Javadoc comment block
737 comment_prefix = " " * indent + " * ";
773 # Indent each line
829 <!--- can't use dedent directly since 'foo' has no indent -->
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
php.js 113 indent: function(state, textAfter) {
116 return htmlMode.indent(state.html, textAfter);
117 return state.curMode.indent(state.curState, textAfter);
clike.js 94 var indent = state.indented;
96 indent = state.context.indented;
97 return state.context = new Context(indent, col, type, null, state.context);
147 indent: function(state, textAfter) {
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h     [all...]
  /external/lldb/www/python_reference/
epydoc.js 118 var indent = elt.getAttribute("indent");
124 for (var i=0; i<indent.length; i++) { s += "&nbsp;" }
  /external/openssl/crypto/evp/
evp.h     [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 294 function resultLine(labelWidth, indent, label, meanWidth1, mean1, stdErr1, meanWidth2, mean2, stdErr2)
296 result = pad("", indent);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
canvasProfiler.css 129 text-indent: 0;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 264 def write_by_directory(self, results_by_directory, writer, indent):
266 writer("%s%s: %s" % (indent, self._platform(path), results_by_directory[path][0:6]))

Completed in 2073 milliseconds

<<21222324252627282930>>