HomeSort by relevance Sort by last modified time
    Searched full:more (Results 1026 - 1050 of 36666) sorted by null

<<41424344454647484950>>

  /external/bison/lib/
spawn-pipe.h 13 GNU General Public License for more details.
115 * 1) If you write more than PIPE_MAX bytes or, more generally, if you write
116 * more bytes than the subprocess can handle at once, the subprocess
123 * But the subprocess cannot produce more data until you gave it more
  /external/chromium/chrome/common/
url_constants.h 197 // "Learn more" URL for "Aw snap" page.
200 // "Learn more" URL for killed tab page.
203 // "Learn more" URL for the Privacy section under Options.
209 // The URL for the "Learn more" page for the usage/crash reporting option in the
213 // The URL for the "Learn more" page for the outdated plugin infobar.
216 // The URL for the "Learn more" page for the blocked plugin infobar.
  /external/easymock/src/org/easymock/
EasyMockSupport.java 173 * Switches all registered mock objects (more exactly: the controls of the
184 * Resets all registered mock objects (more exactly: the controls of the
194 * Verifies all registered mock objects (more exactly: the controls of the
204 * Resets all registered mock objects (more exactly: the controls of the
215 * Resets all registered mock objects (more exactly: the controls of the
226 * Resets all registered mock objects (more exactly: the controls of the
  /external/libnfc-nxp/src/
phHciNfc_Jewel.h 128 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
153 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
177 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
200 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
227 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
250 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
phHciNfc_RFReaderB.h 127 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
152 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
177 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
199 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
224 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
249 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
phHciNfc_RFReaderA.h 137 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
160 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
183 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
206 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
230 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
259 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
284 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
308 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
337 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
360 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameter
    [all...]
phHciNfc_CE_A.h 130 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
154 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
181 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
208 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
232 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
255 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
279 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
phHciNfc_CE_B.h 124 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
148 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
175 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
202 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
225 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
248 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
271 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
  /external/skia/legacy/src/core/
SkDeque.cpp 113 if (begin < first->start()) { // no more room in this chunk
114 // should we alloc more as we accumulate more elements?
149 if (end > last->fStop) { // no more room in this chunk
150 // should we alloc more as we accumulate more elements?
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
concat.js 45 testcases[count++] = new TestCase( SECTION, "aString.concat(' more')", "test string more", aString.concat(' more').toString());
62 testcases[count++] = new TestCase( SECTION, "'abcde'.concat(' more')", "abcde more", 'abcde'.concat(' more').toString());
  /frameworks/base/docs/html/google/play-services/
plus.jd 18 you can create more engaging experiences and drive usage of your app.</p>
22 href="https://developers.google.com/+/mobile/android/">developers.google.com/+</a> for more
40 display their picture, connect them with friends, and lots more.
48 and over 100 more actions. <br />
54 can give your app more credibility and help it grow faster. <br />
74 the Google+ Platform for Android</a> for more information about how to get the sample up and
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 89 boolean more = false;
93 more |= mEffect[i].draw(canvas);
96 if (more) {
113 boolean more = false;
116 more |= !mEffect[i].isFinished();
118 if (more) {
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 14 * GNU General Public License for more details.
255 char rem_addr[128], local_addr[128], more[512]; local
270 more[0] = 0;
275 &uid, &timeout, &inode, more);
289 char rem_addr[128], local_addr[128], more[512]; local
304 more[0] = 0;
309 &uid, &timeout, &inode, more);
323 char rem_addr[128], local_addr[128], more[512]; local
338 more[0] = 0;
343 &uid, &timeout, &inode, more);
355 char buf[256], more[256]; local
393 char more[256], ifc[32]; local
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 80 use to obtain a reference to the {@link android.view.ViewGroup} from your application. See more
86 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
92 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
96 <p>More attributes are supported by the {@link android.view.ViewGroup}
97 base class, and many more are supported by each implementation of
112 obtain a reference to the {@link android.view.View} from your application. See more about
118 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
124 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
128 <p>More attributes are supported by the {@link android.view.View}
129 base class, and many more are supported by each implementation o
    [all...]
  /frameworks/base/location/java/android/location/
Criteria.java 121 * More accurate location may consume more power and may take longer.
145 * More accurate location may consume more power and may take longer.
169 * More accurate location may consume more power and may take longer.
193 * More accurate location may consume more power and may take longer.
217 * More accurate location may consume more power and may take longer
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 117 + "\t... 2 more\n", printStackTraceToString(throwable));
132 + "\t\t... 2 more\n"
136 + "\t\t... 2 more\n"
140 + "\t... 2 more\n", printStackTraceToString(throwable));
162 + "\t\t... 2 more\n"
165 + "\t\t\t... 3 more\n"
168 + "\t\t... 3 more\n"
172 + "\t... 2 more\n"
175 + "\t\t... 3 more\n"
178 + "\t... 3 more\n", printStackTraceToString(throwable))
    [all...]
  /external/kernel-headers/original/linux/
zlib.h 44 this checks there is no more input data available and the next data
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
122 exactly 65536 bytes, but will not be required to allocate more than this
222 - Compress more input starting at next_in and update next_in and avail_in
227 - Provide more output starting at next_out and update next_out and avail_out
234 one of the actions is possible, by providing more input and/or consuming
235 more output, and updating avail_in or avail_out accordingly; avail_out
240 output buffer because there might be more output pending.
256 with the same value of the flush parameter and more output space (update
    [all...]
  /external/regex-re2/doc/
syntax.txt 22 x* zero or more «x», prefer more
23 x+ one or more «x», prefer more
25 x{n,m} «n» or «n»+1 or ... or «m» «x», prefer more
26 x{n,} «n» or more «x», prefer more
28 x*? zero or more «x», prefer fewer
29 x+? one or more «x», prefer fewer
32 x{n,}? «n» or more «x», prefer fewe
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/about/
visibility.jd 17 preinstalled on more than 400 million devices worldwide, a number growing by
18 more than a million every day. Android users have downloaded
19 more than <strong style="text-wrap:none;">25 billion apps</strong> from Google
20 Play, growing at a rate of more than 1.5 billion per month.</p>
23 base of active customers, in more than 130 countries and territories across the
37 style="font-weight:500;">Growth in app consumption</span>: Users download more than
50 search, cross-linking, and more.</p>
82 want users to find your app. More than 30 categories are available. Inside each
119 they?ll climb one or more of the top charts and gain even more exposure.</p
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 62 * Set keyboard parameters of more keys keyboard.
64 * @param numKeys number of keys in this more keys keyboard.
65 * @param maxColumns number of maximum columns of this more keys keyboard.
66 * @param keyWidth more keys keyboard key width in pixel, including horizontal gap.
67 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
70 * @param isFixedColumnOrder if true, more keys should be laid out in fixed order.
79 "Keyboard is too small to hold more keys keyboard: "
110 // If the left keys fill the left side of the parent key, entire more keys keyboard
116 // If the right keys fill the right side of the parent key, entire more keys
265 * @param parentKey the {@link Key} that invokes more keys keyboard
    [all...]
  /external/chromium/net/base/
gzip_filter.cc 98 // a partial header. Return now to get more data.
109 // The header checking succeeds, and there are more data in the input.
174 // We have a complete header. Check whether there are more data.
237 // more input nor producing more output can be done.
244 // Some progress has been made (more input processed or more output
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 6 * See README for more details.
184 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
195 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
227 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
247 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
266 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
284 wpa_printf(MSG_DEBUG, "EAP-FAST: More than one "
  /frameworks/base/docs/html/tools/workflow/
index.jd 32 and <a href="{@docRoot}tools/device.html">Using Hardware Devices</a> for more
37 source code and resource files for your application. For more information, see
45 <a href="{@docRoot}tools/help/adb.html">adb</a>. For more information, see
49 a compatible debugger. For more information see,
52 <p>Last, you test your application using various Android SDK testing tools. For more
58 application to users. For more information, see
110 <p>For more information on the tools provided with the Android SDK, see the
  /frameworks/base/docs/html/tools/
workflow.jd 32 and <a href="{@docRoot}tools/device.html">Using Hardware Devices</a> for more
37 source code and resource files for your application. For more informations, see
45 <a href="{@docRoot}tools/help/adb.html">adb</a>. For more information, see
49 a compatible debugger. For more information see,
52 <p>Last, you test your application using various Android SDK testing tools. For more
58 application to users. For more information, see
110 <p>For more information on the tools provided with the Android SDK, see the
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 7 * The following structure layout provides a more efficient way to access
64 * The following structure layout provides a more efficient way to access
98 * The following structure layout provides a more efficient way to access
126 * The following structure layout provides a more efficient way to access
158 * The following structure layout provides a more efficient way to access
196 * The following structure layout provides a more efficient way to access
232 * The following structure layout provides a more efficient way to access

Completed in 534 milliseconds

<<41424344454647484950>>