HomeSort by relevance Sort by last modified time
    Searched full:objid (Results 1 - 25 of 45) sorted by null

1 2

  /external/pdfium/fxjs/
cjs_object.cpp 11 int objId,
16 objId, consts[i].pName,
25 int objId,
29 pEngine->DefineObjProperty(objId, props[i].pName, props[i].pPropGet,
36 int objId,
40 pEngine->DefineObjMethod(objId, methods[i].pName, methods[i].pMethodCall);
cjs_object.h 40 int objId,
44 int objId,
48 int objId,
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 165 ln->objid = id;
210 * @param objid is the object sub identifier
216 snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn)
228 LWIP_DEBUGF(SNMP_MIB_DEBUG,("alloc empty list objid==%"S32_F"\n",objid));
229 nn = snmp_mib_ln_alloc(objid);
249 if (n->objid == objid)
252 LWIP_DEBUGF(SNMP_MIB_DEBUG,("node already there objid==%"S32_F"\n",objid));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pprint.py 131 objid = _id(object)
132 if objid in context:
153 context[objid] = 1
172 del context[objid]
207 context[objid] = 1
220 del context[objid]
272 objid = _id(object)
274 return "{...}", False, objid in context
275 if objid in context:
277 context[objid] = 1
    [all...]
  /external/python/cpython2/Lib/
pprint.py 134 objid = _id(object)
135 if objid in context:
156 context[objid] = 1
175 del context[objid]
203 context[objid] = 1
216 del context[objid]
268 objid = _id(object)
270 return "{...}", False, objid in context
271 if objid in context:
273 context[objid] =
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 134 objid = _id(object)
135 if objid in context:
156 context[objid] = 1
175 del context[objid]
210 context[objid] = 1
223 del context[objid]
275 objid = _id(object)
277 return "{...}", False, objid in context
278 if objid in context:
280 context[objid] =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 134 objid = _id(object)
135 if objid in context:
156 context[objid] = 1
175 del context[objid]
210 context[objid] = 1
223 del context[objid]
275 objid = _id(object)
277 return "{...}", False, objid in context
278 if objid in context:
280 context[objid] =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 134 objid = _id(object)
135 if objid in context:
156 context[objid] = 1
175 del context[objid]
210 context[objid] = 1
223 del context[objid]
275 objid = _id(object)
277 return "{...}", False, objid in context
278 if objid in context:
280 context[objid] =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 134 objid = _id(object)
135 if objid in context:
156 context[objid] = 1
175 del context[objid]
210 context[objid] = 1
223 del context[objid]
275 objid = _id(object)
277 return "{...}", False, objid in context
278 if objid in context:
280 context[objid] =
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIdMapper.java 126 Call getCall(Object objId) {
128 if (objId instanceof String) {
129 callId = (String) objId;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 88 StringBuffer objId = new StringBuffer();
106 objId.append('0');
110 objId.append('1');
115 objId.append('2');
121 objId.append('.');
122 objId.append(value);
141 objId.append('2');
146 objId.append('.');
147 objId.append(bigValue);
159 this.identifier = objId.toString().intern()
    [all...]
  /external/python/cpython3/Lib/
pprint.py 155 objid = id(object)
156 if objid in context:
166 context[objid] = 1
168 del context[objid]
171 context[objid] = 1
174 del context[objid]
499 objid = id(object)
501 return "{...}", False, objid in context
502 if objid in context:
504 context[objid] =
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 140 const s32_t *objid; member in struct:mib_array_node
158 s32_t *objid; member in struct:mib_ram_array_node
166 s32_t objid; member in struct:mib_list_node
253 s8_t snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn);
254 s8_t snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorContendedEnterTest.java 79 long objID = event.getTaggedObject().objectID;
81 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID);
MonitorContendedEnteredTest.java 79 long objID = event.getTaggedObject().objectID;
81 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID);
MonitorWaitTest.java 133 long objID = event.getTaggedObject().objectID;
134 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID);
MonitorWaitedTest.java 133 long objID = event.getTaggedObject().objectID;
134 long refID = debuggeeWrapper.vmMirror.getReferenceType(objID);
  /frameworks/wilhelm/src/itf/
IAndroidConfiguration.cpp 282 int objID = IObjectToObjectID(InterfaceToIObject(iConfig));
283 switch (objID) {
329 int objID = IObjectToObjectID(InterfaceToIObject(iConfig));
330 switch (objID) {
  /libcore/ojluni/src/main/java/sun/security/x509/
OIDMap.java 219 ObjectIdentifier objId;
221 objId = new ObjectIdentifier(oid);
226 OIDInfo info = new OIDInfo(name, objId, clazz);
227 if (oidMap.put(objId, info) != null) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
common_uniform_elim_pass.cpp 108 ir::Instruction* ip, uint32_t* objId) {
111 *objId = ip->GetSingleWordInOperand(
113 ir::Instruction* ptrInst = def_use_mgr_->GetDef(*objId);
115 *objId = ptrInst->GetSingleWordInOperand(kCopyObjectOperandInIdx);
116 ptrInst = def_use_mgr_->GetDef(*objId);
122 *objId = objInst->GetSingleWordInOperand(kAccessChainPtrIdInIdx);
126 *objId = objInst->GetSingleWordInOperand(kCopyObjectOperandInIdx);
128 objInst = def_use_mgr_->GetDef(*objId);
common_uniform_elim_pass.h 63 // in |objId|.
64 ir::Instruction* GetPtr(ir::Instruction* ip, uint32_t* objId);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 60 ASN1ObjectIdentifier objId,
66 this.algId = new AlgorithmIdentifier(objId, DERNull.INSTANCE);
  /development/vndk/tools/sourcedr/sourcedr/static/prism/js/
prism.js 39 objId: function (obj) {
144 if (_.util.type(o[i]) === 'Object' && !visited[_.util.objId(o[i])]) {
145 visited[_.util.objId(o[i])] = true;
148 else if (_.util.type(o[i]) === 'Array' && !visited[_.util.objId(o[i])]) {
149 visited[_.util.objId(o[i])] = true;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]
  /toolchain/binutils/binutils-2.27/include/vms/
lbr.h 287 unsigned char objid[31]; member in struct:vms_mhd

Completed in 1811 milliseconds

1 2