HomeSort by relevance Sort by last modified time
    Searched full:tables (Results 51 - 75 of 7814) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srtp/googlepatches/
google-12-srtp-hide-aes-tables-main.patch 15 ... //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 edit
25 +- Make main in tables/aes_tables.c hidable. If it is present, it conflicts
29 ==== //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 - /home/param/sources/gcomm-server/google3/third_party/libsrtp/tables/aes_tables.c ====
31 --- google3/third_party/libsrtp/tables/aes_tables.c 2010-02-25 06:36:30.000000000 -0800
32 +++ google3/third_party/libsrtp/tables/aes_tables.c 2011-07-29 11:52:25.000000000 -0700
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_lag_tables.h 14 * This file contains tables for the pitch filter side-info in the entropy coder.
22 /* header file for coding tables for the pitch filter side-info in the entropy coder */
23 /********************* Pitch Filter Lag Coefficient Tables ************************/
25 /* tables for use with small pitch gain */
53 /* tables for use with medium pitch gain */
81 /* tables for use with large pitch gain */
pitch_gain_tables.h 14 * This file contains tables for the pitch filter side-info in the entropy coder.
23 /* header file for coding tables for the pitch filter side-info in the entropy coder */
24 /********************* Pitch Filter Gain Coefficient Tables ************************/
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/clang/test/CodeGen/
debug-info-gline-tables-only.c 1 // RUN: %clang_cc1 %s -gline-tables-only -S -emit-llvm -o - | FileCheck %s
2 // Checks that clang with "-gline-tables-only" doesn't emit debug info
  /external/clang/test/CodeGenCXX/
debug-info-gline-tables-only.cpp 1 // RUN: %clang_cc1 %s -fno-rtti -gline-tables-only -S -emit-llvm -o - | FileCheck %s
2 // Checks that clang with "-gline-tables-only" doesn't emit debug info
  /external/freetype/include/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
