HomeSort by relevance Sort by last modified time
    Searched full:param_value (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.h 93 #define PARAM_VALUE(ENUM) \
127 PARAM_VALUE (PARAM_MAX_INLINE_INSNS_SINGLE)
129 PARAM_VALUE (PARAM_MAX_INLINE_INSNS)
131 PARAM_VALUE (PARAM_MAX_INLINE_SLOPE)
133 PARAM_VALUE (PARAM_MIN_INLINE_INSNS)
135 PARAM_VALUE (PARAM_MAX_INLINE_INSNS_AUTO)
137 PARAM_VALUE (PARAM_MAX_VARIABLE_EXPANSIONS)
139 PARAM_VALUE (PARAM_MIN_VECT_LOOP_BOUND)
141 PARAM_VALUE (PARAM_MAX_DELAY_SLOT_INSN_SEARCH)
143 PARAM_VALUE (PARAM_MAX_DELAY_SLOT_LIVE_SEARCH
    [all...]
  /external/mesa3d/include/CL/
cl_gl.h 98 void * /* param_value */,
141 void * /* param_value */,
148 void * param_value,
cl.h 456 void * /* param_value */,
471 void * /* param_value */,
500 void * /* param_value */,
520 void * /* param_value */,
597 void * /* param_value */,
604 void * /* param_value */,
630 void * /* param_value */,
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_gl.h 87 void * /* param_value */,
148 void * /* param_value */,
155 void * param_value,
cl.h 579 void * /* param_value */,
594 void * /* param_value */,
636 void * /* param_value */,
656 void * /* param_value */,
    [all...]
cl_ext.h 265 void *param_value,
  /external/ImageMagick/MagickCore/
opencl-private.h 69 cl_platform_info param_name,size_t param_value_size,void *param_value,
81 cl_device_info param_name,size_t param_value_size,void *param_value,
153 void *param_value,size_t *param_value_size_ret) CL_API_SUFFIX__VERSION_1_0;
157 cl_program_info param_name,size_t param_value_size,void *param_value,
176 cl_kernel_info param_name,size_t param_value_size,void *param_value,
230 cl_profiling_info param_name,size_t param_value_size,void *param_value,
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ContinuingRequestIntegrationTest.java 59 private static final String PARAM_VALUE = "there";
135 expect(request.getParameter(PARAM_NAME)).andReturn(PARAM_VALUE);
146 assertEquals(PARAM_VALUE, injector.getInstance(OffRequestCallable.class).value);
189 assertFalse(PARAM_VALUE.equals(injector.getInstance(OffRequestCallable.class).value));
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 35 //extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSetKernelExecInfo)(cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void* param_value);
opencl_svm_hsa_extension.hpp 159 const void * /* param_value */
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tParameter_Block.py 214 param_value = "65536"
226 %(self.param_name[1],param_value))
227 out,err = self.pfw.sendCmd("setParameter",self.param_name[1],param_value, expectSuccess=False)
229 % (self.param_name[1],param_value, err))
231 % (self.param_name[1],param_value))
263 param_value = "1"
276 %(param_undefined_name,param_value))
277 out,err = self.pfw.sendCmd("setParameter",param_undefined_name,param_value, expectSuccess=False)
279 % (param_undefined_name,param_value, err))
281 % (param_undefined_name,param_value))
    [all...]
  /system/weaved/libweaved/
command.h 79 T param_value{};
82 brillo::FromValue(*value, &param_value);
83 return param_value;
  /external/chromium-trace/catapult/third_party/webapp2/
webapp2.py 175 param_value = self.get_all(argument_name)
180 if len(param_value) > 0:
182 return param_value
184 return param_value[0]
212 param_value = self.params.getall(argument_name)
214 if param_value is None or len(param_value) == 0:
217 for i in xrange(len(param_value)):
218 if isinstance(param_value[i], cgi.FieldStorage):
219 param_value[i] = param_value[i].valu
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 355 Value *Param_Value = Builder.CreateLoad(ParamPtr, Arg->getName());
357 return Param_Value;
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 708 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; }
721 Values(GeneratorEvaluationTest::param_value()));
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 708 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; }
721 Values(GeneratorEvaluationTest::param_value()));
    [all...]
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 215 //void* (CL_API_CALL *clSetKernelExecInfo)(cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void* param_value) =
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 706 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
707 static void set_param_value(int param_value) { param_value_ = param_value; }
719 Values(GeneratorEvaluationTest::param_value()));
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 708 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; }
721 Values(GeneratorEvaluationTest::param_value()));
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConstants.java 110 public static final String PARAM_VALUE = "VALUE";
VCardParserImpl_V21.java 499 propertyData.addParameter(VCardConstants.PARAM_VALUE, pvalueval);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 708 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; }
721 Values(GeneratorEvaluationTest::param_value()));
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]

Completed in 1289 milliseconds