HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 501 - 525 of 1016) sorted by null

<<21222324252627282930>>

  /bionic/libc/kernel/uapi/drm/
tegra_drm.h 76 __u32 words; member in struct:drm_tegra_cmdbuf
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 62 __u32 words; member in struct:drm_tegra_cmdbuf
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 62 __u32 words; member in struct:drm_tegra_cmdbuf
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test.py 118 'appears on the same line as words "called unexpectedly"')
176 'appears on the same line as words "called unexpectedly"')
  /external/googletest/googletest/test/
gtest_catch_exceptions_test.py 131 'appears on the same line as words "called unexpectedly"')
189 'appears on the same line as words "called unexpectedly"')
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 452 private String makeWord(LinkedList<TWord> words) {
453 if (words.size() == 1) {
454 return words.getFirst().getText();
457 for (TWord word : words) {
  /external/kernel-headers/original/uapi/drm/
tegra_drm.h 96 __u32 words; member in struct:drm_tegra_cmdbuf
  /external/libdrm/include/drm/
tegra_drm.h 86 __u32 words; member in struct:drm_tegra_cmdbuf
  /external/libnetfilter_conntrack/include/internal/
object.h 316 unsigned int words; member in struct:nfct_bitmask
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 44 @ There should be two entries (two words per entry.)
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 519 uint64_t words = dataSize / 4; local
531 radeon_check_space(cmd_buffer->device->ws, cmd_buffer->cs, words + 4);
533 radeon_emit(cmd_buffer->cs, PKT3(PKT3_WRITE_DATA, 2 + words, 0));
540 radeon_emit_array(cmd_buffer->cs, pData, words);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
disasm-a2xx.c 579 uint16_t *words = (uint16_t *)cf; local
581 words[0], words[1], words[2]);
  /external/v8/testing/gtest/test/
gtest_catch_exceptions_test.py 131 'appears on the same line as words "called unexpectedly"')
189 'appears on the same line as words "called unexpectedly"')
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_catch_exceptions_test.py 131 'appears on the same line as words "called unexpectedly"')
189 'appears on the same line as words "called unexpectedly"')
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 118 'appears on the same line as words "called unexpectedly"')
176 'appears on the same line as words "called unexpectedly"')
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 118 'appears on the same line as words "called unexpectedly"')
176 'appears on the same line as words "called unexpectedly"')
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.h 56 /// Binary words of the instruction defining the id.
57 std::vector<uint32_t> words; member in struct:libspirv::spv_id_info_t
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 644 /* 16 bit insn, 8 bit disp -> +127 words, -128 words. */
1094 LITTLENUM_TYPE words[2];
1116 gen_to_words (words, 2, 8L);
1117 exp->X_add_number = words[1] | (words[0] << 16);
1085 LITTLENUM_TYPE words[2]; local
  /build/make/core/
executable.mk 25 ifneq (1,$(words $(LOCAL_MODULE_TARGET_ARCH)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 582 # collect unique words from names (note that we differ between
583 # words inside a sentence, and words ending a sentence. the
586 words = {}
595 l = words.get(w)
599 words[w] = [len(words)]
601 print n, "words in text;", b, "bytes"
603 wordlist = words.items()
629 # pick the most commonly used words, and sort the rest on falling
    [all...]
  /external/libunwind/doc/
unw_flush_cache.tex 28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 172 void vtn_build_cfg(struct vtn_builder *b, const uint32_t *words,
492 const uint32_t *words, unsigned count);
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 582 # collect unique words from names (note that we differ between
583 # words inside a sentence, and words ending a sentence. the
586 words = {}
595 l = words.get(w)
599 words[w] = [len(words)]
601 print n, "words in text;", b, "bytes"
603 wordlist = words.items()
629 # pick the most commonly used words, and sort the rest on fallin
    [all...]
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 587 final String[] words = valueText.split(" "); local
588 for (String word : words) {

Completed in 1683 milliseconds

<<21222324252627282930>>