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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/mca/filterfw/
Android.mk 48 # part of a system image.
  /ndk/sources/host-tools/make-3.81/
subproc.bat 4 rem This file is part of GNU Make.
  /external/v8/src/
fixed-dtoa.cc 51 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); local
54 low_bits_ = (accumulator << 32) + part;
57 part = static_cast<uint32_t>(accumulator & kMask32);
60 high_bits_ = (accumulator << 32) + part;
conversions-inl.h 203 // up if significant part is odd and down otherwise.
379 // Parse the longest part of the string starting at index j
380 // possible while keeping the multiplier, and thus the part
382 unsigned int part = 0, multiplier = 1;
396 // Update the value of the part as long as the multiplier fits
398 // will not overflow the multiplier, we stop parsing the part
403 part = part * radix + d;
405 ASSERT(multiplier > part);
414 // Update the value and skip the part in the string
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java 33 import org.eclipse.ui.part.FileEditorInput;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 29 import org.eclipse.ui.part.FileEditorInput;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 58 import org.eclipse.ui.part.ViewPart;
187 public void selectionChanged(IWorkbenchPart part, ISelection selection) {
188 // first we test if the part is an editor.
189 if (part instanceof IEditorPart) {
191 IEditorInput input = ((IEditorPart)part).getEditorInput();
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 197 part = key_number / spaces
198 self._logger.debug('%s: Part is %d', key_field, part)
199 return part
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 202 // create and fill the first message part
203 MimeBodyPart part = new MimeBodyPart(); local
204 part.setText(
211 mp.addBodyPart(part);
213 //for each attachment create new message part
  /external/v8/tools/
gen-postmortem-metadata.py 262 part = parts[ii];
263 cctype += part[0].upper() + part[1:].lower();
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 230 bool WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point);
231 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
232 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 48 import com.android.emailcommon.mail.Part;
544 * Part - UID FETCH (BODY.PEEK[ID]) where ID = mime part ID
569 final Part fetchPart = fp.getFirstPart();
735 private static void parseBodyStructure(ImapList bs, Part part, String id)
746 * For each part in the message we're going to add a new BodyPart and parse
765 part.setBody(mp);
769 * it to the Part.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 57 import org.eclipse.ui.part.IPageSite;
58 import org.eclipse.ui.part.Page;
189 public void selectionChanged(IWorkbenchPart part, ISelection selection) {
190 if (!(part instanceof GLFunctionTraceViewer)) {
194 if (((GLFunctionTraceViewer) part).getTrace() != mTrace) {
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 78 /** maps a part string to a parser object */
562 * (2) For each part, find substrings for left/right sides of '=' (name/value).
587 * includes a BYMONTHDAY part.
600 for (String part : parts) {
601 // allow empty part (e.g., double semicolon ";;")
602 if (TextUtils.isEmpty(part)) {
605 int equalIndex = part.indexOf('=');
608 throw new InvalidFormatException("Missing LHS in " + part);
611 String lhs = part.substring(0, equalIndex);
612 String rhs = part.substring(equalIndex + 1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 60 import org.eclipse.ui.part.FileEditorInput;
268 IEditorPart part = null; local
273 part = activeEditor;
276 if (part == null) {
283 part = AdtPlugin.openFile(file, region, true /* showEditor */);
294 if (part instanceof AndroidXmlEditor) {
295 AndroidXmlEditor editor = (AndroidXmlEditor) part;
  /external/llvm/lib/Support/
APFloat.cpp 79 multiplication may require an extra part with the excess part
81 requires two parts to hold the single-part result). So we add an
408 integerPart part, boundary;
416 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
424 if (part - boundary <= boundary - part)
425 return part - boundary;
427 return boundary - part;
430 if (part == boundary)
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 290 - (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration;
295 - (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration
302 _part = part;
399 - (void)setUpAnimation:(RetainPtr<ScrollbarPartAnimation>&)scrollbarPartAnimation scrollerPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration
425 part:part
441 [self setUpAnimation:_horizontalKnobAnimation scrollerPainter:scrollerPainter part:WebCore::ThumbPart animateAlphaTo:newKnobAlpha duration:duration]
    [all...]
WebCoreSystemInterface.mm 46 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
47 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
48 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
  /external/eigen/blas/
chpmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the hermitian matrix
54 * contain the lower triangular part of the hermitian matrix
dspmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the symmetric matrix
54 * contain the lower triangular part of the symmetric matrix
sspmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the symmetric matrix
54 * contain the lower triangular part of the symmetric matrix
zhpmv.f 26 * triangular part of the matrix A is supplied in the packed
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
49 * contain the upper triangular part of the hermitian matrix
54 * contain the lower triangular part of the hermitian matrix
  /external/speex/libspeex/
ltp.c 65 spx_word32_t part=0; local
66 part = MAC16_16(part,*x++,*y++);
67 part = MAC16_16(part,*x++,*y++);
68 part = MAC16_16(part,*x++,*y++);
69 part = MAC16_16(part,*x++,*y++);
71 sum = ADD32(sum,SHR32(part,6))
    [all...]
  /external/v8/test/mjsunit/
array-iteration.js 55 // Only loop through initial part of array eventhough elements are
97 // Only loop through initial part of array eventhough elements are
138 // Only loop through initial part of array eventhough elements are
176 // Only loop through initial part of array eventhough elements are
213 // Only loop through initial part when elements are added.
  /cts/tools/dasm/src/java_cup/
parser.java 361 /** helper routine to clone a new production part adding a given label */
362 protected production_part add_lab(production_part part, String lab)
366 if (lab == null || part.is_action()) return part;
369 return new symbol_part(((symbol_part)part).the_symbol(),lab);
384 /** add a new right hand side part */
385 protected void add_rhs_part(production_part part) throws java.lang.Exception
391 rhs_parts[rhs_pos] = part;
395 /** string to build up multiple part names */
583 /* add a new production part */
    [all...]

Completed in 1069 milliseconds

1 2 3 4 5 6 78 91011>>