HomeSort by relevance Sort by last modified time
    Searched defs:with (Results 51 - 75 of 85) sorted by null

1 23 4

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 28 enum ipt_reject_with with; member in struct:ipt_reject_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 26 u_int32_t with; member in struct:ip6t_reject_info
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
scope-002.js 4 * except in compliance with the License. You may obtain a copy of
27 * See ECMA Section 12.10 The with Statement
60 with (obj)
75 with (obj)
85 * Like Section B , except that we call f outside the with block.
91 with (obj)
101 * Like Section C, but with one more level of indirection -
106 with (obj)
108 with (obj)
125 with (obj
74 with (obj) function
    [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.
24 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
27 public final Segment with; field in class:Match
29 /** the "other" edge that the dragged edge is matched with */
48 * @param edge the "other" edge that the dragged edge is matched with
49 * @param with the edge of the dragged node that is matched
53 public Match(GuidelineHandler handler, Segment edge, Segment with,
58 this.with = with;
  /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...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 383 template<class ... Args2> struct with { struct in struct:WorkingPaperExample::zip
388 typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsigned short>, Pair<int, unsigned>>
391 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/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 5 This version is suitable for Node.js. With minimal changes (the
34 Redistribution and use in source and binary forms, with or without
45 provided with the distribution.
196 "with": function(expr, block) {
260 this.uses_eval = false; // will become TRUE if with() is detected in this or any subscopes
342 if (this.uses_eval || this.uses_with) return name; // no mangle if eval or with is in use
392 "with": function(expr, block) {
427 // are marked with uses_eval, unless they define the
    [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.
657 ## Append a leaf to a base path. Properly deals with
720 ## Dump the variables that are associated with targets
    [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.
134 builder.with(items[i]);
152 builder.with(anim);
249 * calling <code>play(a1).with(a2)</code> sets up the AnimatorSet to play
565 * state, with fresh, empty data structures. Then we will build up the nodes list
640 // The Dependency rule (WITH or AFTER) that the listener should wait for o
1052 public Builder with(Animator anim) { method in class:AnimatorSet.Builder
    [all...]
  /gdk/build/core/
definitions.mk 37 # Returns : the list with duplicate items removed, order is preserved.
41 # faster. It will also not explode the stack with a lot of
98 # or abort the build with an error
305 # A prebuilt module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
481 # Returns : Parent dir or path of $1, with final separator removed.
554 # - with one single item
556 # - with no directory separators
676 # for sources that must be built with ARM Advanced SIMD (a.k.a. NEON)
684 # with <tagname>
699 # 'thumb' or 'arm ' with ARM-based toolchains
    [all...]
  /ndk/build/core/
definitions.mk 4 # you may not use this file except in compliance with the License.
22 # traced to stdout using warning messages with their arguments
69 # Returns : the list with duplicate items removed, order is preserved.
73 # faster. It will also not explode the stack with a lot of
130 # or abort the build with an error
490 # A prebuilt module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
707 # Same with C++ exception support (i.e. -fexceptions and -fno-exceptions)
771 # Returns : Parent dir or path of $1, with final separator removed.
    [all...]

Completed in 2503 milliseconds

1 23 4