/system/extras/tests/bionic/libc/bionic/ |
lib_relocs.c | 1 /* this is part of the test_relocs.c test, which is used to check that
|
/external/webkit/WebKit/chromium/public/win/ |
WebThemeEngine.h | 41 // The part and state parameters correspond to values defined by the 50 WebCanvas*, int part, int state, int classicState, 54 WebCanvas*, int part, int state, int classicState, 62 WebCanvas*, int part, int state, int classicState, 66 WebCanvas*, int part, int state, int classicState, 70 WebCanvas*, int part, int state, int classicState, 74 WebCanvas*, int part, int state, int classicState,
|
/packages/apps/Email/src/com/android/email/mail/ |
FetchProfile.java | 28 * Part: Indicates that the given Part should be fetched. The provider
74 * @return the first {@link Part} in this collection, or null if it doesn't contain
75 * {@link Part}.
77 public Part getFirstPart() {
79 if (o instanceof Part) {
80 return (Part) o;
|
/hardware/msm7k/librpc/rpc/ |
pmap_clnt.h | 4 * media and as a part of the software program in whole or part. Users 6 * to license or distribute it to anyone else except as part of a product or 14 * part of Sun Microsystems, Inc. to assist in its use, correction, 19 * OR ANY PART THEREOF.
|
rpc.h | 4 * media and as a part of the software program in whole or part. Users 6 * to license or distribute it to anyone else except as part of a product or 14 * part of Sun Microsystems, Inc. to assist in its use, correction, 19 * OR ANY PART THEREOF.
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 134 void ScrollbarThemeChromiumWin::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part) 139 if (part == BackButtonStartPart || part == ForwardButtonStartPart) 147 getThemeArrowState(scrollbar, part), 148 partId | getClassicThemeState(scrollbar, part), 173 int ScrollbarThemeChromiumWin::getThemeState(Scrollbar* scrollbar, ScrollbarPart part) const 179 if (part == ThumbPart) 185 if (scrollbar->hoveredPart() != part || part == BackTrackPart || part == ForwardTrackPart [all...] |
/external/webkit/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 109 int getTSStateForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags = 0) 114 else if (part == focusPart) 116 else if (part == hoverPart) 129 int part = 0; local 131 part = SP_TRACKENDHOR; 133 part = SP_TRACKENDVERT; 159 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &r, 0); 163 part = SP_BUTTON; 169 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0); 176 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0) [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPersister.java | 39 import android.provider.Telephony.Mms.Part; 74 "content://mms/" + Long.MAX_VALUE + "/part"; 157 Part._ID, 158 Part.CHARSET, 159 Part.CONTENT_DISPOSITION, 160 Part.CONTENT_ID, 161 Part.CONTENT_LOCATION, 162 Part.CONTENT_TYPE, 163 Part.FILENAME, 164 Part.NAME 363 PduPart part = new PduPart(); local 977 PduPart part = body.getPart(i); local 1136 PduPart part = body.getPart(i); local [all...] |
/external/gtest/include/gtest/ |
gtest-test-part.h | 42 // The possible outcomes of a test part (i.e. an assertion or an 50 // A copyable object representing the result of a test part (i.e. an 70 // Gets the outcome of the test part. 73 // Gets the name of the source file where the test part took place, or 77 // Gets the line in the source file where the test part took place, 84 // Gets the message associated with the test part. 87 // Returns true iff the test part passed. 90 // Returns true iff the test part failed. 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 42 // A copyable object representing the result of a test part (i.e. an 48 // The possible outcomes of a test part (i.e. an assertion or an 70 // Gets the outcome of the test part. 73 // Gets the name of the source file where the test part took place, or 77 // Gets the line in the source file where the test part took place, 84 // Gets the message associated with the test part. 87 // Returns true iff the test part passed. 90 // Returns true iff the test part failed. 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed [all...] |
/external/freetype/src/raster/ |
ftrend1.h | 10 /* This file is part of the FreeType project, and may only be used, */ 32 /* this renderer is _NOT_ part of the default modules, you'll need */
|
/system/core/rootdir/etc/ |
vold.fstab | 8 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> 11 ## part - Partition # (1 based), or 'auto' for first usable partition.
|
/device/htc/common/updater/ |
log_recovery.c | 30 const MtdPartition *part = mtd_find_partition_by_name(CACHE_NAME); local 31 if (part == NULL) { 36 MtdReadContext* read = mtd_read_partition(part); 39 if (mtd_partition_info(part, NULL, &erase_size, NULL) != 0) {
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
SignerWithRecovery.java | 11 * part of signature verification.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-spi.h | 42 // A copyable object representing the result of a test part (i.e. an 61 // Gets the outcome of the test part. 64 // Gets the name of the source file where the test part took place, or 68 // Gets the line in the source file where the test part took place, 72 // Gets the message associated with the test part. 75 // Returns true iff the test part passed. 78 // Returns true iff the test part failed. 81 // Returns true iff the test part non-fatally failed. 84 // Returns true iff the test part fatally failed. 89 // The name of the source file where the test part took place, o [all...] |
/external/chromium/third_party/zlib/ |
inffast.h | 7 part of the implementation of the compression library and is
|
/external/expat/xmlwf/ |
xmlmime.h | 10 buf contains the body of the header field (the part after "Content-Type:").
|
/external/iptables/extensions/ |
libip6t_eui64.man | 1 This module matches the EUI-64 part of a stateless autoconfigured IPv6 address.
|
/external/kernel-headers/original/ |
README.TXT | 3 They are mostly covered by the GPLv2 + exception, and thus cannot be distributed as part of the platform itself.
|
/external/kernel-headers/original/asm-x86/ |
ia32_unistd.h | 7 * Only add syscalls here where some part of the kernel needs to know
|
/external/libxml2/include/libxml/ |
uri.h | 35 char *opaque; /* opaque part */ 36 char *authority; /* the authority part */ 37 char *server; /* the server part */ 38 char *user; /* the user part */
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.h | 7 part of the implementation of the compression library and is
|
/external/qemu/tcg/ |
TODO | 9 - Move the slow part of the qemu_ld/st ops after the end of the TB.
|
/external/webkit/JavaScriptCore/pcre/ |
AUTHORS | 2 Email local part: ph10
|
/external/webkit/WebCore/platform/ |
Theme.cpp | 31 LengthBox Theme::controlBorder(ControlPart part, const Font&, const LengthBox& zoomedBox, float) const 33 switch (part) { 45 LengthBox Theme::controlPadding(ControlPart part, const Font&, const LengthBox& zoomedBox, float) const 47 switch (part) {
|