/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.ml | 15 external assert_valid_module : Llvm.llmodule -> unit 18 external assert_valid_function : Llvm.llvalue -> unit 20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg" 21 external view_function_cfg_only : Llvm.llvalue -> unit
|
/external/ppp/pppd/ |
cbcp.h | 5 int us_unit; /* Interface unit number */
|
ecp.c | 82 static void ecp_init __P((int unit)); 84 static void ecp_open __P((int unit)); 85 static void ecp_close __P((int unit, char *)); 86 static void ecp_lowerup __P((int unit)); 88 static void ecp_input __P((int unit, u_char *pkt, int len)); 89 static void ecp_protrej __P((int unit)); 95 static void ecp_datainput __P((int unit, u_char *pkt, int len)); 146 ecp_init(unit) 147 int unit; 149 fsm *f = &ecp_fsm[unit]; [all...] |
/external/stlport/test/unit/ |
iota.h | 6 //iota definition used in unit test
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
README.txt | 11 Removed unit tests from current distribution.
|
/libcore/luni/src/test/resources/ |
recipt.dtd | 8 unit CDATA #IMPLIED>
|
/libcore/luni/src/test/resources/systemid/ |
recipt.dtd | 8 unit CDATA #IMPLIED>
|
/ndk/tests/device/test-gnustl-full/unit/ |
iota.h | 6 //iota definition used in unit test
|
/ndk/tests/device/test-stlport/unit/ |
iota.h | 6 //iota definition used in unit test
|
/system/core/toolbox/ |
df.c | 11 char unit = 'K'; local 15 unit = 'M'; 19 unit = 'G'; 21 printf("%4lld%c", n, unit);
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4SYS_AccessUnit.h | 19 * @brief Access unit manipulation 20 * @note This file defines the access unit structure, 44 /** A Fragment is a piece of access unit. It can be decoded without decoding the others*/ 46 M4OSA_MemAddr8 fragAddress; /**< The data pointer. All fragments of the same access unit 53 /**< The attribute of an access unit*/ 56 #define AU_Corrupted 0x01 /**< At least one fragment of the access unit is flagged corrupted.*/ 57 #define AU_P_Frame 0x02 /**< The access unit is a P_frame*/ 58 #define AU_RAP 0x04 /**< The access unit is a random access point.*/ 61 /** An access unit is the smallest piece of data with timing information.*/ 70 M4SYS_AU_Attr attribute; /**< The attribute of the access unit*/ [all...] |
/external/stlport/ |
README | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/ndk/sources/cxx-stl/stlport/ |
README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/ |
README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/ |
README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/ |
README.original | 13 bin - installation directory for STLport unit tests; 18 build/test/unit - build directory for regression (unit) tests 27 test/unit - unit (regression) tests
|
/external/icu4c/i18n/ |
tmunit.cpp | 26 * But Measure (which is an existing API) does not expect it's "unit" member 27 * as singleton. Meaure takes ownership of the "unit" member. 28 * In its constructor, it does not take a const "unit" pointer. 29 * Also, Measure can clone and destruct the "unit" pointer. 30 * In order to preserve the old behavior and let Measure handle singleton "unit", 32 * 2. a new constructor which takes const "unit" as parameter need to be added, 35 * to handle the "unit". 45 * time unit but different number, for example, 48 * although all are the same time unit, will be created in heap and deleted.
|
/external/skia/gpu/src/ |
FlingState.cpp | 47 static void unit_axis_align(SkVector* unit) { 49 if (SkScalarAbs(unit->fX) < TOLERANCE) { 50 unit->fX = 0; 51 unit->fY = SkScalarSign(unit->fY); 52 } else if (SkScalarAbs(unit->fY) < TOLERANCE) { 53 unit->fX = SkScalarSign(unit->fX); 54 unit->fY = 0;
|
/external/oprofile/libop/ |
op_xml_events.c | 63 int has_nested = strcmp(event->unit->name, "zero"); 83 init_xml_int_attr(HELP_DEFAULT_MASK, event->unit->default_mask, 85 switch (event->unit->unit_type_mask){ 98 for (i = 0; i < event->unit->num; i++) { 101 event->unit->um[i].value, 104 event->unit->um[i].desc,
|
/frameworks/base/media/java/android/mtp/ |
MtpStorage.java | 22 * This class represents a storage unit on an MTP device. 47 * Returns the storage ID for the storage unit 68 * Returns the file path for the storage unit's storage in the file system 77 * Returns the description string for the storage unit 79 * @return the storage unit description 89 * @return the storage unit description
|
/bionic/libc/kernel/common/linux/ |
ftape.h | 32 #define FTAPE_SEL(unit) ((unit) & FTAPE_SEL_MASK)
|
/dalvik/dx/tests/029-unit-Bits/ |
run | 17 dx --junit com.android.dx.util._tests._Bits > unit-out.txt 22 cat unit-out.txt
|
/dalvik/dx/tests/033-unit-IntList/ |
run | 17 dx --junit com.android.dx.util._tests._IntList > unit-out.txt 22 cat unit-out.txt
|
/development/ndk/platforms/android-3/include/linux/ |
ftape.h | 32 #define FTAPE_SEL(unit) ((unit) & FTAPE_SEL_MASK)
|
/external/collada/include/1.4/dom/ |
domGles_texcombiner_argumentAlpha_type.h | 50 * Gets the unit attribute. 51 * @return Returns a xsNCName of the unit attribute. 55 * Sets the unit attribute. 56 * @param atUnit The new value for the unit attribute. 109 * Gets the unit attribute. 110 * @return Returns a xsNCName of the unit attribute. 114 * Sets the unit attribute. 115 * @param atUnit The new value for the unit attribute.
|