Searched defs:label (Results 51 - 75 of 665) sorted by relevance

1234567891011>>

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
H A DData.java22 private String label; field in class:Data
33 return label;
36 @ConstructorProperties({"label", "value", "unit"})
37 public Data(String label, BigDecimal value, String unit) { argument
38 this.label = label;
43 // public void setLabel(String label) {
44 // this.label = label;
65 "label
[all...]
/external/v8/src/interpreter/
H A Dbytecode-dead-code-optimizer.cc43 BytecodeLabel* label) {
45 // TODO(rmcilroy): For forward jumps we could mark the label as dead, thereby
46 // avoiding emitting dead code when we bind the label.
58 next_stage_->WriteJump(node, label);
62 void BytecodeDeadCodeOptimizer::BindLabel(BytecodeLabel* label) { argument
63 next_stage_->BindLabel(label);
69 BytecodeLabel* label) {
70 next_stage_->BindLabel(target, label);
42 WriteJump(BytecodeNode* node, BytecodeLabel* label) argument
68 BindLabel(const BytecodeLabel& target, BytecodeLabel* label) argument
/external/valgrind/drd/tests/
H A Dsigalrm.c29 static void print_thread_id(const char* const label) argument
36 label, (long) getpid(), getktid(), DRD_GET_VALGRIND_THREADID);
/external/valgrind/none/tests/
H A Dprocfs-cmdline-exe.c20 static void test_cmdline(const char* const cwd, const char* const label, argument
26 fprintf(stderr, "%s:\n", label);
48 static void test_readlink(const char* const cwd, const char* const label, argument
61 fprintf(stderr, "Result of readlink(\"%s\"): %s\n", label, p);
67 static void test_readlinkat(const char* const cwd, const char* const label, argument
81 fprintf(stderr, "Result of readlinkat(\"%s\"): %s\n", label, p);
/external/valgrind/none/tests/solaris/
H A Dproc_psinfo.c12 static void test_psinfo(int op, const char *label, argument
17 printf("open for %s:\n", label);
25 printf("openat for %s:\n", label);
/external/webrtc/talk/app/webrtc/
H A Daudiotrack.cc45 AudioTrack::AudioTrack(const std::string& label, argument
47 : MediaStreamTrack<AudioTrackInterface>(label), audio_source_(source) {
H A Dmediastream.cc46 const std::string& label) {
48 new rtc::RefCountedObject<MediaStream>(label);
52 MediaStream::MediaStream(const std::string& label) argument
53 : label_(label) {
45 Create( const std::string& label) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-prf.c20 * @label: A unique label for each purpose of the PRF
30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
36 size_t label_len = os_strlen(label) + 1;
40 addr[0] = (u8 *) label;
H A Dsha1-tprf.c19 * @label: A unique label for each purpose of the PRF
29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
35 size_t label_len = os_strlen(label);
42 addr[1] = (unsigned char *) label;
H A Dsha256-kdf.c19 * @label: A unique label for each purpose of the KDF
30 const char *label, const u8 *seed, size_t seed_len,
41 addr[1] = (const unsigned char *) label;
42 len[1] = os_strlen(label) + 1;
29 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
H A Dsha256-tlsprf.c19 * @label: A unique label for each purpose of the PRF
29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, argument
41 addr[1] = (unsigned char *) label;
42 len[1] = os_strlen(label);
50 * PRF(secret, label, seed) = P_SHA256(secret, label + seed)
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-prf.c20 * @label: A unique label for each purpose of the PRF
30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
36 size_t label_len = os_strlen(label) + 1;
40 addr[0] = (u8 *) label;
H A Dsha1-tprf.c19 * @label: A unique label for each purpose of the PRF
29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
35 size_t label_len = os_strlen(label);
42 addr[1] = (unsigned char *) label;
H A Dsha256-kdf.c19 * @label: A unique label for each purpose of the KDF
30 const char *label, const u8 *seed, size_t seed_len,
41 addr[1] = (const unsigned char *) label;
42 len[1] = os_strlen(label) + 1;
29 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
H A Dsha256-tlsprf.c19 * @label: A unique label for each purpose of the PRF
29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, argument
41 addr[1] = (unsigned char *) label;
42 len[1] = os_strlen(label);
50 * PRF(secret, label, seed) = P_SHA256(secret, label + seed)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-prf.c20 * @label: A unique label for each purpose of the PRF
30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
36 size_t label_len = os_strlen(label) + 1;
40 addr[0] = (u8 *) label;
H A Dsha1-tprf.c19 * @label: A unique label for each purpose of the PRF
29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
35 size_t label_len = os_strlen(label);
42 addr[1] = (unsigned char *) label;
H A Dsha256-kdf.c19 * @label: A unique label for each purpose of the KDF
30 const char *label, const u8 *seed, size_t seed_len,
41 addr[1] = (const unsigned char *) label;
42 len[1] = os_strlen(label) + 1;
29 hmac_sha256_kdf(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
H A Dsha256-tlsprf.c19 * @label: A unique label for each purpose of the PRF
29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, argument
41 addr[1] = (unsigned char *) label;
42 len[1] = os_strlen(label);
50 * PRF(secret, label, seed) = P_SHA256(secret, label + seed)
/external/ImageMagick/coders/
H A Dlabel.c99 *label;
131 (void) SetImageProperty(image,"label",property,exception);
133 label=GetImageProperty(image,"label",exception);
135 draw_info->text=ConstantString(label);
145 if ((strlen(label) > 0) &&
233 Draw label.
248 (void) SetImageProperty(image,"label:pointsize",pointsize,exception);
288 entry=AcquireMagickInfo("LABEL","LABEL","Image label");
97 *label; local
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DParseTree.cs50 public ParseTree(object label) { argument
51 this.payload = label;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java55 checkForLabelConflict(r, pair.label);
216 /** Make sure a label doesn't conflict with another symbol.
221 protected void checkForLabelConflict(Rule r, Token label) { argument
224 if ( grammar.getGlobalScope(label.getText())!=null ) {
227 else if ( grammar.getRule(label.getText())!=null ) {
230 else if ( grammar.getTokenType(label.getText())!=Label.INVALID ) {
233 else if ( r.ruleScope!=null && r.ruleScope.getAttribute(label.getText())!=null ) {
237 else if ( (r.returnScope!=null&&r.returnScope.getAttribute(label.getText())!=null) ||
238 (r.parameterScope!=null&&r.parameterScope.getAttribute(label.getText())!=null) )
244 ErrorManager.grammarError(msgID,grammar,label,labe
250 checkForLabelTypeMismatch(Rule r, Token label, int type) argument
[all...]
/external/autotest/cli/
H A Dlabel.py5 The label module contains the objects and methods used to
9 add: adds label(s), or hosts to an LABEL
10 remove: deletes label(s), or hosts from an LABEL
11 list: lists label(s)
23 class label(topic_common.atest): class in inherits:topic_common.atest
25 atest label [create|delete|list|add|remove] <options>"""
27 topic = msg_topic = 'label'
32 label actions"""
33 super(label, self).__init__()
51 class label_help(label)
[all...]
/external/autotest/frontend/client/src/autotest/common/table/
H A DRadioButtonSetFilter.java33 public void addRadioButon(String label) { argument
34 RadioButton radioButton = new RadioButton(name, label);
/external/autotest/test_suites/
H A Ddev_harness.py51 m = random.choice(AFE.get_hostnames(label='board:'+new_globals['board']))
53 label = AFE.get_labels( variable
55 label.add_hosts([m])

Completed in 1484 milliseconds

1234567891011>>