/external/e2fsprogs/ |
SUBMITTING-PATCHES | 14 (a) The contribution was created in whole or in part by me and I 21 work with modifications, whether created in whole or in part
|
/external/webkit/WebCore/platform/mac/ |
ThemeMac.h | 48 virtual bool controlRequiresPreWhiteSpace(ControlPart part) const { return part == PushButtonPart; }
|
/external/webkit/WebKitTools/iExploder/tools/ |
lasthit.rb | 2 # lasthit, part of iExploder 5 # It takes all or part of an apache logfile via stdin, and outputs a list
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccSmsInterfaceManager.java | 127 * Send a multi-part text based SMS. 135 * <code>PendingIntent</code>s (one for each message part) that is 136 * broadcast when the corresponding message part has been sent. 146 * <code>PendingIntent</code>s (one for each message part) that is 147 * broadcast when the corresponding message part has been delivered 158 for (String part : parts) { 160 ", part[" + (i++) + "]=" + part);
|
ISms.aidl | 122 * Send a multi-part text based SMS. 130 * <code>PendingIntent</code>s (one for each message part) that is 131 * broadcast when the corresponding message part has been sent. 138 * <code>PendingIntent</code>s (one for each message part) that is 139 * broadcast when the corresponding message part has been delivered
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-docs.sgml | 84 <part label="I"> 91 </part> 117 <part label="IV"> 121 </part> 122 <part label="V"> 126 </part>
|
/external/jpeg/ |
coderules.doc | 4 This file is part of the Independent JPEG Group's software. 25 then-part; 27 else-part; 108 5. Source file names should begin with "j" for files that are part of the 109 library proper; source files that are not part of the library, such as cjpeg.c 116 modules that are used in cjpeg/djpeg but are not part of the JPEG library
|
jfdctflt.c | 5 * This file is part of the Independent JPEG Group's software. 80 /* Even part */ 94 /* Odd part */ 130 /* Even part */ 144 /* Odd part */
|
/external/netcat/scripts/ |
web | 25 ## just use the last component with the saved preceding "directory" part. 26 ## "\" clears the "filename" part and asks for just the "directory", and 27 ## ".." goes up one "directory" level while retaining the "filename" part. 89 # embedded slash: adding to the path. "file" part can be blank, too 102 # hack-quoted blank line: "\" means just zero out "file" part 111 # anything else is taken as a "file" part
|
/libcore/luni/src/main/java/org/apache/xalan/templates/ |
AVTPartXPath.java | 31 * Simple string part of a complex AVT. 39 * The XPath object contained in this part. 71 * Construct a simple AVT part. 81 * Construct a simple AVT part. 108 * Get the AVT part as the original string. 110 * @return the AVT part as the original string.
|
/libcore/luni/src/test/java/tests/SQLite/ |
JDBCDriverTest.java | 87 // is not part of the target packages 119 // is not part of the target packages 154 // is not part of the target packages 183 // is not part of the target packages 211 // is not part of the target packages 249 // is not part of the target packages
|
/bootable/diskinstaller/libdiskconfig/ |
diskconfig.c | 347 struct part_info *part = &dinfo->part_lst[cnt]; local 348 if (part->len_kb != (uint32_t)-1) { 349 total_size += part->len_kb * 1024; 350 } else if (part->len_kb == 0) { 351 LOGE("Zero-size partition '%s' is invalid.", part->name); 362 if (part->type != PC_PART_TYPE_LINUX) { 364 "'%s'\n", part->type, part->name); 460 struct part_info *part; local 483 part = &dinfo->part_lst[cnt] [all...] |
/packages/apps/Email/src/com/android/email/mail/ |
Address.java | 41 * Name and comment part should be MIME/base64 encoded in header if necessary. 46 * Address part, in the form local_part@domain_part. No surrounding angle brackets. 51 * Name part. No surrounding double quote, and no MIME/base64 encoding. 52 * This must be null if Address has no name part. 87 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding. 89 * @return Name part of email address. Returns null if it is omitted. 96 * Set name part from UTF-16 string. Optional surrounding double quote will be removed. 99 * @param Personal name part of email address as UTF-16 string. Null is acceptable. 168 // address consists of two part that are separated by '@', and domain part contain [all...] |
/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 48 A 'skin part' correspond to a named item that can contain a set of 58 Each part can be independently positioned and/or rotated in a 'layout'. 114 - 'part<n>': Individual part references for the layout. They are named 120 - 'name': The name of the corresponding part to be displayed 123 - 'x': Horizontal offset where the part is displayed 124 - 'y': Vertical offset where the part is displayed 128 (in 90-degrees increment) to apply to the part 145 Each skin part is a sub-key of the top-level 'parts' key in the configuration 162 Each part can have one or more elements of the following type/key name tha [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTests.java | 27 import com.android.email.mail.Part; 187 * This tests that a null body part simply results in null text, and does not crash 195 ArrayList<Part> viewables = new ArrayList<Part>(); 196 Part emptyTextPart = new MimeBodyPart(null, "text/plain"); 199 // a "null" body part of type text/plain should result in a null mTextContent 232 ArrayList<Part> viewables = new ArrayList<Part>(); 233 ArrayList<Part> attachments = new ArrayList<Part>(); [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 79 /** Type of a part of speech (V1) */ 81 /** Type of a part of speech (V2) */ 83 /** Type of a part of speech (V3) */ 85 /** Type of a part of speech (Top of sentence) */ 87 /** Type of a part of speech (Single Chinese character) */ 89 /** Type of a part of speech (Numeric) */ 91 /** Type of a part of speech (Noun) */ 93 /** Type of a part of speech (Person's name) */ 95 /** Type of a part of speech (Place name) */ 97 /** Type of a part of speech (Symbol) * [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
Section.java | 28 /** {@code null-ok;} name of this part, for annotation purposes */ 31 /** {@code non-null;} file that this instance is part of */ 38 /** {@code >= -1;} offset from the start of the file to this part, or 65 * @param file {@code non-null;} file that this instance is part of 84 * Gets the file that this instance is part of. 102 * Gets the offset from the start of the file to this part. This 282 * @return {@code null-ok;} name of this part, for annotation purposes
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 36 import android.provider.Telephony.Mms.Part; 56 static final String TABLE_PART = "part"; 112 qb.appendWhere(Part.MSG_ID + "=" + uri.getPathSegments().get(0)); 116 qb.appendWhere(Part._ID + "=" + uri.getPathSegments().get(1)); 196 finalSortOrder = Part.SEQ; 237 TABLE_PART, new String[] { Part.CONTENT_TYPE }, 238 Part._ID + " = ?", new String[] { uri.getLastPathSegment() }, 378 finalValues.put(Part.MSG_ID, uri.getPathSegments().get(0)); 388 // Generate the '_data' field of the part with default 393 finalValues.put(Part._DATA, path) [all...] |
/external/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 15 * This file is part of GeSHi. 353 $part_selector_1 .= ".$lang {PART}, "; 363 $ol_selector = str_replace('{PART}', 'ol', $part_selector_1); 365 $overall_selector = str_replace('{PART}', '', $part_selector_1); 381 $keyword_selector_1 = str_replace('{PART}', '.kw1', $part_selector_1); 388 $keyword_selector_2 = str_replace('{PART}', '.kw2', $part_selector_1); 395 $keyword_selector_3 = str_replace('{PART}', '.kw3', $part_selector_1); 402 $keyword_selector_4 = str_replace('{PART}', '.kw4', $part_selector_1); 417 $esc_selector = str_replace('{PART}', '.es0', $part_selector_1); 424 $brk_selector = str_replace('{PART}', '.br0', $part_selector_1) [all...] |
/external/blktrace/ |
strverscmp.c | 3 This file is part of the libiberty library.
44 fractional/integral: the fractional part is less than the integral one.
49 If the common prefix contains only leading zeroes, the longest part is less
59 @result{} >0 // @r{fractional part inferior to integral one.}
72 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing
|
/external/icu4c/layout/ |
KhmerReordering.h | 30 // Khmer language has five of them. Khmer split vowels either have one part before the 31 // base and one after the base or they have a part before the base and a part above the base. 32 // The first part of all Khmer split vowels is the same character, identical to 87 CF_SPLIT_VOWEL = 0x02000000, // flag for a split vowel -> the first part is added in front of the syllable
|
/external/openssl/crypto/des/ |
rpc_des.h | 63 * media and as a part of the software program in whole or part. Users 65 * to license or distribute it to anyone else except as part of a product or 73 * part of Sun Microsystems, Inc. to assist in its use, correction, 78 * OR ANY PART THEREOF.
|
/external/v8/src/ |
conversions.cc | 155 // prefix which is not a part of a longer decimal prefix, we return 188 // Parse the longest part of the string starting at index j 189 // possible while keeping the multiplier, and thus the part 191 uint32_t part = 0, multiplier = 1; local 205 // Update the value of the part as long as the multiplier fits 207 // will not overflow the multiplier, we stop parsing the part 212 part = part * radix + c; 214 ASSERT(multiplier > part); 217 // Compute the number of part digits. If no digits were parsed [all...] |
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromium.cpp | 50 IntRect ScrollbarThemeChromium::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) 53 if (part == BackButtonEndPart) 60 IntRect ScrollbarThemeChromium::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) 63 if (part == ForwardButtonStartPart) 80 // Just assume a forward track part. We only paint the track as a single piece when there is no thumb.
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
StringPart.java | 67 /** The String value of this part. */ 73 * @param name The name of the part 99 * @param name The name of the part 108 * after the part is created. 133 * @see Part#lengthOfData()
|