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

1 2 3 4 5

  /external/syslinux/com32/hdt/
hdt.h 39 #define CONTRIBUTORS {"Sebastien Gonzalve (Patches)", "Gert Hulselmans (Tests)", "Alexander Andino (Design)"}
hdt-dump-hdt.c 42 char *contributors[NB_CONTRIBUTORS] = CONTRIBUTORS; local
44 add_s("hdt.contributor", contributors[c]);
hdt-menu-about.c 82 char *contributors[NB_CONTRIBUTORS] = CONTRIBUTORS; local
84 snprintf(buffer, sizeof buffer, "Contributor : %s", contributors[c]);
86 contributors[c]);
  /external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
OkHttpContributors.java 15 private static final String ENDPOINT = "https://api.github.com/repos/square/okhttp/contributors";
17 private static final TypeToken<List<Contributor>> CONTRIBUTORS =
40 List<Contributor> contributors = GSON.fromJson(charStream, CONTRIBUTORS.getType()); local
44 Collections.sort(contributors, new Comparator<Contributor>() {
50 // Output list of contributors.
51 for (Contributor contributor : contributors) {
  /external/google-breakpad/android/sample_app/jni/
Application.mk 15 # contributors may be used to endorse or promote products derived from
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Android.mk 15 # contributors may be used to endorse or promote products derived from
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/protobuf/js/
test_bootstrap.js 16 // contributors may be used to endorse or promote products derived from
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
node_loader.js 16 // contributors may be used to endorse or promote products derived from
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/smali/deodexerant/
Android.mk 15 # contributors may be used to endorse or promote products derived from
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/samples/
count-hosts.js 13 // contributors may be used to endorse or promote products derived
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/tremolo/Tremolo/
floor1LARM.s 18 @ Productions Ltd nor the names of its contributors may be used to
22 @ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 @ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/parameter-framework/
LibPfwUtility.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
LibRemoteProcessor.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
RemoteProcess.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
TestPlatform.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
Android.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  /external/parameter-framework/support/android/
build_pfw_settings.mk 14 # 3. Neither the name of the copyright holder nor the names of its contributors
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 17 // contributors may be used to endorse or promote products derived from
20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IDescriptor.cs 17 // contributors may be used to endorse or promote products derived from
20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
PackageDescriptor.cs 17 // contributors may be used to endorse or promote products derived from
20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/protobuf/csharp/src/Google.Protobuf.Test/
SampleEnum.cs 17 // contributors may be used to endorse or promote products derived from
20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/protobuf/js/commonjs/
import_test.js 16 // contributors may be used to endorse or promote products derived from
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/benchmarks/
run.js 13 // contributors may be used to endorse or promote products derived
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/tools/gcmole/
gccause.lua 13 -- contributors may be used to endorse or promote products derived
16 -- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 -- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/tools/profviz/
stdio.js 13 // contributors may be used to endorse or promote products derived
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Completed in 646 milliseconds

1 2 3 4 5