HomeSort by relevance Sort by last modified time
    Searched refs:Description (Results 251 - 275 of 520) sorted by null

<<11121314151617181920>>

  /external/libunwind/doc/
unw_destroy_addr_space.tex 17 \section{Description}
unw_regname.tex 17 \section{Description}
unw_strerror.tex 17 \section{Description}
libunwind-setjmp.tex 23 \section{Description}
65 \begin{Description}
69 \end{Description}
unw_get_proc_info_by_ip.tex 17 \section{Description}
64 \begin{Description}
70 \end{Description}
unw_get_proc_name.tex 17 \section{Description}
57 \begin{Description}
64 \end{Description}
unw_resume.tex 17 \section{Description}
75 \begin{Description}
83 \end{Description}
  /external/llvm/test/MC/ARM/
directive-fpu-multiple.s 36 @ CHECK-ATTR: Description: VFPv4
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 108 Animation.Description d = Animation.Description.parseValue(
GridLayoutAnimationController.java 118 Animation.Description d = Animation.Description.parseValue(
121 d = Animation.Description.parseValue(
ScaleAnimation.java 120 Description d = Description.parseValue(a.peekValue(
125 d = Description.parseValue(a.peekValue(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsafer.h 101 WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE];
108 WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE];
ktmw32.h 22 HANDLE WINAPI CreateResourceManager(LPSECURITY_ATTRIBUTES lpResourceManagerAttributes,LPGUID ResourceManagerID,DWORD CreateOptions,HANDLE TmHandle,LPWSTR Description);
31 WINBOOL WINAPI GetTransactionInformation(HANDLE TransactionHandle,PDWORD Outcome,PDWORD IsolationLevel,PDWORD IsolationFlags,PDWORD Timeout,DWORD BufferLength,LPWSTR Description);
54 WINBOOL WINAPI SetTransactionInformation(HANDLE TransactionHandle,DWORD IsolationLevel,DWORD IsolationFlags,DWORD Timeout,LPWSTR Description);
iptypes.h 47 char Description[MAX_ADAPTER_DESCRIPTION_LENGTH + 4];
239 PWCHAR Description;
302 PWCHAR Description;
  /external/compiler-rt/make/
lib_platforms.mk 6 PlainConfigVariables := Configs Description
8 RequiredConfigVariables := Configs Description
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 22 import org.junit.runner.Description;
64 Description description= describeChild(method); local
66 notifier.fireTestIgnored(description);
68 runLeaf(methodBlock(method), description, notifier); local
73 protected Description describeChild(FrameworkMethod method) {
74 return Description.createTestDescription(getTestClass().getJavaClass(),
191 * Returns the name that describes {@code method} for {@link Description}s.
  /external/libmpeg2/common/arm/
icv_sad_a9.s 45 @* @par Description
  /external/llvm/unittests/Support/
CommandLineTest.cpp 73 cl::OptionCategory TestCategory("Test Options", "Description");
75 StackOption<int> TestOption("test-option", cl::desc("old description"));
77 const char Description[] = "New description";
96 Retrieved->setDescription(Description);
97 ASSERT_STREQ(Retrieved->HelpStr.data(), Description)
98 << "Changing option description failed.";
244 cl::OptionCategory TestCategory2("Test Options set 2", "Description");
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 19 import org.hamcrest.Description;
265 public void describeMismatch(Object item, Description description) {
270 description.appendText(" Expected size was ").appendValue(mSize)
274 description.appendText(" Expected mode was ").appendValue(modeName(mMode))
280 public void describeTo(Description description) {
282 description.appendText(" Measure spec size:").appendValue(mSize);
285 description.appendText(" Measure spec mode:").appendValue(modeName(mMode));
FocusSearchNavigationTest.java 45 import org.hamcrest.Description;
284 public void describeTo(Description description) {
285 description.appendText("view has focus");
302 public void describeMismatch(Object item, Description description) {
304 description.appendText(noun + " does not have focus");
313 description.appendText(". Current focus is in " + objectToLog(currentFocus));
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 116 SW.printString("Description", ValueDesc);
339 std::string Description;
341 Description = std::string(Strings[Value]);
343 Description = std::string("8-byte alignment, ") + utostr(1 << Value)
346 Description = "Invalid";
348 PrintAttribute(Tag, Value, Description);
360 std::string Description;
362 Description = std::string(Strings[Value]);
364 Description = std::string("8-byte stack alignment, ") + utostr(1 << Value)
367 Description = "Invalid"
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/compiler-rt/lib/dfsan/
dfsan.cc 345 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
351 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \
352 RegisterFlag(parser, #Name, Description, &f->Name);
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 

Completed in 301 milliseconds

<<11121314151617181920>>