HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 326 - 350 of 443) sorted by null

<<1112131415161718

  /build/core/
cleanbuild.mk 226 ifneq (2,$(words $(HOST_OUT) $(PRODUCT_OUT)))
main.mk 26 #TOP := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
130 ifneq ($(words $(shell pwd)),1)
391 ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild emulator_tests target-files-package,$(MAKECMDGOALS))),1)
    [all...]
Makefile 18 # PRODUCT_COPY_FILES contains words like <source file>:<dest file>[:<owner>].
131 ifneq ($(words $(BUILD_FINGERPRINT)),1)
140 ifneq ($(words $(BUILD_THUMBPRINT)),1)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 86 ; if H=64 and W=16, we have 8 words of each 2(1bit)x64(6bit)x9bit=16bit
88 ; We have to sign-extend it before adding the words within the register
1042 ; filtered second line as words as cache for the next line. Packing into
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 86 ; if H=64 and W=16, we have 8 words of each 2(1bit)x64(6bit)x9bit=16bit
88 ; We have to sign-extend it before adding the words within the register
1042 ; filtered second line as words as cache for the next line. Packing into
    [all...]
  /external/gtest/src/
gtest.cc 1813 word_list << "'" << words[i] << "'"; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 378 int32_t words; local
380 words = 10;
382 if (!GetValue(argv[next_arg], &words)) {
383 words = 10;
386 end = cur + words;
554 PrintF("stack [<words>]\n");
555 PrintF(" dump stack content, default dump 10 words)\n");
556 PrintF("mem <address> [<words>]\n");
557 PrintF(" dump memory content, default dump 10 words)\n");
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 3477 int64_t words = 0; local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 508 int64_t words; local
510 words = 10;
512 if (!GetValue(argv[next_arg], &words)) {
513 words = 10;
516 end = cur + words;
717 PrintF("stack [<words>]\n");
718 PrintF(" dump stack content, default dump 10 words)\n");
719 PrintF("mem <address> [<words>]\n");
720 PrintF(" dump memory content, default dump 10 words)\n");
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 1798 word_list << "'" << words[i] << "'"; local
    [all...]
  /ndk/build/core/
definitions.mk 578 $(if $(filter 1,$(words $(__fieldval))),\
    [all...]
build-binary.mk 229 ifneq ($(words $(LOCAL_ARM_MODE)),1)
525 # In other words, consider the following graph:
  /external/bison/
maint.mk 21 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 1114 UnicodeString words = "one two three "; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 173 ;# In other words, we transpose each of the four 4x4 submatrices.
643 ;# Using the regular register file words are read in and then saved back out to
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 520 nvc0_state_validate(struct nvc0_context *nvc0, uint32_t mask, unsigned words)
  /external/mksh/src/
check.pl 188 -P program (-p) string has multiple words, and the program is in
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 280 int SearchMultiWord(FX_BSTR words, FX_BOOL bWholeWord, FX_FILESIZE limit);
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 276 # now we grab the first two words in the name field and use that
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 606 * These characters can end smileys, but don't normally end words.
615 * begin words.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 173 ;# In other words, we transpose each of the four 4x4 submatrices.
643 ;# Using the regular register file words are read in and then saved back out to
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 329 CHECK_EQ(word_ptr[i], 0U) << "words don't match at index " << i;
487 const uintptr_t* words = reinterpret_cast<uintptr_t*>(r); local
489 CHECK_EQ(words[i], 0U);
    [all...]

Completed in 4067 milliseconds

<<1112131415161718