HomeSort by relevance Sort by last modified time
    Searched refs:simple (Results 276 - 300 of 901) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 129 simple = SimpleFix({}, [])
130 d = refactor._get_headnode_dict([no_head, with_head, simple])
134 self.assertEqual(name_fixes, [simple, no_head])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 129 simple = SimpleFix({}, [])
130 d = refactor._get_headnode_dict([no_head, with_head, simple])
134 self.assertEqual(name_fixes, [simple, no_head])
  /build/blueprint/
doc.go 23 // while still allowing simple changes to individual modules by modifying easy
36 // look like optional arguments. For example, a simple module might look like:
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/
SimpleTvInputSetupActivity.java 17 package com.example.android.sampletvinput.simple;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 40 A simple module to keep track of the various built-in token types, channels, and
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 8 void simple() { function
  /external/clang/test/OpenMP/
for_simd_codegen.cpp 13 // CHECK-LABEL: define {{.*void}} @{{.*}}simple{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
14 void simple(float *a, float *b, float *c, float *d) { function
parallel_for_simd_codegen.cpp 13 // CHECK-LABEL: define {{.*void}} @{{.*}}simple{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
14 void simple(float *a, float *b, float *c, float *d) { function
  /external/llvm/test/MC/ELF/
cfi.s 216 .cfi_startproc simple
  /external/markdown/markdown/
inlinepatterns.py 159 """ Return a simple text of group(2) of a Pattern. """
  /external/shflags/doc/
rst2html.css 160 ol.simple, ul.simple {
  /external/turbine/javatests/com/google/turbine/binder/lookup/
TopLevelIndexTest.java 43 public void simple() { method in class:TopLevelIndexTest
  /external/turbine/javatests/com/google/turbine/lower/
LowerSignatureTest.java 35 public void simple() { method in class:LowerSignatureTest
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_local.py 69 self.try_command('breakpoint set --file simple.rs --line 145', [])
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 18 // A ScanToken represents an input item. It is a simple wrapping of rune, as
24 // a rune/ScanToken value for them - ugly but simple.
lex_test.go 27 "simple",
32 "simple define",
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 18 // A ScanToken represents an input item. It is a simple wrapping of rune, as
24 // a rune/ScanToken value for them - ugly but simple.
lex_test.go 27 "simple",
32 "simple define",
  /prebuilts/misc/common/robolectric/3.4.2/lib/
utils-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
creg-1.s 3 ! simple enough. Note that basic-1.s has already tested non-predefined
  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.s 836 BNE simple // leftover bytes
842 BNE simple // do simple compare
846 simple: label
852 BC 8,2,simple // bc ctr <> 0 && cr
941 BNE simple // leftover bytes
947 BNE simple // do simple compare
951 simple: label
957 BC 8,2,simple // bc ctr <> 0 && c
1033 simple: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 836 BNE simple // leftover bytes
842 BNE simple // do simple compare
846 simple: label
852 BC 8,2,simple // bc ctr <> 0 && cr
941 BNE simple // leftover bytes
947 BNE simple // do simple compare
951 simple: label
957 BC 8,2,simple // bc ctr <> 0 && c
1033 simple: label
    [all...]
  /external/compiler-rt/make/
lib_platforms.mk 5 # The simple variables configurations can define.
  /external/golang-protobuf/protoc-gen-go/testdata/
main_test.go 32 // A simple binary to link together the protocol buffers in this test.

Completed in 740 milliseconds

<<11121314151617181920>>