Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 48) sorted by relevance

12

/development/tools/repo_diff/service/repodiff/
DDockerfile2 ADD . /go/src/repodiff
10 && cd /go/src/repodiff \
12 && go install repodiff \
13 && cp config.json /go/bin/ \
14 && cp .gitcookies /go/bin/ \
15 && cp .gitconfig /go/bin/ \
16 && cp credentials.json /go/bin/
26 COPY --from=0 /go/bin/repodiff .
27 COPY --from=0 /go/bin/config.json .
28 COPY --from=0 /go/bin/.git* /root/
[all …]
DGopkg.toml23 # non-go = false
24 # go-tests = true
37 name = "github.com/satori/go.uuid"
45 go-tests = true
DGopkg.lock5 name = "cloud.google.com/go"
23 name = "github.com/davecgh/go-spew"
29 name = "github.com/go-sql-driver/mysql"
56 name = "github.com/pmezard/go-difflib"
62 name = "github.com/satori/go.uuid"
DMakefile55 …cd $(GOPATH)/src/repodiff; go get github.com/GoogleCloudPlatform/cloudsql-proxy/cmd/cloud_sql_prox…
56 go get github.com/golang/dep/cmd/dep; \
58 go build
61 go build;
65 go build;
69 go fmt .
99 ROLE="dev" go test ./... -v | grep -v PASS | grep -v RUN
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiEventThread.java31 private boolean go = true; field in MidiEventThread.EventThread
35 while (go) { in run()
58 go = false; in requestStop()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiEventThread.java31 private boolean go = true; field in MidiEventThread.EventThread
35 while (go) { in run()
58 go = false; in requestStop()
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt3 To import the formatter, go to the preferences, section Java > Code Style >
7 To import the import order, to go into Java > Code Style > Organize Import,
12 To import the include paths, go to Project > Properties > C/C++ General >
18 To import the symbols, go to Project > Properties > C/C++ General >
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
DForwardingTest.java75 mButton = (Button) getActivity().findViewById(R.id.go); in testPreconditions()
88 mButton = (Button) activity.findViewById(R.id.go); in testSubLaunch()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthEngine.java44 private boolean go; field in SynthEngine
114 while (go) { in run()
262 go = true; in start()
272 go = false; in stop()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthEngine.java44 private boolean go; field in SynthEngine
114 while (go) { in run()
262 go = true; in start()
272 go = false; in stop()
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DCustomTransitionFragment.java73 TransitionManager.go(mScenes[mCurrentScene % mScenes.length]); in onViewCreated()
89 TransitionManager.go(mScenes[mCurrentScene], mTransition); in onClick()
/development/cmds/monkey/
DAndroid.bp8 // See: http://go/android-license-faq
/development/apps/Fallback/
DAndroid.bp6 // See: http://go/android-license-faq
/development/tools/
DAndroid.bp2 // See: http://go/android-license-faq
/development/apps/NinePatchLab/
DAndroid.bp6 // See: http://go/android-license-faq
/development/apps/DevelopmentSettings/
DAndroid.bp8 // See: http://go/android-license-faq
/development/apps/CustomLocale/
DAndroid.bp6 // See: http://go/android-license-faq
/development/samples/Home/
DAndroid.bp6 // See: http://go/android-license-faq
/development/apps/launchperf/
DAndroid.bp6 // See: http://go/android-license-faq
/development/apps/BluetoothDebug/
DAndroid.bp6 // See: http://go/android-license-faq
/development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
DBasicTransitionFragment.java88 TransitionManager.go(mScene1); in onCheckedChanged()
93 TransitionManager.go(mScene2); in onCheckedChanged()
/development/samples/IntentPlayground/
DAndroid.bp2 // See: http://go/android-license-faq
/development/samples/SearchableDictionary/
DAndroid.bp2 // See: http://go/android-license-faq
/development/samples/KeyChainDemo/
DAndroid.bp2 // See: http://go/android-license-faq
/development/tools/line_endings/
DAndroid.bp6 // See: http://go/android-license-faq

12