HomeSort by relevance Sort by last modified time
    Searched refs:GetParameter (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/javascript/
JS_Object.cpp 18 CJS_Object* pJSObj = data.GetParameter();
24 CJS_Object* pJSObj = data.GetParameter();
  /external/libtextclassifier/common/
feature-extractor.cc 78 std::string GenericFeatureFunction::GetParameter(
96 std::string value = GetParameter(name);
109 std::string value = GetParameter(name);
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);
task-context.h 49 std::string GetParameter(const std::string &name) const;
  /external/v8/src/compiler/
js-frame-specialization.cc 44 handle(index ? frame()->GetParameter(index - 1) : frame()->receiver(),
74 handle(index ? frame()->GetParameter(index - 1) : frame()->receiver(),
  /external/v8/src/debug/
debug-frames.cc 69 Handle<Object> FrameInspector::GetParameter(int index) {
70 if (is_optimized_) return deoptimized_frame_->GetParameter(index);
72 return handle(frame_->GetParameter(index), isolate_);
125 ? GetParameter(i)
172 DCHECK(!javascript_frame()->GetParameter(i)->IsTheHole(isolate_));
debug-frames.h 33 Handle<Object> GetParameter(int index);
  /external/boringssl/src/crypto/fipsmodule/aes/
aes_test.cc 123 if (t->GetParameter() == "Raw") {
125 } else if (t->GetParameter() == "KeyWrap") {
128 ADD_FAILURE() << "Unknown mode " << t->GetParameter();
  /external/skia/experimental/SkV8Example/
Path2D.cpp 17 delete args.GetParameter();
  /external/v8/src/
code-stubs-hydrogen.cc 60 HParameter* GetParameter(int parameter) {
326 HValue* const object = GetParameter(Descriptor::kObject);
327 HValue* const map = GetParameter(Descriptor::kMap);
390 HValue* left = GetParameter(Descriptor::kLeft);
391 HValue* right = GetParameter(Descriptor::kRight);
467 HValue* allocation_site = GetParameter(Descriptor::kAllocationSite);
468 HValue* left = GetParameter(Descriptor::kLeft);
469 HValue* right = GetParameter(Descriptor::kRight);
491 if_true.If<HBranch>(GetParameter(Descriptor::kArgument), stub->hints());
managed.h 56 reinterpret_cast<Managed<CppType>**>(data.GetParameter());
i18n.cc 749 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
804 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
856 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
    [all...]
frames.cc 676 Object* BuiltinExitFrame::GetParameter(int i) const {
710 accumulator->Add(",%o", GetParameter(i));
754 Object* StandardFrame::GetParameter(int index) const {
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64_test.cc 372 if (t->GetParameter() == "Negate") {
374 } else if (t->GetParameter() == "MulMont") {
376 } else if (t->GetParameter() == "FromMont") {
378 } else if (t->GetParameter() == "PointAdd") {
381 FAIL() << "Unknown test type:" << t->GetParameter();
  /external/boringssl/src/crypto/test/
file_test.h 137 // GetParameter returns the value of the first attribute of the current test.
138 const std::string &GetParameter();
  /external/v8/src/inspector/
inspected-context.cc 29 data.GetParameter()->Reset();
v8-runtime-agent-impl.cc 175 if (!data.GetParameter()->m_wrapper.IsEmpty()) {
176 data.GetParameter()->m_wrapper.Reset();
179 data.GetParameter()->m_callback->sendFailure(
181 delete data.GetParameter();
  /external/boringssl/src/crypto/evp/
evp_test.cc 182 const std::string &key_name = t->GetParameter();
248 const std::string &key_name = t->GetParameter();
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 45 mComponent->GetParameter = GetParameterWrapper;
131 return me->getParameter(index, params);
263 OMX_ERRORTYPE SoftOMXComponent::getParameter(
  /external/pdfium/fxjs/
fxjs_v8.h 67 return data.GetParameter();
  /external/v8/src/profiler/
allocation-tracker.cc 329 reinterpret_cast<UnresolvedLocation*>(data.GetParameter());
sampling-heap-profiler.cc 120 Sample* sample = data.GetParameter();
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Component.h 371 specification for details on the GetParameter method.
373 OMX_ERRORTYPE (*GetParameter)(
OMX_Core.h     [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 98 static OMX_ERRORTYPE GetParameter(

Completed in 395 milliseconds

1 2 3