HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 451 - 475 of 2582) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/
CpuIoPei.c 98 @param[in] Count The number of accesses to perform.
191 @param[in] Count The number of accesses to perform.
265 @param[in] Count The number of accesses to perform.
339 @param[in] Count The number of accesses to perform.
408 @param[in] Count The number of accesses to perform.
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 493 * Accesses {@link OuterClass#get} or {@link InnerClass#get}via reflection.
504 * Accesses the "_Original" methods for {@link OuterClass#get}
516 * Accesses the any declared method that takes no parameter via reflection.
537 * Accesses {@link ClassWithNative#add(int, int)} via reflection.
548 * Accesses {@link ClassWithNative#callNativeInstance(int, double, Object[])}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictnotes.txt 31 Some use cases have two consecutive accesses to the same key.
124 non-overlapping memory accesses for keys(), items(), values(),
178 * In use cases with paired accesses to the same key, the second access
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictnotes.txt 31 Some use cases have two consecutive accesses to the same key.
124 non-overlapping memory accesses for keys(), items(), values(),
178 * In use cases with paired accesses to the same key, the second access
  /external/clang/test/CXX/class.access/
p4.cpp 238 // Redeclaration lookups are not accesses.
399 // TODO: These first two accesses can be detected as ill-formed at
400 // definition time because they're member accesses and A<int> can't
  /external/clang/test/OpenMP/
target_parallel_map_messages.cpp 91 #pragma omp target parallel map(I) // expected-error 2 {{expected expression containing only member accesses and/or array sections based on named variables}}
109 #pragma omp target parallel map(tofrom: argc > 0 ? x : y) // expected-error 2 {{expected expression containing only member accesses and/or array sections based on named variables}}
210 #pragma omp target parallel map(tofrom: argc > 0 ? argv[1] : argv[2]) // expected-error {{expected expression containing only member accesses and/or array sections based on named variables}}
  /external/freetype/include/freetype/config/
ftheader.h 453 * definitions of an API which accesses BDF-specific strings from a
615 * optional FreeType~2 API which accesses embedded `name' strings in
657 * FreeType~2 API which accesses PFR-specific data.
  /external/python/cpython2/Objects/
dictnotes.txt 31 Some use cases have two consecutive accesses to the same key.
124 non-overlapping memory accesses for keys(), items(), values(),
178 * In use cases with paired accesses to the same key, the second access
  /external/v8/src/compiler/
simplified-operator.h 62 // accesses of heap objects. Accesses from either tagged or untagged base
90 // in strings or off-heap backing stores. Accesses from either tagged or
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftheader.h 419 * definitions of an API which accesses BDF-specific strings from a
638 * optional FreeType~2 API which accesses embedded `name' strings in
680 * FreeType~2 API which accesses PFR-specific data.
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 563 AccessesType::const_iterator begin() const { return Accesses.begin(); }
564 AccessesType::const_iterator end() const { return Accesses.end(); }
569 Accesses.append(Instructions.begin(), Instructions.end());
577 ++Accesses[Dep.Source].NumUnsafeDependencesStartOrEnd;
578 --Accesses[Dep.Destination].NumUnsafeDependencesStartOrEnd;
585 AccessesType Accesses;
    [all...]
LoopDataPrefetch.cpp 92 /// \brief Check if the the stride of the accesses is large enough to
247 // Check if the the stride of the accesses is large enough to warrant a
  /art/tools/runtime_memusage/
symbol_trace_info.py 153 help="Filters out accesses not between provided"
161 help="Filters out accesses not between provided"
  /bionic/libc/arch-mips/string/
memcmp.c 52 /* Does target have hardware support for unaligned accesses? */
78 not, then memory accesses will be done - not optimal, but ok. */
  /bionic/libc/bionic/
pthread_create.cpp 249 // accesses previously made by the creating thread are visible to us.
292 // memory accesses previously performed by this thread are visible to
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 115 Determines the new virtual address that is to be used on subsequent memory accesses.
193 Determines the new virtual address that is to be used on subsequent memory accesses
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c 176 @param[in] Count Count of the number of accesses to perform.
280 @param[in] Count Count of the number of accesses to perform.
415 @param Count Count of the number of accesses to perform.
514 @param Count Count of the number of accesses to perform.
647 @param Count Count of the number of accesses to perform.
735 @param Count Count of the number of accesses to perform.
    [all...]
  /external/curl/docs/cmdline-opts/
page-footer 31 accesses the target URL directly, and
34 accesses the target URL through proxy.
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 122 * Inserts hooks for intercepting accesses to the fields declared
221 * Registers a reflective class. The field accesses to the instances
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 11 // loop speculates that otherwise may-aliasing memory accesses don't overlap and
253 /// array accesses from the loop.
  /external/llvm/test/Transforms/SLPVectorizer/X86/
consecutive-access.ll 10 ; Currently SCEV isn't smart enough to figure out that accesses
48 ; SCEV should be able to tell that accesses A[C1 + C2*i], A[C1 + C2*i], ...
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r13889.htm 205 >Note device memory accesses (e.&nbsp;g. the memory on a
207 penalty compared to main memory accesses, or reads may be
  /external/swiftshader/third_party/subzero/runtime/
szrt_asan.c 155 // aligned single word accesses may be widened single byte accesses, but for
  /external/tcpdump/
extract.h 121 * accesses for *specific* items?
175 #endif /* must special-case unaligned accesses */
  /external/valgrind/drd/
drd_thread.h 91 /** Whether recording of memory load accesses is currently enabled. */
93 /** Whether recording of memory load accesses is currently enabled. */

Completed in 2788 milliseconds

<<11121314151617181920>>