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

1 2 3 45 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
math_emu.h 10 following a device-not-present interrupt, part of it saved
  /external/openssl/crypto/threads/
README 3 Since this stuff is very very platorm specific, this is not part of the
  /external/ppp/pppd/plugins/radius/etc/
port-id-map 5 # is reported as part of a RADIUS authentication or accouting request.
  /external/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
unew.cpp 1 // This file is part of the ustl library, an STL implementation.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 35 * Generic page's section part that displays all attributes of a given {@link UiElementNode}.
37 * This part is designed to be displayed in a page that has a table column layout.
69 * Returns the Editor associated with this part.
76 * Returns the {@link UiElementNode} associated with this part.
83 * Changes the element node handled by this part.
85 * @param uiElementNode The new element node for the part.
92 * Initializes the form part.
94 * This is called by the owning managed form as soon as the part is added to the form,
95 * which happens right after the part is actually created.
104 * Setup the section that contains this part
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/namespace/
QName.java 41 * URI</strong>, <strong>local part</strong> and
50 * <strong><em>only</em></strong> the Namespace URI and local part.</p>
112 * <p>local part of this <code>QName</code>.</p>
128 * and local part.</p>
141 * <p>If the local part is <code>null</code> an
143 * A local part of "" is allowed to preserve
152 * The local part is not validated as a
158 * @param localPart local part of the <code>QName</code>
170 * local part and prefix.</p>
183 * <p>If the local part is <code>null</code> a
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 489 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
502 if (part == ListButtonPart) {
507 if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height() * zoomFactor) {
520 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
524 setupButtonCell(cells[isDefault], part, states, zoomedRect, zoomFactor);
528 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
533 NSButtonCell *buttonCell = button(part, states, zoomedRect, zoomFactor);
538 IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() : buttonSizes())[controlSize];
575 int ThemeChromiumMac::baselinePositionAdjustment(ControlPart part) const
577 if (part == CheckboxPart || part == RadioPart
    [all...]
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 333 static void setupButtonCell(NSButtonCell *&buttonCell, ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
346 if (part == ListButtonPart) {
351 if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height() * zoomFactor) {
364 static NSButtonCell *button(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
368 setupButtonCell(cells[isDefault], part, states, zoomedRect, zoomFactor);
372 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
377 NSButtonCell *buttonCell = button(part, states, zoomedRect, zoomFactor);
382 IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() : buttonSizes())[controlSize];
440 int ThemeMac::baselinePositionAdjustment(ControlPart part) const
442 if (part == CheckboxPart || part == RadioPart
    [all...]
  /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
  /device/htc/dream-sapphire/
vold.fstab 24 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
27 ## part - Partition # (1 based), or 'auto' for first usable partition.
  /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...]
  /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...]
  /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 52 &xor($tmp1,$d); # F function - part 2
54 &and($tmp1,$b); # F function - part 3
57 &xor($tmp1,$d); # F function - part 4
78 &xor($tmp1,$b); # G function - part 2
79 &and($tmp1,$d); # G function - part 3
82 &xor($tmp1,$c); # G function - part 4
85 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
86 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
104 &xor($tmp1,$d); # H function - part 2
106 &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...]

Completed in 359 milliseconds

1 2 3 45 6 7 8 91011>>