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

1 2 34 5 6 7 8 91011>>

  /external/junit-params/src/test/java/junitparams/custom/combined/
CombinedParametersProviderTest.java 1 package junitparams.custom.combined;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ListValueCellEditor.java 23 import org.eclipse.swt.custom.CCombo;
  /system/libufdt/utils/src/
mkdtimg_dump.c 126 output_prop_hex(out_fp, "custom[0]", entry->custom[0]);
127 output_prop_hex(out_fp, "custom[1]", entry->custom[1]);
128 output_prop_hex(out_fp, "custom[2]", entry->custom[2]);
129 output_prop_hex(out_fp, "custom[3]", entry->custom[3]);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.s 189 # custom layout
201 # custom layout
215 # custom layout
229 # custom layout
unwind-2.s 189 # custom layout
201 # custom layout
215 # custom layout
229 # custom layout
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 142 // Strip data- so that custom attribute heuristics below are
161 // Heuristics to prevent "javascript:..." injection in custom
162 // data attributes and custom attributes like g:tweetUrl.
163 // http://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes
164 // "Custom data attributes are intended to store custom data
  /prebuilts/go/linux-x86/src/html/template/
attr.go 142 // Strip data- so that custom attribute heuristics below are
161 // Heuristics to prevent "javascript:..." injection in custom
162 // data attributes and custom attributes like g:tweetUrl.
163 // http://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes
164 // "Custom data attributes are intended to store custom data
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 54 // Use a Scanner with a custom split function (built by wrapping ScanWords) to validate
60 // Create a custom split function by wrapping the existing ScanWords function.
84 // Use a Scanner with a custom split function to parse a comma-separated
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 54 // Use a Scanner with a custom split function (built by wrapping ScanWords) to validate
60 // Create a custom split function by wrapping the existing ScanWords function.
84 // Use a Scanner with a custom split function to parse a comma-separated
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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``
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 161 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
221 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
260 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
265 This feature can be used to implement custom decoders that rely on the
270 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
294 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
299 This feature can be used to implement custom decoders that rely on the
319 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
  /external/curl/docs/cmdline-opts/
proxy-header.d 3 Help: Pass custom header LINE to proxy
  /external/python/cpython2/Lib/json/
__init__.py 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
234 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
273 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
278 This feature can be used to implement custom decoders that rely on the
283 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
307 can be used to implement custom decoders (e.g. JSON-RPC class hinting).
312 This feature can be used to implement custom decoders that rely on the
332 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
  /prebuilts/gdb/darwin-x86/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``
  /prebuilts/gdb/linux-x86/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``
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 218 []HeaderField{pair("custom-key", "custom-header")},
219 []HeaderField{pair("custom-key", "custom-header")},
308 pair("custom-key", "custom-value"),
311 pair("custom-key", "custom-value"),
356 pair("custom-key", "custom-value")
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 218 []HeaderField{pair("custom-key", "custom-header")},
219 []HeaderField{pair("custom-key", "custom-header")},
308 pair("custom-key", "custom-value"),
311 pair("custom-key", "custom-value"),
356 pair("custom-key", "custom-value")
    [all...]
  /prebuilts/python/darwin-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``
  /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``
  /test/vts-testcase/kernel/api/proc/
KernelProcFileTestBase.py 139 def parse_line(self, rule, line, custom={}):
145 custom: dict, maps to custom type conversion functions
153 parsed = parse.parse(rule, line, custom)

Completed in 751 milliseconds

1 2 34 5 6 7 8 91011>>