HomeSort by relevance Sort by last modified time
    Searched refs:constantName (Results 1 - 8 of 8) sorted by null

  /external/guava/guava-tests/test/com/google/common/net/
HttpHeadersTest.java 55 private static String upperToHttpHeaderName(String constantName) {
57 if (constantName.equals("ETAG")) {
62 for (String part : SPLITTER.split(constantName)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMConfiguration.cpp 86 v8::Handle<v8::String> constantName = v8AtomicString(isolate, constant->name);
91 functionDescriptor->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
92 prototype->Set(constantName, v8::Integer::New(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
95 functionDescriptor->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
96 prototype->Set(constantName, v8::Integer::NewFromUnsigned(isolate, constant->ivalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
100 functionDescriptor->Set(constantName, v8::Number::New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
101 prototype->Set(constantName, v8::Number::New(isolate, constant->dvalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
104 functionDescriptor->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
105 prototype->Set(constantName, v8::String::NewFromUtf8(isolate, constant->svalue), static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
115 v8::Handle<v8::String> constantName = v8AtomicString(isolate, name)
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 164 String constantName = stringPool[fieldIdItem.name_idx];
166 return typeName + "!" + constantName;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 526 milliseconds