HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/lcov/bin/
install.sh 10 SOURCE=$2
15 SOURCE=$1
21 if test -z "$SOURCE" || test -z "$TARGET" ; then
22 echo Usage: install.sh [--uninstall] source target [install options] >&2
33 local SOURCE=$1
37 install -p -D $PARAMS $SOURCE $TARGET
47 local SOURCE=$1
53 if diff $SOURCE $TARGET >/dev/null; then
66 do_uninstall $SOURCE $TARGET
68 do_install $SOURCE $TARGET "$*
    [all...]
  /external/objenesis/
update_source.sh 3 # Copyright 2013 The Android Open Source Project.
5 # Retrieves the current Objenesis source code into the current directory.
8 SOURCE="http://objenesis.googlecode.com/svn/trunk/"
19 echo "Fetching Objenesis source into $working_dir"
20 svn export -q $SOURCE $working_dir/source
25 cp -R $working_dir/source/$include .
  /external/mockito/
update_source.sh 3 # Copyright 2013 The Android Open Source Project.
5 # Retrieves the current Mockito source code into the current directory, excluding portions related
8 SOURCE="git://github.com/mockito/mockito.git"
26 echo "Fetching Mockito source into $working_dir"
27 git clone $SOURCE $working_dir/source
32 cp -R $working_dir/source/$include .
  /external/clang/test/PCH/
cxx-member-init.cpp 27 #ifdef SOURCE
39 #define SOURCE
  /external/libvorbis/symbian/
vorbis.mmp 5 Redistribution and use in source and binary forms, with or without
9 - Redistributions of source code must retain the above copyright
38 SOURCE analysis.c barkmel.c bitrate.c block.c codebook.c envelope.c floor0.c floor1.c info.c
39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
40 SOURCE smallft.c synthesis.c vorbisfile.c window.c
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 2 * Copyright (C) 2009 The Android Open Source Project
27 * {@code JavaSource} represents an in-memory java source.
35 Kind.SOURCE);
  /external/fio/
Makefile 29 SOURCE := gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \
50 SOURCE += engines/libaio.c
53 SOURCE += engines/rdma.c
56 SOURCE += engines/posixaio.c
59 SOURCE += engines/falloc.c
62 SOURCE += engines/e4defrag.c
65 SOURCE += engines/splice.c
68 SOURCE += engines/guasi.c
71 SOURCE += engines/fusion-aw.c
74 SOURCE += engines/solarisaio.
    [all...]
  /external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
cython.py 23 #def cython_action(target, source, env):
24 # print target, source, env
26 # res = cython_compile(str(source[0]))
43 def cython_suffix_emitter(env, source):
48 env["CYTHONCOM"] = "$CYTHON $CYTHONFLAGS -o $TARGET $SOURCE"
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InterfaceMaker.java 35 private static final Source SOURCE = new Source(InterfaceMaker.class.getName());
44 super(SOURCE);
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 50 env['ASCOMSTR'] = " Assembling $SOURCE ..."
51 env['ASPPCOMSTR'] = " Assembling $SOURCE ..."
52 env['CCCOMSTR'] = " Compiling $SOURCE ..."
53 env['SHCCCOMSTR'] = " Compiling $SOURCE ..."
54 env['CXXCOMSTR'] = " Compiling $SOURCE ..."
55 env['SHCXXCOMSTR'] = " Compiling $SOURCE ..."
121 def code_generate(env, script, target, source, command):
130 # the generator file *in the source directory*.
136 code = env.Command(target, source, action)
146 # source directory. When we clean up, they should go too. So add sid
    [all...]
