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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 919 IEditorPart part = page.getActiveEditor(); local
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 520 ControlPart part = o->style()->appearance();
523 switch (part) {
539 if (part == MenulistPart) {
570 // Compute an offset between the part renderer and the input renderer
    [all...]
RenderThemeChromiumSkia.cpp 745 bool RenderThemeChromiumSkia::shouldRenderMediaControlPart(ControlPart part, Element* e)
747 return RenderMediaControlsChromium::shouldRenderMediaControlPart(part, e);
  /external/gtest/src/
gtest.cc 118 // Indicates that this translation unit is part of Google Test's
508 // The c'tor sets this object as the test part result reporter used by
518 // The c'tor sets this object as the test part result reporter used by
539 // The d'tor restores the test part result reporter used by Google Test
550 // Increments the test part result count and remembers the result.
576 // This predicate-formatter checks that 'results' contains a test part
618 // test part results, what type of failure we expect, and what
653 // Returns the global test part result reporter.
660 // Sets the global test part result reporter.
667 // Returns the test part result reporter for the current thread
3092 const TestPartResult& part = part_node->element(); local
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 464 // in the inner function makes these part of the debugger information on the
491 // in the inner function makes these part of the debugger information on the
520 // (including the inner function itself) from the outer function becomes part of
date-parse.js 71 // Ignore prefix that is not part of a date.
regexp-static.js 29 // input. This is not part of the spec, but we do it for
  /frameworks/base/core/java/android/net/
Uri.java 122 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
123 PathPart.EMPTY, Part.NULL, Part.NULL);
132 * Absolute URIs are hierarchical if the scheme-specific part starts with
139 * scheme-specific part of an opaque URI cannot start with a '/'.
171 * Gets the scheme-specific part of this URI, i.e. everything between the
177 * @return the decoded scheme-specific-part
182 * Gets the scheme-specific part of this URI, i.e. everything between the
189 * @return the decoded scheme-specific-part
194 * Gets the decoded authority part of this URI. Fo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 104 import org.eclipse.ui.part.FileEditorInput;
239 // create the top part for the configuration control
338 * This must NOT call the parent editor part. At the contrary, the parent editor
339 * part will call this *after* having done the actual save operation.
354 // Create a drag source listener on an edit part that is a viewer.
495 UiElementEditPart part = (UiElementEditPart) obj;
496 UiElementNode uiNode = part.getUiNode();
    [all...]
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframeyonly_neon.asm 198 ;extra copy part for Y
328 ;extra copy part for Y
  /external/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enum in class:money_base
  /external/svox/pico/lib/
picoos.c 263 picoos_objsize_t usedCellHdrSize; /* aligned size of header part without free-links */
    [all...]
  /external/v8/tools/
test.py 139 for part in command:
140 if ' ' in part:
143 parts.append('"%s"' % part)
145 parts.append(part)
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_monetary.h 42 enum part {none, space, symbol, sign, value}; enum in class:money_base
  /packages/apps/Email/src/com/android/email/
MessagingController.java 24 import com.android.email.mail.Part;
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 45 mov r2, #0x90000 ; height=9 is top part of counter
  /external/openssl/crypto/des/
des-lib.com 17 $! Specify one of the following to build just that part, specify "ALL" to
240 $! All Done With This Library Part.
  /external/openssl/ssl/
ssl-lib.com 18 $! Specify the following as P1 to build just that part or ALL to just
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 48 /** Get the possible values for the last part of a domain name.
72 private ArrayList<Part> parts;
104 this.parts = new ArrayList<Part>();
121 /** Return the part at the given index. */
122 public final Part getPart(int index) { return parts.get(index); }
125 public final List<Part> getParts() { return parts; }
237 parts.add(new Part());
242 // The first part inherits the meText of the line.
248 /** Returns the last part in the list. */
249 private Part lastPart() { return parts.get(parts.size() - 1);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 637 rpc_uint8 part;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 705 rpc_uint8 part; member in struct:rpc_loc_predicted_orbits_data_s_type
837 rpc_uint8 part; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 5 This file is part of GCC.
167 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
360 #define BB_SET_PARTITION(bb, part) do { \
363 | (part)); \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 5 This file is part of GCC.
167 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
360 #define BB_SET_PARTITION(bb, part) do { \
363 | (part)); \
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 101 // Indicates that this translation unit is part of Google Test's
478 // The c'tor sets this object as the test part result reporter used by
490 // The d'tor restores the test part result reporter used by Google Test
497 // Increments the test part result count and remembers the result.
506 // This predicate-formatter checks that 'results' contains a test part
548 // test part results, what type of failure we expect, and what
566 // Reports a test part result.
572 // Returns the current test part result reporter.
577 // Sets the current test part result reporter.
2717 const TestPartResult& part = part_node->element(); local
    [all...]
  /external/bison/doc/
refcard.tex 24 % This file is part of Bison.
334 {\it name} is the leading part of the parser definition filename.

Completed in 1598 milliseconds

1 2 3 4 5 6 7 8 91011>>