/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 7 write JNI code for incorporating native code into the library, and a client 32 whose target is "com.example.android.platform_library". The code for this 45 basically whatever code you want. You can also put code in other Java 55 This is an optional example of how to write JNI code associated with a 56 shared library. This code lives under jni/. The jni/Android.mk file defines 57 the rules for building the final .so in which the code lives. This example 58 provides everything needed to hook up the native code with the Java library 66 shared library. This code lives under client/. Note that the example is
|
/device/google/contexthub/firmware/misc/variant/common/ |
D | stm32f4xx.common.lkr | 6 __code_start = ORIGIN(code); 7 __code_end = ORIGIN(code) + LENGTH(code);
|
D | stm32f4xx.bl.lkr | 43 /* at least a byte of code is needed, or ld cannot locate "__code_start" symbol properly */ 48 } > code 66 } > ram AT > code
|
D | stm32f4xx.os.lkr | 31 } > code = 0xff 49 } > ram AT > code
|
D | stm32f401.map.lkr | 23 code : ORIGIN = 0x0800C000, LENGTH = 80K /* 16K block + 64K block */
|
D | stm32f411.map.lkr | 21 code : ORIGIN = 0x0800C000, LENGTH = 208K /* 16K block + 64K block + 128K block */
|
/device/linaro/hikey/bt-wifi-firmware-util/ |
D | NOTICE | 26 code license limitations below) in the documentation and/or other materials provided 37 * Nothing shall obligate TI to provide you with source code for the software 38 licensed and provided to you in object code. 40 If software source code is provided to you, modification and redistribution of the 41 source code are permitted provided that the following conditions are met: 43 * any redistribution and use of the source code, including any resulting 46 * any redistribution and use of any object code compiled from the source 47 code and any resulting derivative works, are licensed by TI for use only
|
/device/google/contexthub/ |
D | CodingStandard.txt | 1 …d concise codebase that looks readable, it is hereby established that the code will follow these g… 21 easily looking over code and estimating memory use 28 14. Do not use uint16_t/uint8_t for function parameters/return types. Gcc generates very bad code f… 43 reason, listen to them and fix the code instead. 46 code, it wil lwarn you if you accidentally try to derefernce it, or on purpiose try to access
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
D | app.lkr | 21 * code 34 …while also modifying the app code itself potentially to adjust for new reloc format. This shrinks … 75 /* code */
|
/device/google/dragon/sepolicy/ |
D | zygote.te | 3 # https://code.google.com/p/chrome-os-partner/issues/detail?id=44526
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | bl.c | 378 uint16_t *code_src, *code; in blEraseSectors() local 385 code = (uint16_t *)(((uint32_t)alloca(code_length + 1) + 1) & ~0x1); in blEraseSectors() 386 func = (FlashEraseF)((uint8_t *)code+1); in blEraseSectors() 389 code[i] = code_src[i]; in blEraseSectors() 405 uint16_t *code_src, *code; in blWriteBytes() local 412 code = (uint16_t *)(((uint32_t)alloca(code_length+1) + 1) & ~0x1); in blWriteBytes() 413 func = (FlashWriteF)((uint8_t *)code+1); in blWriteBytes() 416 code[i] = code_src[i]; in blWriteBytes()
|
/device/generic/goldfish/libqemu/ |
D | test_guest_2.c | 34 static void usage(int code) in usage() argument 45 exit(code); in usage()
|
D | test_host_1.c | 128 static void usage(int code) in usage() argument 138 exit(code); in usage()
|
/device/asus/fugu/sepolicy/ |
D | system_server.te | 12 # Wifi country code
|
/device/google/accessory/demokit/ |
D | COPYING | 19 The ADK firmware contains code that is Copyright 2009-2011 Oleg Mazurov, Circuits At Home, 28 Redistributions of source code must retain the above copyright notice, this list of conditions
|
D | README | 7 COPYING License for third party code used in Arduino libraries
|
/device/moto/shamu/sepolicy/ |
D | sensors.te | 12 # The kernel code does a permission check of both net_bind_service and
|
/device/linaro/hikey/wpan/ |
D | README | 1 wpan.git contains the Bluetooth, FM code by Texas Instruments for
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | plot_fftl.m | 2 % Use of this source code is governed by a BSD-style license that can be
|
/device/sample/apps/SampleEmailPolicy/ |
D | README | 15 This package contains sample code for building Email Policy packages. These are small Android
|
/device/moto/shamu/ |
D | gpio-keys.kl | 6 # * Redistributions of source code must retain the above copyright
|
/device/asus/fugu/self-extractors/widevine/ |
D | LICENSE | 28 libraries in object code form, designed for use on the Authorized 42 internally in machine-readable (i.e., object code) form and the 91 provided to You in source code format and except for any third 92 party code distributed with the Software that is licensed under 95 derive the source code version of the Software, except if and to
|
/device/moto/shamu/self-extractors/broadcom/ |
D | LICENSE | 28 libraries in object code form, designed for use on the Authorized 42 internally in machine-readable (i.e., object code) form and the 91 provided to You in source code format and except for any third 92 party code distributed with the Software that is licensed under 95 derive the source code version of the Software, except if and to
|
/device/google/contexthub/firmware/ |
D | NOTICE | 39 including but not limited to software source code, documentation 44 not limited to compiled object code, generated documentation, 68 communication on electronic mailing lists, source code control systems, 199 - Redistributions of source code must retain the above copyright 229 1. Redistributions of source code must retain the above copyright
|
/device/asus/fugu/self-extractors/broadcom/ |
D | LICENSE | 28 libraries in object code form, designed for use on the Authorized 42 internally in machine-readable (i.e., object code) form and the 91 provided to You in source code format and except for any third 92 party code distributed with the Software that is licensed under 95 derive the source code version of the Software, except if and to
|