/frameworks/base/tools/aapt/ |
Resource.cpp | [all...] |
/external/sonivox/docs/ |
JET_Authoring_Guidelines.html | 113 text-indent:-.3in;
134 text-indent:-.4in;
152 text-indent:-.5in;
168 text-indent:-.6in;
186 text-indent:-.7in;
202 text-indent:-.8in;
220 text-indent:-.9in;
235 text-indent:-1.0in;
252 text-indent:-1.1in;
275 text-indent:-11.0pt; [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 506 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, 508 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0); 511 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, 513 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1); 517 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, 519 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utrace.h | 308 * @param indent Number of spaces to indent the output. Intended to allow 318 int32_t indent, const char *fmt, va_list args); 329 * @param indent Number of spaces to indent the output. Intended to allow 339 int32_t indent, const char *fmt, ...);
|
/external/icu/icu4c/source/common/unicode/ |
utrace.h | 308 * @param indent Number of spaces to indent the output. Intended to allow 318 int32_t indent, const char *fmt, va_list args); 329 * @param indent Number of spaces to indent the output. Intended to allow 339 int32_t indent, const char *fmt, ...);
|
/external/jsoncpp/src/lib_json/ |
json_writer.cpp | 335 indent(); 374 indent(); 480 StyledWriter::indent() function in class:Json::StyledWriter 612 indent(); 651 indent(); 761 StyledStreamWriter::indent() function in class:Json::StyledStreamWriter
|
/external/openssl/crypto/bio/ |
bio_lib.c | 321 int BIO_indent(BIO *b,int indent,int max) 323 if(indent < 0) 324 indent=0; 325 if(indent > max) 326 indent=max; 327 while(indent--)
|
/external/openssl/crypto/ec/ |
ec_ameth.c | 543 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, 546 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 0); 549 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, 552 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 1); 556 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, 559 return do_EC_KEY_print(bp, pkey->pkey.ec, indent, 2);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 149 static void put_line P_ ((WORD *w, int indent)); 229 with the same indent. 299 after the prefix, and the following indent, and break it into words. 546 INDENT, including the prefix (if any). */ 549 put_line (register WORD *w, int indent) 553 put_space (indent);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
Layout.java | 290 Log.d("Layout", indent(level) + "LayoutGetter"); 426 Log.d("Layout", indent(level) + "Header " + mAppearence); 520 Log.d("Layout", indent(level) + "Action #" + mActionId + " " + mAppearence); 594 Log.d("Layout", indent(level) + "Status " + mAppearence); 630 Log.d("Layout", indent(level) + "Static '" + mTitle + "'"); 860 private static String indent(int level) { method in class:Layout
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
help.txt | 57 Indent Region -- Shift selected lines right 4 spaces 62 (Note: We recommend using 4 space blocks to indent Python code.) 64 New Indent Width... -- Open dialog to change indent width 182 Indent Width. (N.B. Currently tabs are restricted to four spaces due 185 See also the indent/dedent region commands in the edit menu.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
help.txt | 57 Indent Region -- Shift selected lines right 4 spaces 62 (Note: We recommend using 4 space blocks to indent Python code.) 64 New Indent Width... -- Open dialog to change indent width 182 Indent Width. (N.B. Currently tabs are restricted to four spaces due 185 See also the indent/dedent region commands in the edit menu.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorOutputElem.java | 88 * Set the indent property from the attribute value. 89 * @see javax.xml.transform.OutputKeys#INDENT 94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 124 * the indent attribute is ignored for text output. 127 public void indent(int n) throws SAXException method in class:ToTextSAXHandler 157 public void setIndent(boolean indent)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEColorMatrix.cpp | 219 TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) const 221 writeIndent(ts, indent); 238 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
/external/chromium_org/ui/accessibility/ |
ax_tree.cc | 17 std::string TreeToStringHelper(AXNode* node, int indent) { 18 std::string result = std::string(2 * indent, ' '); 21 result += TreeToStringHelper(node->ChildAtIndex(i), indent + 1);
|
/external/emma/core/java12/com/vladium/emma/data/ |
ClassDescriptor.java | 150 public String toString (final String indent) 152 StringBuffer s = new StringBuffer (indent + "class [" + (m_packageVMName.length () > 0 ? m_packageVMName + "/" : "") + m_name + "] descriptor:"); 157 s.append (m_methods [m].toString (indent + INDENT_INCREMENT));
|
/external/libexif/libexif/ |
exif-content.c | 114 exif_content_dump (ExifContent *content, unsigned int indent) 119 for (i = 0; i < 2 * indent; i++) 129 exif_entry_dump (content->entries[i], indent + 1);
|
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
ObjectContainerUniversalMachO.cpp | 168 s->Indent(); 177 s->Indent(); 183 s->Indent();
|
/external/lldb/source/Symbol/ |
Symtab.cpp | 86 s->Indent(); 114 s->Indent(); 138 s->Indent(); 152 s->Indent(); 168 s->Indent(); 182 s->Indent(); 193 s->Indent(" Debug symbol\n"); 194 s->Indent(" |Synthetic symbol\n"); 195 s->Indent(" ||Externally Visible\n"); 196 s->Indent(" |||\n") [all...] |
/external/llvm/tools/llvm-readobj/ |
StreamWriter.h | 61 void indent(int Levels = 1) { function in class:llvm::StreamWriter 269 W.indent(); 283 W.indent();
|
/external/checkpolicy/ |
Makefile | 63 indent:
|
/external/chromium_org/base/json/ |
json_writer.h | 55 // Adds space to json_string_ for the indent level.
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
config.py | 45 return json.dumps(self, sort_keys=False, indent=2)
|
/external/chromium_org/net/third_party/mozilla_security_manager/ |
nsKeygenHandler.h | 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|