Searched defs:with (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/v8/test/preparser/
H A Dnonstrict-with.js2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
28 // The with statement is allowed in non-strict code, and even around
31 with ({}) {} function
33 with ({x : 42}) {
40 with ({}) {}
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dscope.js4 // Redistribution and use in source and binary forms, with or without
11 // documentation and/or other materials provided with the distribution.
28 with (b) {
42 with (OBJECT) {
26 with (b) { function
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-closure.js2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
68 with (withv) {
78 with (withw) {
66 with (withv) { function
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_REJECT.h17 __u32 with; /* reject type */ member in struct:ip6t_reject_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_REJECT.h17 __u32 with; /* reject type */ member in struct:ip6t_reject_info
/external/iptables/extensions/
H A Dlibip6t_REJECT.c16 enum ip6t_reject_with with; member in struct:reject_names
59 "--reject-with type drop input packet and send back\n"
66 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
75 reject->with = IP6T_ICMP6_PORT_UNREACH;
90 reject->with = reject_table[i].with;
105 if (reject_table[i].with == reject->with)
107 printf(" reject-with %s", reject_table[i].name);
117 if (reject_table[i].with
[all...]
H A Dlibipt_REJECT.c23 enum ipt_reject_with with; member in struct:reject_names
72 "--reject-with type drop input packet and send back\n"
81 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
90 reject->with = IPT_ICMP_PORT_UNREACHABLE;
105 reject->with = reject_table[i].with;
111 fprintf(stderr, "--reject-with echo-reply no longer"
125 if (reject_table[i].with == reject->with)
127 printf(" reject-with
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
48 like comment and white space huddled together with neighboring tokens,
75 # the integer value associated with the token's type
87 # the index of the token with respect to other the other tokens produced during lexing
221 Object with accessor methods implementation.
262 # allows you to make a copy of a token with a different class
377 dynamically defined modules that map integer values to constants with token-type
387 token's type falls within a range, which is not possible with symbols.
392 inspected with name
419 module with the following actions: module in class:ANTLR3
[all...]
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.cc20 // Returns true if the given line begins with the given case-sensitive
22 bool StringBeginsWith(const std::string& str, const char* with) { argument
24 while (cur < str.size() && with[cur] != 0) {
25 if (str[cur] != with[cur])
29 return with[cur] == 0;
107 // bother with.
120 // bother with.
164 // line with "AF" for the parser to read later.
229 // To make hunspell work more happily, replace this morph rule with
245 // This can also have a rule string associated with i
[all...]
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp29 // these two (with a prefixed std::) occur when c++stdlib string class occurs as a template argument in some STL container
60 // partial matches can occur when a name with equivalents is a template argument.
62 // such as "class Templatized<class Foo, Anything>" we want this to be replaced with
95 std::string& with)
101 target.replace(pos, pattern_len, with);
206 // Can't have a C++ name that begins with a single ':', nor contains an internal single ':'
93 replace(std::string& target, std::string& pattern, std::string& with) argument
/external/chromium_org/v8/test/mjsunit/es6/
H A Dunscopables.js56 // Tests depends on this not being there to start with.
105 with (array) {
127 with (object) {
134 with (object) {
141 with (object) {
154 with (object) {
161 with (object) {
172 with (object) {
177 with (object) {
198 with (objec
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp393 template<class ... Args2> struct with { struct in struct:WorkingPaperExample::zip
398 typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsigned short>, Pair<int, unsigned>>
401 typedef zip<short>::with<unsigned short, unsigned>::type T2; // expected-note{{in instantiation of template class}}
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlide.java68 * A singleton to present a simple static interface for building requests with {@link BitmapRequestBuilder} and maintaining
163 throw new IllegalArgumentException("Glide is already setup, check with isSetup() first");
278 * Clears some memory with the exact amount depending on the given level.
339 * with the ModelLoader being used to load it. Any factory replaced by the given factory will have its
470 * Begin a load with Glide by passing in a context.
475 public static RequestManager with(Context context) { method in class:Glide
479 public static RequestManager with(Activity activity) { method in class:Glide
483 public static RequestManager with(FragmentActivity activity) { method in class:Glide
488 public static RequestManager with(android.app.Fragment fragment) { method in class:Glide
492 public static RequestManager with(Fragmen method in class:Glide
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java197 * @return the window associated with this Activity
375 * Container object to hold an Intent, together with the requestCode used
403 .with(requestCode, resultCode, resultIntent);
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
439 .with(id, dialog);
442 .with(id, dialog, bundle);
481 invoker.call("onCreate", Bundle.class).with(noInstanceState);
483 invoker.call("onPostCreate", Bundle.class).with(noInstanceState);
492 invoker.call("onSaveInstanceState", Bundle.class).with(outState);
500 invoker.call("onCreate", Bundle.class).with(outStat
537 public Object with(final Object ...parameters) { method in class:ShadowActivity.ActivityInvoker
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
121 // is only whitespace before it on the line (with comments considered as
212 " f\\u006fr: 'keyword propertyname with escape'};"
278 // Now compile the erroneous code with the good preparse data. If the
433 // as with-content, which made it assume that a function inside
825 // RegExp token with added garbage at the end. The scanner should only
853 // Starting with '=' works too.
938 { " with ({}) ", "{ block; }", " more;", i::WITH_SCOPE, i::SLOPPY },
939 { " with ({}) ", "{ bloc
3070 struct { const char* source; bool assigned; bool with; } inners[] = { member in struct:__anon17413
[all...]
/external/libedit/src/
H A Dreadline.c10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
457 * substitute ``what'' with ``with'', returning resulting string; if
462 _rl_compat_sub(const char *str, const char *what, const char *with, argument
470 with_len = strlen(with);
490 (void)strncpy(r, with, with_len);
777 char *what, *with, delim; local
831 with = el_realloc(to, size * sizeof(*with));
[all...]
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc97 void MacroAssembler::CompareRoot(Register with, argument
103 cmp(with, Operand::StaticArray(scratch,
109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { argument
112 cmp(with, value);
116 void MacroAssembler::CompareRoot(const Operand& with, argument
120 cmp(with, value);
289 // Load x87 register with heap number.
392 // Clobber clobbered input registers when running with the debug-code flag
437 // Clobber clobbered input registers when running with the debug-code flag
498 // Clobber clobbered input registers when running with th
[all...]
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc192 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { argument
194 cmpp(with, Operand(kRootRegister,
199 void MacroAssembler::CompareRoot(const Operand& with, argument
202 DCHECK(!with.AddressUsesRegister(kScratchRegister));
204 cmpp(with, kScratchRegister);
327 // Clobber clobbered input registers when running with the debug-code flag
363 // Clobber clobbered input registers when running with the debug-code flag
434 // Clobber clobbered registers when running with the debug-code flag
504 // Clobber clobbered registers when running with the debug-code flag
1998 // We combine this with negativ
[all...]
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc97 void MacroAssembler::CompareRoot(Register with, argument
103 cmp(with, Operand::StaticArray(scratch,
109 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { argument
112 cmp(with, value);
116 void MacroAssembler::CompareRoot(const Operand& with, argument
120 cmp(with, value);
323 // Clobber clobbered input registers when running with the debug-code flag
363 // Clobber clobbered input registers when running with the debug-code flag
421 // Clobber clobbered input registers when running with the debug-code flag
487 // Clobber clobbered registers when running with th
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 3236 milliseconds

12