HomeSort by relevance Sort by last modified time
    Searched refs:Description (Results 201 - 225 of 429) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libunwind/doc/
unw_set_caching_policy.tex 17 \section{Description}
23 \begin{description}
35 \end{description}
61 \begin{Description}
64 \end{Description}
unw_set_fpreg.tex 17 \section{Description}
50 \begin{Description}
56 \end{Description}
unw_set_reg.tex 17 \section{Description}
51 \begin{Description}
57 \end{Description}
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/clang/lib/Frontend/
FrontendActions.cpp 431 #define LANGOPT(Name, Bits, Default, Description) \
432 DUMP_BOOLEAN(LangOpts.Name, Description);
433 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
434 Out.indent(4) << Description << ": " \
436 #define VALUE_LANGOPT(Name, Bits, Default, Description) \
437 Out.indent(4) << Description << ": " << LangOpts.Name << "\n";
438 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
439 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
  /external/junit/src/org/junit/runner/
JUnitCore.java 92 Description description= Description.createSuiteDescription(each); local
93 Failure failure= new Failure(description, e);
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 106 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/compiler-rt/make/platform/
darwin_fat.mk 4 # Description - A description of this target.
24 Description := Target for building universal libraries for Darwin.
  /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/llvm/unittests/Support/
CommandLineTest.cpp 72 cl::OptionCategory TestCategory("Test Options", "Description");
73 cl::opt<int> TestOption("test-option", cl::desc("old description"));
75 const char Description[] = "New description";
95 Retrieved->setDescription(Description);
96 ASSERT_STREQ(Retrieved->HelpStr, Description) <<
97 "Changing option description failed.";
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 116 SW.printString("Description", ValueDesc);
333 std::string Description;
335 Description = std::string(Strings[Value]);
337 Description = std::string("8-byte alignment, ") + utostr(1 << Value)
340 Description = "Invalid";
342 PrintAttribute(Tag, Value, Description);
354 std::string Description;
356 Description = std::string(Strings[Value]);
358 Description = std::string("8-byte stack alignment, ") + utostr(1 << Value)
361 Description = "Invalid"
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 

Completed in 259 milliseconds

1 2 3 4 5 6 7 891011>>