/ndk/build/tools/ |
build-cxx-stl.sh | 193 GABIXX_SOURCES=$(cd $ANDROID_NDK_ROOT/$GABIXX_SUBDIR && ls src/*.cc) 201 "src/dll_main.cpp \ 202 src/fstream.cpp \ 203 src/strstream.cpp \ 204 src/sstream.cpp \ 205 src/ios.cpp \ 206 src/stdio_streambuf.cpp \ 207 src/istream.cpp \ 208 src/ostream.cpp \ 209 src/iostream.cpp [all...] |
gen-platforms.sh | 21 # with the content of SRC ($NDK/../development/ndk/platforms/ by default). 23 # The idea is that the content of $SRC/android-N/ only contains stuff 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib 91 --src-dir=*) 147 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]" 278 log "Copying $3 from \$SRC/$1 to \$DST/$2." 623 # if $SRC/android-$PLATFORM/arch-$ARCH exist [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-h8300.c | 263 char *src = p1->name; local 270 dst = buffer = malloc (strlen (src) + 1); 271 while (*src) 273 if (*src == '.') 275 src++; 278 if (*src == '/') 279 cmplen = src - p1->name + 1; 280 *dst++ = *src++; 376 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction) 382 if (!is_name_beginner (*src) || *src == '\001' 605 char *src = *ptr; local [all...] |
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | [all...] |
/ndk/sources/cxx-stl/gnu-libstdc++/ |
build-gnu-libstdc++.sh | 28 PROGRAM_PARAMETERS="<src-dir>" 135 local SRC OBJ OBJECTS CFLAGS CXXFLAGS CPPFLAGS
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 466 ( ' $ANTLR ' SRC // src directive 601 SRC : 'src' ' ' file=ACTION_STRING_LITERAL ' ' line=INT
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3.g | 472 ( ' $ANTLR ' SRC // src directive 607 SRC : 'src' ' ' file=ACTION_STRING_LITERAL ' ' line=INT
|
ANTLR.g | 1073 ( (' $ANTLR') => ' $ANTLR ' SRC (('\r')? '\n')? // src directive 1347 SRC 1348 : 'src' ' ' file=ACTION_STRING_LITERAL ' ' line=INT
|
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
DisplayModifier.java | 47 PorterDuff.Mode.SRC, PorterDuff.Mode.DST, PorterDuff.Mode.SRC_OVER,
|
/external/libnl/lib/route/ |
rule.c | 59 struct rtnl_rule *src = nl_object_priv(_src); local 61 if (src->r_src) 62 if (!(dst->r_src = nl_addr_clone(src->r_src))) 65 if (src->r_dst) 66 if (!(dst->r_dst = nl_addr_clone(src->r_dst))) 295 diff |= RULE_DIFF(SRC, nl_addr_cmp(a->r_src, b->r_src)); 310 __ADD(RULE_ATTR_SRC, src) 680 int rtnl_rule_set_src(struct rtnl_rule *rule, struct nl_addr *src) 682 return __assign_addr(rule, &rule->r_src, src, &rule->r_src_len,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
StatusBarWindowView.java | 89 mTransparentSrcPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC));
|
/frameworks/base/services/core/java/com/android/server/ |
AssetAtlasService.java | 252 paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC));
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
GcSnapshot.java | 573 * @param forceSrcMode if true, this overrides the composite to be SRC 577 int forceMode = forceSrcMode ? AlphaComposite.SRC : 0; 742 g.setComposite(AlphaComposite.Src); 852 private void mapRect(AffineTransform matrix, RectF dst, RectF src) { 855 src.left, src.top, 856 src.right, src.top, 857 src.right, src.bottom [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
tic54x-dis.c | 184 enum optype src = OP_None; local 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; 286 sprintf (operand[i], (src == OP_B) ? "b" : "a"); 290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; 291 sprintf (operand[i], (src == OP_B) ? "b" : "a"); 301 if (!optional || dst != src)
|
/external/libpcap/ |
grammar.c | 364 SRC = 259, 486 #define SRC 259 861 /* Copy COUNT objects from SRC to DST. The source and destination do 865 # define YYCOPY(Dst, Src, Count) \ 866 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) 868 # define YYCOPY(Dst, Src, Count) \ 873 (Dst)[yyi] = (Src)[yyi]; \ 981 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET", [all...] |
scanner.l | 182 src return SRC;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
i386.h | [all...] |
/bionic/libc/arch-x86/atom/string/ |
ssse3-memcpy-atom.S | 77 # define SRC PARMS 78 # define DEST SRC+4 82 # define SRC DEST+4 83 # define LEN SRC+4 140 movl SRC(%esp), %eax 155 movl SRC(%esp), %eax [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIInstrInfo.cpp | 566 .addReg(SrcReg) // src 588 .addReg(SrcReg) // src [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 504 mDNSEthAddr src; variable 531 mDNSv4Addr src; variable 541 mDNSv6Addr src; variable 547 mDNSv6Addr src; variable 563 mDNSIPPort src; variable 576 mDNSIPPort src; variable [all...] |
/external/autotest/client/common_lib/ |
magic.py | 612 [0L, 'string', '=', 'lect', 'DEC SRC Virtual Paper Lectern file'], [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 573 Address src = local 584 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy); 585 args.add(RValue::get(src.getPointer()), Context.VoidPtrTy); [all...] |
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 207 mPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)); [all...] |