Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Dtrace.cpp106 const char* comma = i < count-1 ? "," : ""; in TraceGLShaderSource() local
110 ALOGD(" \"%*s\"%s", len, s, comma); in TraceGLShaderSource()
112 ALOGD(" \"%s\"%s", s, comma); in TraceGLShaderSource()
119 const char* comma = i < count-1 ? "," : ""; in TraceGLShaderSource() local
121 ALOGD(" \"%d\"%s", len, comma); in TraceGLShaderSource()
143 const char* comma = ", "; in TraceValue() local
146 comma = ""; in TraceValue()
148 comma = ","; in TraceValue()
152 builder.append("%g%s", * (GLfloat*) value, comma); in TraceValue()
155 builder.append("%d%s", * (GLint*) value, comma); in TraceValue()
/frameworks/base/docs/html/tools/help/
Dlint.jd50 <td>The <code>&lt;list&gt;</code> must be a comma-separated list of {@code lint} issue IDs or categ…
56 <td>The <code>&lt;list&gt;</code> must be a comma-separated list of {@code lint} issue IDs or categ…
62 <td>The <code>&lt;list&gt;</code> must be a comma-separated list of {@code lint} issue IDs or categ…
99 …t;=&lt;url&gt; mappings in the argument by separating each mapping with a comma.<p>To turn off lin…
Dsystrace.jd173 <td>Trace the activity of specific kernel functions, specified in a comma-separated list.</td>
218 <td>Enable tracing for applications, specified as a comma-separated list of
358 <td>Set the enabled trace tags in a comma separated list. The available tags are:
Demulator.jd242 <td><code>&lt;tags&gt;</code> is a space/comma/column-separated list of debug component names.
298 ANDROID_VERBOSE. Define the options you want to use in a comma-delimited list, specifying only the …
346 …<td>The value of <code>&lt;servers&gt;</code> must be a comma-separated list of up to 4 DNS server…
/frameworks/compile/slang/
Dslang_rs_pragma_handler.cpp235 if (PragmaToken.isNot(clang::tok::comma)) in handleItemListPragma()
/frameworks/base/tools/aapt/
DResourceTable.cpp2702 const char* comma; in validateLocalizations() local
2708 comma = strchr(start, ','); in validateLocalizations()
2709 if (comma != NULL) { in validateLocalizations()
2710 config.setTo(start, comma - start); in validateLocalizations()
2711 start = comma + 1; in validateLocalizations()
2734 } while (comma != NULL); in validateLocalizations()
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd95 comma-separated values (CSV) file. Adding items one at a time is useful if your
484 separating each account with a comma.</li>
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd212 <p>To disable more than one issue, list the issues to disable in a comma-separated string. For exa…
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd1037 <td>Email addresses of those to invite as a comma-separated list.</td>
1095 extra field to provide a comma-separated list of invitees, specified by email address.</li>
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd175 a comma-separated list, or set using the {@link
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd490 Some keys accept multiple values. You specify multiple values in a comma-separated list.
/frameworks/base/docs/html/google/play/licensing/
Dsetting-up.jd585 Profile page. Simply enter the accounts as a comma-delimited list and click
/frameworks/base/docs/html/tools/devices/
Demulator.jd976 addresses of DNS servers to use, where &lt;serverList&gt; is a comma-separated
/frameworks/base/docs/html/guide/components/
Dintents-common.jd468 <dd>A comma-separated list of email addresses that specify the invitees.</dd>
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1233 <li><code>APP_ABI</code> can now be enumerated in a comma-delimited list. For