info.txt 2 local variable tables stay in sync when the register set gets renumbered
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 2 exception handler tables get built reasonably (combining entries that
  /external/chromium_org/v8/src/
icu_util.h 13 // Call this function to load ICU's data tables for the current process. This
  /external/clang/include/clang/Driver/
Makefile 9 $(Echo) "Building Clang Driver Option tables with tblgen"
  /external/clang/test/Driver/
debug-options.c 38 // RUN: %clang -### -c -gline-tables-only %s 2>&1 \
40 // RUN: %clang -### -c -gline-tables-only %s -target x86_64-apple-darwin 2>&1 \
42 // RUN: %clang -### -c -gline-tables-only %s -target i686-pc-openbsd 2>&1 \
44 // RUN: %clang -### -c -gline-tables-only %s -target x86_64-pc-freebsd10.0 2>&1 \
46 // RUN: %clang -### -c -gline-tables-only -g %s -target x86_64-linux-gnu 2>&1 \
48 // RUN: %clang -### -c -gline-tables-only -g %s -target x86_64-apple-darwin 2>&1 \
50 // RUN: %clang -### -c -gline-tables-only -g %s -target i686-pc-openbsd 2>&1 \
52 // RUN: %clang -### -c -gline-tables-only -g %s -target x86_64-pc-freebsd10.0 2>&1 \
54 // RUN: %clang -### -c -gline-tables-only -g0 %s 2>&1 \
86 // GLTO_ONLY: "-gline-tables-only
    [all...]
  /external/fonttools/
MANIFEST.in 13 include Lib/fontTools/ttLib/tables/table_API_readme.txt
  /external/llvm/lib/Analysis/
JumpInstrTableInfo.cpp 1 //===-- JumpInstrTableInfo.cpp: Info for Jump-Instruction Tables ----------===//
9 /// \brief Information about jump-instruction tables that have been created by
31 JumpInstrTableInfo::JumpInstrTableInfo() : ImmutablePass(ID), Tables() {
39 Tables[TableFunTy].push_back(JumpPair(Target, Jump));
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftgxval.c 5 /* FreeType API for validating TrueTyepGX/AAT tables (body). */
40 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
53 if ( tables == NULL )
64 tables,
  /external/qemu-pc-bios/vgabios/
Notes 11 - need to rework the tables as explained in Interrupt list
  /dalvik/libdex/
DexOptData.h 18 * Functions to parse and manipulate the additional data tables added
28 * Parse the optimized data tables in the given dex file.
37 * Compute the checksum of the optimized data tables pointed at by the given
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det.cc 16 const DetectionTables* tables,
33 tables,
57 const DetectionTables* tables,
74 tables,
99 const DetectionTables* tables,
116 tables,
144 const DetectionTables* tables,
161 tables,
186 const DetectionTables* tables,
203 tables,
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
README 23 All r-tree virtual tables have an odd number of columns between
24 3 and 11. Unlike regular SQLite tables, r-tree tables are strongly
30 less than or equal to the second. R-tree tables may be
41 real tables in the database to store the data structure:
47 Dropping or modifying the contents of these tables directly will
54 created tables.
82 R-tree tables may be queried using all of the same SQL syntax supported
83 by regular tables. However, some query patterns are more efficient
87 regular tables)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_gain_tables.h 14 * This file contains tables for the pitch filter side-info in the entropy coder.
23 /* header file for coding tables for the pitch filter side-info in the entropy coder */
24 /********************* Pitch Filter Gain Coefficient Tables ************************/
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetGammaRamp.3 3 SDL_SetGammaRamp \- Sets the color gamma lookup tables for the display
11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
13 This function adjusts the gamma based on lookup tables, you can also have the gamma calculated based on a "gamma function" parameter with \fISDL_SetGamma\fR\&.
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 33 public interface Tables {
72 "CREATE VIRTUAL TABLE " + Tables.TABLE_PREFS_INDEX + " USING fts4" +
114 "CREATE TABLE " + Tables.TABLE_META_INDEX +
120 "CREATE TABLE " + Tables.TABLE_SAVED_QUERIES +
128 "INSERT INTO " + Tables.TABLE_META_INDEX +
132 "SELECT " + MetaColumns.BUILD + " FROM " + Tables.TABLE_META_INDEX + " LIMIT 1;";
168 // We need to drop the tables and recreate them
180 // We need to drop the tables and recreate them
189 // We need to drop the tables and recreate them
219 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_META_INDEX)
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
53 /* An API to validate TrueTypeGX/AAT tables. */
57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */
91 * The number of tables checked in this module. Use it as a parameter
112 * indicate which TrueTypeGX/AAT Type tables should be validated.
146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
182 * Validate various TrueTypeGX tables to assure that all offsets and
184 * actually does the text layout can access those tables without
192 * A bit field which specifies the tables to be validated. See
196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT
    [all...]
  /external/freetype/include/
ftgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
53 /* An API to validate TrueTypeGX/AAT tables. */
57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */
91 * The number of tables checked in this module. Use it as a parameter
112 * indicate which TrueTypeGX/AAT Type tables should be validated.
146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
182 * Validate various TrueTypeGX tables to assure that all offsets and
184 * actually does the text layout can access those tables without
192 * A bit field that specifies the tables to be validated. See
196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT
    [all...]
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 31 /// The emitter produces the tables that the disassembler uses to translate
32 /// instructions. The emitter generates the following tables:
41 /// returned.) This allows considerable space savings in other tables.
42 /// - Six tables (ONEBYTE_SYM, TWOBYTE_SYM, THREEBYTE38_SYM, THREEBYTE3A_SYM,
52 /// occupy the same space in the decode tables. These conflicts are resolved as
56 /// (that is, the attributes specified for it in the LLVM tables specify
73 /// (2) to fix the tables (X86.td and its subsidiaries) so the opcodes are
75 /// (3) to fix the tables to reflect the actual context (for example, required
83 /// X86DisassemblerTables.h contains the interface for the instruction tables,
86 /// tables
    [all...]

Completed in 1759 milliseconds

1 23 4 5 6 7 8 91011>>