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

1 2

  /external/lldb/scripts/Python/interface/
SBSymbol.i 99 __swig_getmethods__["synthetic"] = IsSynthetic
100 if _newclass: synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
SBTypeCategory.i 171 '''An accessor function that returns an accessor object which allows lazy synthetic children provider access from a lldb.SBTypeCategory object.'''
175 '''An accessor function that returns a list() that contains all synthetic children providers in a lldb.SBCategory object.'''
213 __swig_getmethods__["synthetic"] = get_synthetics_access_object
214 if _newclass: synthetic = property(get_synthetics_access_object, None, doc=r'''A read only property that returns an object that you can use to look for synthetic children provider by index or type name or regular expression.''')
  /external/lldb/source/Target/
StackFrame.cpp 821 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); local
896 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); local
    [all...]
  /system/media/camera/docs/
metadata_template.mako 92 % if prop.synthetic:
93 synthetic="true"
CameraMetadataKeys.mako 66 % if entry.synthetic:
html.mako 261 % if prop.synthetic:
262 <span class="entry_type_synthetic">[synthetic] </span>
metadata_helpers.py 995 Filter the given entries by removing those that are synthetic.
1003 return (e for e in entries if not e.synthetic)
metadata_model.py 1028 synthetic: The C-level visibility of this entry ('false', 'true').
1029 Synthetic entries will not be generated into the native metadata
1030 list of entries (in C code). In general a synthetic entry is
1134 def synthetic(self): member in class:Entry
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 263 group = optparse.OptionGroup(parser, 'Synthetic gesture options')
265 group.add_option('--synthetic-gesture-source-type',
269 help='Specify the source type for synthetic gestures. Note that some ' +
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
gesture_common.js 5 // This file provides common functionality for synthetic gesture actions.
pinch.js 36 // the synthetic pinch gesture to cover.
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 101 return synthetic(cf, offset, length, observer);
130 return synthetic(cf, offset, length, observer);
169 return synthetic(cf, offset, length, observer);
717 * Parses a {@code Synthetic} attribute.
719 private Attribute synthetic(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 542 bool synthetic = GetRegisterValue (*reg_info, reg_value); local
550 strm.Printf ("UnwindAssemblyInstEmulation::ReadRegister (name = \"%s\") => synthetic_value = %i, value = ", reg_info->name, synthetic);
  /external/lldb/source/API/
SBValue.cpp 642 lldb::SBTypeSynthetic synthetic; local
654 synthetic.SetSP(synth_sp);
658 return synthetic;
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 210 // Create a synthetic pref change event decorated as
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 233 // Log the synthetic busy too.
usbgnubbydevice.js 302 // Log the synthetic busy too.
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 318 * @param {Event} e Each page's synthetic DOM event.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 911 milliseconds

1 2