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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include-fixed/
README 7 are also not part of GCC. The reason we have to do this is because
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/install-tools/include/
README 7 are also not part of GCC. The reason we have to do this is because
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementCreateCommand.java 39 /** The edit part that hosts the new edit part */
48 * @param targetPart The edit part that hosts the new edit part
  /system/core/libdiskconfig/
diskconfig.c 349 struct part_info *part = &dinfo->part_lst[cnt]; local
350 if (part->len_kb != (uint32_t)-1) {
351 total_size += part->len_kb * 1024;
352 } else if (part->len_kb == 0) {
353 LOGE("Zero-size partition '%s' is invalid.", part->name);
364 if ((part->type != PC_PART_TYPE_LINUX) &&
365 (part->type != PC_PART_TYPE_FAT32)) {
367 "'%s'\n", part->type, part->name);
463 struct part_info *part; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 32 import android.provider.Telephony.Mms.Part;
116 filePath = c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
119 c.getColumnIndexOrThrow(Part._DATA));
122 c.getColumnIndexOrThrow(Part.CONTENT_TYPE));
176 PduPart part = new PduPart(); local
186 part.setData(data);
187 part.setContentType(getContentType().getBytes());
190 part.setContentLocation(srcBytes);
191 part.setFilename(srcBytes);
194 part.setContentId(contentId)
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S 23 blt .L${opcode}_less @ signed compare on high part
27 bhi .L${opcode}_greater @ unsigned compare on low part
  /dalvik/vm/mterp/x86-atom/
unop.S 40 $preinstr # do operation part 1
41 $instr # do operation part 2
unopWide.S 40 $preinstr # do operation part 1
41 $instr # do operation part 2
  /external/bison/src/
closure.h 6 This file is part of Bison, the GNU Compiler Compiler.
45 (actually, points to just beyond the end of the part of it that is
  /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);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 52 * Specify the part position.
726 PduPart part = new PduPart(); local
729 // Invalid part.
733 /* parse part's content-type */
737 part.setContentType(contentType);
739 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*"
745 part.setName(name);
751 part.setCharset(charset);
754 /* parse part's headers */
758 if (false == parsePartHeaders(pduDataStream, part, partHeaderLen))
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDex.java 100 for (String part: parts) {
101 File f = new File(part);
104 outPath.append(part);
110 System.err.println("I/O error with directory: " + part);
115 outPath.append(part);
121 System.err.println("File not found: " + part);

Completed in 181 milliseconds

1 2 3 4 5 6 7 8 91011>>