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

1 2

  /external/pdfium/fxjs/
cjs_globaldata.h 32 void SetGlobalVariableNumber(const ByteString& propname, double dData);
33 void SetGlobalVariableBoolean(const ByteString& propname, bool bData);
34 void SetGlobalVariableString(const ByteString& propname,
36 void SetGlobalVariableObject(const ByteString& propname,
38 void SetGlobalVariableNull(const ByteString& propname);
39 bool SetGlobalVariablePersistent(const ByteString& propname,
41 bool DeleteGlobalVariable(const ByteString& propname);
cjs_globaldata.cpp 71 const ByteString& propname) {
74 if ((*it)->data.sKey == propname)
81 const ByteString& propname) const {
84 if ((*it)->data.sKey == propname)
91 const ByteString& propname) {
92 auto iter = FindGlobalVariable(propname);
96 void CJS_GlobalData::SetGlobalVariableNumber(const ByteString& propname,
98 ByteString sPropName(propname);
114 void CJS_GlobalData::SetGlobalVariableBoolean(const ByteString& propname,
116 ByteString sPropName(propname);
    [all...]
cjs_global.cpp 146 CJS_Return QueryProperty(const wchar_t* propname);
147 CJS_Return GetProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
149 const wchar_t* propname,
151 CJS_Return DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
158 CJS_Return SetGlobalVariables(const ByteString& propname,
268 CJS_Return JSGlobalAlternate::QueryProperty(const wchar_t* propname) {
269 return CJS_Return(WideString(propname) != L"setPersistent");
273 const wchar_t* propname) {
274 auto it = m_MapGlobal.find(ByteString::FromUnicode(propname));
283 const wchar_t* propname) {
    [all...]
cfxjse_engine.h 91 const WideStringView& propname,
cfxjse_engine.cpp 148 const WideStringView& propname,
156 if (!ResolveObjects(refNode, propname, &resolveRs, dwFlag, nullptr))
  /external/dtc/tests/
node_offset_by_prop_value.c 31 static void vcheck_search(void *fdt, const char *propname, const void *propval,
40 offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
50 static void check_search(void *fdt, const char *propname, const void *propval,
56 vcheck_search(fdt, propname, propval, proplen, ap);
60 static void check_search_str(void *fdt, const char *propname,
66 vcheck_search(fdt, propname, propval, strlen(propval)+1, ap);
70 #define check_search_cell(fdt, propname, propval, ...) \
73 check_search((fdt), (propname), &val, sizeof(val), \
testutils.c 93 const char *propname; local
109 propname = fdt_string(fdt, nameoff);
110 if (!propname || !streq(propname, name))
112 propname, name);
  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 77 std::string propname("sys.cf.ser." + content);
79 property_set(propname.c_str(), dev.c_str());
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 171 for propname, propval in props:
172 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
173 #print propname + ": " + actual_propval
174 if propname == "svn:mime-type" and propval.find("text/") == 0:
178 print "svn propset %s '%s' %s" % (propname, propval, f)
180 os.system("svn propset %s '%s' %s" % (propname, propval, f))
  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 58 __u64 propname; member in struct:fsl_hv_ioctl_prop
  /external/dtc/
checks.c 167 char *propname = c->data; local
169 prop = get_property(node, propname);
175 propname, node->fullpath);
177 #define WARNING_IF_NOT_STRING(nm, propname) \
178 WARNING(nm, check_is_string, (propname))
179 #define ERROR_IF_NOT_STRING(nm, propname) \
180 ERROR(nm, check_is_string, (propname))
186 char *propname = c->data; local
188 prop = get_property(node, propname);
194 propname, node->fullpath)
    [all...]
dtc.h 218 struct property *get_property(struct node *node, const char *propname);
livetree.c 404 struct property *get_property(struct node *node, const char *propname)
409 if (streq(prop->name, propname))
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 168 * @propname: virtual address of name of property to access
179 __u64 propname; member in struct:fsl_hv_ioctl_prop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fsl_hypervisor.h 167 * @propname: virtual address of name of property to access
178 __u64 propname; member in struct:fsl_hv_ioctl_prop
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 131 def __init__(self, propname):
132 self.name = propname
213 def __init__(self, propname, validator):
214 self.name = propname
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 126 for ((propname, propvalue), files) in svn_propsets.items():
127 svn(['propset', propname, propvalue], files)
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
TransitionTest.java 334 final String propname = "android:transition:dummy"; local
335 start.values.put(propname, 1);
337 end.values.put(propname, 1);
339 end.values.put(propname, 2);
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 499 const char *propname,
516 val = fdt_getprop(fdt, offset, propname, &len);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 468 const char *propname,
485 val = fdt_getprop(fdt, offset, propname, &len);
  /external/dtc/libfdt/
fdt_ro.c 499 const char *propname,
516 val = fdt_getprop(fdt, offset, propname, &len);
libfdt.h 848 * @propname: property name to check
853 * node after startoffset, which has a property named propname whose
859 * offset = fdt_node_offset_by_prop_value(fdt, -1, propname,
863 * offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 829 * @propname: property name to check
834 * node after startoffset, which has a property named propname whose
840 * offset = fdt_node_offset_by_prop_value(fdt, -1, propname,
844 * offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
864 const char *propname,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 720 * @propname: property name to check
725 * node after startoffset, which has a property named propname whose
731 * offset = fdt_node_offset_by_prop_value(fdt, -1, propname,
735 * offset = fdt_node_offset_by_prop_value(fdt, offset, propname,
755 const char *propname,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 3476 milliseconds

1 2