OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeId
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/chrome/renderer/resources/extensions/
web_view_request_custom_bindings.js
17
// Returns the schema definition of type |
typeId
| defined in
19
function getSchema(
typeId
) {
22
'declarativeWebRequest.' +
typeId
);
28
// {'instanceType': 'declarativeWebRequest.' +
typeId
} and validates the
29
// generated union dictionary against the schema for |
typeId
|.
30
function setupInstance(instance, parameters,
typeId
) {
37
instance.instanceType = 'declarativeWebRequest.' +
typeId
;
38
var schema = getSchema(
typeId
);
45
var
typeId
= typeSchema.id.replace('declarativeWebRequest.', '');
46
var action = function(
typeId
) {
[
all
...]
declarative_content_custom_bindings.js
18
// Returns the schema definition of type |
typeId
| defined in |namespace|.
19
function getSchema(
typeId
) {
22
'declarativeContent.' +
typeId
);
28
// {'instanceType': 'declarativeContent.' +
typeId
} and validates the
29
// generated union dictionary against the schema for |
typeId
|.
30
function setupInstance(instance, parameters,
typeId
) {
36
instance.instanceType = 'declarativeContent.' +
typeId
;
37
var schema = getSchema(
typeId
);
/external/chromium_org/extensions/renderer/resources/
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
150
* with "$ref": <
typeId
>. Each type must be a valid schema and define an
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java
94
long
typeId
= getClassIDBySignature(getDebuggeeSignature());
95
long methodId = getMethodID(
typeId
, getExpectedLocationMethodName());
98
ReplyPacket replyPacket = getLineTable(
typeId
, methodId);
111
typeId
, methodId, idx);
/external/icu/icu4c/source/i18n/unicode/
measunit.h
583
MeasureUnit(int32_t
typeId
, int32_t subTypeId) : fTypeId(
typeId
), fSubTypeId(subTypeId) {
586
void setTo(int32_t
typeId
, int32_t subTypeId);
588
static MeasureUnit *create(int
typeId
, int subTypeId, UErrorCode &status);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfileLauncherView.js
208
var
typeId
= WebInspector.settings.selectedProfileType.get();
209
if (!(
typeId
in this._typeIdToOptionElement))
210
typeId
= Object.keys(this._typeIdToOptionElement)[0];
211
this._typeIdToOptionElement[
typeId
].checked = true;
212
var type = this._typeIdToOptionElement[
typeId
]._profileType;
ProfilesPanel.js
755
var
typeId
= profileType.id;
756
this._typeIdToSidebarSection[
typeId
].addProfileHeader(profile);
774
var
typeId
= profileType.id;
775
var sectionIsEmpty = this._typeIdToSidebarSection[
typeId
].removeProfileHeader(profile);
[
all
...]
/dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java
89
int
typeId
= one.getIndex();
90
int mappedId = indexMap.adjustType(
typeId
);
/external/icu/icu4c/source/i18n/
measunit.cpp
11
#include "utypeinfo.h" // for '
typeid
' to work
619
if (
typeid
(*this) !=
typeid
(other)) { // Different types, not equal
699
MeasureUnit *MeasureUnit::create(int
typeId
, int subTypeId, UErrorCode &status) {
703
MeasureUnit *result = new MeasureUnit(
typeId
, subTypeId);
732
void MeasureUnit::setTo(int32_t
typeId
, int32_t subTypeId) {
733
fTypeId =
typeId
;
/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);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js
174
for (var
typeId
in WebInspector.resourceTypes) {
175
var resourceType = WebInspector.resourceTypes[
typeId
];
[
all
...]
/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
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 1937 milliseconds