/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);
|
aidl_language_l.l | 26 yylval.buffer.extra = get_extra_text(); \
|
/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 | 586 float extra = r.width / horizontalPatchesSum; local 587 int width = (int) (extra * hRemainder / hWeightSum); 588 hWeightSum -= extra; 605 float extra = r.width / horizontalPatchesSum; local 606 int width = (int) (extra * hRemainder / hWeightSum); 607 hWeightSum -= extra; [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 85 public void onInfo(MediaRecorder mr, int what, int extra) { 90 public void onError(MediaRecorder mr, int what, int extra) {
|
/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/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)
|
thresholds_0_0.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 86 extra children("newChild1" and "newChild2") at
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeinsertbeforedocfragment.js | 86 extra children("newChild1" and "newChild2") at
|
/ndk/sources/host-tools/sed-4.2.1/ |
bootstrap.sh | 56 bug if you need extra "#define"s in here. */
|
bootstrap.sh.in | 56 bug if you need extra "#define"s in here. */
|
/bionic/libc/kernel/common/linux/mtd/ |
cfi.h | 91 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/bootable/recovery/minadbd/ |
adb.h | 126 void *extra; member in struct:asocket
|
/cts/tests/tests/widget/src/android/widget/cts/ |
VideoViewTest.java | 85 public boolean onError(MediaPlayer mp, int what, int extra) {
|
/development/build/tools/ |
sdk_repo.mk | 63 # to package SDK/extra/android/support or SDK/system-images/android-N/armeabi. 71 # $4=the root of directory to package in the sdk (e.g. extra/android).
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 40 AST::Visitor is an extra utility class for working with tree objects. Visitor
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.cc | 142 std::string extra = full_url_.has_query() ? "&" : "?"; local 143 extra += "x=" + EscapeQueryParamValue(JoinString(parts, '&'), true); 146 int new_size = full_url_.possibly_invalid_spec().size() + extra.size(); 155 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra); 228 // data. At the moment there is no extra data that an extension can [all...] |