Searched refs:comma (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | trace.cpp | 106 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/ |
D | lint.jd | 50 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categ… 56 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categ… 62 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categ… 99 …t;=<url> mappings in the argument by separating each mapping with a comma.<p>To turn off lin…
|
D | systrace.jd | 173 <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:
|
D | emulator.jd | 242 <td><code><tags></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><servers></code> must be a comma-separated list of up to 4 DNS server…
|
/frameworks/compile/slang/ |
D | slang_rs_pragma_handler.cpp | 235 if (PragmaToken.isNot(clang::tok::comma)) in handleItemListPragma()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2702 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/ |
D | billing_admin.jd | 95 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/ |
D | improving-w-lint.jd | 212 <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/ |
D | calendar-provider.jd | 1037 <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/ |
D | services.jd | 175 a comma-separated list, or set using the {@link
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 490 Some keys accept multiple values. You specify multiple values in a comma-separated list.
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 585 Profile page. Simply enter the accounts as a comma-delimited list and click
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 976 addresses of DNS servers to use, where <serverList> is a comma-separated
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 468 <dd>A comma-separated list of email addresses that specify the invitees.</dd>
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 1233 <li><code>APP_ABI</code> can now be enumerated in a comma-delimited list. For
|