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

1 2

  /external/vogar/src/vogar/commands/
Jack.java 29 * Runs the Jack compiler to generate dex files.
31 public class Jack {
35 // Initialise the files for jack and jill, letting them be null if the files
40 final File jackScript = new File(sdkTop + "/prebuilts/sdk/tools/jack");
41 final File jackJar = new File(sdkTop + "/prebuilts/sdk/tools/jack.jar");
67 * Get an instance of the jack command with appropriate path settings.
69 * @return an instance of a jack command with appropriate paths to its dependencies if needed.
70 * @throws IllegalStateException when the jack command cannot be found.
72 public static Jack getJackCommand(Log log) throws IllegalStateException {
74 // Configure jack compiler with right JACK_SCRIPT path
    [all...]
  /external/protobuf/examples/
list_people_test.go 48 Name: "Jack Doe",
50 Email: "jack@example.com",
56 Name: "Jack Buck",
82 Name: Jack Doe
83 E-mail address: jack@example.com
86 Name: Jack Buck
  /external/vogar/src/vogar/android/
JackDexTask.java 28 import vogar.commands.Jack;
32 * Generates .dex.jar files using Jack.
59 // 1) A .jack file: We must convert it to a dex.jar. Jack will handle including resources
61 // 2) A .jar file containing .class files: We must ask Jack to convert it to a .dex.jar and
67 // to convert a .jack or .jar to a .dex.jar file we *may* not need supporting classes.
69 // Jack if we persist with including the entire classpath (2).
71 // Check the jack cache first.
77 // If the classpath contains things that are not .jar or .jack files we get null
93 Jack jack = Jack.getJackCommand(run.log).outputDexZip(localDex.getPath()) local
    [all...]
  /external/autotest/client/cros/audio/
alsa_utils.py 67 numid=32,iface=CARD,name='Front Headphone Jack'
68 numid=28,iface=CARD,name='Front Mic Jack'
69 numid=1,iface=CARD,name='HDMI/DP,pcm=3 Jack'
70 numid=8,iface=CARD,name='HDMI/DP,pcm=7 Jack'
145 card_id = get_first_soundcard_with_control(cname='Headphone Jack',
175 card_id = get_first_soundcard_with_control(cname='Mic Jack', scname='Mic')
189 card_id = get_first_soundcard_with_control(cname='Mic Jack', scname='Mic')
  /external/libogg/
libogg.spec 102 * Tue Dec 18 2001 Jack Moffitt <jack@xiph.org>
105 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
108 * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
  /external/libvorbis/
libvorbis.spec 114 * Sun Dec 31 2001 Jack Moffitt <jack@xiph.org>
117 * Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
120 * Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
  /prebuilts/sdk/tools/
jack_server_setup.mk 19 jack_server_jar := $(LOCAL_PATH)/jack-server-$(jack_server_version).jar
27 available_jack_jars := $(wildcard $(LOCAL_PATH)/jacks/jack-*.jar)
35 .PHONY: setup-jack-server
36 setup-jack-server : PRIVATE_JACK_ADMIN := $(LOCAL_PATH)/jack-admin
37 setup-jack-server : PRIVATE_PATH := $(LOCAL_PATH)
38 setup-jack-server : PRIVATE_SERVER_VERSION := $(jack_server_version)
39 setup-jack-server : PRIVATE_SERVER_JAR := $(jack_server_jar)
40 setup-jack-server: $(JACK) $(LOCAL_PATH)/jack-launcher.jar $(jack_server_jar) $(available_jack_jars
    [all...]
jack-admin 26 JACK_HOME="${JACK_HOME:=$HOME/.jack-server}"
27 JACK_CLIENT_SETTING="${JACK_CLIENT_SETTING:=$HOME/.jack-settings}"
33 LAUNCHER_NAME=com.android.jack.launcher.ServerLauncher
86 echo "No Jack server running. Try 'jack-admin start-server'" >&2
89 echo "SSL error when connecting to the Jack server. Try 'jack-diagnose'" >&2
92 echo "Failed to contact Jack server: Problem reading ${JACK_HOME}/client.pem. Try 'jack-diagnose'" >&2
95 echo "Failed to authenticate Jack server certificate. Try 'jack-diagnose'" >&
    [all...]
  /build/make/core/
host_dalvik_java_library.mk 37 LOCAL_BUILT_MODULE_STEM := classes.jack
49 full_classes_jack := $(intermediates.COMMON)/classes.jack
50 jack_check_timestamp := $(intermediates.COMMON)/jack.check.timestamp
159 PRIVATE_JACK_INTERMEDIATES_DIR := $(intermediates.COMMON)/jack-rsc
163 PRIVATE_JACK_INCREMENTAL_DIR := $(intermediates.COMMON)/jack-incremental
174 $(LOCAL_ADDITIONAL_DEPENDENCIES) $(NORMALIZE_PATH) $(JACK_DEFAULT_ARGS) $(JACK)
180 $(built_dex): $(jack_all_deps) $(LOCAL_JACK_PLUGIN_PATH) | setup-jack-server
181 @echo Building with Jack: $@
182 $(jack-java-to-dex)
195 $(add-carried-jack-resources
    [all...]
java.mk 136 # final Jack library, shrinked and obfuscated if it must be
137 full_classes_jack := $(intermediates.COMMON)/classes.jack
138 # intermediate Jack library without shrink and obfuscation
139 noshrob_classes_jack := $(intermediates.COMMON)/classes.noshrob.jack
140 jack_check_timestamp := $(intermediates.COMMON)/jack.check.timestamp
531 # jack already has the libraries in its classpath and doesn't support jars
576 # jack already has this library in its classpath and doesn't support jars
613 # If not using jack and building against the current SDK version then filter
704 PRIVATE_JACK_INTERMEDIATES_DIR := $(intermediates.COMMON)/jack-rsc
707 PRIVATE_JACK_INCREMENTAL_DIR := $(intermediates.COMMON)/jack-incrementa
    [all...]
main.mk 314 # Jack version configuration
320 # Install and start Jack server
325 # Jacoco package name for Jack
    [all...]
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 41 import vogar.commands.Jack;
125 * Compile sources using the Jack compiler.
134 Jack compiler = Jack.getJackCommand(run.log);
144 // The javac compiler supports the -sourcepath directive although jack
  /art/test/
Android.run-test.mk 26 $(JACK)
128 # Classpath for Jack compilation for host.
132 # Required for dx, jasmin, smali, dexmerger, jack.
136 # Classpath for Jack compilation for target.
  /development/build/
Android.mk 92 # The Jack & Jill compiler jars
93 ALL_SDK_FILES += prebuilts/sdk/tools/jacks/jack-$(JACK_SDKTOOL_VERSION).jar
96 # The Jack reporter tool for code coverage
97 ALL_SDK_FILES += prebuilts/sdk/tools/jack-jacoco-reporter.jar
98 ALL_SDK_FILES += prebuilts/sdk/tools/jack-coverage-plugin.jar
build_android_stubs.mk 22 jack_lib := $(intermediates)/classes.jack
73 $(jack_lib) : $(stub_timestamp) $(framework_res_package) $(JACK_DEFAULT_ARGS) $(JACK) | setup-jack-server
74 @echo Compiling SDK Stubs with Jack: $@
75 rm -rf $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.tmp
80 mkdir -p $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.tmp
81 $(hide) unzip -qo $(PRIVATE_FRAMEWORK_RES_PACKAGE) -d $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.tmp
84 $(PRIVATE_INTERMEDIATES_DIR)/jack-rsc.java-source-list
85 $(call call-jack) \
86 -D jack.java.source.version=1.8
    [all...]
  /external/eigen/blas/testing/
dblat3.f 60 *> Jack Dongarra, Argonne National Laboratory.
404 * Jack Dongarra, Argonne National Laboratory.
685 * Jack Dongarra, Argonne National Laboratory.
    [all...]
sblat3.f 60 *> Jack Dongarra, Argonne National Laboratory.
404 * Jack Dongarra, Argonne National Laboratory.
685 * Jack Dongarra, Argonne National Laboratory.
    [all...]
cblat3.f 63 *> Jack Dongarra, Argonne National Laboratory.
414 * Jack Dongarra, Argonne National Laboratory.
699 * Jack Dongarra, Argonne National Laboratory.
    [all...]
zblat3.f 64 *> Jack Dongarra, Argonne National Laboratory.
416 * Jack Dongarra, Argonne National Laboratory.
701 * Jack Dongarra, Argonne National Laboratory.
    [all...]
  /external/cblas/testing/
c_cblat3.f 43 * Jack Dongarra, Argonne National Laboratory.
435 * Jack Dongarra, Argonne National Laboratory.
765 * Jack Dongarra, Argonne National Laboratory.
    [all...]
c_dblat3.f 40 * Jack Dongarra, Argonne National Laboratory.
426 * Jack Dongarra, Argonne National Laboratory.
750 * Jack Dongarra, Argonne National Laboratory.
    [all...]
c_sblat3.f 40 * Jack Dongarra, Argonne National Laboratory.
426 * Jack Dongarra, Argonne National Laboratory.
754 * Jack Dongarra, Argonne National Laboratory.
    [all...]
c_zblat3.f 43 * Jack Dongarra, Argonne National Laboratory.
436 * Jack Dongarra, Argonne National Laboratory.
766 * Jack Dongarra, Argonne National Laboratory.
    [all...]
  /external/libvorbis/doc/
05-comment.tex 120 Copyright attribution, e.g., '2001 Nobody's Band' or '1999 Jack Moffitt'
  /build/soong/java/
java.go 54 // Jack
80 // list of module-specific flags that will be used for jack compiles

Completed in 474 milliseconds

1 2