Searched refs:parameter (Results 151 - 175 of 257) sorted by relevance

1234567891011

/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h203 * eap_param_needed - Notify that EAP parameter is needed
206 * @txt: User readable text describing the required parameter
238 * @parameter: Step-specific parameter, e.g., EAP method name
241 const char *parameter);
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h203 * eap_param_needed - Notify that EAP parameter is needed
206 * @txt: User readable text describing the required parameter
238 * @parameter: Step-specific parameter, e.g., EAP method name
241 const char *parameter);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h203 * eap_param_needed - Notify that EAP parameter is needed
206 * @txt: User readable text describing the required parameter
238 * @parameter: Step-specific parameter, e.g., EAP method name
241 const char *parameter);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dbus/dbus/
H A Ddbus-spawn-win.c558 babysitter (void *parameter) argument
560 DBusBabysitter *sitter = (DBusBabysitter *) parameter;
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec103 5. What's the <data> parameter to ProgramCallbackMESA for?
126 Accepted by the <cap> parameter of Enable, Disable, IsEnabled,
132 Accepted by the <pname> parameter GetBooleanv, GetDoublev,
138 Accepted by the <pname> parameter of GetPointerv:
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp3154 // Redeclarations are allowed. But, return types and parameter qualifiers must match.
3164 context->error((yyvsp[(2) - (2)].lex).line, "overloaded functions must have the same parameter qualifiers", (yyvsp[(1) - (2)].interm.function)->getParam(i).type->getQualifierString(), "");
3199 // Add the parameter
3212 // Only first parameter of one-parameter functions can be void
3217 // This parameter > first is void
3223 // Add the parameter
4406 context->error((yyvsp[(1) - (1)].interm).line, "function cannot take any parameter(s)", function->getName().c_str(), "");
4428 // If the parameter has no name, it's not an error, just don't insert it
4449 // Add the parameter t
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.cpp458 static void cachedStringCallback(v8::Persistent<v8::Value> wrapper, void* parameter) argument
461 StringImpl* stringImpl = static_cast<StringImpl*>(parameter);
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp330 String typeCodecs = contentType.parameter(codecs());
634 String typeCodecs = contentType.parameter(codecs());
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_glue.c726 const char *parameter)
730 wpas_notify_eap_status(wpa_s, status, parameter);
725 wpa_supplicant_status_cb(void *ctx, const char *status, const char *parameter) argument
/external/libffi/src/powerpc/
H A Dlinux64_closure.S86 # now load up the pointer to the parameter save area
H A Dppc_closure.S82 # now load up the pointer to the outgoing parameter
/external/v8/src/
H A Dlog.h199 void DebugEvent(const char* event_type, Vector<uint16_t> parameter);
H A Dscopes.h140 // Declare a parameter in this scope. When there are duplicated
322 // Parameters. The left-most parameter has index 0.
324 Variable* parameter(int index) const { function in class:v8::internal::Scope
401 // During formal parameter list parsing the scope only contains
403 // "this" is an invalid parameter name and "arguments" is invalid parameter
502 // variable is bound. These are returned in the output parameter *binding_kind
548 // parameter should be set to the calling context of 'eval'.
583 // parameter is the context in which eval was called. In all other
584 // cases the context parameter i
[all...]
H A Dprettyprinter.cc573 PrintLiteral(scope->parameter(i)->name(), false);
727 PrintLiteralWithModeIndented("VAR", scope->parameter(i),
728 scope->parameter(i)->name());
1023 OS::SNPrintF(buf + pos, " parameter[%d]", var->index());
H A Dlog.cc1227 void Logger::DebugEvent(const char* event_type, Vector<uint16_t> parameter) { argument
1229 StringBuilder s(parameter.length() + 1);
1230 for (int i = 0; i < parameter.length(); ++i) {
1231 s.AddCharacter(static_cast<char>(parameter[i]));
H A Dscopeinfo.cc94 scope_info->set(index++, *scope->parameter(i)->name());
108 // the non-parameter locals. When the non-parameter locals are sorted
336 // last declaration of that parameter is used
/external/openssh/
H A Dpkcs11.h159 #define parameter pParameter macro
681 void *parameter; member in struct:ck_mechanism
1321 #undef parameter macro
/external/webkit/Source/WebCore/dom/
H A Dmake_names.pl205 my ($parameter, $value) = @_;
210 die "Unknown parameter $parameter for tags/attrs\n" if !defined($parameters{$parameter});
211 $parameters{$parameter} = $value;
/external/opencv/cv/include/
H A Dcv.h443 double parameter CV_DEFAULT(0),
718 int method, double parameter,
759 int method, double parameter CV_DEFAULT(0));
/external/webkit/Source/WebCore/editing/
H A DEditor.h182 bool execute(const String& parameter = String(), Event* triggeringEvent = 0) const;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex126 also performs extensive parameter error checking to prevent any number of run-time exploits or errors.
879 parameters \textit{key}, \textit{keylen} and \textit{num\_rounds} are the same as in the XXX\_setup() function call. The final parameter
883 In the case of CTR mode there is an additional parameter \textit{ctr\_mode} which specifies the mode that the counter is to be used in.
1187 Where \textit{eax} is the EAX state. The \textit{cipher} parameter is the index of the desired cipher in the descriptor table.
1188 The \textit{key} parameter is the shared secret symmetric key of length \textit{keylen} octets. The \textit{nonce} parameter is the
1189 random public string of length \textit{noncelen} octets. The \textit{header} parameter is the random (or fixed or \textbf{NULL}) header for the
1915 This will hash the data pointed to by \textit{in} of length \textit{inlen}. The hash used is indexed by the \textit{hash} parameter. The message
1916 digest is stored in \textit{out}, and the \textit{outlen} parameter is updated to hold the message digest size.
1929 when it is called. The message digest is stored in \textit{out}, and the \textit{outlen} parameter i
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc218 // The parameter |index| indicates the initial index of filter description
222 // and when done contains the extension the user chose. The parameter
632 LPARAM parameter,
767 LPARAM parameter,
765 BrowseCallbackProc(HWND window, UINT message, LPARAM parameter, LPARAM data) argument
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h637 // Returns the name of the parameter type, or NULL if this is not a typed
645 // Returns the text representation of the value parameter, or NULL if this
716 // Name of the parameter type, or NULL if this is not a typed or a
719 // Text representation of the value parameter, or NULL if this is not a
750 // a_type_param: the name of the test's type parameter, or NULL if
764 // Returns the name of the parameter type, or NULL if this is not a
873 // Name of the parameter type, or NULL if this is not a typed or a
1402 // We used to have a second template parameter instead of Secret*. That
1403 // template parameter would deduce to 'long', making this a better match
1548 // Template parameter
1683 SetParam(const ParamType* parameter) argument
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java47 * All data manipulation takes place in local variables. Each parameter gets its
50 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local
64 * Local, Local, Local)}. In either overload the first {@code Local} parameter
79 * point values. This comparison takes an extra parameter that sets
80 * the desired result if either parameter is {@code NaN}. The result of
192 /** true once we've fixed the positions of the parameter registers */
198 * The parameters on this method. If this is non-static, the first parameter
216 for (TypeId<?> parameter : method.parameters.types) {
217 parameters.add(Local.get(this, parameter));
238 * Returns the local for the parameter a
[all...]

Completed in 2086 milliseconds

1234567891011