Home
last modified time | relevance | path

Searched full:used (Results 1 – 25 of 21158) sorted by relevance

12345678910>>...847

/external/vboot_reference/firmware/lib/
Dvboot_display.c5 * Display functions used in kernel selection.
511 uint32_t used = 0; in VbDisplayDebugInfo() local
521 used += StrnAppend(buf + used, "HWID: ", DEBUG_INFO_SIZE - used); in VbDisplayDebugInfo()
522 used += StrnAppend(buf + used, hwid, DEBUG_INFO_SIZE - used); in VbDisplayDebugInfo()
526 used += StrnAppend(buf + used, in VbDisplayDebugInfo()
527 "\nrecovery_reason: 0x", DEBUG_INFO_SIZE - used); in VbDisplayDebugInfo()
528 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, in VbDisplayDebugInfo()
530 used += StrnAppend(buf + used, " / 0x", DEBUG_INFO_SIZE - used); in VbDisplayDebugInfo()
531 used += Uint64ToString(buf + used, DEBUG_INFO_SIZE - used, i, 16, 2); in VbDisplayDebugInfo()
532 used += StrnAppend(buf + used, " ", DEBUG_INFO_SIZE - used); in VbDisplayDebugInfo()
[all …]
/external/clang/test/SemaCXX/
Duninitialized.cpp23 int a = a; // no-warning: used to signal intended lack of initialization.
24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial…
25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini…
26 int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used wit…
27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia…
37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i…
38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its…
39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ…
40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own …
41 const int p = std::move(p); // expected-warning {{variable 'p' is uninitialized when used within it…
[all …]
Dundefined-internal.cpp15 foo(); // expected-note {{used here}} in test()
16 bar<int>(); // expected-note {{used here}} in test()
27 foo(); // expected-note {{used here}} in test()
28 var = 0; // expected-note {{used here}} in test()
29 bar<int>(); // expected-note {{used here}} in test()
65 a.foo(); // expected-note {{used here}} in test()
67 a.baz(); // expected-note {{used here}} in test()
71 Test() {} // expected-note 2 {{used here}} in Test()
88 B<A>::var = 0; // expected-note {{used here}} in test()
89 B<A>::foo(); // expected-note {{used here}} in test()
[all …]
Dwarn-loop-analysis.cpp17 …for (int i; i < 1; ) {} // expected-warning {{variable 'i' used in loop condition not modified in… in test1()
24 …for (int i; i < 1; ) { by_value(i); } // expected-warning {{variable 'i' used in loop condition n… in test1()
31 …for (int j; j < 1; ++i) // expected-warning {{variable 'j' used in loop condition not modified in… in test1()
34 …for (int j; i < 1; ++j) // expected-warning {{variable 'i' used in loop condition not modified in… in test1()
38 …for (int *i, *j; i < j;) {} // expected-warning {{variables 'i' and 'j' used in loop condition no… in test1()
49 …for (; i; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loop body… in test2()
53 …for (; i < j; ) {} // expected-warning {{variables 'i' and 'j' used in loop condition not modified… in test2()
58 …for (; i < 5; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loop … in test2()
62 …for (; i < 5.0; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loo… in test2()
66 …for (; i == 'a'; ) {} // expected-warning {{variable 'i' used in loop condition not modified in lo… in test2()
[all …]
Dwarn-unused-private-field.cpp23 int unused_; // expected-warning{{private field 'unused_' is not used}}
41 int unused_; // expected-warning{{private field 'unused_' is not used}}
96 attr_used_ = 42; // expected-warning{{'attr_used_' was marked unused but was used}} in A()
102 int primitive_type_; // expected-warning{{private field 'primitive_type_' is not used}}
103 A* pointer_; // expected-warning{{private field 'pointer_' is not used}}
104 int no_initializer_; // expected-warning{{private field 'no_initializer_' is not used}}
105 int default_initializer_; // expected-warning{{private field 'default_initializer_' is not used}}
106 int other_initializer_; // expected-warning{{private field 'other_initializer_' is not used}}
107 int used_, unused_; // expected-warning{{private field 'unused_' is not used}}
108 …n_class_initializer_ = 42; // expected-warning{{private field 'in_class_initializer_' is not used}}
[all …]
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h35 PARAMATTR_BLOCK_ID, // Not used in PNaCl.
36 PARAMATTR_GROUP_BLOCK_ID, // Not used in PNaCl.
44 METADATA_BLOCK_ID, // Not used in PNaCl.
45 METADATA_ATTACHMENT_ID, // Not used in PNaCl.
49 USELIST_BLOCK_ID, // Not used in PNaCl.
56 MODULE_CODE_TRIPLE = 2, // Not used in PNaCl
57 MODULE_CODE_DATALAYOUT = 3, // Not used in PNaCl
58 MODULE_CODE_ASM = 4, // Not used in PNaCl
59 MODULE_CODE_SECTIONNAME = 5, // Not used in PNaCl
60 MODULE_CODE_DEPLIB = 6, // Not used in PNaCl
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h23 * file should be used since working directory may change when
26 * Alternatively, a named configuration blob can be used by setting
29 * Alternatively, this can be used to only perform matching of the
42 * certificate store (My user account) is used, whereas computer store
43 * (Computer account) is used when running wpasvc as a service.
61 * This field is used with EAP method that use TLS authentication.
63 * in theory be used with EAP-TTLS and EAP-PEAP, too. Full path to the
64 * file should be used since working directory may change when
67 * Alternatively, a named configuration blob can be used by setting
75 * When PKCS#12/PFX file (.p12/.pfx) is used, client_cert should be
[all …]
/external/libpng/contrib/pngsuite/
DREADME64 Filter 0 was used 32 times
66 Filter 0 was used 32 times
68 Filter 0 was used 32 times
70 Filter 1 was used 9 times
71 Filter 4 was used 23 times
73 Filter 1 was used 1 times
74 Filter 2 was used 31 times
76 Filter 1 was used 5 times
77 Filter 4 was used 27 times
79 Filter 1 was used 1 times
[all …]
/external/libpng/scripts/
DREADME.txt50 libpng-config-body.in => used by several makefiles to create libpng-config
51 libpng-config-head.in => used by several makefiles to create libpng-config
52 libpng.pc.in => Used by several makefiles to create libpng.pc
53 pngwin.rc => Used by the visualc71 project
54 pngwin.def => Used by makefile.os2
55 pngwin.dfn => Used to maintain pngwin.def
56 SCOPTIONS.ppc => Used with smakefile.ppc
58 checksym.awk => Used for maintaining pnglibconf.h
59 def.dfn => Used for maintaining pnglibconf.h
60 options.awk => Used for maintaining pnglibconf.h
[all …]
/external/curl/lib/vauth/
Dvauth.h63 /* This is used to build a SPN string */
72 /* This is used to test if the user contains a Windows domain name */
75 /* This is used to generate a PLAIN cleartext message */
81 /* This is used to generate a LOGIN cleartext message */
85 /* This is used to generate an EXTERNAL cleartext message */
90 /* This is used to generate a CRAM-MD5 response message */
96 /* This is used to evaluate if DIGEST is supported */
99 /* This is used to generate a base64 encoded DIGEST-MD5 response message */
107 /* This is used to decode an HTTP DIGEST challenge message */
111 /* This is used to generate an HTTP DIGEST response message */
[all …]
/external/rust/crates/bindgen/ir/analysis/
Dtemplate_params.rs1 //! Discover which template type parameters are actually used.
39 //! Given that we have to properly track which template parameters ended up used
44 //! ### How do we determine which template parameters are used?
46 //! Determining which template parameters are actually used is a trickier
57 //! It gets harder when determining if one template parameter is used depends on
58 //! determining if another template parameter is used. In this example, whether
59 //! `U` is used depends on whether `T` is used.
73 //! We can express the set of used template parameters as a constraint solving
74 //! problem (where the set of template parameters used by a given IR item is the
75 //! union of its sub-item's used template parameters) and iterate to a
[all …]
/external/cldr/seed/main/
Den_ZZ.xml17 …slation hint: An alternate form using Sorani or Central, whichever is not used by the standard nam…
22 …<script type="Hans">Simplified (translation hint: This version of the script name is used in combi…
23 …one">Simplified Han (translation hint: This version of the script name is used in isolation, not c…
24 …<script type="Hant">Traditional (translation hint: This version of the script name is used in comb…
25 …ne">Traditional Han (translation hint: This version of the script name is used in isolation, not c…
141 …<displayName>calories [translation hint: calories as used in chemistry, not the same as food calor…
142 …<unitPattern count="one">{0} calorie [translation hint: calories as used in chemistry, not the sam…
143 …<unitPattern count="other">{0} calories [translation hint: calories as used in chemistry, not the …
156 …<displayName>pixels [translation hint: used for counting the individual elements in bitmap image; …
157 …<unitPattern count="one">{0} pixel [translation hint: used for counting the individual elements in…
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h159 * Obsolete, not used anymore.
166 * Obsolete, not used anymore.
173 * Obsolete, not used anymore.
185 * Used by wildcards.
192 * Used by wildcards.
199 * Used by wildcards.
250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */
252 const xmlChar *id; /* Deprecated; not used */
253 const xmlChar *ref; /* Deprecated; not used */
254 const xmlChar *refNs; /* Deprecated; not used */
[all …]
/external/cronet/third_party/libxml/src/include/libxml/
DschemasInternals.h159 * Obsolete, not used anymore.
166 * Obsolete, not used anymore.
173 * Obsolete, not used anymore.
185 * Used by wildcards.
192 * Used by wildcards.
199 * Used by wildcards.
250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */
252 const xmlChar *id; /* Deprecated; not used */
253 const xmlChar *ref; /* Deprecated; not used */
254 const xmlChar *refNs; /* Deprecated; not used */
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c75 unsigned char * Used; member
94 d->Used[index] |= mask; in get_used_temporaries_cb()
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used, in rc_get_used_temporaries() argument
111 d.Used = used; in rc_get_used_temporaries()
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
125 * in the used temporary list (param 'used')
[all …]
/external/clang/test/Analysis/
Dtest-after-div-zero.c8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq()
9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq()
13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2()
14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2()
18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne()
19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne()
23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge()
24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge()
28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le()
29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf18 # This option can be used to allow wpa_supplicant to overwrite configuration
31 # interface mechanism is used. For all cases, the existence of this parameter
32 # in configuration is used to determine whether the control interface is
40 # interface is used.
48 # run as non-root users. However, since the control interface can be used to
63 # variable is just used to select that the control interface is to be created.
66 # For Windows Named Pipe: This value can be used to set the security descriptor
82 # to 1 by default. This configuration value can be used to set it to the new
97 # 0: This mode must only be used when using wired Ethernet drivers
100 # BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dstrutil.cc27 size_t used = 0; in CEscapeString() local
30 if (dest_len - used < 2) // space for two-character escape in CEscapeString()
35 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break; in CEscapeString()
36 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break; in CEscapeString()
37 case '\t': dest[used++] = '\\'; dest[used++] = 't'; break; in CEscapeString()
38 case '\"': dest[used++] = '\\'; dest[used++] = '\"'; break; in CEscapeString()
39 case '\'': dest[used++] = '\\'; dest[used++] = '\''; break; in CEscapeString()
40 case '\\': dest[used++] = '\\'; dest[used++] = '\\'; break; in CEscapeString()
46 if (dest_len - used < 5) // space for four-character escape + \0 in CEscapeString()
48 snprintf(dest + used, 5, "\\%03o", c); in CEscapeString()
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonTokenId.java14 * Id used to represent {@link JsonToken#NOT_AVAILABLE}, used in
21 * Id used to represent the case where no {@link JsonToken}
29 * Id used to represent {@link JsonToken#START_OBJECT}
34 * Id used to represent {@link JsonToken#END_OBJECT}
39 * Id used to represent {@link JsonToken#START_ARRAY}
44 * Id used to represent {@link JsonToken#END_ARRAY}
49 * Id used to represent {@link JsonToken#FIELD_NAME}
54 * Id used to represent {@link JsonToken#VALUE_STRING}
59 * Id used to represent {@link JsonToken#VALUE_NUMBER_INT}
64 * Id used to represent {@link JsonToken#VALUE_NUMBER_FLOAT}
[all …]
/external/curl/docs/
Dcurl.189 based on often-used host name prefixes. For example, for host names starting
99 specified on a single command line and cannot be used between separate curl
141 The Realtime Messaging Protocol is primarily used to server streaming media
185 The short "single-dash" form of the options, \-d for example, may be used with
190 Short version options that do not need any additional values can be used
211 existing alt-svc cache file, that will be used. After a completed transfer,
217 If this option is used several times, curl will load contents from all the
218 files but the last one will be used for saving.
230 network round-trip. This is used instead of setting a specific authentication
238 Used together with \fI\-u, \-\-user\fP.
[all …]
/external/clang/test/Sema/
Dattr-used.c3 extern int l0 __attribute__((used)); // expected-warning {{'used' attribute ignored}}
4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{'used' attribute ignored}}
6 struct __attribute__((used)) s { // expected-warning {{'used' attribute only applies to variables a…
10 int a __attribute__((used));
12 static void __attribute__((used)) f0(void) { in f0()
16 static int a __attribute__((used)); in f1()
17 int b __attribute__((used)); // expected-warning {{'used' attribute ignored}} in f1()
20 static void __attribute__((used)) f0(void);
/external/kmod/shared/
Dstrbuf.c56 buf->used = 0; in strbuf_init()
68 bytes = realloc(buf->bytes, buf->used + 1); in strbuf_steal()
73 bytes[buf->used] = '\0'; in strbuf_steal()
79 if (!buf_grow(buf, buf->used + 1)) in strbuf_str()
81 buf->bytes[buf->used] = '\0'; in strbuf_str()
87 if (!buf_grow(buf, buf->used + 1)) in strbuf_pushchar()
89 buf->bytes[buf->used] = ch; in strbuf_pushchar()
90 buf->used++; in strbuf_pushchar()
103 if (!buf_grow(buf, buf->used + len)) in strbuf_pushchars()
106 memcpy(buf->bytes + buf->used, str, len); in strbuf_pushchars()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dremotebuildexecution_v1alpha.projects.instances.html115 { # The request used for `CreateInstance`.
116 … (for example, `ContentAddressableStorage`, `ActionCache`, `WorkerPools`) used for running remote …
117used on RBE instances, as well as instance-wide behavior changes that take effect without opt-in o…
118 …&quot;containerImageSources&quot;: { # Defines whether a feature can be used or what values are ac…
124 … { # Defines whether a feature can be used or what values are accepted. # Whether dockerAddCapabil…
130 …;: { # Defines whether a feature can be used or what values are accepted. # Whether dockerChrootPa…
136 …ot;: { # Defines whether a feature can be used or what values are accepted. # Whether dockerNetwor…
142 …;: { # Defines whether a feature can be used or what values are accepted. # Whether dockerPrivileg…
148 …t;: { # Defines whether a feature can be used or what values are accepted. # Whether dockerRunAsRo…
154 …&quot;dockerRuntime&quot;: { # Defines whether a feature can be used or what values are accepted. …
[all …]
/external/libexif/doc/
DDoxyfile-internals.in3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
71 # that is used to form the text in various listings. Each string
74 # used as the annotated text. Otherwise, the brief description is used as-is.
75 # If left blank, the following values are used ("$name" is automatically
97 # to NO the shortest path that makes the file name unique will be used.
[all …]
DDoxyfile.in3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
24 # if some version control system is used.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
31 # where doxygen was started. If left blank the current directory will be used.
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
71 # that is used to form the text in various listings. Each string
74 # used as the annotated text. Otherwise, the brief description is used as-is.
75 # If left blank, the following values are used ("$name" is automatically
97 # to NO the shortest path that makes the file name unique will be used.
[all …]

12345678910>>...847