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

1 2 3 4 5 6 7 8 91011>>

  /external/bcc/src/cc/export/
footer.h 5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
19 /* No license defined, using GPL
26 char _license[] SEC("license") = _LICENSE
    [all...]
  /device/google/bonito/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/bonito/self-extractors_sargo/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/crosshatch/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/crosshatch/self-extractors_blueline/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/marlin/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/marlin/self-extractors_sailfish/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/muskie/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/google/taimen/self-extractors/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /device/linaro/hikey/self-extractors_hikey960/
PART1 2 # Usage is subject to the enclosed license agreement
5 echo The license for this software will now be displayed.
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
  /development/python-packages/adb/
setup.py 4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
23 license='Apache 2.0', variable
30 'License :: OSI Approved :: Apache Software License'
    [all...]
  /development/python-packages/fastboot/
setup.py 4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
23 license='Apache 2.0', variable
30 'License :: OSI Approved :: Apache Software License'
    [all...]
  /external/u-boot/tools/patman/
setup.py 1 # SPDX-License-Identifier: GPL-2.0+
6 license='GPL-2.0+', variable
  /external/walt/pywalt/
setup.py 15 license='Apache 2.0', variable
  /external/antlr/runtime/Perl5/
Build.PL 5 license => 'perl',
  /external/deqp/scripts/src_util/
check_license.py 9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
13 # http://www.apache.org/licenses/LICENSE-2.0
16 # distributed under the License is distributed on an "AS IS" BASIS,
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
33 # \note Defined this way to avoid triggering license check error on this file
35 ("L" + "icensed under the Apache License, Version 2.0", LICENSE_APACHE2)
    [all...]
  /external/python/uritemplates/old/uritemplate.py/
uritemplatepy-setup.py 9 license="BSD 3-Clause License or Apache License, Version 2.0", variable
16 'License :: OSI Approved',
17 'License :: OSI Approved :: BSD License',
18 'License :: OSI Approved :: Apache Software License',
  /build/make/core/tasks/
deps_licenses.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
17 # Print modules and their transitive dependencies with license files.
18 # To invoke, run "make deps-license PROJ_PATH=<proj-path-patterns> DEP_PATH=<dep-path-patterns>"
    [all...]
  /external/bcc/tests/python/
test_license.py 3 # Licensed under the Apache License, Version 2.0 (the "License")
51 def license(self, lic): member in class:TestLicense
66 b = BPF(text=self.gpl_only_text + self.license('GPL'))
70 b = BPF(text=self.proprietary_text + self.license('Proprietary'))
74 b = BPF(text=self.gpl_only_text + self.license('Dual BSD/GPL'))
78 b = BPF(text=self.proprietary_text + self.license('Proprietary license'))
88 b = BPF(text=self.gpl_only_text + self.license('GPL'), cflags=["-DBPF_LICENSE=GPL"])
93 b = BPF(text=self.gpl_only_text + self.license(''))
    [all...]
  /external/ply/ply/
setup.py 19 license="""BSD""",
  /external/python/rsa/
setup.py 5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # https://www.apache.org/licenses/LICENSE-2.0
12 # distributed under the License is distributed on an "AS IS" BASIS,
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
34 license='ASL 2', variable
40 'License :: OSI Approved :: Apache Software License'
    [all...]
  /external/python/uritemplates/
setup.py 15 license="BSD 3-Clause License or Apache License, Version 2.0", variable
20 package_data={'': ['LICENSE', 'AUTHORS.rst']},
24 'License :: OSI Approved',
25 'License :: OSI Approved :: BSD License',
26 'License :: OSI Approved :: Apache Software License',
  /external/swiftshader/third_party/LLVM/utils/lit/
setup.py 12 license = 'BSD', variable
56 'License :: OSI Approved :: University of Illinois/NCSA Open Source License',
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DeviceFiles.cpp 3 // License Agreement.
18 using android::hardware::drm::V1_2::clearkey::License;
49 file.set_type(OfflineFile::LICENSE);
52 License* license = file.mutable_license(); local
55 license->set_state(License_LicenseState_ACTIVE);
56 license->set_license(licenseResponse);
59 license->set_state(License_LicenseState_RELEASING);
60 license->set_license(licenseResponse);
63 ALOGW("StoreLicense: Unknown license state: %u", state)
131 License license = file.license(); local
164 std::string& license = licenses[i]; local
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
Application.mk 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.

Completed in 818 milliseconds

1 2 3 4 5 6 7 8 91011>>