Searched defs:String (Results 1 - 25 of 180) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb4 class String class
190 if list.empty? then list << String.new( File::Separator )
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersTest.java113 * @tests java.security.AlgorithmParameters#getEncoded(String)
119 final String strFormatParam = "format";
122 protected byte[] engineGetEncoded(String format) throws IOException {
152 protected byte[] engineGetEncoded(String format) throws IOException {
164 * @tests java.security.AlgorithmParameters#getInstance(String)
178 * @tests java.security.AlgorithmParameters#getInstance(String, String)
252 * @tests java.security.AlgorithmParameters#getInstance(String, Provider)
417 * @tests java.security.AlgorithmParameters#init(byte[], String)
425 final String strFormatPara
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DString.java19 * $Id: String.java 468655 2006-10-28 07:12:06Z minchau $
29 public class String extends UnaryOperation class in inherits:UnaryOperation
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp2 WString.cpp - String library for Wiring & Arduino
25 String::String( const char *value ) function in class:String
34 String::String( const String &value ) function in class:String
41 String::String( const char value ) function in class:String
51 String::String( cons function in class:String
61 String::String( const int value, const int base ) function in class:String
70 String::String( const unsigned int value, const int base ) function in class:String
79 String::String( const long value, const int base ) function in class:String
88 String::String( const unsigned long value, const int base ) function in class:String
[all...]
H A DWString.h2 WString.h - String library for Wiring & Arduino
28 class String class
32 String( const char *value = "" );
33 String( const String &value );
34 String( const char );
35 String( const unsigned char );
36 String( const int, const int base=10);
37 String( const unsigned int, const int base=10 );
38 String( cons
[all...]
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc41 // A simply scoped UTF String class that can be initialized from
44 class String { class in namespace:__anon2184
46 String(JNIEnv* env, jstring str);
48 ~String() {
61 String::String(JNIEnv* env, jstring str) { function in class:__anon2184::String
344 String lib_name(env, library_name);
379 String zipfile_name_str(env, zipfile_name);
380 String lib_name(env, library_name);
476 String lib_nam
[all...]
/external/chromium_org/base/mac/
H A Dfoundation_util.h229 CF_TO_NS_MUTABLE_CAST_DECL(String); variable
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc213 Query Query::String(const std::string& str) { function in class:trace_analyzer::Query
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchromevox_json.js60 String.prototype.toJSON =
136 return isFinite(value) ? String(value) : 'null';
143 return String(value);
322 text = String(text);
58 String.prototype.toJSON = class
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc54 // - Instructions ending in "hashed" will first hash their 'String'
56 Add(Instruction("go", jtl::NAVIGATE, Arguments(String)));
59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
61 jtl::STORE_HASH, Arguments(String, HashString)));
63 jtl::STORE_HASH, Arguments(String, String)));
65 jtl::STORE_NODE_BOOL, Arguments(String)));
67 jtl::STORE_NODE_HASH, Arguments(String)));
70 Arguments(String)));
73 jtl::COMPARE_NODE_HASH, Arguments(String)));
159 String, enumerator in enum:__anon6002::InstructionSet::ArgumentType
[all...]
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstring.h16 class String { class in namespace:mojo
20 String() : is_null_(true) {} function in class:mojo::String
21 String(const std::string& str) : value_(str), is_null_(false) {} function in class:mojo::String
22 String(const char* chars) : is_null_(!chars) { function in class:mojo::String
26 String(const char* chars, size_t num_chars) function in class:mojo::String
31 String(const char chars[N]) : value_(chars, N-1), is_null_(false) {} function in class:mojo::String
34 static String From(const U& other) {
35 return TypeConverter<String, U>::Convert(other);
40 return TypeConverter<U, String>::Convert(*this);
43 String
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-string.h34 // This header file declares the String class and functions used internally by
57 // String - an abstract class holding static string utilities.
58 class GTEST_API_ String { class in namespace:testing::internal
104 // Converts a wide C string to a String using the UTF-8 encoding.
157 String(); // Not meant to be instantiated.
158 }; // class String
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
H A Djson2.js186 String.prototype.toJSON =
263 return isFinite(value) ? String(value) : 'null';
272 return String(value);
184 String.prototype.toJSON = class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String}; property
99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
699 Script: String.js
700 Contains String Prototypes like camelCase, capitalize, test, and toInt.
706 String.implement({
950 key = key || String.fromCharCode(code).toLowerCase();
1562 Hash.extend(attributes, camels.associate(camels.map(String.toLowerCase)));
2178 } else if (value == String(Number(value))){
2202 result = String(resul
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js1276 (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1279 { return new sc_Char(String.fromCharCode(n)); }
2123 /* .............. String port ..........................*/
2135 /* .............. String port ..........................*/
2139 // instead of recreating all the time a String-object, we
2141 this.str = new String(jsStr);
2248 res += String.fromCharCode(nb);
3045 p.appendJSString(String.fromCharCode(arguments[j]));
3088 + String.fromCharCode(s.charCodeAt(i2 + 1))
3410 String
3408 String.prototype.sc_toDisplayString = function() { class
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js1276 (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1279 { return new sc_Char(String.fromCharCode(n)); }
2123 /* .............. String port ..........................*/
2135 /* .............. String port ..........................*/
2139 // instead of recreating all the time a String-object, we
2141 this.str = new String(jsStr);
2248 res += String.fromCharCode(nb);
3045 p.appendJSString(String.fromCharCode(arguments[j]));
3088 + String.fromCharCode(s.charCodeAt(i2 + 1))
3410 String
3408 String.prototype.sc_toDisplayString = function() { class
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js1276 (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1279 { return new sc_Char(String.fromCharCode(n)); }
2123 /* .............. String port ..........................*/
2135 /* .............. String port ..........................*/
2139 // instead of recreating all the time a String-object, we
2141 this.str = new String(jsStr);
2248 res += String.fromCharCode(nb);
3045 p.appendJSString(String.fromCharCode(arguments[j]));
3088 + String.fromCharCode(s.charCodeAt(i2 + 1))
3410 String
3408 String.prototype.sc_toDisplayString = function() { class
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionState.cpp53 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
63 String processedMessage = addExceptionContext(message);
68 void ExceptionState::throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage)
73 String finalSanitized = addExceptionContext(sanitizedMessage);
75 String finalUnsanitized = addExceptionContext(unsanitizedMessage);
97 void ExceptionState::throwTypeError(const String& message)
105 void ExceptionState::throwRangeError(const String& message)
113 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message)
120 void NonThrowableExceptionState::throwTypeError(const String
127 throwSecurityError(const String& sanitizedMessage, const String&) argument
153 throwSecurityError(const String& sanitizedMessage, const String&) argument
[all...]
H A DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) argument
48 void NoExceptionStateAssertionChecker::throwTypeError(const String&) argument
53 void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&) argument
H A DScriptDebugServer.h59 String setBreakpoint(const String& sourceID, const ScriptBreakpoint&, int* actualLineNumber, int* actualColumnNumber, bool interstatementLocation);
60 void removeBreakpoint(const String& breakpointId);
81 bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, RefPtr<JSONObject>* result);
103 v8::Handle<v8::Value> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue);
106 virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptI
109 setPreprocessorSource(const String&) argument
[all...]
H A DV8StringResource.h43 explicit WebCoreStringResourceBase(const String& string)
75 const String& webcoreString() { return m_plainString; }
93 String m_plainString;
102 static int memoryConsumption(const String& string)
111 class WebCoreStringResource16 FINAL : public WebCoreStringResourceBase, public v8::String::ExternalStringResource {
113 explicit WebCoreStringResource16(const String& string)
132 class WebCoreStringResource8 FINAL : public WebCoreStringResourceBase, public v8::String::ExternalAsciiStringResource {
134 explicit WebCoreStringResource8(const String& string)
159 StringType v8StringToWebCoreString(v8::Handle<v8::String>, ExternalMode);
160 String int32ToWebCoreStrin
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h105 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
108 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
112 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
115 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
289 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = ""); variable
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h218 String text;
222 AccessibilityText(const String& t, const AccessibilityTextSource& s)
227 AccessibilityText(const String& t, const AccessibilityTextSource& s, const RefPtr<AXObject> element)
404 virtual String text() const { return String(); }
417 virtual String actionVerb() const;
420 virtual String valueDescription() const { return String(); }
424 virtual String stringValue() const { return String(); }
534 setSelectedText(const String&) argument
536 setValue(const String&) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp876 const Vector<String>& namedGridLines = orderedNamedGridLines.get(i);
1126 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtrWillBeRawPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName)
1156 String CSSComputedStyleDeclaration::cssText() const
1173 void CSSComputedStyleDeclaration::setCSSText(const String&, ExceptionState& exceptionState) argument
2822 String CSSComputedStyleDeclaration::getPropertyValue(CSSPropertyID propertyID) const
2838 String CSSComputedStyleDeclaration::item(unsigned i) const
2932 PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(const String& propertyName)
2941 String CSSComputedStyleDeclaration::getPropertyValue(const String& propertyName)
2945 return String();
2950 getPropertyPriority(const String&) argument
2956 getPropertyShorthand(const String&) argument
2961 isPropertyImplicit(const String&) argument
2966 setProperty(const String& name, const String&, const String&, ExceptionState& exceptionState) argument
2987 setPropertyInternal(CSSPropertyID id, const String&, bool, ExceptionState& exceptionState) argument
[all...]
H A DCSSComputedStyleDeclaration.h51 static PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> create(PassRefPtrWillBeRawPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String()) argument
62 String getPropertyValue(CSSPropertyID) const;
77 CSSComputedStyleDeclaration(PassRefPtrWillBeRawPtr<Node>, bool allowVisitedStyle, const String&);
89 virtual String item(unsigned index) const OVERRIDE;
91 virtual PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValue(const String& propertyName) OVERRIDE;
92 virtual String getPropertyValue(const String& propertyName) OVERRIDE;
93 virtual String getPropertyPriority(const String
[all...]

Completed in 990 milliseconds

12345678