Searched refs:comma (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | trace.cpp | 102 const char* comma = i < count-1 ? "," : ""; in TraceGLShaderSource() local 106 ALOGD(" \"%*s\"%s", len, s, comma); in TraceGLShaderSource() 108 ALOGD(" \"%s\"%s", s, comma); in TraceGLShaderSource() 115 const char* comma = i < count-1 ? "," : ""; in TraceGLShaderSource() local 117 ALOGD(" \"%d\"%s", len, comma); in TraceGLShaderSource() 139 const char* comma = ", "; in TraceValue() local 142 comma = ""; in TraceValue() 144 comma = ","; in TraceValue() 148 builder.append("%g%s", * (GLfloat*) value, comma); in TraceValue() 151 builder.append("%d%s", * (GLint*) value, comma); in TraceValue()
|
/frameworks/compile/slang/ |
D | slang_rs_pragma_handler.cpp | 216 if (PragmaToken.isNot(clang::tok::comma)) in handleItemListPragma()
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | services.jd | 137 a comma-separated list, or set using the {@link 142 {@code android:accessibilityEventTypes} attribute as a comma-separated list, or set using the
|
/frameworks/base/docs/html/tools/help/ |
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/base/tools/aapt/ |
D | ResourceTable.cpp | 2543 const char* comma; in validateLocalizations() local 2547 comma = strchr(start, ','); in validateLocalizations() 2548 if (comma != NULL) { in validateLocalizations() 2549 config.setTo(start, comma - start); in validateLocalizations() 2550 start = comma + 1; in validateLocalizations() 2575 } while (comma != NULL); in validateLocalizations()
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_admin.jd | 98 comma-separated values (CSV) file (see figure 2). Adding items one at a time is useful if your 479 separating each account with a comma.</li>
|
/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/google/gcm/ |
D | adv.jd | 244 <p>This code snippet illustrates this feature. Senders are passed as an intent extra in a comma-sep…
|
/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/guide/webapps/ |
D | targeting.jd | 95 Each viewport property in the {@code content} attribute must be separated by a comma.</p>
|
/frameworks/base/docs/html/guide/google/play/licensing/ |
D | setting-up.jd | 585 Profile page. Simply enter the accounts as a comma-delimited list and click
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 15 /sdcard/android/layout_tests/animations/keyframes-comma-separated.html 1169 /sdcard/android/layout_tests/fast/text/line-breaks-after-ideographic-comma-or-full-stop.html 1492 /sdcard/android/layout_tests/fast/js/object-extra-comma.html 1510 /sdcard/android/layout_tests/fast/js/toString-elision-trailing-comma.html 1694 /sdcard/android/layout_tests/fast/js/excessive-comma-usage.html
|
/frameworks/compile/mclinker/utils/gtest/include/ |
D | gtest.h | 7297 const char* comma = strchr(str, ','); 7298 if (comma == NULL) { 7301 while (IsSpace(*(++comma))) {} 7302 return comma; 7308 const char* comma = strchr(str, ','); 7309 return comma == NULL ? String(str) : String(str, comma - str);
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 974 addresses of DNS servers to use, where <serverList> is a comma-separated
|