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

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidEditor.java 59 import org.eclipse.ui.part.FileEditorInput;
60 import org.eclipse.ui.part.MultiPageEditorPart;
61 import org.eclipse.ui.part.WorkbenchPart;
363 * Initializes the editor part with a site and input.
452 * @param onSave <code>true</code> if commit is performed as part
613 * Portability note: this uses getModelManager which is part of wst.sse.core; however
614 * the interface returned is part of wst.sse.core.internal.provisional so we can
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 489 * Get the location of a view. Use the gravity param to specify which part of the view to
535 * @param gravity Which part of the view to use for the initial down event. A combination of
557 * @param gravity Which part of the view to use for the initial down event. A combination of
590 * @param gravity Which part of the view to use for the initial down event. A combination of
612 * @param gravity Which part of the view to use for the initial down event. A combination of
642 * @param gravity Which part of the view to use for the initial down event. A combination of
663 * @param gravity Which part of the view to use for the initial down event. A combination of
689 * @param gravity Which part of the view to use for the initial down event. A combination of
710 * @param gravity Which part of the view to use for the initial down event. A combination of
  /bootable/recovery/
roots.c 153 /* Find the relative part of the non-root part of the path.
166 /* Glue the mount point to the relative part of the path.
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 63 /** {@code non-null;} the items in this part */
73 * {@code >= -1;} the current size of this part, in bytes, or {@code -1}
83 * @param file {@code non-null;} file that this instance is part of
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
Cipher.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 31 * to enter key, value pair as part of the contents
342 // that there is a problem with that part of the QNAME.
348 // that there is a problem with that part of the QNAME.
  /external/gtest/include/gtest/internal/
gtest-filepath.h 122 // Returns a copy of the FilePath with the directory part removed.
124 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
125 // the FilePath unmodified. If there is no file part ("just_a_dir/") it
  /external/iptables/
iptables-save.c 173 /* Print IP part. */
192 /* Print matchinfo part */
206 /* Print targinfo part */
  /external/kernel-headers/original/linux/
genhd.h 107 struct hd_struct **part; /* [indexed by minor] */ member in struct:gendisk
228 extern struct gendisk *get_gendisk(dev_t dev, int *part);
397 char *disk_name (struct gendisk *hd, int part, char *buf);
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 242 // This buffer is now part of the data stream cache
375 // TODO: Why is that not part of the buffer we
376 // send? Which part uses that? It does not seem to
  /external/qemu/android/skin/
window.c 753 SkinPart* part = loc->part;
755 if ( part->background->valid )
757 if ( part->display->valid )
760 SKIN_PART_LOOP_BUTTONS(part, sbutton)
788 SkinPart* part = loc->part;
791 if ( part->background->valid ) {
793 background_init( back, part->background, loc, &layout->rect );
796 if ( part->display->valid )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 324 /* Get first part into buffer */
329 /* Get middle part into buffer */
334 /* Get last part into buffer */
  /external/quake/quake/src/WinQuake/data/
RLICNSE.TXT 108 to others, in whole or in any part, the Software. You may not copy
129 Software has resulted in whole or in part from accident, abuse,
174 part or portion hereof shall be assigned, sublicensed or otherwise
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulaalgo.h 1 // This file is part of the ustl library, an STL implementation.
152 /// Specialization for 4-component vector transform, the slow part of 3D graphics.
207 /// Specialization for 4-component vector transform, the slow part of 3D graphics.
  /packages/apps/Email/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 154 int part = Math.min(remaining, currentBuffer.length - inBufferPos); local
155 System.arraycopy(b, off + len - remaining, currentBuffer, inBufferPos, part);
156 remaining -= part;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySync.java 155 for (String part : parts) {
156 if ("".equals(part)) continue;
157 total += Integer.parseInt(part);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 155 // top part with the filter name
184 // center part with the filter parameters
269 // bottom part with the ok/cancel
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 43 * Appllication Toogle section part for application page.
74 * Changes and refreshes the Application UI node handle by the this part.
91 * <code>initialize</code> (i.e. right after the form part is added to the managed form.)
  /bionic/libc/docs/
SYSV-IPC.TXT 19 important part of Android's application lifecycle implementation. This means
  /bionic/libc/private/
bionic_tls.h 37 ** This header file is *NOT* part of the public Bionic ABI/API
  /bionic/libm/arm/
fenv.h 127 * Apparently, the rounding mode is specified as part of the
  /bionic/libm/include/arm/
fenv.h 127 * Apparently, the rounding mode is specified as part of the
  /bootable/recovery/edify/
README 72 The else part is optional.
  /cts/tests/tests/webkit/src/android/webkit/cts/
MimeTypeMapTest.java 47 @ToBeFixed(explanation="Returns part of the domain name if the optional URL path is missing")
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_16/
Test_move_wide_16.java 100 * @title src register is a part of reg pair

Completed in 178 milliseconds

<<41424344454647484950>>