HomeSort by relevance Sort by last modified time
    Searched full:custom (Results 201 - 225 of 2871) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 18 // SchedCustomRegistry("custom", "Run my target's custom scheduler",
  /external/valgrind/unittest/
gtest_fixture_injection.h 33 // a custom fixture class instead of ::testing::Test for TEST tests
36 // IMPORTANT NOTICE: please inherit your custom fixtures from RacecheckFixture,
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 43 // A FramelessScrollView is a ScrollView that can be used to render custom
46 // NOTE: It may be better to just develop a custom subclass of Widget that
  /frameworks/base/docs/html/training/id-auth/
index.jd 46 <li>Add a custom account to the user's device to authenticate your own
61 <dt><b><a href="custom_auth.html">Creating a Custom Account Type</a></b></dt>
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java 43 * @param prefix custom output number prefix
44 * @param delimiter custom output number delimiter
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 119 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom)
123 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
124 custom);
128 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
130 os_strstr(custom, " unicast ") != NULL;
133 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
137 spos = custom + 17;
181 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
182 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
184 "STKSTART.request '%s'", custom + 17)
328 char *pos, *end, *custom, *buf; local
974 char *custom = pos + IW_EV_LCP_LEN; local
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.plg 163 Performing Custom Build Step on .\sys_wina.s
172 Performing Custom Build Step on .\surf8.s
181 Performing Custom Build Step on .\surf16.s
190 Performing Custom Build Step on .\snd_mixa.s
199 Performing Custom Build Step on .\r_varsa.s
208 Performing Custom Build Step on .\r_edgea.s
217 Performing Custom Build Step on .\r_drawa.s
226 Performing Custom Build Step on .\r_aliasa.s
235 Performing Custom Build Step on .\r_aclipa.s
244 Performing Custom Build Step on .\math.s
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_EmailTest.java 39 assertCustomTypeLabel("Custom Label");
ContactsContract_CommonDataKinds_OrganizationTest.java 38 assertCustomTypeLabel("Custom Label");
ContactsContract_CommonDataKinds_SipAddressTest.java 38 assertCustomTypeLabel("Custom Label");
ContactsContract_CommonDataKinds_StructuredPostalTest.java 38 assertCustomTypeLabel("Custom Label");
  /development/host/windows/usb/api/
adb_helper_routines.h 126 /** \brief Checks if given interface is available via custom USB driver.
129 be supported by the custom driver. If IOCTL fails, we make a conclusion that
130 this interface is available via WinUsb, and not via custom USB driver.
132 @return true if interface is available via custom USB driver, or false
  /development/samples/ApiDemos/res/layout/
custom_dialog_activity.xml 17 <!-- Demonstrates an activity with a custom dialog theme.
custom_title_1.xml 17 <!-- Demonstrates how to use a custom title.
preference_widget_mypreference.xml 17 <!-- Custom preference type using a text view. -->
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Typefaces.java 51 canvas.drawText("Custom", 10, 200, mPaint);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomView1.java 28 * Demonstrates creating a Screen that uses custom views. This example uses
  /development/samples/HoneycombGallery/res/values/
strings.xml 36 <string name="custom_notification">Show a custom notification</string>
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssItem.java 21 // Custom class to hold an RSS item.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 24 * This activity uses a custom cursor adapter which fetches a XML photo feed and parses the XML to
  /device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java 26 * Use a custom platform library.
  /device/samsung/crespo/include/
sec_format.h 30 // support custom format for zero copy
  /external/chromium/base/
string16_unittest.cc 13 // We define a custom operator<< for string16 so we can use it with logging.
  /external/chromium/build/
grit_target.gypi 11 # do their own custom directives instead.
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_state.h 23 // NotifiyWinEvent in WidgetWin with a custom ID and wait to see if the ID

Completed in 967 milliseconds

1 2 3 4 5 6 7 891011>>