HomeSort by relevance Sort by last modified time
    Searched full:part (Results 126 - 150 of 5618) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tools/dex-tools/src/dex/structure/
DexFile.java 28 * Returns a list of {@code DexClass} elements that are part of this {@code
31 * @return a list of {@code DexClass} elements that are part of this {@code
  /dalvik/vm/mterp/x86-atom/
OP_INT_TO_LONG.S 38 movl %eax, (rFP, %ecx, 4) # vA<- lo part
39 movl %edx, 4(rFP, %ecx, 4) # vA+1<- hi part
  /external/bison/src/
nullable.h 0 /* Part of the bison parser generator,
4 This file is part of Bison, the GNU Compiler Compiler.
  /external/libffi/testsuite/libffi.special/
unwindtest_ffi_call.cc 49 printf("part one OK\n");
50 /* { dg-output "part one OK" } */
  /packages/apps/Email/src/org/apache/james/mime4j/
ContentHandler.java 33 * part in a multipart MIME entity.
92 * Called when a new body part starts inside a
98 * Called when a body part ends.
103 * Called when a header (of a message or body part) is about to be parsed.
117 * Called when there are no more header fields in a message or body part.
122 * Called for the preamble (whatever comes before the first body part)
131 * Called for the epilogue (whatever comes after the final body part)
169 * Called when a new entity (message or body part) starts and the
  /packages/wallpapers/Basic/res/raw/
galaxy.rs 59 void createParticle(struct Particles_s *part, int idx, float scale) {
77 part->color = r | g<<8 | b<<16 | a<<24;
88 part->position.x = randf(TWO_PI);
89 part->position.y = d;
92 part->position.z = z / 5.0f;
103 struct Particles_s *part = Particles;
109 createParticle(part, i, scale);
110 part++;
  /external/libxml2/
xmlunicode.c     [all...]
  /cts/tools/dasm/src/java_cup/
lr_item_core.java 36 production_part part; local
56 part = _the_production.rhs(_dot_pos);
57 if (!part.is_action())
58 _symbol_after_dot = ((symbol_part)part).the_symbol();
84 /** The position of the "dot" -- this indicates the part of the production
90 /** The position of the "dot" -- this indicates the part of the production
209 production_part part; local
226 /* print the name of the part */
233 part = _the_production.rhs(i);
234 if (part == null
    [all...]
symbol_part.java 3 /** This class represents a part of a production which is a symbol (terminal
18 * @param sym the symbol that this part is made up of.
19 * @param lab an optional label string for the part.
34 * @param sym the symbol that this part is made up of.
45 /** The symbol that this part is made up of. */
48 /** The symbol that this part is made up of. */
55 /** Respond that we are not an action part. */
  /device/htc/common/updater/
bootloader.c 47 const MtdPartition *part = mtd_find_partition_by_name(MISC_NAME); local
48 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
53 MtdReadContext *read = mtd_read_partition(part);
78 const MtdPartition *part = mtd_find_partition_by_name(MISC_NAME); local
79 if (part == NULL || mtd_partition_info(part, NULL, NULL, &write_size)) {
84 MtdReadContext *read = mtd_read_partition(part);
105 MtdWriteContext *write = mtd_write_partition(part);
160 const MtdPartition *part = mtd_find_partition_by_name(CACHE_NAME) local
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 80 * {@code [scheme:]scheme-specific-part[#fragment]}
83 * the scheme part of the URI.
85 * the scheme-specific-part of the URI.
87 * the fragment part of the URI.
120 * the scheme part of the URI.
131 * the query part of the URI to specify parameters for the
134 * the fragment part of the URI.
213 * the scheme part of the URI.
219 * the fragment part of the URI.
237 * the scheme part of the URI
    [all...]
  /external/tcpdump/
pmap_prot.h 5 * media and as a part of the software program in whole or part. Users
7 * to license or distribute it to anyone else except as part of a product or
15 * part of Sun Microsystems, Inc. to assist in its use, correction,
20 * OR ANY PART THEREOF.
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 378 Animation::Part part; local
379 part.count = count;
380 part.pause = pause;
381 part.path = path;
382 animation.parts.add(part);
408 Animation::Part& part(animation.parts.editItemAt(j));
409 part.frames.add(frame);
445 const Animation::Part& part(animation.parts[i])
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 33 /** The part of speech this word. */
71 * @param posTag The part of speech of word
82 * @param posTag The part of speech of word
95 * @param posTag The part of speech of word
108 * @param posTag The part of speech of word
  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 83 (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state),
84 (part, context, rect, size, state))
137 IntRect ScrollbarThemeSafari::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
142 if (part == BackButtonEndPart)
155 IntRect ScrollbarThemeSafari::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
160 if (part == ForwardButtonStartPart)
219 void ScrollbarThemeSafari::paintButton(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& buttonRect, ScrollbarPart part)
229 if (scrollbar->pressedPart() == part)
231 if (part == BackButtonStartPart)
234 else if (part == ForwardButtonEndPart
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 53 &xor($tmp1,$d); # F function - part 2
55 &and($tmp1,$b); # F function - part 3
58 &xor($tmp1,$d); # F function - part 4
79 &xor($tmp1,$b); # G function - part 2
80 &and($tmp1,$d); # G function - part 3
83 &xor($tmp1,$c); # G function - part 4
86 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
87 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
105 &xor($tmp1,$d); # H function - part 2
107 &xor($tmp1,$b); # H function - part
    [all...]
  /external/guava/src/com/google/common/base/
Joiner.java 184 @Override CharSequence toString(Object part) {
185 return (part == null) ? nullText : Joiner.this.toString(part);
210 Object part = iterator.next();
211 if (part != null) {
212 appendable.append(Joiner.this.toString(part));
217 Object part = iterator.next();
218 if (part != null) {
220 appendable.append(Joiner.this.toString(part));
317 CharSequence toString(Object part) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 74 // Find SMIL part in the message.
78 // Try to load SMIL document from existing part.
96 * Find a SMIL part in the MM.
98 * @return The existing SMIL part or null if no SMIL part was found.
103 PduPart part = body.getPart(i); local
104 if (Arrays.equals(part.getContentType(),
106 // Sure only one SMIL part.
107 return part;
211 PduPart part = pb.getPart(i) local
    [all...]
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 73 IntRect ScrollbarThemeHaiku::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
75 if (part == BackButtonEndPart)
88 IntRect ScrollbarThemeHaiku::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
90 if (part == BackButtonStartPart)
127 void ScrollbarThemeHaiku::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
142 arrowDirection = part == BackButtonStartPart ? BControlLook::B_UP_ARROW : BControlLook::B_DOWN_ARROW;
144 arrowDirection = part == BackButtonStartPart ? BControlLook::B_LEFT_ARROW : BControlLook::B_RIGHT_ARROW;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
oper_32b.c 30 * As the low part also contains the sign, this allows fast multiplication. *
106 * hi1 hi part of first number *
107 * lo1 lo part of first number *
108 * hi2 hi part of second number *
109 * lo2 lo part of second number *
136 * hi hi part of 32 bit number. *
137 * lo lo part of 32 bit number. *
  /system/vold/
main.cpp 178 char *part, *sysfs_path; local
180 if (!(part = strsep(&next, " \t"))) {
184 if (strcmp(part, "auto") && atoi(part) == 0) {
185 SLOGE("Partition must either be 'auto' or 1 based index instead of '%s'", part);
189 if (!strcmp(part, "auto")) {
192 dv = new DirectVolume(vm, label, mount_point, atoi(part));
  /external/guava/src/com/google/common/collect/
Serialization.java 59 * Stores the contents of a map in an output stream, as part of serialization.
77 * Populates a map by reading an input stream, as part of deserialization.
88 * Populates a map by reading an input stream, as part of deserialization.
105 * Stores the contents of a multiset in an output stream, as part of
124 * Populates a multiset by reading an input stream, as part of
136 * Populates a multiset by reading an input stream, as part of
153 * Stores the contents of a multimap in an output stream, as part of
176 * Populates a multimap by reading an input stream, as part of
188 * Populates a multimap by reading an input stream, as part of
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 57 * a series of parts. Each part is expected to contain a content-disposition
71 * Part[] parts = {
118 protected Part[] parts;
131 public MultipartEntity(Part[] parts, HttpParams params) {
142 public MultipartEntity(Part[] parts) {
153 * this part. The first call to this method will implicitly create a new
190 Part.sendParts(out, parts, getMultipartBoundary());
208 return Part.getLengthOfParts(parts, getMultipartBoundary());
222 Part.sendParts(baos, this.parts, this.multipartBoundary);
  /external/chromium/third_party/zlib/
inftrees.h 7 part of the implementation of the compression library and is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
  /external/jpeg/
NOTICE 1 This software is based in part on the work of the Independent JPEG Group.
16 (1) If any part of the source code for this software is distributed, then this
21 documentation must state that "this software is based in part on the work of

Completed in 1182 milliseconds

1 2 3 4 56 7 8 91011>>