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/glide/library/src/main/java/com/bumptech/glide/
DGlide.java475 public static RequestManager with(Context context) { in with() method in Glide
479 public static RequestManager with(Activity activity) { in with() method in Glide
483 public static RequestManager with(FragmentActivity activity) { in with() method in Glide
488 public static RequestManager with(android.app.Fragment fragment) { in with() method in Glide
492 public static RequestManager with(Fragment fragment) { in with() method in Glide
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_REJECT.h17 __u32 with; /* reject type */ member
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6t_REJECT.h17 __u32 with; /* reject type */ member
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member
/external/iptables/include/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/lldb/source/Target/
DCPPLanguageRuntime.cpp95 std::string& with) in replace()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowActivity.java537 public Object with(final Object ...parameters) { in with() method in ShadowActivity.ActivityInvoker
/external/libedit/src/
Dreadline.c462 _rl_compat_sub(const char *str, const char *what, const char *with, in _rl_compat_sub()
777 char *what, *with, delim; in _history_expand_command() local
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc97 void MacroAssembler::CompareRoot(Register with, in CompareRoot()
109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
116 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.cc97 void MacroAssembler::CompareRoot(Register with, in CompareRoot()
109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
116 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Djavascript.js31 "if": kw("if"), "while": A, "with": A, "else": B, "do": B, "try": B, "finally": B, property
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc192 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
199 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
/external/chromium_org/v8/test/cctest/
Dtest-parsing.cc3070 struct { const char* source; bool assigned; bool with; } inners[] = { in TEST() member