/sdk/sdklauncher/ |
Android.mk | 21 LOCAL_CFLAGS += -Wall -Wno-unused-parameter
|
/system/core/include/mincrypt/ |
sha.h | 54 /* Convenience method. Returns digest parameter value. */
|
/system/media/audio_effects/include/audio_effects/ |
effect_environmentalreverb.h | 32 /* enumerated parameter settings for environmental reverb effect */
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 90 complete. Zero value in this parameter means that there is no
109 complete. Zero value in this parameter means that there is no
134 WinUsb framework will accept a timeout parameter in WinUsb_Read/Write
|
adb_winusb_io_completion.h | 97 Unlike regular GetOvelappedResult call this parameter can be NULL.
98 @param[in] wait If this parameter is true, the method does not return
99 until the operation has been completed. If this parameter is false
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECFieldF2m_ImplTest.java | 57 * The <code>m</code> parameter for <code>ECFieldF2m</code> 62 * The <code>rp</code> parameter for <code>ECFieldF2m</code> 67 * The <code>ks</code> parameter for <code>ECFieldF2m</code>
|
/external/apache-http/src/org/apache/http/auth/ |
AuthScheme.java | 90 * Returns authentication parameter with the given name, if available. 92 * @param name The name of the parameter to be returned 94 * @return the parameter with the given name
|
/external/bluetooth/bluedroid/stack/include/ |
btm_ble_api.h | 81 /* adv parameter boundary values */ 85 /* connection parameter boundary values */ 554 ** Parameter bd_addr: target device the data to be signed for. 557 ** signature: output parameter where data signature is going to 572 ** Parameter bd_addr: target device the data to be signed for. 723 ** Parameter remote_bda: remote device address 724 ** p_dev_type: output parameter to read the device type. 725 ** p_addr_type: output parameter to read the address type. 822 ** Parameter adv_policy: advertising filter policy 834 ** Parameter rx_freq - Frequency Rang [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS12ParametersGenerator.java | 166 * Generate a key parameter derived from the password, salt, and iteration 183 * Generate a key with initialisation vector parameter derived from 206 * Generate a key parameter for use with a MAC derived from the password,
|
/external/ceres-solver/internal/ceres/ |
residual_block_utils.cc | 93 "Residual Block size: %d parameter blocks x %d residuals\n\n", 96 "For each parameter block, the value of the parameters are printed in the first column \n" // NOLINT 111 &result, "Parameter Block %d, size: %d\n", i, parameter_block_size);
|
solver_impl.h | 77 // Reorder the parameter blocks in program using the ordering. A 88 // parameter blocks) occur together. This is a necessary condition 111 // Remove the fixed or unused parameter blocks and residuals
|
/external/chromium/chrome/browser/ |
character_encoding.h | 76 // The returned std::vector is maintained by this class. The parameter 77 // |locale| points to the current application (UI) locale. The parameter 80 // The parameter |recently_select_encodings| is string of encoding list which
|
/external/chromium/chrome/common/extensions/docs/ |
test.html | 55 Description of this parameter from the json schema. 331 Description of this parameter from the json schema. 361 The callback <em>parameter</em> should specify a function 365 If you specify the <em>callback</em> parameter, it should 428 Description of this parameter from the json schema. 458 The callback <em>parameter</em> should specify a function 462 If you specify the <em>callback</em> parameter, it should 525 Description of this parameter from the json schema. 555 The callback <em>parameter</em> should specify a function 559 If you specify the <em>callback</em> parameter, it shoul [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest-param-test.h.pump | 54 // class hierarchies), where the type of your parameter values. 68 // Inside a test, access the test parameter with the GetParam() method 81 // (surprise!) parameter generators. Here is a summary of them, which 100 // each with parameter values "meeny", "miny", and "moe". 123 // with parameter values "cat" and "dog": 149 // In the future, we plan to publish the API for defining new parameter 155 // testing::WithParamInterface<T>, where T is the type of the parameter 198 // Functions producing parameter generators. 206 // each three times with parameter values 3, 5, and 8: 293 // each with parameter values 'a' and 'b' [all...] |
/external/chromium/testing/gtest/samples/ |
sample7_unittest.cc | 35 // a parameter that is an interface pointer to an implementation 65 // can refer to the test parameter by GetParam(). In this case, the test 66 // parameter is a factory function which we call in fixture's SetUp() to
|
sample8_unittest.cc | 34 // and each test is given one combination as a parameter. 116 // Inside the test body, you can refer to the test parameter by GetParam(). 117 // In this case, the test parameter is a PrimeTable interface pointer which
|
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 141 // Verifies that the test parameter value is output in the 'value_param' 148 // Verifies that the type parameter name is output in the 'type_param' 155 // Verifies that the type parameter name is output in the 'type_param'
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 55 def err_param_redefinition : Error<"redefinition of parameter %0">; 56 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">; 57 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p3.cpp | 45 // - each of its parameter types shall be a literal type; 46 constexpr int NonLiteralParam(NonLiteral) { return 0; } // expected-error {{constexpr function's 1st parameter type 'NonLiteral' is not a literal type}} 133 // parameter is not allowed in a constant expression.
|
/external/clang/test/Index/ |
print-type.cpp | 29 // CHECK: TemplateTypeParameter=T:3:19 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0] 30 // CHECK: FieldDecl=t:5:5 (Definition) [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0] 31 // CHECK: TypeRef=T:3:19 [type=T] [typekind=Unexposed] [canonicaltype=type-parameter-0-0] [canonicaltypekind=Unexposed] [isPOD=0]
|
/external/clang/test/SemaObjCXX/ |
literals.mm | 124 object : @"object" // expected-error{{cannot initialize a parameter of type 'const id<NSCopying>' with an rvalue of type 'NSObject *'}} 135 id arr1 = @[ args ]; // expected-error{{initializer contains unexpanded parameter pack 'args'}} 148 id dict = @{ args : @17 }; // expected-error{{initializer contains unexpanded parameter pack 'args'}}
|
/external/clang/test/SemaTemplate/ |
resolve-single-template-id.cpp | 20 a parameter of a function (5.2.2), 21 a parameter of a user-defined operator (13.5), 24 a non-type template-parameter (14.3.2)
|
/external/compiler-rt/lib/asan/ |
Android.mk | 75 -Wno-unused-parameter \ 94 -Wno-unused-parameter \ 157 -Wno-unused-parameter \
|
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 54 // class hierarchies), where the type of your parameter values. 68 // Inside a test, access the test parameter with the GetParam() method 81 // (surprise!) parameter generators. Here is a summary of them, which 100 // each with parameter values "meeny", "miny", and "moe". 123 // with parameter values "cat" and "dog": 149 // In the future, we plan to publish the API for defining new parameter 155 // testing::WithParamInterface<T>, where T is the type of the parameter 198 // Functions producing parameter generators. 206 // each three times with parameter values 3, 5, and 8: 293 // each with parameter values 'a' and 'b' [all...] |
/external/gtest/samples/ |
sample7_unittest.cc | 35 // a parameter that is an interface pointer to an implementation 65 // can refer to the test parameter by GetParam(). In this case, the test 66 // parameter is a factory function which we call in fixture's SetUp() to
|