HomeSort by relevance Sort by last modified time
    Searched refs:definitions (Results 151 - 175 of 363) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 104 t.Errorf("multiple definitions for %s", t1.Name)
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 124 // Other definitions of spacing characters are set by category
  /prebuilts/ndk/r11/sources/third_party/googletest/
Android.mk 31 # Common definitions
  /prebuilts/ndk/r13/sources/third_party/googletest/
Android.mk 31 # Common definitions
  /system/media/camera/docs/
ndk_camera_metadata_tags.mako 134 * Enumeration definitions for the various entries that need them
  /external/libavc/common/arm/
ih264_inter_pred_chroma_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
ih264_ihadamard_scaling_a9.s 26 @ * Contains function definitions for inverse hadamard transform on 4x4 DC outputs
ih264_inter_pred_filters_luma_horz_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
ih264_inter_pred_luma_horz_qpel_a9q.s 26 @* Contains function definitions for inter prediction horizontal quarter pel interpolation.
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 24 @* This file contains definitions of routines for spatial filter
  /external/libvpx/libvpx/build/make/
rtcd.pl 444 Reads the Run Time CPU Detections definitions from FILE and generates a
gen_msvs_vcxproj.sh 36 --module-def=filename File containing export definitions (for DLLs)
  /prebuilts/go/darwin-x86/src/text/template/
multi_test.go 156 // In these tests, actual content (not just template definitions) comes from the parsed files.
340 // can contain text other than space, comments, and template definitions
doc.go 391 Nested template definitions
394 template being parsed. Template definitions must appear at the top level of the
397 The syntax of such definitions is to surround each template declaration with a
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 156 // In these tests, actual content (not just template definitions) comes from the parsed files.
340 // can contain text other than space, comments, and template definitions
doc.go 391 Nested template definitions
394 template being parsed. Template definitions must appear at the top level of the
397 The syntax of such definitions is to surround each template declaration with a
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
allopcodes.S 10 ;;; These definitions are used within this file:
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 370 private ImmutableMap.Builder<String, ElementContainmentInfo> definitions field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
398 definitions.put(elementName, info);
403 return definitions.build();
    [all...]
  /external/v8/src/compiler/
instruction.cc 789 BitVector definitions(VirtualRegisterCount(), zone());
796 CHECK(!definitions.Contains(vreg));
797 definitions.Add(vreg);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 68 defines the Error module, which contains definitions for most of the many
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 18 // Input is the main input: a stack of readers and some macro definitions.
20 // and parses and instantiates macro definitions.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 336 t.Error("expected equivalence. Func definitions:")
417 t.Error("expected difference. Func definitions:")
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 348 {"definitions and space", "{{define `x`}}something{{end}}\n\n{{define `y`}}something{{end}}\n\n", true},
349 {"definitions and text", "{{define `x`}}something{{end}}\nx\n{{define `y`}}something{{end}}\ny\n", false},
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 18 // Input is the main input: a stack of readers and some macro definitions.
20 // and parses and instantiates macro definitions.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 336 t.Error("expected equivalence. Func definitions:")
417 t.Error("expected difference. Func definitions:")

Completed in 1183 milliseconds

1 2 3 4 5 67 8 91011>>