HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 1226 - 1250 of 8695) sorted by null

<<41424344454647484950>>

  /external/clang/test/SemaObjC/
arc.m 116 extern void test5_helper3(__weak id *); // expected-note {{passing argument to parameter here}}
117 test5_helper3(&x); // expected-error {{passing '__strong id *' to parameter of type '__weak id *' changes retain/release properties of pointer}}
144 extern void test7_helper(NSError **); // expected-note {{passing argument to parameter here}}
146 test7_helper(&err); // expected-error {{passing 'NSError *__unsafe_unretained *' to parameter of type 'NSError *__autoreleasing *' changes retain/release properties of pointer}}
328 extern float test14_nowriteback(id __autoreleasing const *); // expected-note{{passing argument to parameter here}}
340 test14_consume(cla); // expected-error {{passing address of non-scalar object to __autoreleasing parameter for write-back}}
341 test14_consume(vla); // expected-error {{passing address of non-scalar object to __autoreleasing parameter for write-back}}
342 test14_consume(&cla[5]); // expected-error {{passing address of non-scalar object to __autoreleasing parameter for write-back}}
345 test14_consume(test14_indirect()); // expected-error {{passing address of non-local object to __autoreleasing parameter for write-back}}
348 test14_consume(&test14_global); // expected-error {{passing address of non-local object to __autoreleasing parameter for write-back}
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 299 * for this parameter, or set to zero for a sane default.
655 * function directly, to ensure that the ABI version number parameter
663 * parameter), the storage pointed to by the cfg parameter must be
686 * Ensures the ABI version parameter is properly set.
697 * parameter is properly initialized.
700 * parameter), the storage pointed to by the cfg parameter must be
727 * Ensures the ABI version parameter is properly set.
751 * A parameter was NULL, or the usage value was not recognized
    [all...]
