HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 326 - 350 of 21459) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rrset.py 77 """Returns True if this rrset matches the specified class, type,
119 """Create an RRset with the specified name, TTL, class, and type, and with
120 the specified list of rdatas in text format.
139 """Create an RRset with the specified name, TTL, class, and type and with
140 the specified rdatas in text format.
148 """Create an RRset with the specified name and TTL, and with
149 the specified list of rdata objects.
169 """Create an RRset with the specified name and TTL, and with
170 the specified rdata objects.
  /external/chromium-trace/catapult/tracing/
package.json 7 "test": "echo \"Error: no test specified\" && exit 1"
  /external/chromium-trace/catapult/tracing/tracing/model/
constants.html 20 // The default scope of object events, when not explicitly specified.
  /external/clang/include/clang/Lex/
MacroArgs.h 28 /// the formal arguments specified to a function-like macro invocation.
37 /// there was no argument specified for the "..." argument. If the argument
38 /// was specified (even empty) or this isn't a C99 style varargs function, or
62 /// MacroArgs ctor function - Create a new MacroArgs object with the specified
77 /// token list for the specified formal.
86 /// getPreExpArgument - Return the pre-expanded form of the specified
91 /// getStringifiedArgument - Compute, cache, and return the specified argument
103 /// invocation and there was no argument specified for the "..." argument. If
104 /// the argument was specified (even empty) or this isn't a C99 style varargs
  /external/clang/test/Sema/
arm64-inline-asm.c 8 asm volatile("USE(%0)" :: "z"(0)); // expected-warning {{value size does not match register size specified by the constraint and modifier}} expected-note {{use constraint modifier "w"}}
generic-selection.c 12 void (*)(): 0, // expected-note {{compatible type 'void (*)()' specified here}}
13 void (*)(void): 0); // expected-error {{type 'void (*)(void)' in generic association compatible with previously specified type 'void (*)()'}}
16 void (*)(int): 0, // expected-note {{compatible type 'void (*)(int)' specified here}}
17 void (*)(void): 0); // expected-note {{compatible type 'void (*)(void)' specified here}}
inline-asm-validate-aarch64.c 9 // CHECK: warning: value size does not match register size specified by the constraint and modifier
20 // CHECK: warning: value size does not match register size specified by the constraint and modifier
33 // CHECK: warning: value size does not match register size specified by the constraint and modifier
40 // CHECK: warning: value size does not match register size specified by the constraint and modifier
  /external/clang/test/SemaObjC/
attr-root-class.m 9 @interface NonRootClass : RootClass // expected-error {{objc_root_class attribute may only be specified on a root class declaration}}
block-attr.m 6 @property void(^someBlock)(void); // expected-warning {{'copy' attribute must be specified for the block property}}
objc2-warn-weak-decl.m 4 __weak id p; // expected-warning {{__weak attribute cannot be specified on a field declaration}}
  /external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp 35 // Checker one has Option specified as true. It should read true regardless of
42 // package option is specified.
44 // No package option is specified and search in packages is turned off. The
49 // Checker true has no option specified. It should get the default value when
  /external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull.cpp 10 // CHECK-NEXT: nonnull.cpp:[[@LINE-5]]:16: note: returns_nonnull attribute specified here
  /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/iproute2/include/linux/
atmsap.h 22 #define ATM_L2_NONE 0 /* L2 not specified */
34 #define ATM_L2_USER 0x10 /* user-specified */
44 #define ATM_L3_NONE 0 /* L3 not specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
62 #define ATM_HL_NONE 0 /* HL not specified */
75 #define ATM_IMD_NONE 0 /* mode not specified */
84 #define ATM_TT_NONE 0 /* terminal type not specified */
111 unsigned char user; /* user-specified l2 information */
122 unsigned char user; /* user specified l3 information */
  /external/iproute2/man/man8/
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/kernel-headers/original/uapi/asm-generic/
poll.h 4 /* These are specified by iBCS2 */
  /external/kernel-headers/original/uapi/linux/
atmsap.h 22 #define ATM_L2_NONE 0 /* L2 not specified */
34 #define ATM_L2_USER 0x10 /* user-specified */
44 #define ATM_L3_NONE 0 /* L3 not specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
62 #define ATM_HL_NONE 0 /* HL not specified */
75 #define ATM_IMD_NONE 0 /* mode not specified */
84 #define ATM_TT_NONE 0 /* terminal type not specified */
111 unsigned char user; /* user-specified l2 information */
122 unsigned char user; /* user specified l3 information */
  /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/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 1985 milliseconds

<<11121314151617181920>>