HomeSort by relevance Sort by last modified time
    Searched defs:begin (Results 1 - 25 of 3803) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
pcrel.s 6 .macro begin n, attr
41 begin mov, "ax" label
56 begin movl, "ax" label
71 begin data8, "a" label
80 begin data4, "a" label
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
50 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
50 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /external/clang/test/Profile/
profile-summary.c 6 int begin(int i) { function
19 begin(0);
  /external/compiler-rt/test/profile/Linux/
instrprof-basic.c 6 int begin(int i) { function
21 begin(0);
  /external/compiler-rt/test/profile/
instrprof-basic.c 20 int begin(int i) { function
35 begin(0);
  /external/elfutils/libdw/
dwarf_haspc.c 44 Dwarf_Addr begin; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
  /external/skia/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 13 void GrGLGpuRTCommandBuffer::begin() { function in class:GrGLGpuRTCommandBuffer
  /external/skqp/src/gpu/gl/
GrGLGpuCommandBuffer.cpp 13 void GrGLGpuRTCommandBuffer::begin() { function in class:GrGLGpuRTCommandBuffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
60 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
60 begin() const function in class:PB_DS_CLASS_C_DEC
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
reloc1.s 2 begin: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/
allinsn_def.s 0 begin:
1 begin: label
allinsn_gr5.s 0 begin:
1 begin: label
allinsn_gr6.s 0 begin:
1 begin: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
atend.s 0 begin:
1 begin: label
  /toolchain/binutils/binutils-2.27/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.h 24 const_iterator begin() const { return m_List.begin(); } function in class:CPDFSDK_AnnotIteration
  /build/soong/cc/
tidy.go 44 func (tidy *tidyFeature) begin(ctx BaseModuleContext) { func
  /external/guice/extensions/persist/src/com/google/inject/persist/
UnitOfWork.java 47 void begin(); method in interface:UnitOfWork
  /external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
ModifierHolder.java 17 final JavaToken begin; field in class:ModifierHolder
19 ModifierHolder(JavaToken begin, EnumSet<Modifier> modifiers, NodeList<AnnotationExpr> annotations) {
20 this.begin = begin;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 49 void (*begin)(struct quad_stage *qs); member in struct:quad_stage
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_train.py 93 def begin(self): member in class:train._LoggerHook

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>