HomeSort by relevance Sort by last modified time
    Searched refs:custom (Results 76 - 100 of 515) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
233 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
272 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
277 This feature can be used to implement custom decoders that rely on the
282 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
306 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
311 This feature can be used to implement custom decoders that rely on the
331 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 21 * Manages custom wallpaper related directories in wallpaper's sandboxed
44 * Returns all custom wallpaper related directory entries.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 8 // custom promise, which throws a new exception in its reject handler.
11 // 2) when the custom reject closure in MyPromise throws an exception.
  /external/chromium_org/v8/test/mjsunit/
stack-traces-custom-lazy.js 37 // We expect custom formatting to be lazy. Setting the custom
  /external/llvm/utils/emacs/
tablegen-mode.el 6 (require 'custom)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageEditorPanel.java 22 import org.eclipse.swt.custom.SashForm;
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 111 imgLayer->custom = (uint32_t)plane->getContext();
113 (struct intel_dc_plane_ctx *)imgLayer->custom;
125 " sourceCrop %f,%f - %fx%f, dst %d,%d - %dx%d, custom %#x",
138 imgLayer->custom);
  /external/smack/asmack-master/
build.bash 172 # custom overwrites some files from smack, so this has to be done as last
173 copyfolder "src/custom" "build/src/trunk" "."
265 local custom
266 custom=$(echo ${dir} | sed 's:patch/:-:')
267 ant -Djar.suffix="${custom}" $JINGLE_ARGS
268 buildandroid "${custom}"
310 echo "-c: Apply custom patchs from patch directory"
411 rm -rf src/custom
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1487 char *pos, *end, *custom, *buf; local
    [all...]
driver_hostap.c 787 char *custom)
789 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
791 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
794 pos = strstr(custom, "addr=");
822 char *pos, *end, *custom, *buf; local
836 custom = pos + IW_EV_POINT_LEN;
847 custom += IW_EV_POINT_OFF;
852 if (custom + iwe->u.data.length > end)
857 memcpy(buf, custom, iwe->u.data.length)
    [all...]
driver_madwifi.c 870 char *custom)
872 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom);
874 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
877 pos = strstr(custom, "addr=");
897 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) {
900 key = custom;
928 char *pos, *end, *custom, *buf; local
942 custom = pos + IW_EV_POINT_LEN;
953 custom += IW_EV_POINT_OFF
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
base_rule_store.js 28 * Set of custom query functions for the store.
34 * Set of custom strings for the store.
197 * Checks if we have a custom query and applies it. Otherwise returns null.
210 * Applies either an Xpath selector or a custom query to the node
213 * @param {string} expr An Xpath expression string or a name of a custom
224 * Applies either an Xpath selector or a custom query to the node
227 * @param {string} expr An Xpath expression string or a name of a custom
241 * Applies either an Xpath selector or a custom query to the node and returns
244 * @param {string} expr An Xpath expression string or a name of a custom
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 58 * customCommand: The custom command to be performed. This is designed to allow
59 * web apps / other extensions to define custom actions that can be shown in
81 * The custom command that should be performed.
87 this.category = cvox.UserEventDetail.Category.CUSTOM;
123 CUSTOM: 'ATCustomEvent'
161 * Creates a custom event object from the UserEventDetail.
163 * @return {!Event} A custom event object that can be dispatched to the page.
  /external/chromium_org/ui/login/
oobe.css 37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
45 button.custom-appearance:focus:focus {
49 button:not(.custom-appearance) {
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 420 final View custom = tab.getCustomView(); local
421 if (custom != null) {
422 final ViewParent customParent = custom.getParent();
424 if (customParent != null) ((ViewGroup) customParent).removeView(custom);
425 addView(custom);
427 mCustomView = custom;
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 134 Object custom; field in class:FragmentActivity.NonConfigurationInstances
483 Object custom = onRetainCustomNonConfigurationInstance(); local
505 if (fragments == null && !retainLoaders && custom == null) {
511 nci.custom = custom;
612 return nc != null ? nc.custom : null;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 443 final View custom = tab.getCustomView(); local
444 if (custom != null) {
445 final ViewParent customParent = custom.getParent();
447 if (customParent != null) ((ViewGroup) customParent).removeView(custom);
448 addView(custom);
450 mCustomView = custom;
  /build/core/
static_java_library.mk 56 ifneq ($(LOCAL_PROGUARD_ENABLED),custom)
  /external/chromium_org/third_party/markdown/extensions/
admonition.py 60 !!! custom "Did you know?"
64 <div class="admonition custom">
  /frameworks/support/v8/renderscript/rs_support/
Android.mk 47 # Generate custom headers
64 # Generate custom source files
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 230 /* Custom data for the display engine */
231 uint32_t custom; member in struct:__anon19936
252 /* Custom-blit components in lieu of overlay hardware */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/chrome/common/extensions/docs/static/js/
tabs.js 6 * Add support for tab pannels on custom elements (tabs, header and content)
  /external/chromium_org/sdch/open-vcdiff/
configure.ac 33 Use custom compare function instead of memcmp)

Completed in 2576 milliseconds

1 2 34 5 6 7 8 91011>>