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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/node/custom/
__init__.py 6 '''Package 'grit.node.custom'
filename_unittest.py 6 '''Unit tests for grit.node.custom.filename'''
15 from grit.node.custom import filename
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mtxattr.h 16 #define TRANSACTION_REQUIRED custom(TLBATTR_TRANS_REQUIRED,0)
17 #define TRANSACTION_SUPPORTED custom(TLBATTR_TRANS_SUPPORTED,0)
18 #define TRANSACTION_NOT_SUPPORTED custom(TLBATTR_TRANS_NOTSUPP,0)
19 #define TRANSACTION_REQUIRES_NEW custom(TLBATTR_TRANS_REQNEW,0)
20 #define QUEUEABLE custom(TLBATTR_QUEUEABLE,0)
21 #define COMTI_INTRINSICS_ENABLED custom(TLBATTR_COMTI_INTRINSICS,0)
  /external/compiler-rt/test/BlocksRuntime/
nullblockisa.c 26 } *custom = (struct _custom *)(void *)(b); local
28 if (custom->innerp->isa != (void *)NULL) {
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 44 command -complete=custom,s:CompleteWindow -nargs=1 Lhide python ctrl.doHide('<args>')
45 command -complete=custom,s:CompleteWindow -nargs=0 Lshow python ctrl.doShow('<args>')
56 command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_regexp-attach', '<args>')
57 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_regexp-break', '<args>')
58 command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_regexp-bt', '<args>')
59 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_regexp-down', '<args>')
60 command -complete=custom,s:CompleteCommand -nargs=* Lregexptbreak python ctrl.doCommand('_regexp-tbreak', '<args>')
61 command -complete=custom,s:CompleteCommand -nargs=* Lregexpdisplay python ctrl.doCommand('_regexp-display', '<args>')
62 command -complete=custom,s:CompleteCommand -nargs=* Lregexpundisplay python ctrl.doCommand('_regexp-undisplay', '<args>')
63 command -complete=custom,s:CompleteCommand -nargs=* Lregexpup python ctrl.doCommand('_regexp-up', '<args>'
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
page_settings.css 16 #page-settings .page-settings-custom-input-wrapper {
23 #page-settings .page-settings-custom-input {
29 #page-settings .page-settings-custom-input.invalid {
  /external/chromium_org/net/base/
backoff_entry_unittest.cc 266 TestBackoffEntry custom(&base_policy);
268 custom.SetCustomReleaseTime(custom_horizon);
269 custom.InformOfRequest(false);
270 custom.InformOfRequest(true);
271 custom.set_now(TimeTicks() + TimeDelta::FromDays(2));
272 custom.InformOfRequest(false);
273 custom.InformOfRequest(true);
274 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());
276 // Now check that once we are at or past the custom horizon,
278 custom.set_now(TimeTicks() + TimeDelta::FromDays(3))
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 13 button:not(.custom-appearance):not(.link-button),
14 input[type='button']:not(.custom-appearance):not(.link-button),
15 input[type='submit']:not(.custom-appearance):not(.link-button),
32 button:not(.custom-appearance):not(.link-button),
33 input[type='button']:not(.custom-appearance):not(.link-button),
34 input[type='submit']:not(.custom-appearance):not(.link-button),
45 button:not(.custom-appearance):not(.link-button),
46 input[type='button']:not(.custom-appearance):not(.link-button),
47 input[type='submit']:not(.custom-appearance):not(.link-button) {
139 button:not(.custom-appearance):not(.link-button):enabled:hover
    [all...]
  /external/valgrind/main/drd/tests/
custom_alloc_fiw.stderr.exp 2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 201 void * custom; member in struct:ANTLR3_EXCEPTION_struct
203 /** Pointer to a routine that is called to free the custom exception structure
206 void (*freeCustom) (void * custom);
antlr3recognizersharedstate.h 189 void * custom; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 80 CssSchema custom = CssSchema.union( local
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key));
89 CssSchema.Property cssFloat = custom.forKey("float");
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.css 75 /* Custom sliders for progress and volume. */
89 .custom-slider.progress {
97 .custom-slider.progress > input[type='range']::-webkit-slider-thumb {
104 .custom-slider.progress > input[type='range']::-webkit-slider-thumb:hover {
110 .custom-slider.progress > input[type='range']::-webkit-slider-thumb:active {
116 .custom-slider.progress.disabled > input[type='range']::-webkit-slider-thumb {
131 .custom-slider > input[type='range'] {
142 /* Custom thumb icon. */
143 .custom-slider > input[type='range']::-webkit-slider-thumb {
152 /* Custom slider bar (we hide the standard one). *
    [all...]
  /external/chromium_org/ui/file_manager/video_player/css/
media_controls.css 38 /* Custom sliders for progress and volume. */
41 .custom-slider > input[type='range'] {
52 /* Custom thumb icon. */
53 .custom-slider > input[type='range']::-webkit-slider-thumb {
62 /* Custom slider bar (we hide the standard one). */
63 .custom-slider > .bar {
75 .custom-slider > .bar > .filled,
76 .custom-slider > .bar > .cap {
85 .custom-slider > .bar > .filled {
93 .custom-slider > .bar > .cap
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/
tycho-compiler-jdt-0.20.0.jar 
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 5 // Custom binding for the enterprise.platformKeys API.
10 // The former is implemented without custom binding as static functions.
13 // functions expecting token IDs and this custom binding adds the SubtleCrypto
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 20 import org.eclipse.swt.custom.CLabel;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 15 input[type='submit']):not(.custom-appearance):not(.link-button),
34 input[type='submit']):not(.custom-appearance):not(.link-button),
48 input[type='submit']):not(.custom-appearance):not(.link-button) {
153 input[type='submit']):not(.custom-appearance):not(.link-button)) {
176 input[type='submit']):not(.custom-appearance):not(.link-button)) {
193 input[type='submit']):not(.custom-appearance):not(.link-button),
235 input[type='submit']):not(.custom-appearance):not(.link-button)) {
  /external/chromium_org/ui/webui/resources/css/
widgets.css 13 input[type='submit']):not(.custom-appearance):not(.link-button),
33 input[type='submit']):not(.custom-appearance):not(.link-button),
47 input[type='submit']):not(.custom-appearance):not(.link-button) {
160 input[type='submit']):not(.custom-appearance):not(.link-button)) {
183 input[type='submit']):not(.custom-appearance):not(.link-button)) {
200 input[type='submit']):not(.custom-appearance):not(.link-button),
243 input[type='submit']):not(.custom-appearance):not(.link-button)) {
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_generated.target.darwin-arm.mk 225 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp \
226 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp \
227 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustom.cpp \
228 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp \
229 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp \
230 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp \
231 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp \
232 third_party/WebKit/Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
233 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp \
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
    [all...]
webcore_generated.target.darwin-arm64.mk 225 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp \
226 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp \
227 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustom.cpp \
228 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp \
229 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp \
230 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp \
231 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp \
232 third_party/WebKit/Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
233 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp \
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
    [all...]
webcore_generated.target.darwin-mips.mk 225 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp \
226 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp \
227 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustom.cpp \
228 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp \
229 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp \
230 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp \
231 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp \
232 third_party/WebKit/Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
233 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp \
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
    [all...]
webcore_generated.target.darwin-mips64.mk 225 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp \
226 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp \
227 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustom.cpp \
228 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp \
229 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp \
230 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp \
231 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp \
232 third_party/WebKit/Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
233 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp \
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
    [all...]
webcore_generated.target.darwin-x86.mk 225 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp \
226 third_party/WebKit/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp \
227 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustom.cpp \
228 third_party/WebKit/Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp \
229 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp \
230 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp \
231 third_party/WebKit/Source/bindings/core/v8/custom/V8CSSValueCustom.cpp \
232 third_party/WebKit/Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
233 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomEventCustom.cpp \
234 third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>