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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/blas/
ztbmv.f 71 * by n part of the array A must contain the upper triangular
72 * band part of the matrix of coefficients, supplied column by
89 * by n part of the array A must contain the lower triangular
90 * band part of the matrix of coefficients, supplied column by
  /external/grub/stage2/
disk_io.c 450 int part = saved_partition >> 16; local
454 if (part > 3)
466 if (IS_PC_SLICE_TYPE_EXTENDED (PC_SLICE_TYPE (mbr, part)))
473 if (PC_SLICE_FLAG (mbr, part) != PC_SLICE_FLAG_BOOTABLE)
482 PC_SLICE_FLAG (mbr, part) = PC_SLICE_FLAG_BOOTABLE;
504 unsigned long part = 0xFFFFFF; local
525 while (next_partition (current_drive, 0xFFFFFF, &part, &type,
529 if (part == current_partition)
957 /* The `partition' part must always have a valid number. */
1272 part into UNIQUE_STRING. *
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 5 # This file is part of WebKit
29 /* This file is part of the WebKit open source project.
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 197 if (RenderPart* part = renderPart()) {
199 part->setWidget(frame->view());
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 56 static QStyle::SubControl scPart(const ScrollbarPart& part)
58 switch (part) {
  /frameworks/base/media/mca/filterfw/jni/
Android.mk 47 # part of a system image.
  /frameworks/ex/carousel/
Android.mk 17 # Note: the source code is in java/, not src/, because this code is also part of
  /frameworks/ex/common/
Android.mk 17 # Note: the source code is in java/, not src/, because this code is also part of
  /frameworks/support/v13/
Android.mk 17 # Note: the source code is in java/, not src/, because this code is also part of
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 194 int part = 0; local
211 part = part * 10 + (c - '0');
214 if (part > 255) /* 300.1.2.3 is invalid =) */
219 addr[i] = (byte) part;
  /external/icu4c/common/
putil.cpp 2009 uint16_t part=0; local
2046 uint16_t count, part; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp 732 int part; local
736 part = CP_READONLY;
738 part = CP_BORDER;
741 part = TFP_TEXTFIELD;
744 drawControl(i.context, o, theme, ThemeData(part, determineState(o)), r);
838 ControlPart part = o->style()->appearance(); local
839 if (part == SliderThumbVerticalPart) {
842 } else if (part == SliderThumbHorizontalPart) {
847 else if (part == MediaSliderThumbPart || part == MediaVolumeSliderThumbPart)
    [all...]
RenderThemeChromiumLinux.cpp 246 ControlPart part = o->style()->appearance();
249 extraParams.textField.isTextArea = part == TextAreaPart;
250 extraParams.textField.isListbox = part == ListboxPart;
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 188 fldws 4($n0),${fn0} ; only low part of n0
240 addl $ab0,$nm0,$nm0 ; low part is discarded
324 fstws,mb ${fab0}L,-8($xfer) ; save high part
327 fcpy,sgl %fr0,${fti}L ; zero high part
350 ldw 0($xfer),$hi0 ; high part
359 addl $ab0,$nm0,$nm0 ; low part is discarded
460 fstws,mb ${fab0}L,-8($xfer) ; save high part
463 fcpy,sgl %fr0,${fti}L ; zero high part
662 fstws,mb ${fab0}L,-8($xfer) ; save high part
665 fcpy,sgl %fr0,${fti}L ; zero high part
    [all...]
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 125 char part[4]; local
127 part[3 - i] = key_number & 0xFF;
130 challenge->append(part, 4);
160 // Thus, |key3_| is part of handshake message, and not in part
  /external/qemu/android/skin/
window.c 875 SkinPart* part = loc->part;
877 if ( part->background->valid )
879 if ( part->display->valid )
882 SKIN_PART_LOOP_BUTTONS(part, sbutton)
910 SkinPart* part = loc->part;
913 if ( part->background->valid ) {
915 background_init( back, part->background, loc, &layout->rect );
918 if ( part->display->valid )
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 58 import org.eclipse.ui.part.FileEditorInput;
59 import org.eclipse.ui.part.MultiPageEditorPart;
60 import org.eclipse.ui.part.WorkbenchPart;
310 * Initializes the editor part with a site and input.
397 * @param onSave <code>true</code> if commit is performed as part
  /external/llvm/lib/Support/
APInt.cpp 292 // Split y into high 32-bit part (hy) and low 32-bit part (ly)
    [all...]
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 80 #error Sorry, you have to implement this part by yourself.
  /external/chromium/chrome/browser/resources/
print_preview.js 157 * nothing. If it can only parse the first part of the string it replaces the
158 * string with the first part. Example: '123abcd' becomes '123'.
173 * If it can't parse the whole string it will replace with the part it parsed.
545 var part = parts[i];
546 var match = part.match(/([0-9]+)-([0-9]+)/);
557 } else if (parseInt(part, 10)) {
558 if (parseInt(part, 10) <= totalPageCount)
559 pageList.push(parseInt(part, 10));
  /external/stressapptest/src/
os.h 102 virtual bool ErrorReport(const char *part, const char *symptom, int count);
  /external/v8/test/cctest/
cctest.h 107 static void SetUp(PartOfTest part);

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>