HomeSort by relevance Sort by last modified time
    Searched defs:GetParameter (Results 1 - 18 of 18) sorted by null

  /external/libtextclassifier/common/
task-context.cc 98 std::string TaskContext::GetParameter(const std::string &name) const {
109 std::string value = GetParameter(name);
114 std::string value = GetParameter(name);
119 std::string value = GetParameter(name);
124 std::string value = GetParameter(name);
feature-extractor.cc 78 std::string GenericFeatureFunction::GetParameter(
96 std::string value = GetParameter(name);
109 std::string value = GetParameter(name);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 690 # @return: call common GetParameter
693 return GetParameter(Parameter, Index)
702 # @return: call common GetParameter
705 return GetParameter(Parameter, Index)
707 ## GetParameter() method
716 def GetParameter(Parameter, Index = 1):
    [all...]
  /external/v8/src/debug/
debug-frames.cc 63 Handle<Object> FrameInspector::GetParameter(int index) {
64 return is_optimized_ ? deoptimized_frame_->GetParameter(index)
65 : handle(frame_->GetParameter(index), isolate_);
125 ? GetParameter(i)
172 DCHECK(!javascript_frame()->GetParameter(i)->IsTheHole(isolate_));
  /external/boringssl/src/crypto/test/
file_test.cc 146 const std::string &FileTest::GetParameter() {
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 98 mBaseComponent.GetParameter = GetParameter;
243 OMX_ERRORTYPE ISVComponent::GetParameter(
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 869 def GetParameter (self, module, param):
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 58 HParameter* GetParameter(int parameter) {
721 GetParameter(Descriptor::kReceiver), GetParameter(Descriptor::kName),
756 return BuildLoadNamedField(GetParameter(Descriptor::kReceiver),
768 HValue* map = AddLoadMap(GetParameter(Descriptor::kReceiver), NULL);
830 HValue* const object = GetParameter(Descriptor::kObject);
831 HValue* const map = GetParameter(Descriptor::kMap);
    [all...]
frames.cc 659 Object* BuiltinExitFrame::GetParameter(int i) const {
693 accumulator->Add(",%o", GetParameter(i));
737 Object* StandardFrame::GetParameter(int index) const {
973 Object* JavaScriptFrame::receiver() const { return GetParameter(-1); }
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 371 specification for details on the GetParameter method.
373 OMX_ERRORTYPE (*GetParameter)(
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 279 handle->GetParameter = GetParameter;
443 OMX_ERRORTYPE ComponentBase::GetParameter(
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)(
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)(
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)(
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Component.h 354 specification for details on the GetParameter method.
356 OMX_ERRORTYPE (*GetParameter)(
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc     [all...]
  /external/v8/include/
v8.h 425 V8_INLINE T* GetParameter() const { return parameter_; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
azroles.h     [all...]

Completed in 1210 milliseconds