HomeSort by relevance Sort by last modified time
    Searched refs:custom (Results 1 - 25 of 425) 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'
  /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/chromium_org/chrome/browser/resources/print_preview/settings/
page_settings.css 11 #page-settings .page-settings-custom-input-wrapper {
18 #page-settings .page-settings-custom-input {
24 #page-settings .page-settings-custom-input.invalid {
  /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/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/chromium_org/ui/file_manager/file_manager/foreground/css/
media_controls.css 36 /* Custom sliders for progress and volume. */
39 .custom-slider > input[type='range'] {
50 /* Custom thumb icon. */
51 .custom-slider > input[type='range']::-webkit-slider-thumb {
60 /* Custom slider bar (we hide the standard one). */
61 .custom-slider > .bar {
73 .custom-slider > .bar > .filled,
74 .custom-slider > .bar > .cap {
83 .custom-slider > .bar > .filled {
91 .custom-slider > .bar > .cap
    [all...]
  /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...]
  /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/third_party/WebKit/Source/core/
webcore_generated.target.darwin-arm.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.darwin-arm64.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.darwin-mips.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.darwin-x86.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.darwin-x86_64.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.linux-arm.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.linux-arm64.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.linux-mips.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.linux-x86.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]
webcore_generated.target.linux-x86_64.mk 210 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferCustom.cpp \
211 third_party/WebKit/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp \
212 third_party/WebKit/Source/bindings/v8/custom/V8AudioNodeCustom.cpp \
213 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustom.cpp \
214 third_party/WebKit/Source/bindings/v8/custom/V8BlobCustomHelpers.cpp \
215 third_party/WebKit/Source/bindings/v8/custom/V8CSSRuleCustom.cpp \
216 third_party/WebKit/Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp \
217 third_party/WebKit/Source/bindings/v8/custom/V8CSSValueCustom.cpp \
218 third_party/WebKit/Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp \
219 third_party/WebKit/Source/bindings/v8/custom/V8ClientCustom.cpp
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>