/external/clang/test/Index/ |
preamble.c | 21 // CHECK-CC: FunctionDecl:{ResultType int}{TypedText bar}{LeftParen (}{Placeholder int i}{RightParen )} (50) 22 // CHECK-CC: FunctionDecl:{ResultType void}{TypedText f}{LeftParen (}{Placeholder int x}{RightParen )} (50) 23 // CHECK-CC: FunctionDecl:{ResultType int}{TypedText foo}{LeftParen (}{Placeholder int}{RightParen )} (50) 24 // CHECK-CC: FunctionDecl:{ResultType int}{TypedText wibble}{LeftParen (}{Placeholder int}{RightParen )} (50)
|
complete-macros.c | 20 // CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
|
code-completion.cpp | 43 // CHECK-MEMBER: CXXMethod:{ResultType void}{Informative Y::}{TypedText memfunc}{LeftParen (}{Optional {Placeholder int i}}{RightParen )} 45 // CHECK-MEMBER: CXXMethod:{ResultType Z &}{TypedText operator=}{LeftParen (}{Placeholder const Z &}{RightParen )} 46 // CHECK-MEMBER: CXXMethod:{ResultType X &}{Text X::}{TypedText operator=}{LeftParen (}{Placeholder const X &}{RightParen )} 47 // CHECK-MEMBER: CXXMethod:{ResultType Y &}{Text Y::}{TypedText operator=}{LeftParen (}{Placeholder const Y &}{RightParen )} 77 // CHECK-EXPR: CXXMethod:{ResultType void}{TypedText memfunc}{LeftParen (}{Optional {Placeholder int i}}{RightParen )} (37)
|
complete-exprs.m | 29 // CHECK-CC2: NotImplemented:{TypedText sizeof}{LeftParen (}{Placeholder expression-or-type}{RightParen )} (40) 32 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText foo}{LeftParen (}{Placeholder ^id(id x, A *y)block}{RightParen )} (34)
|
/external/llvm/test/FrontendAda/ |
placeholder.adb | 2 procedure Placeholder is
|
/packages/apps/Email/res/xml/ |
providers_product.xml | 9 Because overlays must correspond to an existing platform resource, this empty placeholder
|
senders_product.xml | 9 Because overlays must correspond to an existing platform resource, this empty placeholder
|
/development/tools/emulator/system/camera/ |
EmulatedFakeCamera.h | 22 * functionality of a fake camera. This class is nothing more than a placeholder 32 * This class is nothing more than a placeholder for EmulatedFakeCameraDevice
|
/external/dbus/dbus/ |
dbus-string.h | 45 const char *dummy1; /**< placeholder */ 47 const void *dummy1; /**< placeholder */ 49 int dummy2; /**< placeholder */ 50 int dummy3; /**< placeholder */ 51 int dummy4; /**< placeholder */ 52 unsigned int dummy5 : 1; /**< placeholder */ 53 unsigned int dummy6 : 1; /**< placeholder */ 54 unsigned int dummy7 : 1; /**< placeholder */ 55 unsigned int dummy8 : 3; /**< placeholder */
|
/external/webkit/Source/WebCore/editing/ |
InsertTextCommand.cpp | 123 Position placeholder; local 127 // If the caret is just before a placeholder, downstream will normalize the caret to it. 133 placeholder = downstream; 134 // Don't remove the placeholder yet, otherwise the block we're inserting into would collapse before 135 // we get a chance to insert into it. We check for a placeholder now, though, because doing so requires 158 if (placeholder.isNotNull()) 159 removePlaceholderAt(placeholder); 166 if (placeholder.isNotNull()) 167 removePlaceholderAt(placeholder);
|
InsertListCommand.cpp | 273 // When removing a list, we must always create a placeholder to act as a point of insertion 275 RefPtr<Element> placeholder = createBreakElement(document()); local 276 RefPtr<Element> nodeToInsert = placeholder; 281 appendNode(placeholder, nodeToInsert); 297 // between it and listNode. So, we split up to listNode before inserting the placeholder 305 VisiblePosition insertionPoint = VisiblePosition(positionBeforeNode(placeholder.get())); 338 RefPtr<HTMLElement> placeholder = createBreakElement(document()); local 339 appendNode(placeholder, listItemElement); 357 // a placeholder and then recompute start and end. 358 RefPtr<Node> placeholder = insertBlockPlaceholder(start.deepEquivalent()) local [all...] |
/external/easymock/src/org/easymock/ |
EasyMock.java | 699 * placeholder for the first expectation.
701 * placeholder for the second expectation.
713 * placeholder for the first expectation.
715 * placeholder for the second expectation.
727 * placeholder for the first expectation.
729 * placeholder for the second expectation.
741 * placeholder for the first expectation.
743 * placeholder for the second expectation.
755 * placeholder for the first expectation.
757 * placeholder for the second expectation. [all...] |
/external/chromium/chrome/browser/chromeos/panels/ |
panel_scroller_container.h | 15 // doesn't do anything useful, but it just a placeholder.
|
/external/chromium/chrome/browser/resources/options/ |
autofill_edit_address_overlay.html | 8 i18n-values="placeholder:addNewNamePlaceholder"></list> 77 i18n-values="placeholder:addNewPhonePlaceholder"></list> 81 i18n-values="placeholder:addNewFaxPlaceholder"></list> 96 i18n-values="placeholder:addNewEmailPlaceholder"></list>
|
cookies_view.html | 13 placeholder=" Search cookies" incremental
|
font_settings.js | 46 var placeholder = localStrings.getString('fontSettingsPlaceholder'); 47 $('standard-font-family').appendChild(new Option(placeholder)); 48 $('serif-font-family').appendChild(new Option(placeholder)); 49 $('sans-serif-font-family').appendChild(new Option(placeholder)); 50 $('fixed-font-family').appendChild(new Option(placeholder)); 51 $('font-encoding').appendChild(new Option(placeholder));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.html | 23 <input id="search" type="text" placeholder="type to search"
|
/external/clang/test/SemaCXX/ |
unknown-anytype.cpp | 14 // making sure that these locations check for placeholder types
|
/packages/apps/Browser/src/com/android/browser/ |
PageDialogsHandler.java | 344 final LinearLayout placeholder = local 345 (LinearLayout)certificateView.findViewById(com.android.internal.R.id.placeholder); 352 LinearLayout table = (LinearLayout)factory.inflate(R.layout.ssl_success, placeholder); 358 addError(factory, placeholder, R.string.ssl_untrusted); 361 addError(factory, placeholder, R.string.ssl_mismatch); 364 addError(factory, placeholder, R.string.ssl_expired); 367 addError(factory, placeholder, R.string.ssl_not_yet_valid); 370 addError(factory, placeholder, R.string.ssl_date_invalid); 373 addError(factory, placeholder, R.string.ssl_invalid); 380 if (placeholder.getChildCount() == 0) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLFormControlElement.h | 198 // The derived class should return true if placeholder processing is needed. 233 // Returns true if user-editable value is empty. Used to check placeholder visibility. 235 // Returns true if suggested value is empty. Used to check placeholder visibility. 237 // Called in dispatchFocusEvent(), after placeholder process, before calling parent's dispatchFocusEvent(). 239 // Called in dispatchBlurEvent(), after placeholder process, before calling parent's dispatchBlurEvent().
|
/external/icu4c/tools/ctestfw/unicode/ |
utimer.h | 167 LARGE_INTEGER placeHolder; 172 return QueryPerformanceFrequency(&timer->placeHolder); 179 return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->placeHolder.QuadPart); 182 return (timer1->placeHolder.QuadPart == timer2->placeHolder.QuadPart); 189 struct timeval placeHolder;
|
/external/bison/lib/ |
gnulib.mk | 64 # We need the following in order to create an empty placeholder for 67 echo '/* Empty placeholder for $@. */' >$@
|
/external/chromium/chrome/common/extensions/docs/static/ |
i18n-messages.html | 29 "example": "<em>Translator-aimed example of the placeholder string.</em>" 153 to refer to a particular placeholder. 154 For example, you can refer to a placeholder named "our_site" as 239 Here are two reasons you might want to use a placeholder: 257 Each placeholder has a name, 260 A placeholder's name is case-insensitive 306 For example, a placeholder 316 The "our_site" placeholder has no "example" item
|
/external/markdown/markdown/ |
treeprocessors.py | 48 """ Generate a placeholder """ 62 Returns: placeholder id and string index, after the found placeholder. 73 placeholder, id = self.__makePlaceholder(type) 75 return placeholder 187 else: # wrong placeholder 236 placeholder = self.__stashNode(node, pattern.type()) 240 placeholder, match.groups()[-1]), True, 0
|
/packages/apps/Phone/res/layout/ |
dialpad_additional_buttons.xml | 29 <!-- Placeholder for the "Search" button. 31 on this screen, but we have a placeholder here just to be
|