/external/bison/build-aux/ |
git-version-gen | 22 # - from a git repository in which the "git describe" command below 134 # then try "git describe", then default. 151 # directory, and "git describe" output looks sensible, use that to 154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \ 155 || git describe --abbrev=4 HEAD 2>/dev/null` \ 167 *-*-*) : git describe is okay three part flavor ;; 169 : git describe is older two part flavor 172 # of git describe. 184 # Remove the "g" in git describe's output string, to save a byte.
|
/external/strace/ |
git-version-gen | 22 # - from a git repository in which the "git describe" command below 138 # then try "git describe", then default. 155 # directory, and "git describe" output looks sensible, use that to 158 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \ 159 || git describe --abbrev=4 HEAD 2>/dev/null` \ 171 *-*-*) : git describe is okay three part flavor ;; 173 : git describe is older two part flavor 176 # of git describe. 188 # Remove the "g" in git describe's output string, to save a byte.
|
/external/google-breakpad/src/testing/test/ |
gmock-matchers_test.cc | 182 string Describe(const Matcher<T>& m) { 326 Describe(Matcher<int>(new EvenMatcherImpl))); 405 EXPECT_EQ("g_bar or zero", Describe(m1)); 411 EXPECT_EQ("g_bar or zero", Describe(m2)); 446 EXPECT_EQ("is even", Describe(m1)); 449 EXPECT_EQ("is odd", Describe(not_m1)); 457 EXPECT_EQ("is even", Describe(m2)); 460 EXPECT_EQ("is odd", Describe(not_m2)); 684 EXPECT_EQ("is anything", Describe(A<bool>())); 704 EXPECT_EQ("is anything", Describe(An<int>())) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
descriptor.py | 49 # Describe Pixel class using message descriptor. 91 describe_enum_value: Describe an individual enum-value. 92 describe_enum: Describe an Enum class. 93 describe_field: Describe a Field definition. 94 describe_file: Describe a 'file' unit from a Python module or object. 95 describe_file_set: Describe a file set from a list of modules or objects. 96 describe_message: Describe a Message definition. 97 describe_method: Describe a Method definition. 98 describe_service: Describe a Service definition. 129 'describe', 536 def describe(value): function [all...] |
/external/llvm/unittests/Support/ |
DwarfTest.cpp | 22 // These aren't really tags: they describe ranges within tags. They 63 // These aren't really tags: they describe ranges within tags. They 90 // These aren't really tags: they describe ranges within tags. They
|
/external/libavc/decoder/ |
ih264d_sei.c | 33 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 65 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 143 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 223 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 265 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 322 /* DD MM YYYY Author(s) Changes (Describe the changes made) */
|
ih264d_cabac.c | 118 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 374 /* Processing : <Describe how the function operates - include algorithm */ 383 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 445 /* Processing : <Describe how the function operates - include algorithm */ 454 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 515 /* Processing : <Describe how the function operates - include algorithm */ 524 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 606 /* Processing : <Describe how the function operates - include algorithm */ 615 /* DD MM YYYY Author(s) Changes (Describe the changes made) */ 699 /* Processing : <Describe how the function operates - include algorithm * [all...] |
/external/chromium-trace/catapult/tracing/tracing/model/ |
event_container.html | 48 * Returns the bounds of the event container, which describe the range 59 * will describe the range of timestamps of all ancestor events.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linear.h | 65 /* Describe the tile in pixels */ 68 /* Describe each block within the tile */
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
index.jd | 30 describe each kind of icon in detail, with specifications for the size, color, 39 at a glance, on a user's Home screen. These design guidelines describe how to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
ucontext.h | 104 /* Structure to describe FPU registers. */ 107 /* Context to describe whole processor state. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLDescriber.java | 49 * @see org.eclipse.core.runtime.content.IContentDescriber#describe(java.io. 53 public int describe(InputStream contents, IContentDescription description) throws IOException { method in class:BinaryXMLDescriber
|
/external/gmock/test/ |
gmock-matchers_test.cc | 198 string Describe(const Matcher<T>& m) { 348 Describe(Matcher<int>(new EvenMatcherImpl))); 465 EXPECT_EQ("g_bar or zero", Describe(m1)); 471 EXPECT_EQ("g_bar or zero", Describe(m2)); 506 EXPECT_EQ("is even", Describe(m1)); 509 EXPECT_EQ("is odd", Describe(not_m1)); 517 EXPECT_EQ("is even", Describe(m2)); 520 EXPECT_EQ("is odd", Describe(not_m2)); 753 EXPECT_EQ("is anything", Describe(A<bool>())); 773 EXPECT_EQ("is anything", Describe(An<int>())) [all...] |
/external/llvm/docs/ |
MIRLangRef.rst | 267 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be 373 .. TODO: Describe the CIMM (Rare) and FPIMM immediate operands. 475 .. TODO: Describe the parsers default behaviour when optional YAML attributes 477 .. TODO: Describe the syntax for the bundled instructions. 478 .. TODO: Describe the syntax for virtual register YAML definitions. 479 .. TODO: Describe the machine function's YAML flag attributes. 480 .. TODO: Describe the syntax for the external symbol and register 482 .. TODO: Describe the frame information YAML mapping. 483 .. TODO: Describe the syntax of the stack object machine operands and their 485 .. TODO: Describe the syntax of the constant pool machine operands and thei [all...] |
/art/runtime/ |
gc_root-inl.h | 40 Describe(oss);
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
Mutation.java | 23 * which will describe the parameters of the mutation, and override the getString()
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 50 <!-- Describe the gUnit source code. 101 <!-- Describe the ANTLR tool source code. 156 the other sources), there are a number of files that describe or control 158 we need to describe them in their own fileset. No output mapping is required here
|
/external/autotest/client/tests/tsc/src/ |
sched.h | 19 /* Data structure to describe CPU mask. */
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
EnvironmentGetter.java | 76 propertyMap.put("host.cpu.cores", describe(cpuInfo, s)); 77 propertyMap.put("host.cpu.names", describe(cpuInfo, "model name")); 78 propertyMap.put("host.cpu.cachesize", describe(cpuInfo, "cache size")); 86 private static String describe(Multimap<String, String> cpuInfo, String s) { method in class:EnvironmentGetter
|
/external/curl/tests/data/ |
test570 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 32 * The block tag: used to describe a single buffer in the journal
|
/external/google-benchmark/cmake/ |
GetGitVersion.cmake | 23 execute_process(COMMAND ${GIT_EXECUTABLE} describe --match "v[0-9]*.[0-9]*.[0-9]*" --abbrev=8
|
/external/hamcrest/src/org/hamcrest/ |
Matcher.java | 7 * A matcher is able to describe itself to give feedback when it fails.
|
/external/harfbuzz_ng/.ci/ |
deploy-docs.sh | 9 TAG="$(git describe --exact-match --match "[0-9]*" HEAD 2>/dev/null || true)"
|
/external/libavc/encoder/ |
irc_fixed_point_error_bits.h | 35 /* DD MM YYYY Author(s) Changes (Describe the changes made) */
|