OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:placeholder
(Results
76 - 100
of
565
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/markdown/markdown/
preprocessors.py
55
placeholder
string that needs to be inserted into the
63
Returns : a
placeholder
string
67
placeholder
= HTML_PLACEHOLDER % self.html_counter
69
return
placeholder
/external/markdown/
regression-tests.py
100
self.
placeholder
= self.stash.store('foo')
104
self.assertEqual(self.
placeholder
,
111
placeholder
= self.stash.store('bar')
112
self.assertEqual(
placeholder
,
/external/webkit/Source/WebCore/html/
HTMLTextAreaElement.idl
33
attribute [Reflect] DOMString
placeholder
;
HTMLAttributeNames.in
243
placeholder
/external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h
44
TouchStateEnd //
Placeholder
: must remain the last item.
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java
31
* TODO: Remove this. This is only a
placeholder
, need to implement this.
/ndk/sources/host-tools/sed-4.2.1/m4/
wctype.m4
3
dnl A
placeholder
for ISO C99 <wctype.h>, for platforms that lack it.
wchar.m4
1
dnl A
placeholder
for ISO C99 <wchar.h>, for platforms that have issues.
/packages/apps/Contacts/res/layout-sw580dp/
contact_detail_fragment.xml
25
<!--
Placeholder
for empty list -->
/packages/apps/Contacts/res/layout-sw580dp-w1000dp/
contact_detail_empty.xml
17
<!--
Placeholder
for empty details for a contact -->
/sdk/eclipse/
dictionary.txt
169
placeholder
/external/dbus/dbus/
dbus-errors.c
72
unsigned int dummy2 : 1; /**<
placeholder
*/
73
unsigned int dummy3 : 1; /**<
placeholder
*/
74
unsigned int dummy4 : 1; /**<
placeholder
*/
75
unsigned int dummy5 : 1; /**<
placeholder
*/
77
void *padding1; /**<
placeholder
*/
/external/clang/test/Index/
complete-method-decls.m
89
// CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText abc}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{
Placeholder
expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (42)
92
// CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{
Placeholder
expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
103
// CHECK-CC6: ObjCInstanceMethodDecl:{TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{
Placeholder
expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (40)
107
// CHECK-CC7: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText abc}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{
Placeholder
expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (42)
109
// CHECK-CC7: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText getSelf}{HorizontalSpace }{LeftBrace {}{VerticalSpace }{Text return}{HorizontalSpace }{
Placeholder
expression}{SemiColon ;}{VerticalSpace }{RightBrace }} (42)
172
// CHECK-IBACTION: NotImplemented:{TypedText IBAction}{RightParen )}{
Placeholder
selector}{Colon :}{LeftParen (}{Text id}{RightParen )}{Text sender} (40)
/external/chromium/chrome/browser/resources/options/
search_engine_manager_engine_list.js
145
this.nameField_.
placeholder
=
147
this.keywordField_.
placeholder
=
149
this.urlField_.
placeholder
=
/external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp
177
RefPtr<Node>
placeholder
= createBreakElement(document());
local
178
insertNodeBefore(
placeholder
, splitBlockquoteNode);
179
moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(
placeholder
.get()), true);
/external/chromium/chrome/browser/resources/touch_ntp/
newtab.html
49
<!-- template data
placeholder
-->
/external/chromium/chrome/browser/themes/
theme_service_gtk.cc
53
// The
placeholder
bitmap is bright red so people notice the problem.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h
20
BOOL empty_; // is this an "empty" button
placeholder
button cell?
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h
180
// current
placeholder
.
183
// Drop a given TabContents at the location of the current
placeholder
. If there
184
// is no
placeholder
, it will go at the end. Used when dragging from another
210
// Set the
placeholder
for a dragged tab, allowing the |frame| and |strechiness|
/external/chromium/chrome/common/extensions/
extension_message_bundle.cc
178
DictionaryValue*
placeholder
;
local
183
&
placeholder
)) {
184
*error = base::StringPrintf("Invalid
placeholder
%s for key %s",
190
if (!
placeholder
->GetString(kContentKey, &content)) {
/external/chromium/crypto/
symmetric_key_nss.cc
101
//
placeholder
.
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp
14
//
Placeholder
type when get_nth_type fails.
/external/mesa3d/src/glsl/glcpp/
glcpp-parse.h
61
PLACEHOLDER
= 278,
/external/webkit/Source/WebCore/rendering/style/
StylePendingImage.h
34
// StylePendingImage is a
placeholder
StyleImage that is entered into the RenderStyle during
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit
226
placeholder
Completed in 1558 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>