Searched defs:prefix (Results 176 - 200 of 994) sorted by relevance

1234567891011>>

/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c281 void pppoe_log_packet(const char *prefix, PPPoEPacket *packet) argument
283 init_pr_log(prefix, LOG_DEBUG);
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc204 static string SubMessagePrefix(const string& prefix, argument
207 string result(prefix);
226 const string& prefix,
235 errors->push_back(prefix + descriptor->field(i)->name());
254 SubMessagePrefix(prefix, field, j),
260 SubMessagePrefix(prefix, field, -1),
224 FindInitializationErrors( const Message& message, const string& prefix, vector<string>* errors) argument
/external/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc52 // Appends a FieldMask path segment to a prefix.
53 string AppendPathSegmentToPrefix(StringPiece prefix, StringPiece segment) { argument
54 if (prefix.empty()) {
58 return prefix.ToString();
60 // If the segment is a map key, appends it to the prefix without the ".".
62 return StrCat(prefix, segment);
64 return StrCat(prefix, ".", segment);
115 stack<string> prefix; local
184 string current_prefix = prefix.empty() ? "" : prefix
[all...]
/external/python/cpython3/Python/
H A Ddynload_shlib.c55 _PyImport_FindSharedFuncptr(const char *prefix, argument
72 LEAD_UNDERSCORE "%.20s_%.200s", prefix, shortname);
/external/skia/tools/bookmaker/
H A DselfCheck.cpp119 string prefix = cs->fName + "::"; local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DRepresentTest.java41 private String prefix; field in class:RepresentTest.CustomBean
44 public CustomBean(String prefix, int suffix) { argument
45 this.prefix = prefix;
50 return prefix;
60 return prefix.equals(bean.getPrefix()) && suffix == bean.getSuffix();
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_show_multi.cc30 const MultiGraphNodeProto& TFMultiShow::Show(const string& prefix, argument
38 printf("%s", (prefix + ret->formatted_str).c_str());
43 prefix + ret->formatted_str);
/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc79 jstring prefix) {
86 const char* cprefix = env->GetStringUTFChars(prefix, &is_copy);
88 env->ReleaseStringUTFChars(prefix, cprefix);
77 Java_org_tensorflow_Graph_importGraphDef( JNIEnv* env, jclass clazz, jlong handle, jbyteArray graph_def, jstring prefix) argument
/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dobfuscate_names.cc81 string prefix; local
84 NodeNamePartsFromInput(input_name, &prefix, &input_node_name, &suffix);
89 string new_input_name = prefix + new_names[input_node_name] + suffix;
/external/webrtc/webrtc/base/
H A Dfakenetwork.h101 IPAddress prefix = TruncateIP(it->first.ipaddr(), prefix_length); local
103 it->first.hostname(), prefix,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_gtc.c16 int prefix; member in struct:eap_gtc_data
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
31 data->prefix = 1;
63 if (data->prefix &&
66 "expected prefix");
94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE;
102 if (data->prefix)
108 if (data->prefix) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_gtc.c16 int prefix; member in struct:eap_gtc_data
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
31 data->prefix = 1;
63 if (data->prefix &&
66 "expected prefix");
94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE;
102 if (data->prefix)
108 if (data->prefix) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_gtc.c16 int prefix; member in struct:eap_gtc_data
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
31 data->prefix = 1;
63 if (data->prefix &&
66 "expected prefix");
94 ret->methodState = data->prefix ? METHOD_MAY_CONT : METHOD_DONE;
102 if (data->prefix)
108 if (data->prefix) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c17 int prefix; member in struct:eap_gtc_data
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
35 data->prefix = 1;
57 msg = data->prefix ? "CHALLENGE=Password" : "Password";
107 if (data->prefix) {
112 "for EAP-FAST prefix");
124 "response to EAP-FAST prefix");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java75 * Asserts that a prefix is set.
76 * @param prefix a prefix
79 public static void assertPrefix(String prefix) throws XMPException argument
81 if (prefix == null || prefix.length() == 0)
83 throw new XMPException("Empty prefix", XMPError.BADPARAM);
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DIsSigMethodCriterion.java231 // don't include the * in the prefix, should end in .
265 private boolean matchWithPrefix(String fullType, String simpleType, String prefix) { argument
266 return matchWithPrefixOneWay(fullType, simpleType, prefix)
267 || matchWithPrefixOneWay(simpleType, fullType, prefix);
272 String prefix) {
279 /* unused String prefix2 = (prefix.endsWith(".")
280 ? prefix.substring(0, prefix.length() - 1)
281 : prefix); */
282 boolean b = (fullType2.equals(prefix
271 matchWithPrefixOneWay(String fullType, String simpleType, String prefix) argument
[all...]
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DAdviceAdapterTest2.java67 private String prefix; field in class:AdviceAdapterTest2.AdvisingClassLoader
69 public AdvisingClassLoader(String prefix) throws IOException { argument
70 this.prefix = prefix;
74 if(name.startsWith(prefix)) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3DFormat.java32 * <p>The prefix and suffix "{" and "}" and the separator "; " can be replaced by
34 * <p>White space is ignored at parse time, even if it is in the prefix, suffix
48 /** The default prefix: "{". */
58 private final String prefix; field in class:Vector3DFormat
66 /** Trimmed prefix. */
80 * <p>The instance uses the default prefix, suffix and separator:
96 * Create an instance with custom prefix, suffix and separator.
97 * @param prefix prefix to use instead of the default "{"
101 public Vector3DFormat(final String prefix, fina argument
114 Vector3DFormat(final String prefix, final String suffix, final String separator, final NumberFormat format) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealVectorFormat.java34 * <p>The prefix and suffix "{" and "}" and the separator "; " can be replaced by
36 * <p>White space is ignored at parse time, even if it is in the prefix, suffix
51 /** The default prefix: "{". */
61 private final String prefix; field in class:RealVectorFormat
69 /** Trimmed prefix. */
83 * <p>The instance uses the default prefix, suffix and separator:
99 * Create an instance with custom prefix, suffix and separator.
100 * @param prefix prefix to use instead of the default "{"
104 public RealVectorFormat(final String prefix, fina argument
117 RealVectorFormat(final String prefix, final String suffix, final String separator, final NumberFormat format) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java423 * @param rawName prefix:localName
462 // use a different raw name, with the prefix used in the
524 * The official SAX startPrefixMapping(prefix,uri) is to define a mapping for a child
529 final String prefix,
538 if (prefix1 == null && EMPTYSTRING.equals(prefix))
541 // doesn't have a prefix, and we are currently
542 // setting the uri for prefix "", so we have
547 startPrefixMapping(prefix,uri,false);
554 * Declare a prefix to point to a namespace URI. Inform SAX handler
555 * if this is a new prefix mappin
528 namespaceAfterStartElement( final String prefix, final String uri) argument
557 pushNamespace(String prefix, String uri) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java47 * the Namespace URI that is automatically mapped to the "xml" prefix.
54 * whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
65 * &lt;prefix, uri&gt;. The default size can be set to anything
116 // bind "xml" prefix to the XML uri
119 // bind "xmlns" prefix to the XMLNS uri
155 public boolean declarePrefix(String prefix, String uri) { argument
157 if (prefix == PREFIX_XML || prefix == PREFIX_XMLNS) {
161 // see if prefix already exists in current context
163 //if (fNamespace[i - 2] == prefix) {
194 getURI(String prefix) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java36 * [12 Variables and Parameters]) is specified as a QName. If it has a prefix,
37 * then the prefix is expanded into a URI reference using the namespace declarations
61 * The namespace prefix.
129 * Constructs a new QName with the specified namespace URI, prefix
133 * @param prefix The namespace prefix is known, or null
137 public QName(String namespaceURI, String prefix, String localName) argument
139 this(namespaceURI, prefix, localName, false);
143 * Constructs a new QName with the specified namespace URI, prefix
147 * @param prefix Th
152 QName(String namespaceURI, String prefix, String localName, boolean validate) argument
[all...]
/external/autotest/frontend/client/src/autotest/tko/
H A DFilterSelector.java148 protected void addToHistory(Map<String, String> args, String prefix) { argument
151 args.put(prefix + "[" + index + "][db]",
153 args.put(prefix + "[" + index + "][condition]", filters.get(index).condition.getText());
157 args.put(prefix + "_all", Boolean.toString(all.getValue()));
159 viewer.addToHistory(args, prefix);
162 protected void handleHistoryArguments(Map<String, String> args, String prefix) { argument
167 while ((db = args.get(prefix + "[" + index + "][db]")) != null) {
168 condition = args.get(prefix + "[" + index + "][condition]");
181 boolean allChecked = Boolean.parseBoolean(args.get(prefix + "_all"));
189 viewer.handleHistoryArguments(args, prefix);
[all...]

Completed in 464 milliseconds

1234567891011>>