Home
last modified time | relevance | path

Searched refs:cla (Results 1 – 23 of 23) sorted by relevance

/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java161 CommandLineArgs cla = new CommandLineArgs(); in main() local
163 new JCommander(Arrays.asList(cla, ra), args); in main()
165 if (cla.port != null && ra.serPort != null) { in main()
169 m_debug = cla.debug; in main()
173 initAndRun(args, cla, ra); in main()
177 initAndRun(args, cla, ra); in main()
181 private static void initAndRun(String[] args, CommandLineArgs cla, RemoteArgs ra) { in initAndRun() argument
185 cla.port = Integer.parseInt(DEBUG_PORT); in initAndRun()
186 ra.serPort = cla.port; in initAndRun()
187 cla.suiteFiles = Arrays.asList(new String[] { in initAndRun()
[all …]
/external/testng/src/main/java/org/testng/
DTestNG.java1373 CommandLineArgs cla = new CommandLineArgs(); in privateMain() local
1374 m_jCommander = new JCommander(cla, argv); in privateMain()
1375 validateCommandLineParameters(cla); in privateMain()
1376 result.configure(cla); in privateMain()
1404 protected void configure(CommandLineArgs cla) { in configure() argument
1405 if (cla.verbose != null) { in configure()
1406 setVerbose(cla.verbose); in configure()
1408 setOutputDirectory(cla.outputDirectory); in configure()
1410 String testClasses = cla.testClass; in configure()
1421 setOutputDirectory(cla.outputDirectory); in configure()
[all …]
/external/skia/site/dev/contrib/
Dindex.md38 …l Contributor License Agreement](https://developers.google.com/open-source/cla/individual) online.…
39 …[Corporate Contributor License Agreement](https://developers.google.com/open-source/cla/corporate)
46 CLA by searching [go/cla-signers](https://goto.google.com/cla-signers).
Dsubmit.md58 Agreement](http://code.google.com/legal/individual-cla-v1.0.html). You can do
61 Agreement](http://code.google.com/legal/corporate-cla-v1.0.html)
/external/gemmlowp/
DCONTRIBUTORS.txt6 # https://developers.google.com/open-source/cla/individual
7 # https://developers.google.com/open-source/cla/corporate
DCONTRIBUTING.txt10 https://developers.google.com/open-source/cla/individual?csw=1
/external/libweave/
DCONTRIBUTORS6 # https://developers.google.com/open-source/cla/individual
7 # https://developers.google.com/open-source/cla/corporate
/external/regex-re2/
DCONTRIBUTORS14 # http://code.google.com/legal/individual-cla-v1.0.html
15 # http://code.google.com/legal/corporate-cla-v1.0.html
/external/google-benchmark/
DCONTRIBUTORS10 # https://developers.google.com/open-source/cla/individual
11 # https://developers.google.com/open-source/cla/corporate
DCONTRIBUTING.md25 [individual CLA]: https://developers.google.com/open-source/cla/individual
26 [corporate CLA]: https://developers.google.com/open-source/cla/corporate
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
DContributing.md29 Agreement](http://code.google.com/legal/individual-cla-v1.0.html), which you can do online. This is…
41 Agreement](http://code.google.com/legal/corporate-cla-v1.0.html).
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
Dcontributing.rst12 <https://developers.google.com/open-source/cla/individual>`_.
15 <https://developers.google.com/open-source/cla/corporate>`_.
/external/guice/
DCONTRIBUTING.md25 [individual CLA]: https://developers.google.com/open-source/cla/individual
26 [corporate CLA]: https://developers.google.com/open-source/cla/corporate
/external/libnfc-nci/src/nfc/tags/
Dce_t4t.c602 UINT8 cla, instruct, select_type = 0, length; in ce_t4t_data_cback() local
627 BE_STREAM_TO_UINT8 (cla, p_cmd); in ce_t4t_data_cback()
630 if ( (cla != T4T_CMD_CLASS) in ce_t4t_data_cback()
642 if ((cla == T4T_CMD_CLASS) && (instruct == T4T_CMD_INS_SELECT)) in ce_t4t_data_cback()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyInternals.h759 btSoftBody::Cluster* cla=(btSoftBody::Cluster*)la->data; in Process() local
766 …connected = bodies[0]->m_clusterConnectivity[cla->m_clusterIndex+bodies[0]->m_clusters.size()*clb-… in Process()
771 btSoftClusterCollisionShape csa(cla); in Process()
776 cla->m_com-clb->m_com,res)) in Process()
779 if(SolveContact(res,cla,clb,joint)) in Process()
DbtSoftBody.cpp1362 Cluster* cla = m_clusters[c0]; in generateClusters() local
1364 for (int i=0;!connected&&i<cla->m_nodes.size();i++) in generateClusters()
1368 if (cla->m_nodes[i] == clb->m_nodes[j]) in generateClusters()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
DCONTRIBUTING.md154 [4]: https://developers.google.com/open-source/cla/individual
155 [5]: https://developers.google.com/open-source/cla/corporate
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c3269 int i, cla = 0; in wpas_p2p_default_channels() local
3279 chan->reg_class[cla].reg_class = 81; in wpas_p2p_default_channels()
3280 chan->reg_class[cla].channels = 0; in wpas_p2p_default_channels()
3283 wpas_p2p_add_chan(&chan->reg_class[cla], i + 1); in wpas_p2p_default_channels()
3285 if (chan->reg_class[cla].channels) in wpas_p2p_default_channels()
3286 cla++; in wpas_p2p_default_channels()
3292 chan->reg_class[cla].reg_class = 115; in wpas_p2p_default_channels()
3293 chan->reg_class[cla].channels = 0; in wpas_p2p_default_channels()
3295 wpas_p2p_add_chan(&chan->reg_class[cla], 36); in wpas_p2p_default_channels()
3297 wpas_p2p_add_chan(&chan->reg_class[cla], 40); in wpas_p2p_default_channels()
[all …]
/external/glide/
DREADME.md226 …dividual contribution license agreement](https://developers.google.com/open-source/cla/individual).
/external/clang/test/SemaObjC/
Darc.m348 id cla[10];
355 …test14_consume(cla); // expected-error {{passing address of non-scalar object to __autoreleasing p…
357 …test14_consume(&cla[5]); // expected-error {{passing address of non-scalar object to __autoreleasi…
/external/wpa_supplicant_8/src/p2p/
Dp2p.c941 struct p2p_reg_class *cla; in p2p_get_next_prog_freq() local
950 cla = &c->reg_class[cl]; in p2p_get_next_prog_freq()
951 if (cla->reg_class != p2p->last_prog_scan_class) in p2p_get_next_prog_freq()
953 for (ch = 0; ch < cla->channels; ch++) { in p2p_get_next_prog_freq()
954 if (cla->channel[ch] == p2p->last_prog_scan_chan) { in p2p_get_next_prog_freq()
970 if (ch == cla->channels) { in p2p_get_next_prog_freq()
/external/boringssl/src/
DLICENSE6 https://cla.developers.google.com/clas
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt4715 "cla",