HomeSort by relevance Sort by last modified time
    Searched refs:part (Results 201 - 225 of 323) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/mjsunit/
debug-handle.js 50 // The base part of all evaluate requests.
73 // The base part of all lookup requests.
debug-backtrace-text.js 61 testConstructor = false; // Flag to control which part of the test is run.
debug-evaluate-recursive.js 35 // The base part of all evaluate requests.
debug-evaluate.js 35 // The base part of all evaluate requests.
debug-references.js 35 // The base part of all evaluate requests.
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 161 void ScrollbarThemeChromiumLinux::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 188 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 676 rpc_uint8 part;
786 rpc_uint8 part;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 87 import org.eclipse.ui.part.EditorPart;
88 import org.eclipse.ui.part.FileEditorInput;
99 * Graphical layout editor part, version 2.
101 * The main component of the editor part is the {@link LayoutCanvasViewer}, which
108 * This part is also an {@link ISelectionListener}. It listens to the site's selection
135 * - The editor part and the outline are selection providers.
136 * - The editor part, the outline and the property sheet are listeners
198 * Initializes the editor part with a site and input.
230 // create the top part for the configuration control
314 public void selectionChanged(IWorkbenchPart part, ISelection selection)
    [all...]
  /external/speex/libspeex/
mdf.c 224 spx_word32_t part=0; local
225 part = MAC16_16(part,*x++,*y++);
226 part = MAC16_16(part,*x++,*y++);
228 sum = ADD32(sum,SHR32(part,6));
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 156 blt .LTEMPLATE_CMP_LONG_less @ signed compare on high part
160 bhi .LTEMPLATE_CMP_LONG_greater @ unsigned compare on low part
    [all...]
  /external/grub/stage2/
builtins.c 1254 unsigned long part = 0xFFFFFF;
1260 while (next_partition (drive, 0xFFFFFF, &part, &type,
1268 current_partition = part;
1275 int bsd_part = (part >> 8) & 0xFF;
1276 int pc_slice = part >> 16;
1237 unsigned long part = 0xFFFFFF; local
2871 unsigned long part = 0xFFFFFF; local
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 27 ;note: in this function, sum is never used. So, we can remove this part of calculation
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm 246 ;extra copy part for Y
281 ;extra copy part for UV
517 ;extra copy part for Y
552 ;extra copy part for UV
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 918 "not actually part of the test list.");
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 700 for (String part : parts) {
704 builder.append(part);
    [all...]
  /external/svox/pico/lib/
picotok.c 689 picoos_uchar part[10]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 44 import org.eclipse.ui.part.FileEditorInput;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 64 import org.eclipse.ui.part.FileEditorInput;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 39 import org.eclipse.ui.part.FileEditorInput;
375 * when creating the master-detail part, we use this as the set of nodes that
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 675 // Note that fDigitList is not considered a significant part of the
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 245 string part; local
246 DO(ConsumeIdentifier(&part));
248 field_name += part;
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeMac.mm 468 ControlPart part = o->style()->appearance();
471 switch (part) {
487 if (part == MenulistPart) {
518 // Compute an offset between the part renderer and the input renderer
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 654 public void onResizeResult(PduPart part, boolean append) {
656 if (part == null) {
666 Uri newUri = persister.persistPart(part, messageId);

Completed in 2324 milliseconds

1 2 3 4 5 6 7 891011>>