HomeSort by relevance Sort by last modified time
    Searched defs:with (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui_unittests.js 4 * Redistribution and use in source and binary forms, with or without
11 * documentation and/or other materials provided with the distribution.
31 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
  /external/iptables/extensions/
libip6t_REJECT.c 16 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 == reject->with
    [all...]
libipt_REJECT.c 23 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 %s", reject_table[i].name)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 5 * you may not use this file except in compliance with the License.
26 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
29 public final Segment with; field in class:Match
31 /** the "other" edge that the dragged edge is matched with */
50 * @param edge the "other" edge that the dragged edge is matched with
51 * @param with the edge of the dragged node that is matched
55 public Match(GuidelineHandler handler, Segment edge, Segment with,
60 this.with = with;
  /art/
Android.mk 5 # you may not use this file except in compliance with the License.
148 define run-host-gtests-with
155 $(call run-host-gtests-with,valgrind --leak-check=full)
262 # with the build/core/dex_preopt.mk defined rules.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 10 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 names in place of type values are more meaningful to a developer
419 module with the following actions: module in class:ANTLR3
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 50 # delivery. One known problem with this class is that it doesn't handle
54 # MailmanProxy - An experimental hack to work with GNU Mailman
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
273 self.push('354 End data with <CR><LF>.<CR><LF>')
304 # API for "doing something useful with the message"
331 # Do something with the gathered message
357 # TBD: what to do with refused addresses?
376 # error code, use it. Otherwise,fake it with a non-triggering
425 # TBD: what to do with refused addresses?
542 'Cannot import module "pwd"; try running with -n option. namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 50 # delivery. One known problem with this class is that it doesn't handle
54 # MailmanProxy - An experimental hack to work with GNU Mailman
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
273 self.push('354 End data with <CR><LF>.<CR><LF>')
304 # API for "doing something useful with the message"
331 # Do something with the gathered message
357 # TBD: what to do with refused addresses?
376 # error code, use it. Otherwise,fake it with a non-triggering
425 # TBD: what to do with refused addresses?
542 'Cannot import module "pwd"; try running with -n option. namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 50 # delivery. One known problem with this class is that it doesn't handle
54 # MailmanProxy - An experimental hack to work with GNU Mailman
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
273 self.push('354 End data with <CR><LF>.<CR><LF>')
304 # API for "doing something useful with the message"
331 # Do something with the gathered message
357 # TBD: what to do with refused addresses?
376 # error code, use it. Otherwise,fake it with a non-triggering
425 # TBD: what to do with refused addresses?
542 'Cannot import module "pwd"; try running with -n option. namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 50 # delivery. One known problem with this class is that it doesn't handle
54 # MailmanProxy - An experimental hack to work with GNU Mailman
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
273 self.push('354 End data with <CR><LF>.<CR><LF>')
304 # API for "doing something useful with the message"
331 # Do something with the gathered message
357 # TBD: what to do with refused addresses?
376 # error code, use it. Otherwise,fake it with a non-triggering
425 # TBD: what to do with refused addresses?
542 'Cannot import module "pwd"; try running with -n option. namespace
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 393 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}}
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 5 * you may not use this file except in compliance with the License.
104 public T with(String key, String value) { method in class:ContactsContract_TestDataBuilder.Builder
110 public T with(String key, long value) { method in class:ContactsContract_TestDataBuilder.Builder
116 public T with(String key, byte[] value) { method in class:ContactsContract_TestDataBuilder.Builder
302 return with(Contacts._ID, mRawContact.getContactId()).loadUsingValues();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 197 * @return the window associated with this Activity
375 * Container object to hold an Intent, together with the requestCode used
403 .with(requestCode, resultCode, resultIntent); method
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
439 .with(id, dialog); method
442 .with(id, dialog, bundle); method
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(outState)
537 public Object with(final Object ...parameters) { method in class:ShadowActivity.ActivityInvoker
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 5 * you may not use this file except in compliance with the License.
32 * used in conjunction with methods in the {@link AnimatorSet.Builder Builder}
36 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between
45 * <p>For more information about animating with {@code AnimatorSet}, read the
90 * is replayed with no changes, it does not have to re-sort the nodes again.
130 * This is equivalent to calling {@link #play(Animator)} with the first animator in the
131 * set and then {@link Builder#with(Animator)} with each of the other animators. Note that
132 * an Animator with a {@link Animator#setStartDelay(long) startDelay} will not actually
144 builder.with(items[i])
1106 public Builder with(Animator anim) { method in class:AnimatorSet.Builder
    [all...]
  /build/core/
definitions.mk 5 # you may not use this file except in compliance with the License.
47 # that contains all of the INSTALLED_MODULEs with that tag.
674 ## Append a leaf to a base path. Properly deals with
737 ## Dump the variables that are associated with targets
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 20 along with this program; if not, write to the Free Software
234 flag_type with;
310 /* What to do with unresolved symbols in an object file.
313 assumption with shared libraries is that the reference will be
317 /* What to do with unresolved symbols in a shared library.
378 similar to relocatable but also with globals converted to
385 /* TRUE if ok to have version with no definition. */
392 /* TRUE if PT_GNU_STACK segment should be created with PF_R|PF_W|PF_X
396 /* TRUE if PT_GNU_STACK segment should be created with PF_R|PF_W
489 /* Non-zero if runtime relocs for DATA items with non-zero addend
232 flag_type with; member in struct:flag_info_list
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 20 along with this program; if not, write to the Free Software
234 flag_type with;
310 /* What to do with unresolved symbols in an object file.
313 assumption with shared libraries is that the reference will be
317 /* What to do with unresolved symbols in a shared library.
378 similar to relocatable but also with globals converted to
385 /* TRUE if ok to have version with no definition. */
392 /* TRUE if PT_GNU_STACK segment should be created with PF_R|PF_W|PF_X
396 /* TRUE if PT_GNU_STACK segment should be created with PF_R|PF_W
489 /* Non-zero if runtime relocs for DATA items with non-zero addend
232 flag_type with; member in struct:flag_info_list
    [all...]

Completed in 1574 milliseconds

1 2 3 45 6 7