crossmingw.py 78 def shlib_generator(target, source, env, for_signature):
94 def shlib_emitter(target, source, env):
110 # or a def file source. There is no option to disable def file
113 def_source = env.FindIxes(source, 'WIN32DEFPREFIX', 'WIN32DEFSUFFIX')
120 return (target, source)
134 '''This is a hack used to compile some source files without the
207 env['RCCOM'] = '$RC $_CPPDEFFLAGS $_CPPINCFLAGS ${INCPREFIX}${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET'
  /external/mesa3d/scons/
custom.py 50 env['ASCOMSTR'] = " Assembling $SOURCE ..."
51 env['ASPPCOMSTR'] = " Assembling $SOURCE ..."
52 env['CCCOMSTR'] = " Compiling $SOURCE ..."
53 env['SHCCCOMSTR'] = " Compiling $SOURCE ..."
54 env['CXXCOMSTR'] = " Compiling $SOURCE ..."
55 env['SHCXXCOMSTR'] = " Compiling $SOURCE ..."
121 def code_generate(env, script, target, source, command):
130 # the generator file *in the source directory*.
136 code = env.Command(target, source, action)
146 # source directory. When we clean up, they should go too. So add sid
    [all...]
crossmingw.py 78 def shlib_generator(target, source, env, for_signature):
94 def shlib_emitter(target, source, env):
110 # or a def file source. There is no option to disable def file
113 def_source = env.FindIxes(source, 'WIN32DEFPREFIX', 'WIN32DEFSUFFIX')
120 return (target, source)
134 '''This is a hack used to compile some source files without the
207 env['RCCOM'] = '$RC $_CPPDEFFLAGS $_CPPINCFLAGS ${INCPREFIX}${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET'
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl 6 # 1) The src/sqlite.h.in source file. This is the template for sqlite3.h.
11 # Run this script by specifying the root directory of the source tree
22 # 5) Replaces the string --SOURCE-ID-- with the date and time and sha1
23 # hash of the fossil-scm manifest for the source tree.
33 # Get the source tree root directory from the command-line
83 regsub -- --SOURCE-ID-- $line "$zDate $zUuid" line
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
ConstructorDelegate.java 47 private static final Source SOURCE = new Source(ConstructorDelegate.class.getName());
55 super(SOURCE);
FastClass.java 52 private static final Source SOURCE = new Source(FastClass.class.getName());
56 super(SOURCE);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
StringSwitcher.java 70 private static final Source SOURCE = new Source(StringSwitcher.class.getName());
77 super(SOURCE);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 40 * This is a Java ClassLoader that will attempt to load a class from a string of source code.
54 * // Load class from source.
64 * Only one chunk of source can be compiled per instance of CompilingClassLoader. If you need to
106 * @param sourceCode Java source for class. e.g. "package com.foo; class MyClass { ... }".
196 super(makeUri(className), Kind.SOURCE);
202 return new URI(className.replaceAll("\\.", "/") + Kind.SOURCE.extension);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanGenerator.java 30 private static final Source SOURCE = new Source(BeanGenerator.class.getName());
43 super(SOURCE);
BulkBean.java 75 private static final Source SOURCE = new Source(BulkBean.class.getName());
82 super(SOURCE);
ImmutableBean.java 47 private static final Source SOURCE = new Source(ImmutableBean.class.getName());
52 super(SOURCE);
BeanCopier.java 44 public Object newInstance(String source, String target, boolean useConverter);
47 public static BeanCopier create(Class source, Class target, boolean useConverter) {
49 gen.setSource(source);
58 private static final Source SOURCE = new Source(BeanCopier.class.getName());
59 private Class source; field in class:BeanCopier.Generator
64 super(SOURCE);
67 public void setSource(Class source) {
68 if(!Modifier.isPublic(source.getModifiers())){
    [all...]
  /external/checkpolicy/
policy_parse.y 126 %token SOURCE
212 default_user_def : DEFAULT_USER names SOURCE ';'
217 default_role_def : DEFAULT_ROLE names SOURCE ';'
222 default_type_def : DEFAULT_TYPE names SOURCE ';'
227 default_range_def : DEFAULT_RANGE names SOURCE LOW ';'
229 | DEFAULT_RANGE names SOURCE HIGH ';'
231 | DEFAULT_RANGE names SOURCE LOW_HIGH ';'
572 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
581 | SOURCE TYPE { if (insert_separator(1)) return -1; } names_push
policy_scan.l 145 SOURCE |
146 source { return(SOURCE); }
281 fprintf(stderr, "(unknown source)::");
297 fprintf(stderr, "(unknown source)::");

Completed in 757 milliseconds

1 2