Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 53) sorted by relevance

123

/device/sample/frameworks/PlatformLibrary/
DREADME.txt7 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/
Dstm32f4xx.common.lkr6 __code_start = ORIGIN(code);
7 __code_end = ORIGIN(code) + LENGTH(code);
Dstm32f4xx.bl.lkr43 /* at least a byte of code is needed, or ld cannot locate "__code_start" symbol properly */
48 } > code
66 } > ram AT > code
Dstm32f4xx.os.lkr31 } > code = 0xff
49 } > ram AT > code
Dstm32f401.map.lkr23 code : ORIGIN = 0x0800C000, LENGTH = 80K /* 16K block + 64K block */
Dstm32f411.map.lkr21 code : ORIGIN = 0x0800C000, LENGTH = 208K /* 16K block + 64K block + 128K block */
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE26 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/
DCodingStandard.txt1 …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/
Dapp.lkr21 * code
34 …while also modifying the app code itself potentially to adjust for new reloc format. This shrinks …
75 /* code */
/device/google/dragon/sepolicy/
Dzygote.te3 # https://code.google.com/p/chrome-os-partner/issues/detail?id=44526
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c378 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/
Dtest_guest_2.c34 static void usage(int code) in usage() argument
45 exit(code); in usage()
Dtest_host_1.c128 static void usage(int code) in usage() argument
138 exit(code); in usage()
/device/asus/fugu/sepolicy/
Dsystem_server.te12 # Wifi country code
/device/google/accessory/demokit/
DCOPYING19 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
DREADME7 COPYING License for third party code used in Arduino libraries
/device/moto/shamu/sepolicy/
Dsensors.te12 # The kernel code does a permission check of both net_bind_service and
/device/linaro/hikey/wpan/
DREADME1 wpan.git contains the Bluetooth, FM code by Texas Instruments for
/device/google/dragon/audio/hal/dsp/tests/
Dplot_fftl.m2 % Use of this source code is governed by a BSD-style license that can be
/device/sample/apps/SampleEmailPolicy/
DREADME15 This package contains sample code for building Email Policy packages. These are small Android
/device/moto/shamu/
Dgpio-keys.kl6 # * Redistributions of source code must retain the above copyright
/device/asus/fugu/self-extractors/widevine/
DLICENSE28 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/
DLICENSE28 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/
DNOTICE39 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/
DLICENSE28 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

123