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

<<11121314151617181920>>

  /external/v8/test/mjsunit/
debug-stepin-function-call.js 82 // Test step into function call which is a part of an expression.
118 // Test step into function apply which is a part of an expression.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 67 u32 part, /* packaged data |partX|partY|partWidth|partHeight|*/
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 37 import org.eclipse.ui.part.FileEditorInput;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 38 import org.eclipse.ui.part.FileEditorInput;
41 * Export section part for overview page.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java 36 import org.eclipse.ui.part.FileEditorInput;
39 * Page for instrumentation settings, part of the AndroidManifest form editor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
UiAutomatorViewer.java 45 import org.eclipse.ui.part.EditorPart;
83 // set the editor part name to be the name of the file.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 36 import org.eclipse.ui.part.ViewPart;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
LayoutView.java 35 import org.eclipse.ui.part.ViewPart;
PixelPerfectLoupeView.java 39 import org.eclipse.ui.part.ViewPart;
TreeViewView.java 39 import org.eclipse.ui.part.ViewPart;
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 2 This file is part of the GNU C Library.
30 # define SWHI swl /* high part is left in big-endian */
32 # define SWHI swr /* high part is right in little-endian */
54 SWHI a1, 0(a0) # Yes, handle first unaligned part
  /development/ide/xcode/ports/
skia_mac.cp 25 // the variable (client-specific) part is :
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 257 parts.map! { |part| shell_escape( part ) }.join( ' ' ) << ' 2>&1'
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DoubleTest.java 758 int part = i*11; local
819 int part = i*11; local
    [all...]
  /external/skia/legacy/src/animator/
SkDrawPaint.cpp 95 SkPaintPart* part = (SkPaintPart*) child; local
96 if (part->add() && maker)
  /external/skia/src/animator/
SkDrawPaint.cpp 95 SkPaintPart* part = (SkPaintPart*) child; local
96 if (part->add() && maker)
  /external/v8/test/mjsunit/regress/
regress-108296.js 35 // be generated as a part of a gap move. Gap move operate on immediates as
regress-1748.js 29 // Bug in x64 caused it to match when executing the RegExp on a part
  /external/v8/tools/
presubmit.py 333 for part in parts:
334 line += part.count('\n') + 1
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 245 bool RenderMediaControlsChromium::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
247 switch (part) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_neon.S 166 add r1, r12, r1 @ add 1st part of shift_internal.
167 add r12, r1, r2 @ add 2nd part of shift_internal.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 364 * Send a multi-part text based SMS.
372 * <code>PendingIntent</code>s (one for each message part) that is
373 * broadcast when the corresponding message part has been sent.
383 * <code>PendingIntent</code>s (one for each message part) that is
384 * broadcast when the corresponding message part has been delivered
397 for (String part : parts) {
399 ", part[" + (i++) + "]=" + part);
  /ndk/sources/host-tools/make-3.81/
configure.bat 4 rem This file is part of GNU Make.
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 61 import org.eclipse.ui.part.EditorPart;
62 import org.eclipse.ui.part.FileEditorInput;
110 // the file is part of the current workspace
155 // the file is not part of the current workspace
224 // We try to open a file that is part of the current workspace
231 // We try to open a file that is not part of the current workspace
  /system/extras/tests/bionic/libstdc++/
Android.mk 75 # <cstdint> is not part of the C++ standard yet, and some

Completed in 919 milliseconds

<<11121314151617181920>>