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

  /external/chromium_org/gin/
object_template_builder.cc 10 : isolate_(isolate), template_(v8::ObjectTemplate::New(isolate)) {
18 template_->Set(StringToSymbol(isolate_, name), val);
25 template_->SetAccessorProperty(StringToSymbol(isolate_, name), getter,
31 v8::Local<v8::ObjectTemplate> result = template_;
32 template_.Clear();
object_template_builder.h 119 v8::Local<v8::ObjectTemplate> template_; member in class:gin::ObjectTemplateBuilder
  /dalvik/vm/compiler/codegen/arm/armv5te/
ArchVariant.h 21 #define JIT_TEMPLATE(X) TEMPLATE_##X,
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.h 21 #define JIT_TEMPLATE(X) TEMPLATE_##X,
  /dalvik/vm/compiler/codegen/arm/armv7-a/
ArchVariant.h 21 #define JIT_TEMPLATE(X) TEMPLATE_##X,
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
ArchVariant.h 21 #define JIT_TEMPLATE(X) TEMPLATE_##X,
  /dalvik/vm/compiler/codegen/mips/mips/
ArchVariant.h 21 #define JIT_TEMPLATE(X) TEMPLATE_##X,
  /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 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
  /dalvik/vm/compiler/template/
gen-template.py 160 opcodes.append("TEMPLATE_" + match.group(1))
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 256 * request; one of the CameraDevice.TEMPLATE_ values.
    [all...]

Completed in 641 milliseconds