HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 876 - 900 of 36314) sorted by null

<<31323334353637383940>>

  /external/curl/docs/cmdline-opts/
max-time.d 10 values, but the actual timeout will decrease in accuracy as the specified
netrc-file.d 12 It will abide by --netrc-optional if specified.
oauth2-bearer.d 7 is used in conjunction with the user name which can be specified as part of
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletModuleTargetVisitor.java 39 * If multiple patterns were specified, this will be called multiple times.
47 * If multiple patterns were specified, this will be called multiple times.
55 * If multiple patterns were specified, this will be called multiple times.
63 * If multiple patterns were specified, this will be called multiple times.
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIterableContainingInAnyOrder.java 83 * in the specified matchers. For a positive match, the examined iterable must be of the same
84 * length as the number of specified matchers.
87 * N.B. each of the specified matchers will only be used once during a given examination, so be
107 * anywhere in the specified items. For a positive match, the examined iterable
108 * must be of the same length as the number of specified items.
111 * N.B. each of the specified items will only be used once during a given examination, so be
136 * in the specified collection of matchers. For a positive match, the examined iterable
137 * must be of the same length as the specified collection of matchers.
140 * N.B. each matcher in the specified collection will only be used once during a given
  /external/icu/icu4c/source/samples/cal/
uprint.h 27 /* Print a ustring to the specified FILE* in the default codepage */
  /external/icu/icu4c/source/samples/date/
uprint.h 27 /* Print a ustring to the specified FILE* in the default codepage */
  /external/iproute2/include/uapi/linux/
atmsap.h 23 #define ATM_L2_NONE 0 /* L2 not specified */
35 #define ATM_L2_USER 0x10 /* user-specified */
45 #define ATM_L3_NONE 0 /* L3 not specified */
54 #define ATM_L3_USER 0x10 /* user-specified */
63 #define ATM_HL_NONE 0 /* HL not specified */
76 #define ATM_IMD_NONE 0 /* mode not specified */
85 #define ATM_TT_NONE 0 /* terminal type not specified */
112 unsigned char user; /* user-specified l2 information */
123 unsigned char user; /* user specified l3 information */
  /external/iproute2/man/man8/
rdma-dev.8 45 Shows the state of specified RDMA device.
rdma-link.8 45 Shows the state of specified rdma link.
tc-hfsc.8 17 \(bu at least one of \fBrt\fR, \fBls\fR or \fBsc\fR must be specified
18 \(bu \fBul\fR can only be specified with \fBls\fR or \fBsc\fR
38 \fBdefault\fR is not specified, unclassified packets will be dropped.
45 As you can see in \fBSYNOPSIS\fR, service curve (SC) can be specified in two
  /external/iptables/extensions/
libip6t_icmp6.man 2 specified. It provides the following option:
libip6t_mh.man 2 specified. It provides the following option:
libxt_TCPOPTSTRIP.man 5 Strip the given option(s). The options may be specified by TCP option number or
  /external/junit/src/main/java/junit/framework/
AssertionFailedError.java 17 * Constructs a new AssertionFailedError with the specified detail message.
  /external/kernel-headers/original/uapi/linux/
atmsap.h 23 #define ATM_L2_NONE 0 /* L2 not specified */
35 #define ATM_L2_USER 0x10 /* user-specified */
45 #define ATM_L3_NONE 0 /* L3 not specified */
54 #define ATM_L3_USER 0x10 /* user-specified */
63 #define ATM_HL_NONE 0 /* HL not specified */
76 #define ATM_IMD_NONE 0 /* mode not specified */
85 #define ATM_TT_NONE 0 /* terminal type not specified */
112 unsigned char user; /* user-specified l2 information */
123 unsigned char user; /* user specified l3 information */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 37 /* user specified */
61 /* user specified */
75 /* user specified */
89 /* user specified */
  /external/libcxx/test/libcxx/containers/unord/unord.set/
missing_hash_specialization.fail.cpp 19 // Test that we generate a reasonable diagnostic when the specified hash is
50 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}}
60 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}}
64 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}}
  /external/libdaemon/libdaemon/
dexec.h 53 /** Run the specified executable with the specified arguments in the
54 * specified directory and return the return value of the program in
55 * the specified pointer. The calling process is blocked until the
  /external/libmojo/base/android/
jni_registrar.h 18 // Registers the JNI bindings for the specified |method| definition containing
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc_config_local_template.py 2 tdc_config_local.py - tdc plugin-writer-specified values
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 90 /// @brief returns true if the specified virtual register is
96 /// @brief returns the physical register mapped to the specified
103 /// @brief creates a mapping for the specified virtual register to
104 /// the specified physical register
114 /// @brief clears the specified virtual register's, physical
156 /// @brief returns true if the specified virtual register is not
166 /// @brief returns the stack slot mapped to the specified virtual
176 /// @brief create a mapping for the specified virtual register to
177 /// the specified stack slot
  /external/llvm/test/CodeGen/ARM/
tls-models.ll 23 ; ----- no model specified -----
49 ; ----- localdynamic specified -----
76 ; ----- initialexec specified -----
83 ; Non-PIC and PIC code will use initial exec as specified.
94 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
101 ; ----- localexec specified -----
108 ; Non-PIC and PIC code will use local exec as specified.
119 ; Non-PIC and PIC code will use local exec as specified.
126 ; ----- emulated specified -----
  /external/llvm/test/CodeGen/X86/
tls-models.ll 23 ; ----- no model specified -----
60 ; ----- localdynamic specified -----
66 ; Non-PIC code can use initial exec, PIC code use local dynamic as specified.
97 ; ----- initialexec specified -----
103 ; Non-PIC and PIC code will use initial exec as specified.
120 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
142 ; ----- localexec specified -----
148 ; Non-PIC and PIC code will use local exec as specified.
165 ; Non-PIC and PIC code will use local exec as specified.
  /external/llvm/test/DebugInfo/PDB/DIA/
pdbdump-flags.test 6 ; Check that neither symbols nor compilands are dumped when neither argument specified.
15 ; Check that only types are dumped when only -types is specified.
24 ; Check that only compilands are dumped when only -compilands is specified.
33 ; Check that types and compilands are dumped when both arguments are specified.

Completed in 720 milliseconds

<<31323334353637383940>>