HomeSort by relevance Sort by last modified time
    Searched full:part (Results 251 - 275 of 4853) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
Inet6Util.java 225 // One part decimal numeric address
229 // Test each part for inclusion in the correct range
231 // For two part addresses, the second part expresses
232 // a 24-bit quantity; for three part addresses, the third
233 // part expresses a 16-bit quantity.
  /dalvik/libcore/sql/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
  /dalvik/libcore/xml/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.
  /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
  /packages/apps/IM/src/com/android/im/imps/
ImpsAddress.java 118 * Gets the User-part of the address which refers to the identification of
121 * @return the User-part of the address.
128 * Gets the Resource-part of the address which identifies the referred
131 * @return the Resource-part of the address.
138 * Gets the Domain-part of the address which identifies the IMPS server
141 * @return the Domain-part of the address.
  /packages/providers/DownloadProvider/res/values/
strings.xml 22 Android Download Manager. It is displayed as part of the description
28 Android Download Manager. It is displayed as part of the description
38 Android Download Manager. It is displayed as part of the description
47 Android Download Manager. It is displayed as part of the description
61 Android Download Manager. It is displayed as part of the description
93 This is the " and [n] more" part, including the leading space, and it's
  /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/libcore/luni/src/main/java/java/net/
URI.java 95 * {@code [scheme:]scheme-specific-part[#fragment]}
98 * the scheme part of the URI.
100 * the scheme-specific-part of the URI.
102 * the fragment part of the URI.
135 * the scheme part of the URI.
146 * the query part of the URI to specify parameters for the
149 * the fragment part of the URI.
228 * the scheme part of the URI.
234 * the fragment part of the URI.
252 * the scheme part of the URI
    [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 35 import android.provider.Telephony.Mms.Part;
54 static final String TABLE_PART = "part";
110 qb.appendWhere(Part.MSG_ID + "=" + uri.getPathSegments().get(0));
114 qb.appendWhere(Part._ID + "=" + uri.getPathSegments().get(1));
194 finalSortOrder = Part.SEQ;
235 TABLE_PART, new String[] { Part.CONTENT_TYPE },
236 Part._ID + " = ?", new String[] { uri.getLastPathSegment() },
368 finalValues.put(Part.MSG_ID, uri.getPathSegments().get(0));
378 // Generate the '_data' field of the part with default
383 finalValues.put(Part._DATA, path)
    [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()
  /frameworks/base/telephony/java/com/android/internal/telephony/
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
  /hardware/msm7k/librpc/rpc/
svc.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.

Completed in 236 milliseconds

<<11121314151617181920>>