Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.cpp164 int DatabaseAuthorizer::allowAlterTable(const String&, const String& tableName) in allowAlterTable()
173 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) in createIndex()
182 int DatabaseAuthorizer::createTempIndex(const String&, const String& tableName) in createTempIndex()
193 int DatabaseAuthorizer::dropIndex(const String&, const String& tableName) in dropIndex()
201 int DatabaseAuthorizer::dropTempIndex(const String&, const String& tableName) in dropTempIndex()
212 int DatabaseAuthorizer::createTrigger(const String&, const String& tableName) in createTrigger()
221 int DatabaseAuthorizer::createTempTrigger(const String&, const String& tableName) in createTempTrigger()
232 int DatabaseAuthorizer::dropTrigger(const String&, const String& tableName) in dropTrigger()
240 int DatabaseAuthorizer::dropTempTrigger(const String&, const String& tableName) in dropTempTrigger()
251 int DatabaseAuthorizer::createView(const String&) in createView()
[all …]
/external/qemu/android/base/
DString_unittest.cpp21 TEST(String, DefaultConstructor) { in TEST() argument
27 TEST(String, SimpleConstructor) { in TEST() argument
38 TEST(String, SimpleConstructorWithLongString) { in TEST() argument
51 TEST(String, CopyConstructor) { in TEST() argument
58 TEST(String, ConstructorFromStringView) { in TEST() argument
66 TEST(String, ConstructorWithCountAndFill) { in TEST() argument
76 TEST(String, empty) { in TEST() argument
84 TEST(String, size) { in TEST() argument
94 TEST(String, clear) { in TEST() argument
102 TEST(String, IndexedAccess) { in TEST() argument
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-string.h190 String() : c_str_(NULL), length_(0) {} in String() function
193 String(const char* c_str) { // NOLINT in String() function
206 String(const char* buffer, size_t length) { in String() function
212 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
225 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h192 String() : c_str_(NULL), length_(0) {} in String() function
195 String(const char* a_c_str) { // NOLINT in String() function
208 String(const char* buffer, size_t a_length) { in String() function
214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function
226 String(const ::std::string& str) { in String() function
233 String(const ::string& str) { in String() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp299 static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCopy()
315 static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCut()
331 static bool executeDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&) in executeDelete()
351 static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteBackward()
357 …ckwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteBackwardByDecomposingPreviousCharacter()
364 static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteForward()
370 … bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteToBeginningOfLine()
376 … executeDeleteToBeginningOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteToBeginningOfParagraph()
382 static bool executeDeleteToEndOfLine(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfLine()
390 …c bool executeDeleteToEndOfParagraph(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteToEndOfParagraph()
[all …]
/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) in throwDOMException()
48 void NoExceptionStateAssertionChecker::throwTypeError(const String&) in throwTypeError()
53 void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&) in throwSecurityError()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DStyleSheetResourceClient.h41 …virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /… in setCSSStyleSheet()
42 …virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /… in setXSLStyleSheet()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_util.cpp25 String::String() { Init(); } in String() function in crazy::String
27 String::String(const String& other) { in String() function in crazy::String
32 String::String(const char* str) { in String() function in crazy::String
37 String::String(char ch) { in String() function in crazy::String
49 String::String(const char* str, size_t len) { in String() function in crazy::String
Dcrazy_linker_util_unittest.cpp16 TEST(String, Empty) { in TEST() argument
23 TEST(String, CStringConstructor) { in TEST() argument
29 TEST(String, CStringConstructorWithLength) { in TEST() argument
35 TEST(String, CopyConstructor) { in TEST() argument
43 TEST(String, CharConstructor) { in TEST() argument
49 TEST(String, AppendCString) { in TEST() argument
57 TEST(String, AppendOther) { in TEST() argument
64 TEST(String, ArrayAccess) { in TEST() argument
75 TEST(String, Resize) { in TEST() argument
82 TEST(String, ResizeToZero) { in TEST() argument
/external/chromium_org/mojo/public/cpp/bindings/
Dstring.h20 String() : is_null_(true) {} in String() function
21 String(const std::string& str) : value_(str), is_null_(false) {} in String() function
22 String(const char* chars) : is_null_(!chars) { in String() function
26 String(const char* chars, size_t num_chars) in String() function
31 String(const char chars[N]) : value_(chars, N-1), is_null_(false) {} in String() function
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceEventConstructor.cpp48 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Propert… in readonlyStringAttributeAttributeGetterCallback()
62 …dByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback()
76 …izedByEventConstructorReadonlyAnyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyAnyAttributeAttributeGetterCallback()
90 …ByEventConstructorReadonlyBooleanAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyBooleanAttributeAttributeGetterCallback()
104 …zedByEventConstructorReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyLongAttributeAttributeGetterCallback()
125 …ventConstructorReadonlyUint8ArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetterCallback()
146 …tructorReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback()
160 …orReadonlyTestInterfaceEmptyArrayAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttributeAttributeGetterCallback()
181 …eadonlyNullableTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttributeAttributeGetterCallback()
195 …dByEventConstructorReadonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in deprecatedInitializedByEventConstructorReadonlyStringAttributeAttributeGetterCallback()
[all …]
DV8TestObject.cpp83 static void DEPRECATED_CONSTANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCall… in DEPRECATED_CONSTANTConstantGetterCallback()
91 static void MEASURED_CONSTANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallba… in MEASURED_CONSTANTConstantGetterCallback()
106 static void stringifierAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCa… in stringifierAttributeAttributeGetterCallback()
121 static void stringifierAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value>… in stringifierAttributeAttributeSetterCallback()
135 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Propert… in readonlyStringAttributeAttributeGetterCallback()
156 static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const… in readonlyTestInterfaceEmptyAttributeAttributeGetterCallback()
170 static void readonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyC… in readonlyLongAttributeAttributeGetterCallback()
184 static void dateAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackI… in dateAttributeAttributeGetterCallback()
199 static void dateAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Valu… in dateAttributeAttributeSetterCallback()
213 static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbac… in stringAttributeAttributeGetterCallback()
[all …]
DV8TestInterface.cpp58 static void testInterfaceAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Property… in testInterfaceAttributeAttributeGetterCallback()
79 static void testInterfaceAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Valu… in testInterfaceAttributeAttributeSetterCallback()
93 static void doubleAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbac… in doubleAttributeAttributeGetterCallback()
114 static void doubleAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Va… in doubleAttributeAttributeSetterCallback()
128 static void floatAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallback… in floatAttributeAttributeGetterCallback()
149 static void floatAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Val… in floatAttributeAttributeSetterCallback()
163 static void unrestrictedDoubleAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Pro… in unrestrictedDoubleAttributeAttributeGetterCallback()
179 static void unrestrictedDoubleAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8:… in unrestrictedDoubleAttributeAttributeSetterCallback()
193 static void unrestrictedFloatAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Prop… in unrestrictedFloatAttributeAttributeGetterCallback()
209 static void unrestrictedFloatAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::… in unrestrictedFloatAttributeAttributeSetterCallback()
[all …]
DV8TestNode.cpp42 static void hrefAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::V… in hrefAttributeGetterCallback()
57 static void hrefAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const … in hrefAttributeSetterCallback()
71 static void hrefThrowsAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo… in hrefThrowsAttributeGetterCallback()
88 static void hrefThrowsAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, … in hrefThrowsAttributeSetterCallback()
102 static void hrefCallWithAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackIn… in hrefCallWithAttributeGetterCallback()
118 static void hrefCallWithAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value… in hrefCallWithAttributeSetterCallback()
132 static void hrefByteStringAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallback… in hrefByteStringAttributeGetterCallback()
148 static void hrefByteStringAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Val… in hrefByteStringAttributeSetterCallback()
DV8TestInterfaceNode.cpp46 static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbac… in stringAttributeAttributeGetterCallback()
61 static void stringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Va… in stringAttributeAttributeSetterCallback()
75 static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const… in readonlyTestInterfaceEmptyAttributeAttributeGetterCallback()
90 static void eventHandlerAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyC… in eventHandlerAttributeAttributeGetterCallback()
104 static void eventHandlerAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value… in eventHandlerAttributeAttributeSetterCallback()
118 …indingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8:… in perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback()
132 …nlyTestInterfaceEmptyAttributeAttributeGetterCallbackForMainWorld(v8::Local<v8::String>, const v8:… in perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallbackForMainWorld()
146 static void reflectStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Property… in reflectStringAttributeAttributeGetterCallback()
161 static void reflectStringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Valu… in reflectStringAttributeAttributeSetterCallback()
176 static void reflectUrlStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::Prope… in reflectUrlStringAttributeAttributeGetterCallback()
[all …]
/external/clang/test/SemaObjCXX/
Dmessage.mm79 struct String { struct
80 String(const char *); argument
88 other:(String&)str2; // expected-note{{passing argument to parameter 'str2' here}}
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h107 virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; } in shouldReportDetailedMessageForSource()
108 …virtual void addMessageToConsole(LocalFrame*, MessageSource, MessageLevel, const String&, unsigned… in addMessageToConsole()
111 virtual bool runBeforeUnloadConfirmPanel(const String&, LocalFrame*) OVERRIDE { return true; } in runBeforeUnloadConfirmPanel()
115 virtual void runJavaScriptAlert(LocalFrame*, const String&) OVERRIDE { } in runJavaScriptAlert()
116 virtual bool runJavaScriptConfirm(LocalFrame*, const String&) OVERRIDE { return false; } in runJavaScriptConfirm()
117 …virtual bool runJavaScriptPrompt(LocalFrame*, const String&, const String&, String&) OVERRIDE { re… in runJavaScriptPrompt()
124 virtual void setStatusbarText(const String&) OVERRIDE { } in setStatusbarText()
140 virtual void setToolTip(const String&, TextDirection) OVERRIDE { } in setToolTip()
194 virtual void dispatchDidReceiveTitle(const String&) OVERRIDE { } in dispatchDidReceiveTitle()
228 virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { } in selectorMatchChanged()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DKillRingNone.cpp31 void KillRing::append(const String&) in append()
35 void KillRing::prepend(const String&) in prepend()
/external/clang/tools/libclang/
DCXString.cpp59 CXString createRef(const char *String) { in createRef()
69 CXString createDup(const char *String) { in createDup()
82 CXString createRef(StringRef String) { in createRef()
98 CXString createDup(StringRef String) { in createDup()
/external/smack/src/org/apache/qpid/management/common/sasl/
DJCAProvider.java36 public JCAProvider(Map<String, Class<? extends SaslClientFactory>> providerMap) in JCAProvider()
48 private void register(Map<String, Class<? extends SaslClientFactory>> providerMap) in register()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DPutStreamIntegrationTest.java41 …public Response serve(String uri, Method method, Map<String, String> headers, Map<String, String> … in serve()
/external/chromium_org/third_party/WebKit/Source/core/html/
DURLRegistry.h56 virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; } in lookup()
57 virtual bool contains(const String&) { ASSERT_NOT_REACHED(); return false; } in contains()

12345678910>>...16