/external/quake/quake/src/QW/server/ |
sv_ents.c | 204 if (!to->number) 205 SV_Error ("Unset entity number"); 206 if (to->number >= 512) 207 SV_Error ("Entity number >= 512"); 211 i = to->number | (bits&~511); 283 newnum = newindex >= to->num_entities ? 9999 : to->entities[newindex].number; 284 oldnum = oldindex >= oldmax ? 9999 : from->entities[oldindex].number; 499 state->number = e;
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement30.js | 81 with an index of four. After the new row is inserted the number of rows 83 Also the number of rows in the TFOOT section before 84 insertion of the new row is one. After the new row is inserted the number
|
HTMLTableElement39.js | 79 If index is -1 or equal to the number of rows, the new row 84 The number of rows in the TBODY section before insertion with an index 85 of negative one is two. After the new row is inserted the number
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement30.js | 81 with an index of four. After the new row is inserted the number of rows 83 Also the number of rows in the TFOOT section before 84 insertion of the new row is one. After the new row is inserted the number
|
HTMLTableElement39.js | 79 If index is -1 or equal to the number of rows, the new row 84 The number of rows in the TBODY section before insertion with an index 85 of negative one is two. After the new row is inserted the number
|
/hardware/ril/include/telephony/ |
ril.h | 183 char * number; /* Remote party number */ member in struct:__anon20991 327 char * number; /* "number" from TS 27.007 7.11. May be NULL */ member in struct:__anon21000 363 CALL_FAIL_CDMA_NOT_EMERGENCY = 1008, /* For non-emergency number dialed 431 char * number; /* "number" from 27.007 7.17 member in struct:__anon21005 565 char * number; /* Remote party number */ member in struct:__anon21016 572 char * number; /* Remote party number * member in struct:__anon21017 922 RIL_CDMA_NumberInfoRecord number; member in union:__anon21049::__anon21050 [all...] |
/libcore/json/src/main/java/org/json/ |
JSONObject.java | 37 * <li>When the requested type is a double, other {@link Number} types will 38 * be coerced using {@link Number#doubleValue() doubleValue}. Strings 40 * <li>When the requested type is an int, other {@link Number} types will 41 * be coerced using {@link Number#intValue() intValue}. Strings 44 * <li><a name="lossy">When the requested type is a long, other {@link Number} types will 45 * be coerced using {@link Number#longValue() longValue}. Strings 190 * Returns the number of name/value mappings in this object. 258 if (value instanceof Number) { 260 JSON.checkDouble(((Number) value).doubleValue()); 296 if (value instanceof Number) { [all...] |
/external/libvorbis/doc/ |
08-residue.tex | 29 The exact interleaving and partitioning vary by residue encoding number, 41 of \emph{ch} residue vectors, the total number of partitioned chunks 46 \item Each partition in each vector has a classification number that 176 \varname{[residue_classifications]} is the number of possible 178 \varname{[residue_classbook]} is the codebook number used to 179 code classification codewords. The number of dimensions in book 182 codeword. Note that the number of entries and dimensions in book 185 possible number of classification codewords. 207 codebook classifications and the maximum possible number of encoding 232 stream undecodable. In addition, any codebook number greater than th [all...] |
03-codebook.tex | 117 a length for every codeword, the encoder reads the number of 123 3) [number] = read \link{vorbis:spec:ilog}{ilog}([codebook_entries] - [current_entry]) bits as an unsigned integer 124 4) set the entries [current_entry] through [current_entry]+[number]-1, inclusive, 126 5) set [current_entry] to [number] + [current_entry] 161 number of lookup values to be read. Lookup type one reads a list of 277 decode to that entry number. 308 is the output vector representing the vector of values for entry number 320 ( [codebook_multiplicands] array element number [multiplicand_offset] ) * 341 is the output vector representing the vector of values for entry number 350 ( [codebook_multiplicands] array element number [multiplicand_offset] ) [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
mux.py | 126 def _size_of_number_in_bytes_minus_1(number): 127 # Calculate the minimum number of bytes minus 1 that are required to store 129 if number < 0: 130 raise ValueError('Invalid number: %d' % number) 131 elif number < 2 ** 8: 133 elif number < 2 ** 16: 135 elif number < 2 ** 24: 137 elif number < 2 ** 32: 140 raise ValueError('Invalid number %d' % number [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar | |
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorLEDController.java | 57 public ColorLEDController(DemoKitActivity activity, int number, 60 mLEDNumber = number;
|
/external/chromium/chrome/browser/resources/chromeos/ |
proxy_settings.js | 20 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
|
/external/chromium/chrome/browser/resources/keyboard/ |
main.js | 11 var NUMBER_MODE = 'number'; 63 * @type {number} 74 * @return {number} The aspect ratio of this key. 94 * @param {number} height The height of the key. 95 * @return {number} Padding in pixels. 104 * @param {number} height The height of the key. 125 * @param {number} height The height of the key. 137 * @param {number} height The height of the key. 186 * @param {number} aspect The aspect ratio of the key. 225 * @param {number} aspect The aspect ratio of the key [all...] |
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/icu4c/data/mappings/ |
ucmcore.mk | 5 # Note: A number of encodings are handled with purely algorithmic converters,
|
/external/icu4c/i18n/ |
decimfmt.cpp | 269 // Constructs a DecimalFormat instance with the specified number format 280 // Constructs a DecimalFormat instance with the specified number format 281 // pattern and the number format symbols in the default locale. The 305 // Constructs a DecimalFormat instance with the specified number format 306 // pattern and the number format symbols in the default locale. The 318 // Constructs a DecimalFormat instance with the specified number format 319 // pattern, the number format symbols, and the number format style. 380 // Constructs a DecimalFormat instance with the specified number format 381 // pattern and the number format symbols in the desired locale. Th [all...] |
/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 39 atomic_t cl_count; /* Number of clones */ 40 atomic_t cl_users; /* number of references */ 43 u32 cl_maxproc; /* max procedure number */ 82 u32 number; /* program number */ member in struct:rpc_program 83 unsigned int nrvers; /* number of versions */ 90 u32 number; /* version number */ member in struct:rpc_version 91 unsigned int nrprocs; /* number of procs */ 99 u32 p_proc; /* RPC procedure number */ [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
lexer.ml | 15 (* number: [0-9.]+ *) 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
lexer.ml | 15 (* number: [0-9.]+ *) 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
lexer.ml | 15 (* number: [0-9.]+ *) 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
ast.ml | 8 | Number of float 26 * its name, and its argument names (thus implicitly the number of arguments the
|
lexer.ml | 15 (* number: [0-9.]+ *) 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
ast.ml | 8 | Number of float 29 * its name, and its argument names (thus implicitly the number of arguments the
|
lexer.ml | 15 (* number: [0-9.]+ *) 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
|