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

1 2

  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_content_custom_bindings.js 15 // Returns the schema definition of type |typeId| defined in |namespace|.
16 function getSchema(typeId) {
19 'declarativeContent.' + typeId);
25 // {'instanceType': 'declarativeContent.' + typeId} and validates the
26 // generated union dictionary against the schema for |typeId|.
27 function setupInstance(instance, parameters, typeId) {
33 instance.instanceType = 'declarativeContent.' + typeId;
34 var schema = getSchema(typeId);
declarative_webrequest_custom_bindings.js 15 // Returns the schema definition of type |typeId| defined in |namespace|.
16 function getSchema(typeId) {
19 'declarativeWebRequest.' + typeId);
25 // {'instanceType': 'declarativeWebRequest.' + typeId} and validates the
26 // generated union dictionary against the schema for |typeId|.
27 function setupInstance(instance, parameters, typeId) {
33 instance.instanceType = 'declarativeWebRequest.' + typeId;
34 var schema = getSchema(typeId);
json_schema.js 143 * with "$ref": <typeId>. Each type must be a valid schema and define an
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java 80 private int typeId;
83 this.typeId = type;
91 return typeId;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 120 public SoftKeyType getKeyType(int typeId) {
121 if (typeId < 0 || typeId > mKeyTypeList.size()) return null;
122 return mKeyTypeList.elementAt(typeId);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 449 public int getMappedViewType(int typeId) {
450 if (mTypeIdIndexMap.containsKey(typeId)) {
451 return mTypeIdIndexMap.get(typeId);
455 mTypeIdIndexMap.put(typeId, incrementalTypeId);
460 public boolean isViewTypeInRange(int typeId) {
461 int mappedType = getMappedViewType(typeId);
533 int typeId;
543 typeId = v.getLayoutId();
545 typeId = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProfilesPanel.js 527 for (var typeId in this._profileTypesByIdMap)
528 this._profileTypesByIdMap[typeId]._populateProfiles();
564 for (var typeId in this._profileTypesByIdMap)
565 this._profileTypesByIdMap[typeId]._reset();
681 var typeId = profileType.id;
688 var profileTitleKey = this._makeTitleKey(profile.title, typeId);
742 type: typeId
823 var heapProfiles = this.getProfileType(WebInspector.HeapSnapshotProfileType.TypeId).getProfiles();
839 * @param {string} typeId
841 _createTemporaryProfile: function(typeId)
    [all...]
NetworkPanel.js 425 for (var typeId in WebInspector.resourceTypes) {
426 var type = WebInspector.resourceTypes[typeId];
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 88 int typeId = one.getIndex();
89 int mappedId = indexMap.adjustType(typeId);
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 438 // required int32 typeId = 2;
442 // "typeId" is the extension's field number. The extension can only be
451 int typeId = 0;
452 ByteString rawBytes = null; // If we encounter "message" before "typeId"
463 typeId = input.readUInt32();
465 if (typeId != 0) {
475 .findExtensionByNumber(type, typeId);
497 unknownFields.mergeField(typeId,
506 if (typeId == 0) {
512 unknownFields.mergeField(typeId,
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 94 int typeId, int valueId) {
99 buf.append(context.getString(typeId));
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 606 // required int32 typeId = 2;
610 // "typeId" is the extension's field number. The extension can only be
619 int typeId = 0;
620 ByteString rawBytes = null; // If we encounter "message" before "typeId"
632 typeId = input.readUInt32();
633 if (typeId != 0) {
641 .findExtensionByNumber(type, typeId);
646 if (typeId != 0) {
668 if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID.
674 unknownFields.mergeField(typeId, UnknownFieldSet.Field.newBuilder(
    [all...]
  /dalvik/libdex/
DexFile.h 639 /* return the TypeId with the specified index */
650 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx);
651 return dexStringById(pDexFile, typeId->descriptorIdx);
  /frameworks/base/tools/aapt/
ResourceTable.h 188 uint32_t typeId,
191 return nameId | (typeId<<16) | (packageId<<24);
  /dalvik/vm/jdwp/
JdwpHandler.cpp 862 RefTypeId typeId;
863 dvmDbgGetObjectType(objectId, &refTypeTag, &typeId);
866 expandBufAddRefTypeId(pReply, typeId);
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 52 // Mapping from typeId to module.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 411 milliseconds

1 2