/external/regex-re2/util/ |
pcre.cc | 479 pcre_extra extra = { 0 }; local 481 extra.flags |= PCRE_EXTRA_MATCH_LIMIT; 482 extra.match_limit = match_limit; 485 extra.flags |= PCRE_EXTRA_MATCH_LIMIT_RECURSION; 486 extra.match_limit_recursion = stack_limit / kPCREFrameSize; 496 &extra, 509 // is filled, but we miss out on the positions of the extra subpatterns. [all...] |
/frameworks/base/core/java/android/text/ |
StaticLayout.java | 653 int extra; local 658 extra = (int)(ex + EXTRA_ROUNDING); 660 extra = -(int)(-ex + EXTRA_ROUNDING); 663 extra = 0; 668 lines[off + DESCENT] = below + extra; 670 v += (below - above) + extra; [all...] |
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 171 // the extra content between them correctly. 176 String extra = "EXTRA"; local 178 mEditable.append(first + extra + second); 187 assertEquals(editableString.indexOf(extra), -1); 189 assertEquals(editableString.indexOf(second), secondStart - extra.length()); 192 // Add 1 chip and make sure that we remove the extra stuff before it correctly. 195 mEditable.append(extra); 203 - extra.length()); 208 // the extra content between them correctly 213 String extra = "EXTRA"; local [all...] |
/external/libxml2/ |
xmlwriter.c | 858 * @...: extra parameters for the format 4651 char extra[3]; local [all...] |
xinclude.c | 101 * @extra: extra information 107 const char *extra) 113 extra, NULL, NULL, 0, 0, 114 "Memory allocation failed : %s\n", extra); 122 * @extra: extra information 128 const char *msg, const xmlChar *extra) 134 (const char *) extra, NULL, NULL, 0, 0, 135 msg, (const char *) extra); [all...] |
/external/stlport/ |
configure.bat | 76 if "%1" == "--extra-cxxflag" goto opt_xtra 136 echo normally put under "bin" and "lib" get extra subfolders depending on 167 echo "--extra-cxxflag <additional compilation options>" 171 echo --extra-cxxflag /G7 172 echo If you have several options use several --extra-cxxflag options. For instance 174 echo --extra-cxxflag /G7 --extra-cxxflag /Zc:wchar_t 552 REM * Extra compilation flags
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
XF86DGA2.c | 255 rep.size, rep.offset, rep.extra); 802 CARD32 extra /* optional extra data */ 814 if(extra & XDGANeedRoot) { 822 result = DGAMapPhysical(screen, name, base, size, offset, extra, pMap); 868 CARD32 extra, /* optional extra data */
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 697 int extra; local 735 extra = (bucket->size - size); 736 if ( extra ) { 740 fprintf(stderr, "Adding new free bucket of %d bytes\n", extra); 751 newbucket->size = extra;
|
/external/qemu/slirp/ |
tcp_subr.c | 791 if (so->extra==NULL) { 843 so->extra=ns; 859 rsh_exec(so,so->extra, user, inet_ntoa(so->so_faddr), args); 861 so->extra=NULL; [all...] |
socket.c | 71 if (so->so_emu==EMU_RSH && so->extra) { 72 sofree(so->extra); 73 so->extra=NULL;
|
/frameworks/base/services/java/com/android/server/ |
IntentResolver.java | 641 StringBuilder extra = new StringBuilder(128); local 644 if (extra.length() > 0) { 645 extra.append(' '); 647 extra.append(e.getKey()); 658 + "; extra: " + extra.toString()
|
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 123 String extra = (String)intent.getExtra(TEST_ALARM_EXTRA); 134 if (extra.equals(SCREEN_ON)) { 146 } else if (extra.equals(SCREEN_OFF)) {
|
/external/qemu/slirp-android/ |
socket.c | 79 if (so->so_emu==EMU_RSH && so->extra) { 80 sofree(so->extra); 81 so->extra=NULL;
|
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 273 decl->comment = gather_comments(method->comments_token->extra); 386 proxy->comment = gather_comments(method->comments_token->extra); 524 interface->comment = gather_comments(iface->comments_token->extra);
|
/frameworks/native/opengl/libagl/ |
state.cpp | 66 ogles_context_t *ogles_init(size_t extra) 68 void* const base = malloc(extra + sizeof(ogles_context_t) + 32); 72 (ogles_context_t *)((ptrdiff_t(base) + extra + 31) & ~0x1FL);
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 119 mListener.onSelect(getSuggestionUrl(item), item.type, item.extra); 382 public String extra; field in class:SuggestionsAdapter.SuggestItem 512 item.extra = mCursor.getString(
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 145 Int i, extra; local 162 extra = width - len; 164 ret += extra; 165 for (i = 0; i < extra; i++) 172 ret += extra; 173 for (i = 0; i < extra; i++) [all...] |
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
ImageEditorPanel.java | 587 float extra = r.width / horizontalPatchesSum; local 588 int width = (int) (extra * hRemainder / hWeightSum); 589 hWeightSum -= extra; 606 float extra = r.width / horizontalPatchesSum; local 607 int width = (int) (extra * hRemainder / hWeightSum); 608 hWeightSum -= extra; [all...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 545 public boolean onError(MediaPlayer mp, int what, int extra) { 548 Log.e(TAG, "Error: what=" + String.valueOf(what) + ", extra=" + String.valueOf(extra));
|
/external/gtest/test/ |
Android.mk | 61 # $(3): extra CFLAGS or empty
|
/external/icu4c/extra/uconv/ |
Makefile.in | 18 subdir = extra/uconv 39 ## Extra files to remove for 'make clean'
|
/external/sepolicy/ |
Android.mk | 44 # Add extra policy for "su", but only for eng and userdebug builds
|
/external/v8/src/ |
builtins.h | 34 // Specifies extra arguments required by a C++ builtin. 281 #define DEF_ENUM_A(name, kind, state, extra) k##name, 305 #define DECLARE_BUILTIN_ACCESSOR_A(name, kind, state, extra) \
|
/external/valgrind/main/massif/tests/ |
alloc-fns-A.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
alloc-fns-B.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|