/sdk/traceview/src/ |
Android.mk | 8 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/external/icu4c/extra/uconv/ |
Makefile.in | 4 ## * Corporation and others. All Rights Reserved. 79 .PHONY : all all-local install install-local clean clean-local \ 86 all: all-local 94 all-local: $(TARGET) resfiles $(ALL_MAN_FILES) 96 install-local: all-local install-target install-resfiles install-man 98 install-target: all-local
|
/external/skia/src/utils/ |
SkBase64.cpp | 168 signed char all[256]; 170 all[index] = (signed char) (index + 1); 173 size_t encodeLength = Encode(all + offset, length, NULL); 175 Encode(all + offset, length, src); 180 SkASSERT(strcmp((const char*) (all + offset), tryMe.fData) == 0);
|
/libcore/ |
JavaLibrary.mk | 38 # All subdirectories are optional (hence the "2> /dev/null"s below). 40 define all-main-java-files-under 44 define all-test-java-files-under 48 define all-core-resource-dirs 53 core_src_files := $(call all-main-java-files-under,dalvik dom json luni support xml) 54 core_resource_dirs := $(call all-core-resource-dirs,main) 55 test_resource_dirs := $(call all-core-resource-dirs,test) 58 core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated) 63 #local_javac_flags+=-Xlint:all -Xlint:-serial,-deprecation,-unchecked 93 LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom json luni support xml [all...] |
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 90 float all = 0; local 92 all += profile_buf[i]; 94 if (all == 0) all = 1; 98 i, (profile_buf[i] * 100 / all), 259 // Minimum suggest depth for one word for all cases except for missing space suggestions.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
T_monitor_enter_2.d | 78 .catch all from Label13 to Label14 using Label46 79 .catch all from Label16 to Label20 using Label46 80 .catch all from Label22 to Label23 using Label46 81 .catch all from Label35 to Label37 using Label46 82 .catch all from Label46 to Label53 using Label46
|
/device/common/ |
generate-factory-images-common.sh | 56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 79 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 87 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 93 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 96 chmod a+x tmp/$PRODUCT-$VERSION/flash-all.sh
|
/external/v8/ |
Makefile | 1 # Copyright 2012 the V8 project authors. All rights reserved. 107 # - default (no target specified): build all DEFAULT_ARCHES and MODES 108 # - "check": build all targets and run all tests 110 # - "clean": clean all ARCHES 121 GYPFILES = build/all.gyp build/common.gypi build/standalone.gypi \ 125 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release". 132 .PHONY: all check clean dependencies $(ENVFILE).new native \ 137 # Target definitions. "all" is the default. 138 all: $(MODES [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnClauseConverterJAJP.java | 25 * @author Copyright (C) 2009 OMRON SOFTWARE CO., LTD. All Rights Reserved. 38 /** search cache for all independent words (jiritsugo) */ 253 * @param all Get all candidates or not 256 private boolean singleClauseConvert(LinkedList clauseList, String input, WnnPOS terminal, boolean all) { 260 ArrayList<WnnWord> stems = getIndependentWords(input, all); 265 if (addClause(clauseList, input, stem, null, terminal, all)) { 283 stems = getIndependentWords(str, all); 295 if (all || stem.frequency > max) { 299 if (addClause(clauseList, input, stem, fzk, terminal, all)) { [all...] |
/external/v8/test/mjsunit/ |
debug-setexceptionbreak.js | 1 // Copyright 2010 the V8 project authors. All rights reserved. 84 testArguments(dcp, '{"type":"all"}', true, "all", true); 85 testArguments(dcp, '{"type":"all"}', true, "all", false); 90 testArguments(dcp, '{"type":"all","enabled":true}', true, "all", true); 91 testArguments(dcp, '{"type":"all","enabled":false}', true, "all", false); 98 // Indicate that all was processed [all...] |
/external/llvm/unittests/ADT/ |
SmallBitVectorTest.cpp | 22 EXPECT_TRUE(Vec.all()); 30 EXPECT_TRUE(Vec.all()); 38 EXPECT_FALSE(Vec.all()); 46 EXPECT_FALSE(Inv.all()); 127 EXPECT_FALSE(Vec.all()); 135 EXPECT_TRUE(Inv.all()); 143 EXPECT_TRUE(Vec.all());
|
/external/elfutils/src/ |
ar.c | 441 /* Tell the kernel we will read all the pages sequentially. */ 1010 /* If the archive is empty that is all we have to do. */ 1087 struct armem *all = NULL; local 1105 /* Store the names of all files from the command line in a hash 1154 /* Note that all == NULL means insert at the beginning. */ 1156 after_memberelem = all; 1170 all files to a special list. */ 1177 after_memberelem = all; 1184 if (all == NULL) 1185 all = newp->next = newp [all...] |
/external/kernel-headers/original/linux/ |
netfilter.h | 64 __u32 all[4]; member in union:nf_inet_addr 77 return a1->all[0] == a2->all[0] && 78 a1->all[1] == a2->all[1] && 79 a1->all[2] == a2->all[2] && 80 a1->all[3] == a2->all[3];
|
/external/llvm/ |
Makefile | 103 all:: cross-compile-build-tools 162 clang-only: all 163 tools-only: all 164 libs-only: all 174 all-local:: clean-diagnostics 197 all-local:: $(FilesToConfigPATH) 206 all:: 255 happiness: update all check-all 259 # declare all targets at this level to be serial [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 41 * replaced all the symbols from the the input corresponding to the RHS with 85 /** Collection of all states. */ 88 /** Collection of all states. */ 89 public static Enumeration all() {return _all.elements();} method in class:lalr_state 173 for (Enumeration e = itms.all(); e.hasMoreElements(); ) 205 /* iterate across all states */ 206 for (Enumeration st = all(); st.hasMoreElements(); ) 260 * building process does not maintain full loookaheads in all items. 316 /* gather up all the symbols that appear before dots */ 318 for (i = st.items().all(); i.hasMoreElements(); [all...] |
/external/chromium/testing/gtest/ |
CMakeLists.txt | 19 option(gtest_build_tests "Build all of gtest's own tests." OFF) 70 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc) 144 src/gtest-all.cc) 146 src/gtest-all.cc src/gtest_main.cc) 148 src/gtest-all.cc src/gtest_main.cc) 161 src/gtest-all.cc src/gtest_main.cc) 176 src/gtest-all.cc src/gtest_main.cc)
|
/external/compiler-rt/test/Unit/ |
negti2_test.c | 29 at.all = a; 31 xt.all = x; 33 expectedt.all = expected;
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may 40 ;if x<zbin (q10 & q11 are all 0), go to zero_output 51 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative 67 vceq.s16 q8, q8 ;set q8 to all 1 87 vtst.16 q15, q5, q8 ;non-zero element is set to all 1 in q4, q5 91 vand q0, q0, q14 ;get all valid number from rvsplus1_scan_order array
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
queuestatus.py | 1 # Copyright (C) 2010 Google Inc. All rights reserved. 61 statuses = queuestatus.QueueStatus.all() 68 statuses = queuestatus.QueueStatus.all() 76 statuses = queuestatus.QueueStatus.all()
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
negti2_test.c | 29 at.all = a; 31 xt.all = x; 33 expectedt.all = expected;
|
/ndk/build/core/ |
setup-app.mk | 24 # ok, let's parse all Android.mk source files in order to build 40 all: ndk-app-$(_app) 52 # If APP_ABI is 'all', then set it to all supported ABIs 55 ifeq ($(NDK_APP_ABI),all) 67 # Clear all installed binaries for this application
|
/bionic/libc/kernel/common/linux/ |
netfilter.h | 64 __u32 all[4]; member in union:nf_inet_addr
|
/build/tools/signapk/test/ |
run | 5 all: out/signed-$(package)
|
/cts/hostsidetests/appsecurity/ |
Android.mk | 20 LOCAL_SRC_FILES := $(call all-java-files-under, src) 31 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/cts/hostsidetests/monkey/ |
Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, src) 31 include $(call all-makefiles-under,$(LOCAL_PATH))
|