Home
last modified time | relevance | path

Searched defs:with (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/docs/OLD/
DMESA_program_debug.spec49 user to register a callback function with the GL. The callback will function
173 registers a user-defined callback function with the GL. <target> function
/external/chromium_org/third_party/mesa/src/docs/OLD/
DMESA_program_debug.spec49 user to register a callback function with the GL. The callback will function
173 registers a user-defined callback function with the GL. <target> function
/external/v8/src/
Ddebug-agent.cc109 ScopedLock with(session_access_); in CreateSession() local
126 ScopedLock with(session_access_); in CloseSession() local
139 ScopedLock with(session_access_); in DebuggerMessage() local
157 ScopedLock with(session_access_); in OnSessionClosed() local
Ddebug.cc3001 ScopedLock with(debugger_access_); in SetMessageHandler() local
3038 ScopedLock with(dispatch_handler_access_); in SetDebugMessageDispatchHandler() local
3051 ScopedLock with(debugger_access_); in InvokeMessageHandler() local
3081 ScopedLock with(dispatch_handler_access_); in ProcessCommand() local
3110 ScopedLock with(debugger_access_); in IsDebuggerActive() local
3200 ScopedLock with(dispatch_handler_access_); in CallMessageDispatchHandler() local
/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6t_REJECT.h15 u_int32_t with; /* reject type */ member
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_REJECT.h15 u_int32_t with; /* reject type */ member
/external/iptables/include/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member
/external/kernel-headers/original/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member
/external/iptables/extensions/
Dlibip6t_REJECT.c16 enum ip6t_reject_with with; member
Dlibipt_REJECT.c23 enum ipt_reject_with with; member
/external/chromium_org/chrome/tools/convert_dict/
Daff_reader.cc22 bool StringBeginsWith(const std::string& str, const char* with) { in StringBeginsWith()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp393 template<class ... Args2> struct with { struct
394 …pack expansion contains parameter packs 'Args1' and 'Args2' that have different lengths (1 vs. 2)}}
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowActivity.java537 public Object with(final Object ...parameters) { in with() method in ShadowActivity.ActivityInvoker
/external/chromium_org/v8/src/
Ddebug.cc3279 LockGuard<RecursiveMutex> with(debugger_access_); in SetMessageHandler() local
3329 LockGuard<RecursiveMutex> with(debugger_access_); in InvokeMessageHandler() local
3388 LockGuard<RecursiveMutex> with(debugger_access_); in IsDebuggerActive() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Djavascript.js16 "if": kw("if"), "while": A, "with": A, "else": B, "do": B, "try": B, "finally": B, property
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc113 void MacroAssembler::CompareRoot(Register with, in CompareRoot()
125 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
132 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc353 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
360 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/v8/src/x64/
Dmacro-assembler-x64.cc184 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
191 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc207 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
214 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
Dhandlebars-1.0.0.beta.6.js793 'with': true, property