vpx_decoder.h 113 * function directly, to ensure that the ABI version number parameter
121 * parameter), the storage pointed to by the cfg parameter must be
143 * Ensures the ABI version parameter is properly set.
160 * clobbered by the algorithm. This parameter \ref MAY
179 * clobbered by the algorithm. This parameter \ref MAY
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 103 // Stores the nodeArg parameter to speed up multiple writes of the same node.
112 // The Configuration parameter to pass to the Underlying serilaizer.
119 // DOM Level 3 DOM Configuration parameter names
121 // Parameter canonical-form, true [optional] - NOT SUPPORTED
124 // Parameter cdata-sections, true [required] (default)
127 // Parameter check-character-normalization, true [optional] - NOT SUPPORTED
130 // Parameter comments, true [required] (default)
133 // Parameter datatype-normalization, true [optional] - NOT SUPPORTED
136 // Parameter element-content-whitespace, true [required] (default) - value - false [optional] NOT SUPPORTED
139 // Parameter entities, true [required] (default)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 85 fail("Bad parameter value");
87 fail("get parameter() rejected");
89 fail("get parameter() called in wrong state");
111 fail("Bad parameter value");
113 fail("get parameter() rejected");
115 fail("get parameter() called in wrong state");
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 130 char *parameter = argv[i]; local
131 int length = strlen(parameter);
135 if (length == 2 && parameter[0] == '-') {
136 ++parameter;
147 // Append the delimiter and the parameter.
149 memcpy(&parameters[offset + 1], parameter, length);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 38 * Test the constructor without resource bundle parameter using normal
49 * Test the constructor without resource bundle parameter using null name.
62 * Test the constructor without resource bundle parameter using empty name.
73 * Test the constructor having resource bundle parameter using normal
84 * Test the constructor having resource bundle parameter using null names.
97 * Test the constructor having resource bundle parameter using empty
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 139 // Constructors of classes with virtual bases take an implicit parameter.
148 "ctor for a class with virtual bases must have an implicit parameter");
173 // The scalar deleting destructor takes an implicit bool parameter.
224 "no implicit parameter for a constructor with virtual bases?");
233 "no implicit parameter for a deleting destructor?");
273 // by passing an implicit bool parameter.
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 212 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_13:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_13</Name><USR>c:@F@comment_to_html_conversion_13#I#</USR><Declaration>void comment_to_html_conversion_13(int x1)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
224 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_14:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_14</Name><USR>c:@F@comment_to_html_conversion_14#I#</USR><Declaration>void comment_to_html_conversion_14(int x1)</Declaration><Parameters><Parameter><Name>zzz</Name><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
237 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_15:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_15</Name><USR>c:@F@comment_to_html_conversion_15#I#I#</USR><Declaration>void comment_to_html_conversion_15(int x1, int x2)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Bbb. </Para></Discussion></Parameter></Parameters></Function>]
255 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_16:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_16</Name><USR>c:@F@comment_to_html_conversion_16#I#I#</USR><Declaration>void comment_to_html_conversion_16(int x1, int x2)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Par (…)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetalpha.html 146 CLASS="PARAMETER"
150 > parameter specifies which surface whose alpha
152 CLASS="PARAMETER"
166 CLASS="PARAMETER"
178 CLASS="PARAMETER"
182 > parameter is the per-surface alpha value; a
sdlenvvars.html 493 CLASS="PARAMETER"
498 CLASS="PARAMETER"
503 CLASS="PARAMETER"
510 CLASS="PARAMETER"
515 CLASS="PARAMETER"
522 CLASS="PARAMETER"
527 CLASS="PARAMETER"
533 CLASS="PARAMETER"
1130 CLASS="PARAMETER"
1135 CLASS="PARAMETER"
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 127 * eap_peer_sm_init() call will be used as the ctx parameter for these
211 * eap_param_needed - Notify that EAP parameter is needed
214 * @txt: User readable text describing the required parameter
234 * @parameter: Step-specific parameter, e.g., EAP method name
237 const char *parameter);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 103 // If the implementation does not accept a parameter change while the output is
104 // active but the parameter is acceptable otherwise, it must return INVALID_OPERATION.
105 // The audio flinger will put the output in standby and then change the parameter value.
169 // If the implementation does not accept a parameter change while the output is
170 // active but the parameter is acceptable otherwise, it must return INVALID_OPERATION.
171 // The audio flinger will put the input in standby and then change the parameter value.
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 77 * DSP_EPOINTER: Parameter phProcessor is not valid.
78 * DSP_EINVALIDARG: Parameter uProcessor is invalid
194 * DSP_EPOINTER: Parameter pResourceInfo is not valid
195 * DSP_EVALUE: Parameter uResourceType is invalid.
224 * DSP_EPOINTER: Parameter pProcStatus is not valid.
280 * DSP_EVALUE: Parameter uEventMask is Invalid
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 77 * DSP_EPOINTER: Parameter phProcessor is not valid.
78 * DSP_EINVALIDARG: Parameter uProcessor is invalid
194 * DSP_EPOINTER: Parameter pResourceInfo is not valid
195 * DSP_EVALUE: Parameter uResourceType is invalid.
224 * DSP_EPOINTER: Parameter pProcStatus is not valid.
280 * DSP_EVALUE: Parameter uEventMask is Invalid
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
285 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
330 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
347 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
33 // generators objects produce correct parameter sequences and that
212 // unaffected by the parameter evaluation order.
336 // Tests that ValuesIn() with an array parameter generates
344 // Tests that ValuesIn() with a const array parameter generates
352 // Edge case. Tests that ValuesIn() with an array parameter containing a
418 // different types convertible to ParamGenerator's parameter type.
443 // Edge case test. Tests that single-parameter Values() generates the sequence
488 // Tests that the Combine() with the first parameter generating a single value
490 // number of elements in the sequence generated by the second parameter
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
33 // generators objects produce correct parameter sequences and that
212 // unaffected by the parameter evaluation order.
336 // Tests that ValuesIn() with an array parameter generates
344 // Tests that ValuesIn() with a const array parameter generates
352 // Edge case. Tests that ValuesIn() with an array parameter containing a
418 // different types convertible to ParamGenerator's parameter type.
443 // Edge case test. Tests that single-parameter Values() generates the sequence
488 // Tests that the Combine() with the first parameter generating a single value
490 // number of elements in the sequence generated by the second parameter
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 106 * @return true if the start time is available. When false is returned, output parameter
119 * @return true if the start time is available. When false is returned, output parameter
135 * @return true if the start time is available. When false is returned, output parameter
152 * @return true if the start time is available. When false is returned, output parameter
288 * @return true if the start time is available. When false is returned, output parameter
301 * @return true if the start time is available. When false is returned, output parameter
317 * @return true if the start time is available. When false is returned, output parameter
334 * @return true if the start time is available. When false is returned, output parameter
523 * @return true if the start time is available. When false is returned, output parameter
536 * @return true if the start time is available. When false is returned, output parameter
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-param-test_test.cc 32 // Tests for Google Test itself. This file verifies that the parameter
33 // generators objects produce correct parameter sequences and that
212 // unaffected by the parameter evaluation order.
336 // Tests that ValuesIn() with an array parameter generates
344 // Tests that ValuesIn() with a const array parameter generates
352 // Edge case. Tests that ValuesIn() with an array parameter containing a
418 // different types convertible to ParamGenerator's parameter type.
443 // Edge case test. Tests that single-parameter Values() generates the sequence
488 // Tests that the Combine() with the first parameter generating a single value
490 // number of elements in the sequence generated by the second parameter
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 100 :parameters, :parameter ].freeze
483 # 111:1: parameters returns [ list ] : parameter[ $list ] ( ',' parameter[ $list ] )* ;
493 # at line 113:5: parameter[ $list ] ( ',' parameter[ $list ] )*
495 parameter( list )
497 # at line 113:24: ( ',' parameter[ $list ] )*
508 # at line 113:26: ',' parameter[ $list ]
511 parameter( list )
534 # parser rule parameter
539 def parameter( parameters ) method in class:ANTLR3.Template.GroupFile.Parser
    [all...]
  /prebuilts/sdk/tools/linux/
aidl 
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 60 * Test the constructor with a normal parameter.
69 * normal listener parameter.
109 * null listener parameter.
122 * listener parameter that has already been registered.
140 * String) with a normal listener parameter and property name parameter.
187 * String) with a null listener parameter and a normal property name
188 * parameter.
205 * String) with a normal listener parameter and a null property name
206 * parameter
    [all...]
  /development/ndk/platforms/android-3/include/
zlib.h 136 parameter for calls of zalloc and zfree. This can be useful for custom
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
290 with the same value of the flush parameter and more output space (updated
296 If the parameter flush is set to Z_FINISH, pending input is processed,
381 about the flush parameter).
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
415 (a single call of inflate), the parameter flush should be set t
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 136 parameter for calls of zalloc and zfree. This can be useful for custom
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
290 with the same value of the flush parameter and more output space (updated
296 If the parameter flush is set to Z_FINISH, pending input is processed,
381 about the flush parameter).
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
415 (a single call of inflate), the parameter flush should be set t
    [all...]

Completed in 2788 milliseconds

<<41424344454647484950>>