Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt16 fun:dfsan_get_label=custom
28 fun:dfsan_set_write_callback=custom
150 fun:calloc=custom
151 fun:clock_gettime=custom
152 fun:dlopen=custom
153 fun:fgets=custom
154 fun:fstat=custom
155 fun:getcwd=custom
156 fun:get_current_dir_name=custom
157 fun:gethostname=custom
[all …]
Ddfsan_flags.inc29 "applies only to the custom functions defined in 'custom.c'.")
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim44 …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('_reg…
57 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_reg…
58 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_reg…
59 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_reg…
60 …command -complete=custom,s:CompleteCommand -nargs=* Lregexptbreak python ctrl.doCommand('_reg…
61 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpdisplay python ctrl.doCommand('_reg…
62 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpundisplay python ctrl.doCommand('_reg…
63 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpup python ctrl.doCommand('_reg…
[all …]
/external/skia/src/ports/
DSkFontMgr_android.cpp250 SkFontMgr_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_Android() argument
252 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android()
253 SkString base(custom->fBasePath); in SkFontMgr_Android()
255 custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android()
257 if (!custom || in SkFontMgr_Android()
258 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android()
262 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android()
263 SkString base(custom->fBasePath); in SkFontMgr_Android()
265 custom->fFontsXml, custom->fFallbackFontsXml); in SkFontMgr_Android()
512 SkFontMgr* SkFontMgr_New_Android(const SkFontMgr_Android_CustomFonts* custom) { in SkFontMgr_New_Android() argument
[all …]
/external/vixl/doc/topics/
Dextending-the-disassembler.md35 The [/examples/custom-disassembler.h](/examples/custom-disassembler.h) and
36 [/examples/custom-disassembler.cc](/examples/custom-disassembler.cc) example
41 custom disasm -0x8: add x10, ip0, ip1 // add/sub to x10
44 custom disasm -0x4: cbz x10, #+0x28 (addr 0x24 ; label: somewhere)
47 custom disasm 0x0: add x11, ip0, ip1
50 custom disasm 0x4: add w5, w6, w30
53 custom disasm 0x8: tbz w10, #2, #-0x10 (addr -0x8)
/external/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/
Dabilist.txt7 fun:custom*=uninstrumented
8 fun:custom*=custom
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) in wpa_driver_wext_event_wireless_custom() argument
239 custom); in wpa_driver_wext_event_wireless_custom()
243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in wpa_driver_wext_event_wireless_custom()
245 os_strstr(custom, " unicast ") != NULL; in wpa_driver_wext_event_wireless_custom()
248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
294 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) { in wpa_driver_wext_event_wireless_custom()
295 if (hwaddr_aton(custom + 17, data.stkstart.peer)) { in wpa_driver_wext_event_wireless_custom()
297 "STKSTART.request '%s'", custom + 17); in wpa_driver_wext_event_wireless_custom()
428 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local
[all …]
Ddriver_atheros.c1178 char *custom, char *end) in atheros_wireless_event_wireless_custom() argument
1180 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); in atheros_wireless_event_wireless_custom()
1182 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { in atheros_wireless_event_wireless_custom()
1185 pos = strstr(custom, "addr="); in atheros_wireless_event_wireless_custom()
1205 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { in atheros_wireless_event_wireless_custom()
1208 key = custom; in atheros_wireless_event_wireless_custom()
1229 } else if (strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { in atheros_wireless_event_wireless_custom()
1238 } else if (strncmp(custom, "Manage.prob_req ", 16) == 0) { in atheros_wireless_event_wireless_custom()
1245 int len = atoi(custom + 16); in atheros_wireless_event_wireless_custom()
1246 if (len < 0 || custom + MGMT_FRAM_TAG_SIZE + len > end) { in atheros_wireless_event_wireless_custom()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
DCustomNamedCurves.java16 import org.bouncycastle.math.ec.custom.sec.SecP192K1Curve;
17 import org.bouncycastle.math.ec.custom.sec.SecP192R1Curve;
18 import org.bouncycastle.math.ec.custom.sec.SecP224K1Curve;
19 import org.bouncycastle.math.ec.custom.sec.SecP224R1Curve;
20 import org.bouncycastle.math.ec.custom.sec.SecP256K1Curve;
21 import org.bouncycastle.math.ec.custom.sec.SecP256R1Curve;
22 import org.bouncycastle.math.ec.custom.sec.SecP384R1Curve;
23 import org.bouncycastle.math.ec.custom.sec.SecP521R1Curve;
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssSchemaTest.java80 CssSchema custom = CssSchema.union( in testCustom() local
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key)); in testCustom()
89 CssSchema.Property cssFloat = custom.forKey("float"); in testCustom()
/external/compiler-rt/test/BlocksRuntime/
Dnullblockisa.c26 } *custom = (struct _custom *)(void *)(b); variable
28 if (custom->innerp->isa != (void *)NULL) {
/external/valgrind/drd/tests/
Dcustom_alloc_fiw.stderr.exp2 --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/llvm/docs/CommandGuide/
Dbugpoint.rst127 **--run-{int,jit,llc,custom}**
132 custom command (see **--exec-command**) respectively.
134 **--safe-{llc,custom}**
141 static native code compiler, or a custom command, (see **--exec-command**)
147 This option defines the command to use with the **--run-custom** and
148 **--safe-custom** options to execute the bitcode testcase. This can
153 This option defines the command to use with the **--compile-custom**
171 **--safe-{int,jit,llc,custom}**
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy26 * If you want to provide a custom comparison, for instance using encrypted passwords, you can
27 * override the <code>comparePassword()</code> method to provide your own custom implementation.
43 * custom comparison behavior, for instance using encrypted password values, by overriding this
67 * custom comparison behavior, for instance using encrypted password values, by overriding this
/external/llvm/test/BugPoint/
Dcompile-custom.ll1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%py…
5 ; of bugpoint includes the output of the custom tool, so we just echo the args
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3exception.h201 void * custom; member
206 void (*freeCustom) (void * custom);
Dantlr3commontoken.h210 void * custom; member
215 void (*freeCustom)(void * custom);
/external/clang/docs/
DDataFlowSanitizer.rst57 and ``custom``.
65 * ``custom`` -- Instead of calling the function, a custom wrapper ``__dfsw_F``
73 is appended to which the custom function can store the label for the
108 # This is done in a custom function.
110 fun:memcpy=custom
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILInstrInfo.td261 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
263 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
265 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
267 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
269 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
271 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto35 // A proto file used to test the "custom options" feature of proto2.
44 // A custom file option (defined below).
54 // Some simple test custom options of various types.
92 // A test message with custom options at all possible locations (and also some
111 // A test RPC service with custom options at all possible locations (and also
380 // Test custom options for nested type.
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt209 FindBugs plugins may extend the default FindBugs classpath and use custom 3rd party
217 Since version 2.0.0 Eclipse plugin allows to configure or contribute custom detectors.
219 7.1. It is possible to contribute custom detectors via standard Eclipse extensions mechanism.
226 7.2 It is possible to configure custom detectors via Eclipse workspace preferences.
231 may extend the default FindBugs classpath and use custom libraries during the analysis.
234 In case custom detectors need access to this custom libraries at runtime, an
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dfeatures.rst107 URIs (and you can also create custom route classes, examples
152 For example, handlers can also use custom methods::
156 self.response.write('Hello, custom method world!')
159 self.response.write('Hello, another custom method world!')
162 webapp2.Route('/', handler=MyHandler, name='custom-1', handler_method='my_custom_method'),
163 … webapp2.Route('/other', handler=MyHandler, name='custom-2', handler_method='my_other_method'),
/external/doclava/res/assets/customizations/
Dcustomizations.cs1 <?cs # placeholder for custom clearsilver code. ?>
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_templates/
DREADME1 This is the directory used for custom templates.
/external/valgrind/memcheck/tests/
Dcustom-overlap.vgtest1 prog: custom-overlap

12345678910>>...19