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

  /external/chromium_org/gin/
object_template_builder.cc 134 : isolate_(isolate), template_(v8::ObjectTemplate::New(isolate)) {
135 template_->SetInternalFieldCount(kNumberOfInternalFields);
142 template_->SetNamedPropertyHandler(&NamedPropertyGetter,
151 template_->SetIndexedPropertyHandler(&IndexedPropertyGetter,
161 template_->Set(StringToSymbol(isolate_, name), val);
168 template_->SetAccessorProperty(StringToSymbol(isolate_, name), getter,
174 v8::Local<v8::ObjectTemplate> result = template_;
175 template_.Clear();
object_template_builder.h 124 CallbackTraits<T>::SetAsFunctionHandler(isolate_, template_, callback);
142 v8::Local<v8::ObjectTemplate> template_; member in class:gin::ObjectTemplateBuilder
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 12 this.template_ = template ||
69 return this.template_;
127 var tmpl = this.template_;
330 var localUnits = Object.keys(worldUnits[self.template_[0]]);
336 self.accumulate_(self.template_, snapshot, worldUnits, localUnits);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
TimeProfile20us.tracetemplate 83 ???H?<?'????_#{{0, 0}, {77.099999999999994, 548}}???]XRRunListData??]XRRunListData_NSKeyedArchiver????????v????????????_cliTargetDevice_com.apple.xray.owner.template_%com.apple.xray.owner.template.iconURL_com.apple.xray.run.data_)com.apple.xray.owner.template.description_%com.apple.xray.owner.template.version?Y???????=#@?X"+5:? DMT^`???????? !RTVXZ\^`bdfhjlnprtvxz|~??????????????????????????1DQ]p?????7Ng?????? 3<>?HPUhq?????? )2;>@BOQnprtvxz|~????????????????????????0FTkz??????????????  ' * - 0 3 5 7 9 ; = ? I V X Y Z c y ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 372 * request; one of the CameraDevice.TEMPLATE_ values.
    [all...]

Completed in 270 milliseconds